diff options
443 files changed, 2720 insertions, 1648 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 1d4f943b255..396f591bf89 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -65,36 +65,36 @@ you're going to handle. | |||
| 65 | DIRECTORY STATUS IN CHARGE | 65 | DIRECTORY STATUS IN CHARGE |
| 66 | --------- ------ --------- | 66 | --------- ------ --------- |
| 67 | etc (and subdirs) done Thien-Thi Nguyen (ttn(@gnu.org)) | 67 | etc (and subdirs) done Thien-Thi Nguyen (ttn(@gnu.org)) |
| 68 | leim done Kenichi Handa | 68 | leim working Kenichi Handa |
| 69 | lib-src done ttn | 69 | lib-src working ttn |
| 70 | lisp done ttn | 70 | lisp working ttn |
| 71 | lisp/calc done ttn | 71 | lisp/calc working ttn |
| 72 | lisp/calendar done Glenn Morris | 72 | lisp/calendar working Glenn Morris |
| 73 | lisp/emacs-lisp done ttn | 73 | lisp/emacs-lisp working ttn |
| 74 | lisp/emulation done ttn | 74 | lisp/emulation working ttn |
| 75 | lisp/eshell done ttn | 75 | lisp/eshell working ttn |
| 76 | lisp/gnus done ttn | 76 | lisp/gnus done Romain Francoise |
| 77 | lisp/international done Kenichi Handa | 77 | lisp/international working Kenichi Handa |
| 78 | lisp/language done Kenichi Handa | 78 | lisp/language working Kenichi Handa |
| 79 | lisp/mail done ttn | 79 | lisp/mail working ttn |
| 80 | lisp/mh-e done Bill Wohler | 80 | lisp/mh-e done Bill Wohler |
| 81 | lisp/net done ttn | 81 | lisp/net working ttn |
| 82 | lisp/obsolete done ttn | 82 | lisp/obsolete done ttn |
| 83 | lisp/play done ttn | 83 | lisp/play done Romain Francoise |
| 84 | lisp/progmodes done Nick Roberts | 84 | lisp/progmodes working Nick Roberts |
| 85 | lisp/term done ttn | 85 | lisp/term working ttn |
| 86 | lisp/textmodes done ttn | 86 | lisp/textmodes working ttn |
| 87 | lisp/url done ttn | 87 | lisp/url done ttn |
| 88 | lispintro done ttn | 88 | lispintro done ttn |
| 89 | lispref done ttn | 89 | lispref working ttn |
| 90 | lwlib done ttn | 90 | lwlib done ttn |
| 91 | m4 done ttn | 91 | m4 done ttn |
| 92 | mac (and subdirs) done ttn | 92 | mac (and subdirs) working ttn |
| 93 | man done ttn | 93 | man done ttn |
| 94 | msdos done ttn | 94 | msdos working ttn |
| 95 | nt (and subdirs) done ttn | 95 | nt (and subdirs) working ttn |
| 96 | oldXMenu done ttn | 96 | oldXMenu done ttn |
| 97 | src (and subdirs) done ttn | 97 | src (and subdirs) working ttn |
| 98 | vms done ttn | 98 | vms done ttn |
| 99 | 99 | ||
| 100 | ** Check the Emacs manual. | 100 | ** Check the Emacs manual. |
diff --git a/etc/ChangeLog b/etc/ChangeLog index ce3faae183a..3d64ba12cc3 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,8 +1,23 @@ | |||
| 1 | 2006-02-05 Jay Belanger <belanger@truman.edu> | ||
| 2 | |||
| 3 | * calccard.tex: Update copyright year. | ||
| 4 | |||
| 5 | 2006-02-04 Michael Olson <mwolson@gnu.org> | ||
| 6 | |||
| 7 | * NEWS: Update for ERC 5.1.1. Use the same wording for headings | ||
| 8 | that Emacs does in its NEWS file. | ||
| 9 | |||
| 10 | 2006-02-03 Bill Wohler <wohler@newt.com> | ||
| 11 | |||
| 12 | Release MH-E version 7.91. | ||
| 13 | |||
| 14 | * NEWS, MH-E-NEWS: Update for MH-E release 7.91. | ||
| 15 | |||
| 1 | 2006-02-02 Bill Wohler <wohler@newt.com> | 16 | 2006-02-02 Bill Wohler <wohler@newt.com> |
| 2 | 17 | ||
| 3 | Release MH-E version 7.90. | 18 | Release MH-E version 7.90. |
| 4 | 19 | ||
| 5 | * NEWS, MH-E-NEWS: Update for release 7.90. | 20 | * NEWS, MH-E-NEWS: Update for MH-E release 7.90. |
| 6 | 21 | ||
| 7 | 2006-01-29 Michael Olson <mwolson@gnu.org> | 22 | 2006-01-29 Michael Olson <mwolson@gnu.org> |
| 8 | 23 | ||
| @@ -2536,7 +2551,7 @@ | |||
| 2536 | ;; End: | 2551 | ;; End: |
| 2537 | 2552 | ||
| 2538 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 | 2553 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 |
| 2539 | 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 2554 | 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 2540 | Copying and distribution of this file, with or without modification, | 2555 | Copying and distribution of this file, with or without modification, |
| 2541 | are permitted provided the copyright notice and this notice are preserved. | 2556 | are permitted provided the copyright notice and this notice are preserved. |
| 2542 | 2557 | ||
| @@ -1,6 +1,6 @@ | |||
| 1 | Debugging GNU Emacs | 1 | Debugging GNU Emacs |
| 2 | Copyright (C) 1985, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005 Free Software Foundation, Inc. | 3 | 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Permission is granted to anyone to make or distribute verbatim copies | 5 | Permission is granted to anyone to make or distribute verbatim copies |
| 6 | of this document as received, in any medium, provided that the | 6 | of this document as received, in any medium, provided that the |
diff --git a/etc/DISTRIB b/etc/DISTRIB index f5c380bfe37..8b52ee51418 100644 --- a/etc/DISTRIB +++ b/etc/DISTRIB | |||
| @@ -5,7 +5,7 @@ the USA, see http://www.gnu.org/order/order.html. | |||
| 5 | GNU Emacs availability information, October 2000 | 5 | GNU Emacs availability information, October 2000 |
| 6 | 6 | ||
| 7 | Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1998, | 7 | Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1998, |
| 8 | 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 8 | 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 9 | 9 | ||
| 10 | Permission is granted to anyone to make or distribute | 10 | Permission is granted to anyone to make or distribute |
| 11 | verbatim copies of this document provided that the | 11 | verbatim copies of this document provided that the |
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS index fea5497a4a5..eee5589ad8d 100644 --- a/etc/ERC-NEWS +++ b/etc/ERC-NEWS | |||
| @@ -1,6 +1,39 @@ | |||
| 1 | ERC NEWS -*- outline -*- | 1 | ERC NEWS -*- outline -*- |
| 2 | 2 | ||
| 3 | * Changes since ERC 5.0.4 | 3 | * Changes in ERC 5.1.1 |
| 4 | |||
| 5 | ** Fix a requirement on cl.el. | ||
| 6 | |||
| 7 | ** Use tls.el for SSL connections, rather than ssl.el. | ||
| 8 | |||
| 9 | ** Changes and additions to modules | ||
| 10 | |||
| 11 | *** ibuffer integration (erc-ibuffer.el) | ||
| 12 | |||
| 13 | **** Update this to work with the version of ibuffer.el that comes with | ||
| 14 | recent Emacs variants. | ||
| 15 | |||
| 16 | *** Old completion (erc-complete.el) | ||
| 17 | |||
| 18 | **** Fix a few errors. | ||
| 19 | |||
| 20 | *** Speedbar (erc-speedbar.el) | ||
| 21 | |||
| 22 | **** Make this work with the version of speedbar.el that comes with | ||
| 23 | recent Emacs variants. | ||
| 24 | |||
| 25 | *** Timestamps (erc-stamp.el) | ||
| 26 | |||
| 27 | **** By default, use a more failsafe method of displaying right timestamps. | ||
| 28 | To get right timestamps to align perfectly in Emacs22 using X, set the | ||
| 29 | new `erc-timestamp-right-align-by-pixel' option to non-nil. | ||
| 30 | |||
| 31 | *** Viper compatibility (erc-viper.el) | ||
| 32 | |||
| 33 | **** Since most of these changes are now merged into Emacs22, detect | ||
| 34 | whether we need these changes and install them only if necessary. | ||
| 35 | |||
| 36 | * Changes in ERC 5.1 | ||
| 4 | 37 | ||
| 5 | ** Improve XEmacs compatibility. | 38 | ** Improve XEmacs compatibility. |
| 6 | 39 | ||
| @@ -206,11 +239,11 @@ the right margin. | |||
| 206 | 239 | ||
| 207 | **** Helps ERC work correctly in viper-mode. | 240 | **** Helps ERC work correctly in viper-mode. |
| 208 | 241 | ||
| 209 | * Fixes since ERC 5.0.3 | 242 | * Changes in ERC 5.0.4 |
| 210 | 243 | ||
| 211 | ** Fix a problem with undo in channels. | 244 | ** Fix a problem with undo in channels. |
| 212 | 245 | ||
| 213 | * Fixes since ERC 5.0.2 | 246 | * Changes in ERC 5.0.3 |
| 214 | 247 | ||
| 215 | ** Fix typo in the `ctcp-request-to' entry of the English catalog. | 248 | ** Fix typo in the `ctcp-request-to' entry of the English catalog. |
| 216 | 249 | ||
| @@ -251,7 +284,7 @@ indicator. Previously, there was an additional unnecessary space. | |||
| 251 | **** Fix an error that occurred when unchecked buffers existed when | 284 | **** Fix an error that occurred when unchecked buffers existed when |
| 252 | invoking /QUIT. | 285 | invoking /QUIT. |
| 253 | 286 | ||
| 254 | * Fixes since ERC 5.0.1 | 287 | * Changes in ERC 5.0.2 |
| 255 | 288 | ||
| 256 | ** If a channel key is required for a certain channel, ERC will prompt | 289 | ** If a channel key is required for a certain channel, ERC will prompt |
| 257 | for one if `erc-prompt-for-channel-key' is non-nil. | 290 | for one if `erc-prompt-for-channel-key' is non-nil. |
| @@ -284,7 +317,7 @@ choice anymore. | |||
| 284 | 317 | ||
| 285 | **** You can now save logs and truncate buffers from the menu-bar. | 318 | **** You can now save logs and truncate buffers from the menu-bar. |
| 286 | 319 | ||
| 287 | * Fixes since ERC 5.0 | 320 | * Changes in ERC 5.0.1 |
| 288 | 321 | ||
| 289 | ** Narrowing in ERC buffers no longer causes formatting errors. | 322 | ** Narrowing in ERC buffers no longer causes formatting errors. |
| 290 | 323 | ||
| @@ -298,7 +331,7 @@ choice anymore. | |||
| 298 | This means that `erc-track-priority-faces-only', `erc-track-exclude', | 331 | This means that `erc-track-priority-faces-only', `erc-track-exclude', |
| 299 | and `erc-track-exclude-types' now work with server buffers. | 332 | and `erc-track-exclude-types' now work with server buffers. |
| 300 | 333 | ||
| 301 | * Changes since ERC 4.0 | 334 | * Changes in ERC 5.0 |
| 302 | 335 | ||
| 303 | ** Channel members are now stored as a hash-table. | 336 | ** Channel members are now stored as a hash-table. |
| 304 | `erc-server-users' and `erc-channel-users' are now hash-tables, rather | 337 | `erc-server-users' and `erc-channel-users' are now hash-tables, rather |
| @@ -542,7 +575,7 @@ in XEmacs. | |||
| 542 | mode-line where modified channels are shown (only works in GNU | 575 | mode-line where modified channels are shown (only works in GNU |
| 543 | Emacs versions above 21.3). | 576 | Emacs versions above 21.3). |
| 544 | 577 | ||
| 545 | * Changes since ERC 3.0.cvs.20030119 | 578 | * Changes in ERC 4.0 |
| 546 | 579 | ||
| 547 | ** The module system has again changed a lot. You can now customize | 580 | ** The module system has again changed a lot. You can now customize |
| 548 | the variable `erc-modules' and define once and for all which | 581 | the variable `erc-modules' and define once and for all which |
| @@ -565,7 +598,7 @@ in XEmacs. | |||
| 565 | openprojects to freenode. You may need to update your configuration | 598 | openprojects to freenode. You may need to update your configuration |
| 566 | for a successful automatic nickserv identification. | 599 | for a successful automatic nickserv identification. |
| 567 | 600 | ||
| 568 | * Changes since ERC 2.93.cvs.20020819 | 601 | * Changes in ERC 3.0.cvs.20030119 |
| 569 | 602 | ||
| 570 | ** New module erc-dcc: | 603 | ** New module erc-dcc: |
| 571 | 604 | ||
| @@ -1,5 +1,5 @@ | |||
| 1 | Copyright (C) 1985, 1993, 2002, 2003, 2004, | 1 | Copyright (C) 1985, 1993, 2002, 2003, 2004, |
| 2 | 2005 Free Software Foundation, Inc. | 2 | 2005, 2006 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | Permission is granted to anyone to make or distribute verbatim copies | 4 | Permission is granted to anyone to make or distribute verbatim copies |
| 5 | of this document, in any medium, provided that the copyright notice and | 5 | of this document, in any medium, provided that the copyright notice and |
diff --git a/etc/GNUS-NEWS b/etc/GNUS-NEWS index 59e0b5dbd2e..d5fbfe78106 100644 --- a/etc/GNUS-NEWS +++ b/etc/GNUS-NEWS | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | GNUS NEWS -- history of user-visible changes. | 1 | GNUS NEWS -- history of user-visible changes. |
| 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005 Free Software Foundation, Inc. | 3 | 2005, 2006 Free Software Foundation, Inc. |
| 4 | See the end for copying conditions. | 4 | See the end for copying conditions. |
| 5 | 5 | ||
| 6 | Please send Gnus bug reports to bugs@gnus.org. | 6 | Please send Gnus bug reports to bugs@gnus.org. |
| @@ -529,7 +529,7 @@ ever-changing layouts. | |||
| 529 | Copyright information: | 529 | Copyright information: |
| 530 | 530 | ||
| 531 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 531 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 532 | 2005 Free Software Foundation, Inc. | 532 | 2005, 2006 Free Software Foundation, Inc. |
| 533 | 533 | ||
| 534 | Permission is granted to anyone to make or distribute verbatim copies | 534 | Permission is granted to anyone to make or distribute verbatim copies |
| 535 | of this document as received, in any medium, provided that the | 535 | of this document as received, in any medium, provided that the |
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS index 93d902bb6ee..8dc89e3cbcf 100644 --- a/etc/MH-E-NEWS +++ b/etc/MH-E-NEWS | |||
| @@ -6,6 +6,11 @@ Copying and distribution of this file, with or without modification, | |||
| 6 | are permitted in any medium without royalty provided the copyright | 6 | are permitted in any medium without royalty provided the copyright |
| 7 | notice and this notice are preserved. | 7 | notice and this notice are preserved. |
| 8 | 8 | ||
| 9 | * Changes in MH-E 7.91 | ||
| 10 | |||
| 11 | Version 7.91 is the second 8.0 beta release and fixes several bugs | ||
| 12 | that were uncovered in wider testing. | ||
| 13 | |||
| 9 | * Changes in MH-E 7.90 | 14 | * Changes in MH-E 7.90 |
| 10 | 15 | ||
| 11 | Version 7.90 is the first 8.0 beta release and is a release that has | 16 | Version 7.90 is the first 8.0 beta release and is a release that has |
| @@ -2978,7 +2978,7 @@ See the file GNUS-NEWS or the node "Oort Gnus" in the Gnus manual for details. | |||
| 2978 | --- | 2978 | --- |
| 2979 | ** MH-E changes. | 2979 | ** MH-E changes. |
| 2980 | 2980 | ||
| 2981 | Upgraded to MH-E version 7.90. There have been major changes since | 2981 | Upgraded to MH-E version 7.91. There have been major changes since |
| 2982 | version 5.0.2; see MH-E-NEWS for details. | 2982 | version 5.0.2; see MH-E-NEWS for details. |
| 2983 | 2983 | ||
| 2984 | ** Calendar changes: | 2984 | ** Calendar changes: |
| @@ -14793,7 +14793,7 @@ select one of those items. | |||
| 14793 | Copyright information: | 14793 | Copyright information: |
| 14794 | 14794 | ||
| 14795 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 14795 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 14796 | 2005 Free Software Foundation, Inc. | 14796 | 2005, 2006 Free Software Foundation, Inc. |
| 14797 | 14797 | ||
| 14798 | Permission is granted to anyone to make or distribute verbatim copies | 14798 | Permission is granted to anyone to make or distribute verbatim copies |
| 14799 | of this document as received, in any medium, provided that the | 14799 | of this document as received, in any medium, provided that the |
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index d9c08149ad6..587d9090436 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -3595,7 +3595,7 @@ of machine defines NO_UNION_TYPE. | |||
| 3595 | 3595 | ||
| 3596 | 3596 | ||
| 3597 | Copyright 1987, 1988, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3597 | Copyright 1987, 1988, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 3598 | 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3598 | 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 3599 | 3599 | ||
| 3600 | Copying and redistribution of this file with or without modification | 3600 | Copying and redistribution of this file with or without modification |
| 3601 | are permitted without royalty provided this notice is preserved. | 3601 | are permitted without royalty provided this notice is preserved. |
diff --git a/etc/TUTORIAL b/etc/TUTORIAL index 0df9a6f2711..5748d0d4e5e 100644 --- a/etc/TUTORIAL +++ b/etc/TUTORIAL | |||
| @@ -1104,7 +1104,7 @@ This version of the tutorial, like GNU Emacs, is copyrighted, and | |||
| 1104 | comes with permission to distribute copies on certain conditions: | 1104 | comes with permission to distribute copies on certain conditions: |
| 1105 | 1105 | ||
| 1106 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1106 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1107 | 2005 Free Software Foundation, Inc. | 1107 | 2005, 2006 Free Software Foundation, Inc. |
| 1108 | 1108 | ||
| 1109 | Permission is granted to anyone to make or distribute verbatim copies | 1109 | Permission is granted to anyone to make or distribute verbatim copies |
| 1110 | of this document as received, in any medium, provided that the | 1110 | of this document as received, in any medium, provided that the |
diff --git a/etc/TUTORIAL.bg b/etc/TUTORIAL.bg index 8f51458381f..9cb97696772 100644 --- a/etc/TUTORIAL.bg +++ b/etc/TUTORIAL.bg | |||
| @@ -1170,7 +1170,7 @@ This version of the tutorial, like GNU Emacs, is copyrighted, and | |||
| 1170 | comes with permission to distribute copies on certain conditions: | 1170 | comes with permission to distribute copies on certain conditions: |
| 1171 | 1171 | ||
| 1172 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1172 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1173 | 2005 Free Software Foundation, Inc. | 1173 | 2005, 2006 Free Software Foundation, Inc. |
| 1174 | 1174 | ||
| 1175 | Permission is granted to anyone to make or distribute verbatim copies | 1175 | Permission is granted to anyone to make or distribute verbatim copies |
| 1176 | of this document as received, in any medium, provided that the | 1176 | of this document as received, in any medium, provided that the |
diff --git a/etc/TUTORIAL.cn b/etc/TUTORIAL.cn index f35c53be663..ce22ac0b349 100644 --- a/etc/TUTORIAL.cn +++ b/etc/TUTORIAL.cn | |||
| @@ -1050,7 +1050,7 @@ issue here>¡¹¡£ | |||
| 1050 | É¢²¼Æä¿½±´£º | 1050 | É¢²¼Æä¿½±´£º |
| 1051 | 1051 | ||
| 1052 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1052 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1053 | 2005 Free Software Foundation, Inc. | 1053 | 2005, 2006 Free Software Foundation, Inc. |
| 1054 | Chinese Translation by Chao-Hong Liu (2002, 2003) | 1054 | Chinese Translation by Chao-Hong Liu (2002, 2003) |
| 1055 | 1055 | ||
| 1056 | Permission is granted to anyone to make or distribute verbatim copies | 1056 | Permission is granted to anyone to make or distribute verbatim copies |
diff --git a/etc/TUTORIAL.cs b/etc/TUTORIAL.cs index 57e77de9a4b..5b0e20ce218 100644 --- a/etc/TUTORIAL.cs +++ b/etc/TUTORIAL.cs | |||
| @@ -1023,7 +1023,7 @@ Tato verze tutoriálu je, podobnì jako GNU Emacs, chránìna copyrightem a | |||
| 1023 | je ¹íøena se svolením distribuovat kopie za jistých podmínek: | 1023 | je ¹íøena se svolením distribuovat kopie za jistých podmínek: |
| 1024 | 1024 | ||
| 1025 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1025 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1026 | 2005 Free Software Foundation, Inc. | 1026 | 2005, 2006 Free Software Foundation, Inc. |
| 1027 | 1027 | ||
| 1028 | Ka¾dému je zaruèeno právo vytváøet a distribuovat pøesné kopie tohoto | 1028 | Ka¾dému je zaruèeno právo vytváøet a distribuovat pøesné kopie tohoto |
| 1029 | dokumentu tak, jak jej obdr¾el, na jakémkoliv médiu, s tím, ¾e bude | 1029 | dokumentu tak, jak jej obdr¾el, na jakémkoliv médiu, s tím, ¾e bude |
diff --git a/etc/TUTORIAL.de b/etc/TUTORIAL.de index 17019ad66dc..a571b15c545 100644 --- a/etc/TUTORIAL.de +++ b/etc/TUTORIAL.de | |||
| @@ -1461,7 +1461,7 @@ Beachten Sie bitte, daß im Zweifelsfalle das englische Original dieser | |||
| 1461 | Urheberrechtsnotiz gültig ist (zu finden in der Datei TUTORIAL). | 1461 | Urheberrechtsnotiz gültig ist (zu finden in der Datei TUTORIAL). |
| 1462 | 1462 | ||
| 1463 | Copyright (C) 1985, 1996, 1997, 2002, 2003, 2004, | 1463 | Copyright (C) 1985, 1996, 1997, 2002, 2003, 2004, |
| 1464 | 2005 Free Software Foundation | 1464 | 2005, 2006 Free Software Foundation, Inc. |
| 1465 | 1465 | ||
| 1466 | Hiermit wird für jedermann die Erlaubnis erteilt, wörtliche, | 1466 | Hiermit wird für jedermann die Erlaubnis erteilt, wörtliche, |
| 1467 | unveränderte Kopien dieses Dokumentes für jegliches Medium zu | 1467 | unveränderte Kopien dieses Dokumentes für jegliches Medium zu |
diff --git a/etc/TUTORIAL.es b/etc/TUTORIAL.es index cb5e92a2df3..0860cb7972c 100644 --- a/etc/TUTORIAL.es +++ b/etc/TUTORIAL.es | |||
| @@ -1188,7 +1188,7 @@ siguiente nota de derechos de reproducción (que puede encontrar en el | |||
| 1188 | archivo TUTORIAL). | 1188 | archivo TUTORIAL). |
| 1189 | 1189 | ||
| 1190 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1190 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1191 | 2005 Free Software Foundation, Inc. | 1191 | 2005, 2006 Free Software Foundation, Inc. |
| 1192 | 1192 | ||
| 1193 | Se permite a cualquiera hacer o distribuir copias literales de este | 1193 | Se permite a cualquiera hacer o distribuir copias literales de este |
| 1194 | documento como se recibe, en cualquier medio, siempre que la nota | 1194 | documento como se recibe, en cualquier medio, siempre que la nota |
diff --git a/etc/TUTORIAL.fr b/etc/TUTORIAL.fr index 30a6f05fe23..0c8b3d3ee9b 100644 --- a/etc/TUTORIAL.fr +++ b/etc/TUTORIAL.fr | |||
| @@ -1171,7 +1171,7 @@ copyright, et vous pouvez en distribuer des copies sous certaines | |||
| 1171 | conditions : | 1171 | conditions : |
| 1172 | 1172 | ||
| 1173 | Copyright (C) 1985, 1996, 2001, 2002, 2003, 2004, | 1173 | Copyright (C) 1985, 1996, 2001, 2002, 2003, 2004, |
| 1174 | 2005 Free Software Foundation, Inc. | 1174 | 2005, 2006 Free Software Foundation, Inc. |
| 1175 | 1175 | ||
| 1176 | Chacun peut créer ou distribuer des copies de ce document tel qu'il | 1176 | Chacun peut créer ou distribuer des copies de ce document tel qu'il |
| 1177 | l'a reçu, sur n'importe quel support, pourvu que la note de | 1177 | l'a reçu, sur n'importe quel support, pourvu que la note de |
diff --git a/etc/TUTORIAL.it b/etc/TUTORIAL.it index d310a16eae4..46388e78cc3 100644 --- a/etc/TUTORIAL.it +++ b/etc/TUTORIAL.it | |||
| @@ -1093,7 +1093,7 @@ distribuito con il permesso di farne copie a determinate condizioni: | |||
| 1093 | indicativo, restando comunque inteso il fatto che è quella originale a | 1093 | indicativo, restando comunque inteso il fatto che è quella originale a |
| 1094 | fare fede. | 1094 | fare fede. |
| 1095 | 1095 | ||
| 1096 | Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. | 1096 | Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 1097 | 1097 | ||
| 1098 | È permesso a chiunque copiare e distribuire attraverso ogni mezzo copie | 1098 | È permesso a chiunque copiare e distribuire attraverso ogni mezzo copie |
| 1099 | fedeli di questo documento così come viene ricevuto, a condizione che | 1099 | fedeli di questo documento così come viene ricevuto, a condizione che |
diff --git a/etc/TUTORIAL.ja b/etc/TUTORIAL.ja index dec03f35d20..826a175e8c6 100644 --- a/etc/TUTORIAL.ja +++ b/etc/TUTORIAL.ja | |||
| @@ -1048,7 +1048,7 @@ This version of the tutorial, like GNU Emacs, is copyrighted, and | |||
| 1048 | comes with permission to distribute copies on certain conditions: | 1048 | comes with permission to distribute copies on certain conditions: |
| 1049 | 1049 | ||
| 1050 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1050 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1051 | 2005 Free Software Foundation, Inc. | 1051 | 2005, 2006 Free Software Foundation, Inc. |
| 1052 | 1052 | ||
| 1053 | Permission is granted to anyone to make or distribute verbatim copies | 1053 | Permission is granted to anyone to make or distribute verbatim copies |
| 1054 | of this document as received, in any medium, provided that the | 1054 | of this document as received, in any medium, provided that the |
diff --git a/etc/TUTORIAL.ko b/etc/TUTORIAL.ko index c8875dc31be..9a9f28612c5 100644 --- a/etc/TUTORIAL.ko +++ b/etc/TUTORIAL.ko | |||
| @@ -990,7 +990,7 @@ GNU $(C@L8F=:?M(B $(C00@L(B $(C@L(B $(CAvD'<-(B $(CFG@:(B $(C@z@[1G@L | |||
| 990 | $(C6'?!(B $(C:9;g:;@;(B $(C9hFwGR(B $(C<v(B $(C@V4B(B $(CGc0!8&(B $(C0.0m(B $(C3*?B(B $(C0M@L4Y(B: | 990 | $(C6'?!(B $(C:9;g:;@;(B $(C9hFwGR(B $(C<v(B $(C@V4B(B $(CGc0!8&(B $(C0.0m(B $(C3*?B(B $(C0M@L4Y(B: |
| 991 | 991 | ||
| 992 | Copyright (C) 1985, 1996, 2001, 2002, 2003, 2004, | 992 | Copyright (C) 1985, 1996, 2001, 2002, 2003, 2004, |
| 993 | 2005 Free Software Foundation, Inc. | 993 | 2005, 2006 Free Software Foundation, Inc. |
| 994 | 994 | ||
| 995 | $(C@L(B $(C9.<-4B(B $(C@L(B $(C@z@[1G(B $(C0x0m?M(B $(CGc?k(B $(C0x0m0!(B $(C1W4k7N(B $(C@/Av5G0m(B, $(C9hFw@Z0!(B | 995 | $(C@L(B $(C9.<-4B(B $(C@L(B $(C@z@[1G(B $(C0x0m?M(B $(CGc?k(B $(C0x0m0!(B $(C1W4k7N(B $(C@/Av5G0m(B, $(C9hFw@Z0!(B |
| 996 | $(C<vCk@Z?!0T(B $(C@L(B $(C0x0m?!(B $(C5{6s(B $(CGc?k5G4B(B $(C0MC373(B $(C6G(B $(C@g:P9hGO4B(B $(C0M@;(B | 996 | $(C<vCk@Z?!0T(B $(C@L(B $(C0x0m?!(B $(C5{6s(B $(CGc?k5G4B(B $(C0MC373(B $(C6G(B $(C@g:P9hGO4B(B $(C0M@;(B |
diff --git a/etc/TUTORIAL.nl b/etc/TUTORIAL.nl index 6438869369f..1efe9748803 100644 --- a/etc/TUTORIAL.nl +++ b/etc/TUTORIAL.nl | |||
| @@ -1205,7 +1205,7 @@ Deze versie van de inleiding valt onder copyright, net als GNU Emacs. | |||
| 1205 | Je mag deze inleiding verspreiden onder bepaalde voorwaarden: | 1205 | Je mag deze inleiding verspreiden onder bepaalde voorwaarden: |
| 1206 | 1206 | ||
| 1207 | Copyright (C) 1985, 1996, 1997, 2003, 2004, | 1207 | Copyright (C) 1985, 1996, 1997, 2003, 2004, |
| 1208 | 2005 Free Software Foundation, Inc. | 1208 | 2005, 2006 Free Software Foundation, Inc. |
| 1209 | 1209 | ||
| 1210 | Iedereen mag letterlijke kopieën van dit document, zowel ontvangen | 1210 | Iedereen mag letterlijke kopieën van dit document, zowel ontvangen |
| 1211 | als verspreiden, op elk medium, vooropgesteld dat de | 1211 | als verspreiden, op elk medium, vooropgesteld dat de |
| @@ -1230,7 +1230,7 @@ This version of the tutorial, like GNU Emacs, is copyrighted, and | |||
| 1230 | comes with permission to distribute copies on certain conditions: | 1230 | comes with permission to distribute copies on certain conditions: |
| 1231 | 1231 | ||
| 1232 | Copyright (C) 1985, 1996, 1997, 2002, 2003, 2004, | 1232 | Copyright (C) 1985, 1996, 1997, 2002, 2003, 2004, |
| 1233 | 2005 Free Software Foundation, Inc. | 1233 | 2005, 2006 Free Software Foundation, Inc. |
| 1234 | 1234 | ||
| 1235 | Permission is granted to anyone to make or distribute verbatim | 1235 | Permission is granted to anyone to make or distribute verbatim |
| 1236 | copies of this document as received, in any medium, provided that | 1236 | copies of this document as received, in any medium, provided that |
diff --git a/etc/TUTORIAL.pl b/etc/TUTORIAL.pl index cff0b9dd40c..e1cfeec9dab 100644 --- a/etc/TUTORIAL.pl +++ b/etc/TUTORIAL.pl | |||
| @@ -1218,7 +1218,7 @@ Ta wersja samouczka, podobnie jak GNU Emacs, jest chroniona prawem | |||
| 1218 | autorskim, ale wolno j± kopiowaæ pod nastêpuj±cymi warunkami: | 1218 | autorskim, ale wolno j± kopiowaæ pod nastêpuj±cymi warunkami: |
| 1219 | 1219 | ||
| 1220 | Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, | 1220 | Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, |
| 1221 | 2005 Free Software Foundation, Inc. | 1221 | 2005, 2006 Free Software Foundation, Inc. |
| 1222 | 1222 | ||
| 1223 | Zezwala siê na wykonywanie lub rozpowszechnianie | 1223 | Zezwala siê na wykonywanie lub rozpowszechnianie |
| 1224 | wiernych kopii tego dokumentu w otrzymanej formie, na dowolnym | 1224 | wiernych kopii tego dokumentu w otrzymanej formie, na dowolnym |
diff --git a/etc/TUTORIAL.pt_BR b/etc/TUTORIAL.pt_BR index bd7cf84d6c1..b9309d31d5d 100644 --- a/etc/TUTORIAL.pt_BR +++ b/etc/TUTORIAL.pt_BR | |||
| @@ -1063,7 +1063,7 @@ Essa versão do tutorial foi originalmente traduzida por Marcelo Toledo | |||
| 1063 | <marcelo@gnu.org> e como o GNU Emacs, tem um copyright, e vem | 1063 | <marcelo@gnu.org> e como o GNU Emacs, tem um copyright, e vem |
| 1064 | com uma permissão de distribuição de cópias nas seguintes condições: | 1064 | com uma permissão de distribuição de cópias nas seguintes condições: |
| 1065 | 1065 | ||
| 1066 | Copyright (C) 2004, 2005 Free Software Foundation, Inc. | 1066 | Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. |
| 1067 | 1067 | ||
| 1068 | Permissão é garantida a qualquer um para fazer ou distribuir copias | 1068 | Permissão é garantida a qualquer um para fazer ou distribuir copias |
| 1069 | integrais deste documento como recebido, em qualquer meio, deixando | 1069 | integrais deste documento como recebido, em qualquer meio, deixando |
diff --git a/etc/TUTORIAL.ro b/etc/TUTORIAL.ro index 85e8e30892f..3a4c7fb77af 100644 --- a/etc/TUTORIAL.ro +++ b/etc/TUTORIAL.ro | |||
| @@ -1091,7 +1091,8 @@ continuare noþita de copyright originalã în limba englezã. | |||
| 1091 | This version of the tutorial, like GNU Emacs, is copyrighted, and | 1091 | This version of the tutorial, like GNU Emacs, is copyrighted, and |
| 1092 | comes with permission to distribute copies on certain conditions: | 1092 | comes with permission to distribute copies on certain conditions: |
| 1093 | 1093 | ||
| 1094 | Copyright (C) 1998, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 1094 | Copyright (C) 1998, 2002, 2003, 2004, 2005, |
| 1095 | 2006 Free Software Foundation, Inc. | ||
| 1095 | 1096 | ||
| 1096 | Permission is granted to anyone to make or distribute verbatim copies | 1097 | Permission is granted to anyone to make or distribute verbatim copies |
| 1097 | of this document as received, in any medium, provided that the | 1098 | of this document as received, in any medium, provided that the |
diff --git a/etc/TUTORIAL.ru b/etc/TUTORIAL.ru index cd84911db2d..4a097635a59 100644 --- a/etc/TUTORIAL.ru +++ b/etc/TUTORIAL.ru | |||
| @@ -1132,7 +1132,7 @@ Dired ÐÏÚ×ÏÌÑÅÔ ×ÁÍ ÏÔÏÂÒÁÖÁÔØ ÓÐÉÓÏË ÆÁÊÌÏ× × ËÁÔÁÌÏÇÅ (Á ÔÁËÖÅ | |||
| 1132 | ÓÌÅÄÕÀÝÉÍÉ ÓÏÇÌÁÛÅÎÉÑÍÉ: | 1132 | ÓÌÅÄÕÀÝÉÍÉ ÓÏÇÌÁÛÅÎÉÑÍÉ: |
| 1133 | 1133 | ||
| 1134 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1134 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1135 | 2005 Free Software Foundation, Inc. | 1135 | 2005, 2006 Free Software Foundation, Inc. |
| 1136 | 1136 | ||
| 1137 | Permission is granted to anyone to make or distribute verbatim copies | 1137 | Permission is granted to anyone to make or distribute verbatim copies |
| 1138 | of this document as received, in any medium, provided that the | 1138 | of this document as received, in any medium, provided that the |
diff --git a/etc/TUTORIAL.sk b/etc/TUTORIAL.sk index 26e3f834748..6b2cd86bf91 100644 --- a/etc/TUTORIAL.sk +++ b/etc/TUTORIAL.sk | |||
| @@ -1082,7 +1082,7 @@ Táto verzia tútorialu je, podobne ako GNU Emacs, chránená copyrightom | |||
| 1082 | a je ¹írená s povolením distribuova» kópie za istých podmienok: | 1082 | a je ¹írená s povolením distribuova» kópie za istých podmienok: |
| 1083 | 1083 | ||
| 1084 | Copyright (C) 1985, 1996, 1998, 2002, 2003, 2004, | 1084 | Copyright (C) 1985, 1996, 1998, 2002, 2003, 2004, |
| 1085 | 2005 Free Software Foundation, Inc. | 1085 | 2005, 2006 Free Software Foundation, Inc. |
| 1086 | 1086 | ||
| 1087 | Ka¾dému je zaruèené právo vytvára» a distribuova» presné kópie tohto | 1087 | Ka¾dému je zaruèené právo vytvára» a distribuova» presné kópie tohto |
| 1088 | dokumentu tak, ako ho dostal, na akomkoµvek médiu, s tým, ¾e bude | 1088 | dokumentu tak, ako ho dostal, na akomkoµvek médiu, s tým, ¾e bude |
diff --git a/etc/TUTORIAL.sl b/etc/TUTORIAL.sl index 37ebb2fbf11..52d2d18766c 100644 --- a/etc/TUTORIAL.sl +++ b/etc/TUTORIAL.sl | |||
| @@ -1115,7 +1115,7 @@ To besedilo, kot sam GNU Emacs, je avtorsko delo, in njegovo | |||
| 1115 | razmno¾evanje in raz¹irjanje je dovoljeno pod naslednjimi pogoji: | 1115 | razmno¾evanje in raz¹irjanje je dovoljeno pod naslednjimi pogoji: |
| 1116 | 1116 | ||
| 1117 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1117 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1118 | 2005 Free Software Foundation, Inc. | 1118 | 2005, 2006 Free Software Foundation, Inc. |
| 1119 | 1119 | ||
| 1120 | Dovoljeno je izdelovati in raz¹irjati neokrnjene kopije tega spisa | 1120 | Dovoljeno je izdelovati in raz¹irjati neokrnjene kopije tega spisa |
| 1121 | v kakr¹nikoli obliki pod pogojem, da je ohranjena navedba o | 1121 | v kakr¹nikoli obliki pod pogojem, da je ohranjena navedba o |
diff --git a/etc/TUTORIAL.sv b/etc/TUTORIAL.sv index 65dff742ec2..a2e0cd9abea 100644 --- a/etc/TUTORIAL.sv +++ b/etc/TUTORIAL.sv | |||
| @@ -1127,7 +1127,7 @@ This version of the tutorial, like GNU Emacs, is copyrighted, and | |||
| 1127 | comes with permission to distribute copies on certain conditions: | 1127 | comes with permission to distribute copies on certain conditions: |
| 1128 | 1128 | ||
| 1129 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1129 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1130 | 2005 Free Software Foundation, Inc. | 1130 | 2005, 2006 Free Software Foundation, Inc. |
| 1131 | 1131 | ||
| 1132 | Permission is granted to anyone to make or distribute verbatim copies | 1132 | Permission is granted to anyone to make or distribute verbatim copies |
| 1133 | of this document as received, in any medium, provided that the | 1133 | of this document as received, in any medium, provided that the |
diff --git a/etc/TUTORIAL.th b/etc/TUTORIAL.th index 5db33b3d470..1156925e2a5 100644 --- a/etc/TUTORIAL.th +++ b/etc/TUTORIAL.th | |||
| @@ -971,7 +971,7 @@ This version of the tutorial, like GNU Emacs, is copyrighted, and | |||
| 971 | comes with permission to distribute copies on certain conditions: | 971 | comes with permission to distribute copies on certain conditions: |
| 972 | 972 | ||
| 973 | Copyright (C) 1985, 1996, 2002, 2003, 2004, | 973 | Copyright (C) 1985, 1996, 2002, 2003, 2004, |
| 974 | 2005 Free Software Foundation, Inc. | 974 | 2005, 2006 Free Software Foundation, Inc. |
| 975 | 975 | ||
| 976 | Permission is granted to anyone to make or distribute verbatim copies | 976 | Permission is granted to anyone to make or distribute verbatim copies |
| 977 | of this document as received, in any medium, provided that the | 977 | of this document as received, in any medium, provided that the |
diff --git a/etc/TUTORIAL.zh b/etc/TUTORIAL.zh index 1a1020a425b..0a04da4d9e1 100644 --- a/etc/TUTORIAL.zh +++ b/etc/TUTORIAL.zh | |||
| @@ -1050,7 +1050,7 @@ issue here>¡v¡C | |||
| 1050 | ´²§G¨ä«þ¨©¡G | 1050 | ´²§G¨ä«þ¨©¡G |
| 1051 | 1051 | ||
| 1052 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, | 1052 | Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004, |
| 1053 | 2005 Free Software Foundation, Inc. | 1053 | 2005, 2006 Free Software Foundation, Inc. |
| 1054 | Chinese Translation by Chao-Hong Liu (2002, 2003) | 1054 | Chinese Translation by Chao-Hong Liu (2002, 2003) |
| 1055 | 1055 | ||
| 1056 | Permission is granted to anyone to make or distribute verbatim copies | 1056 | Permission is granted to anyone to make or distribute verbatim copies |
diff --git a/etc/calccard.tex b/etc/calccard.tex index 1502a3c73c2..befdea965ae 100644 --- a/etc/calccard.tex +++ b/etc/calccard.tex | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | % Typical command to print (3 cols): dvips -t landscape calccard.dvi | 14 | % Typical command to print (3 cols): dvips -t landscape calccard.dvi |
| 15 | 15 | ||
| 16 | % Copyright (C) 1987, 1992, 2001, 2002, 2003, 2004, | 16 | % Copyright (C) 1987, 1992, 2001, 2002, 2003, 2004, |
| 17 | % 2005 Free Software Foundation, Inc. | 17 | % 2005, 2006 Free Software Foundation, Inc. |
| 18 | 18 | ||
| 19 | % This file is part of GNU Emacs. | 19 | % This file is part of GNU Emacs. |
| 20 | 20 | ||
| @@ -60,7 +60,7 @@ | |||
| 60 | % Internet: gildea@stop.mail-abuse.org | 60 | % Internet: gildea@stop.mail-abuse.org |
| 61 | 61 | ||
| 62 | \def\versionnumber{2.1} | 62 | \def\versionnumber{2.1} |
| 63 | \def\year{2005} | 63 | \def\year{2006} |
| 64 | \def\version{v\versionnumber} | 64 | \def\version{v\versionnumber} |
| 65 | 65 | ||
| 66 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 66 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/cs-dired-ref.tex b/etc/cs-dired-ref.tex index 12e3c01c871..46f7d7c6985 100644 --- a/etc/cs-dired-ref.tex +++ b/etc/cs-dired-ref.tex | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | % Reference Card for Dired | 1 | % Reference Card for Dired |
| 2 | % Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 2 | % Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 3 | % 2006 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | % Czech hyphenation rules applied | 5 | % Czech hyphenation rules applied |
| 5 | \chyph | 6 | \chyph |
| @@ -47,7 +48,7 @@ | |||
| 47 | % e.g. in the TeX Live CD). | 48 | % e.g. in the TeX Live CD). |
| 48 | 49 | ||
| 49 | \def\versionnumber{0.1} | 50 | \def\versionnumber{0.1} |
| 50 | \def\year{2005} | 51 | \def\year{2006} |
| 51 | \def\version{May \year\ v\versionnumber} | 52 | \def\version{May \year\ v\versionnumber} |
| 52 | 53 | ||
| 53 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 54 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/cs-refcard.tex b/etc/cs-refcard.tex index 1164817a14d..be54da104ad 100644 --- a/etc/cs-refcard.tex +++ b/etc/cs-refcard.tex | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | \columnsperpage=1 | 12 | \columnsperpage=1 |
| 13 | 13 | ||
| 14 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, | 14 | % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, |
| 15 | % 2005 Free Software Foundation, Inc. | 15 | % 2005, 2006 Free Software Foundation, Inc. |
| 16 | 16 | ||
| 17 | % This file is part of GNU Emacs. | 17 | % This file is part of GNU Emacs. |
| 18 | 18 | ||
| @@ -66,7 +66,7 @@ | |||
| 66 | % e.g. in the TeX Live CD). | 66 | % e.g. in the TeX Live CD). |
| 67 | 67 | ||
| 68 | \def\versionnumber{2.2} | 68 | \def\versionnumber{2.2} |
| 69 | \def\year{2005} | 69 | \def\year{2006} |
| 70 | 70 | ||
| 71 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 71 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 72 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 72 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
diff --git a/etc/cs-survival.tex b/etc/cs-survival.tex index 4140f2a858e..cf8297e7f39 100644 --- a/etc/cs-survival.tex +++ b/etc/cs-survival.tex | |||
| @@ -21,7 +21,8 @@ | |||
| 21 | \endinput | 21 | \endinput |
| 22 | \fi | 22 | \fi |
| 23 | 23 | ||
| 24 | % Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 24 | % Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 25 | % 2006 Free Software Foundation, Inc. | ||
| 25 | 26 | ||
| 26 | % This file is part of GNU Emacs. | 27 | % This file is part of GNU Emacs. |
| 27 | 28 | ||
| @@ -49,7 +50,7 @@ | |||
| 49 | % e.g. in the TeX Live CD). | 50 | % e.g. in the TeX Live CD). |
| 50 | 51 | ||
| 51 | \def\versionnumber{1.0} | 52 | \def\versionnumber{1.0} |
| 52 | \def\year{2005} | 53 | \def\year{2006} |
| 53 | 54 | ||
| 54 | \def\copyrightnotice{\penalty-1\vfill | 55 | \def\copyrightnotice{\penalty-1\vfill |
| 55 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter | 56 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter |
diff --git a/etc/de-refcard.tex b/etc/de-refcard.tex index bb0ce3c978d..743e699fd76 100644 --- a/etc/de-refcard.tex +++ b/etc/de-refcard.tex | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | \columnsperpage=2 | 8 | \columnsperpage=2 |
| 9 | 9 | ||
| 10 | % Copyright (C) 1987, 1993, 1996, 2000, 2002, 2003, 2004, | 10 | % Copyright (C) 1987, 1993, 1996, 2000, 2002, 2003, 2004, |
| 11 | % 2005 Free Software Foundation, Inc. | 11 | % 2005, 2006 Free Software Foundation, Inc. |
| 12 | 12 | ||
| 13 | % This file is part of GNU Emacs. | 13 | % This file is part of GNU Emacs. |
| 14 | 14 | ||
| @@ -53,7 +53,7 @@ | |||
| 53 | % If there were room, it would be nice to see a section on Dired. | 53 | % If there were room, it would be nice to see a section on Dired. |
| 54 | 54 | ||
| 55 | \def\versionnumber{2.1} | 55 | \def\versionnumber{2.1} |
| 56 | \def\year{2005} | 56 | \def\year{2006} |
| 57 | \def\version{March \year\ v\versionnumber} | 57 | \def\version{March \year\ v\versionnumber} |
| 58 | 58 | ||
| 59 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 59 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/dired-ref.tex b/etc/dired-ref.tex index 62038525a21..ce4150e1df7 100644 --- a/etc/dired-ref.tex +++ b/etc/dired-ref.tex | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | % Reference Card for Dired | 1 | % Reference Card for Dired |
| 2 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | % Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | % 2005 Free Software Foundation, Inc. | 3 | % 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | % This file is part of GNU Emacs. | 5 | % This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -41,7 +41,7 @@ | |||
| 41 | 41 | ||
| 42 | 42 | ||
| 43 | \def\versionnumber{0.1} | 43 | \def\versionnumber{0.1} |
| 44 | \def\year{2005} | 44 | \def\year{2006} |
| 45 | \def\version{May \year\ v\versionnumber} | 45 | \def\version{May \year\ v\versionnumber} |
| 46 | 46 | ||
| 47 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 47 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/edt-user.doc b/etc/edt-user.doc index 9910317de0a..1195c21841f 100644 --- a/etc/edt-user.doc +++ b/etc/edt-user.doc | |||
| @@ -3,7 +3,7 @@ File: edt-user.doc --- EDT Emulation User Instructions | |||
| 3 | For GNU Emacs 19 | 3 | For GNU Emacs 19 |
| 4 | 4 | ||
| 5 | Copyright (C) 1986, 1992, 1994, 1995, 1999, 2000, 2002, 2003, 2004, | 5 | Copyright (C) 1986, 1992, 1994, 1995, 1999, 2000, 2002, 2003, 2004, |
| 6 | 2005 Free Software Foundation, Inc. | 6 | 2005, 2006 Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | Author: Kevin Gallagher <kevingal@onramp.net> | 8 | Author: Kevin Gallagher <kevingal@onramp.net> |
| 9 | Maintainer: Kevin Gallagher <kevingal@onramp.net> | 9 | Maintainer: Kevin Gallagher <kevingal@onramp.net> |
diff --git a/etc/emacs.1 b/etc/emacs.1 index 1c9707243d9..ed9de22bf33 100644 --- a/etc/emacs.1 +++ b/etc/emacs.1 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | .\" Copyright (C) 1995, 1999, 2000, 2001, 2002, 2003, 2004, | 1 | .\" Copyright (C) 1995, 1999, 2000, 2001, 2002, 2003, 2004, |
| 2 | .\" 2005 Free Software Foundation, Inc. | 2 | .\" 2005, 2006 Free Software Foundation, Inc. |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file is part of GNU Emacs. | 4 | .\" This file is part of GNU Emacs. |
| 5 | .\" | 5 | .\" |
| @@ -536,7 +536,8 @@ Joachim Martillo and Robert Krawitz added the X features. | |||
| 536 | Copyright | 536 | Copyright |
| 537 | .if t \(co | 537 | .if t \(co |
| 538 | .if n (c) | 538 | .if n (c) |
| 539 | 1995, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 539 | 1995, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 540 | 2006 Free Software Foundation, Inc. | ||
| 540 | .PP | 541 | .PP |
| 541 | Permission is granted to make and distribute verbatim copies of this | 542 | Permission is granted to make and distribute verbatim copies of this |
| 542 | document provided the copyright notice and this permission notice are | 543 | document provided the copyright notice and this permission notice are |
diff --git a/etc/emacs.py b/etc/emacs.py index fcb55a0a205..9538b0b7127 100644 --- a/etc/emacs.py +++ b/etc/emacs.py | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | """Definitions used by commands sent to inferior Python in python.el.""" | 1 | """Definitions used by commands sent to inferior Python in python.el.""" |
| 2 | 2 | ||
| 3 | # Copyright (C) 2004, 2005 Free Software Foundation, Inc. | 3 | # Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | # Author: Dave Love <d.love@dl.ac.uk> | 4 | # Author: Dave Love <d.love@dl.ac.uk> |
| 5 | 5 | ||
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
diff --git a/etc/emacstool.1 b/etc/emacstool.1 index 7f3200a0700..22eb311789a 100644 --- a/etc/emacstool.1 +++ b/etc/emacstool.1 | |||
| @@ -136,7 +136,7 @@ emacs(1) | |||
| 136 | Copyright | 136 | Copyright |
| 137 | .if t \(co | 137 | .if t \(co |
| 138 | .if n (c) | 138 | .if n (c) |
| 139 | 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 139 | 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 140 | .PP | 140 | .PP |
| 141 | Permission is granted to make and distribute verbatim copies of this | 141 | Permission is granted to make and distribute verbatim copies of this |
| 142 | document provided the copyright notice and this permission notice are | 142 | document provided the copyright notice and this permission notice are |
diff --git a/etc/etags.1 b/etc/etags.1 index ad049066577..39228685d08 100644 --- a/etc/etags.1 +++ b/etc/etags.1 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | .\" Copyright (C) 1992, 2001, 2002, 2003, 2004, | 1 | .\" Copyright (C) 1992, 2001, 2002, 2003, 2004, |
| 2 | .\" 2005 Free Software Foundation, Inc. | 2 | .\" 2005, 2006 Free Software Foundation, Inc. |
| 3 | .\" See section COPYING for conditions for redistribution | 3 | .\" See section COPYING for conditions for redistribution |
| 4 | .TH etags 1 "23nov2001" "GNU Tools" "GNU Tools" | 4 | .TH etags 1 "23nov2001" "GNU Tools" "GNU Tools" |
| 5 | .de BP | 5 | .de BP |
| @@ -292,7 +292,7 @@ Stallman. | |||
| 292 | Copyright | 292 | Copyright |
| 293 | .if t \(co | 293 | .if t \(co |
| 294 | .if n (c) | 294 | .if n (c) |
| 295 | 1999, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 295 | 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 296 | .PP | 296 | .PP |
| 297 | Permission is granted to make and distribute verbatim copies of this | 297 | Permission is granted to make and distribute verbatim copies of this |
| 298 | document provided the copyright notice and this permission notice are | 298 | document provided the copyright notice and this permission notice are |
diff --git a/etc/fr-drdref.tex b/etc/fr-drdref.tex index e64fe9574a5..40a238d529f 100644 --- a/etc/fr-drdref.tex +++ b/etc/fr-drdref.tex | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 1 | ||
| 2 | % Reference Card for Dired | 2 | % Reference Card for Dired |
| 3 | % Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | % Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 4 | % 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | % This file is part of GNU Emacs. | 6 | % This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -41,7 +42,7 @@ | |||
| 41 | 42 | ||
| 42 | 43 | ||
| 43 | \def\versionnumber{0.1} | 44 | \def\versionnumber{0.1} |
| 44 | \def\year{2005} | 45 | \def\year{2006} |
| 45 | \def\version{Mai \year\ v\versionnumber} | 46 | \def\version{Mai \year\ v\versionnumber} |
| 46 | 47 | ||
| 47 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 48 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/fr-refcard.tex b/etc/fr-refcard.tex index bff17c6d625..54d73ca6312 100644 --- a/etc/fr-refcard.tex +++ b/etc/fr-refcard.tex | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | \columnsperpage=1 | 9 | \columnsperpage=1 |
| 10 | 10 | ||
| 11 | % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, | 11 | % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, |
| 12 | % 2005 Free Software Foundation, Inc. | 12 | % 2005, 2006 Free Software Foundation, Inc. |
| 13 | 13 | ||
| 14 | % This file is part of GNU Emacs. | 14 | % This file is part of GNU Emacs. |
| 15 | 15 | ||
| @@ -54,7 +54,7 @@ | |||
| 54 | % If there were room, it would be nice to see a section on Dired. | 54 | % If there were room, it would be nice to see a section on Dired. |
| 55 | 55 | ||
| 56 | \def\versionnumber{2.2} | 56 | \def\versionnumber{2.2} |
| 57 | \def\year{2005} | 57 | \def\year{2006} |
| 58 | 58 | ||
| 59 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 59 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 60 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 60 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
diff --git a/etc/fr-survival.tex b/etc/fr-survival.tex index e73db5352a5..5c99fb27c49 100644 --- a/etc/fr-survival.tex +++ b/etc/fr-survival.tex | |||
| @@ -22,7 +22,8 @@ | |||
| 22 | \endinput | 22 | \endinput |
| 23 | \fi | 23 | \fi |
| 24 | 24 | ||
| 25 | % Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 25 | % Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 26 | % 2006 Free Software Foundation, Inc. | ||
| 26 | 27 | ||
| 27 | % This file is part of GNU Emacs. | 28 | % This file is part of GNU Emacs. |
| 28 | 29 | ||
| @@ -44,7 +45,7 @@ | |||
| 44 | % Translated to french by \'Eric Jacoboni <jaco@teaser.fr> in November 2001 | 45 | % Translated to french by \'Eric Jacoboni <jaco@teaser.fr> in November 2001 |
| 45 | 46 | ||
| 46 | \def\versionnumber{1.0} | 47 | \def\versionnumber{1.0} |
| 47 | \def\year{2005} | 48 | \def\year{2006} |
| 48 | 49 | ||
| 49 | \def\copyrightnotice{\penalty-1\vfill | 50 | \def\copyrightnotice{\penalty-1\vfill |
| 50 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter | 51 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter |
diff --git a/etc/gnus-refcard.tex b/etc/gnus-refcard.tex index 87c02032424..3bfca03d93d 100644 --- a/etc/gnus-refcard.tex +++ b/etc/gnus-refcard.tex | |||
| @@ -113,7 +113,7 @@ | |||
| 113 | \newcommand{\Copyright}{% | 113 | \newcommand{\Copyright}{% |
| 114 | \begin{center} | 114 | \begin{center} |
| 115 | Copyright \copyright\ 1995, 2002, 2003, 2004, | 115 | Copyright \copyright\ 1995, 2002, 2003, 2004, |
| 116 | 2005 Free Software Foundation, Inc.\\* | 116 | 2005, 2006 Free Software Foundation, Inc.\\* |
| 117 | Copyright \copyright\ 1995 Vladimir Alexiev | 117 | Copyright \copyright\ 1995 Vladimir Alexiev |
| 118 | $<$vladimir@cs.ualberta.ca$>$.\\* | 118 | $<$vladimir@cs.ualberta.ca$>$.\\* |
| 119 | Copyright \copyright\ 2000 Felix Natter $<$fnatter@gmx.net$>$.\\* | 119 | Copyright \copyright\ 2000 Felix Natter $<$fnatter@gmx.net$>$.\\* |
diff --git a/etc/gnus-tut.txt b/etc/gnus-tut.txt index 29b5356e9e9..5dd26f1dfc5 100644 --- a/etc/gnus-tut.txt +++ b/etc/gnus-tut.txt | |||
| @@ -24,7 +24,8 @@ was done by moi, yours truly, your humble servant, Lars Magne | |||
| 24 | Ingebrigtsen. If you have a WWW browser, you can investigate to your | 24 | Ingebrigtsen. If you have a WWW browser, you can investigate to your |
| 25 | heart's delight at <URL:http://www.ifi.uio.no/~larsi/larsi.html>. | 25 | heart's delight at <URL:http://www.ifi.uio.no/~larsi/larsi.html>. |
| 26 | 26 | ||
| 27 | ;; Copyright (C) 1995, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 27 | ;; Copyright (C) 1995, 2002, 2003, 2004, 2005, |
| 28 | ;; 2006 Free Software Foundation, Inc. | ||
| 28 | 29 | ||
| 29 | ;; Author: Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | 30 | ;; Author: Lars Magne Ingebrigtsen <larsi@ifi.uio.no> |
| 30 | ;; Keywords: news | 31 | ;; Keywords: news |
diff --git a/etc/orgcard.tex b/etc/orgcard.tex index 494ef6b3ae7..064d9decc95 100644 --- a/etc/orgcard.tex +++ b/etc/orgcard.tex | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | % This file can be printed with 1, 2, or 3 columns per page (see below). | 6 | % This file can be printed with 1, 2, or 3 columns per page (see below). |
| 7 | % At the moment this card works quite nicely in 3 column format and | 7 | % At the moment this card works quite nicely in 3 column format and |
| 8 | % currently takes 2 full pages. It is thus suited to producing one | 8 | % currently takes 2 full pages. It is thus suited to producing one |
| 9 | % double-side page when printed. | 9 | % double-side page when printed. |
| 10 | 10 | ||
| 11 | % There are a couple of tweaks in the format of this card which make it work | 11 | % There are a couple of tweaks in the format of this card which make it work |
| @@ -18,7 +18,8 @@ | |||
| 18 | 18 | ||
| 19 | \columnsperpage=3 | 19 | \columnsperpage=3 |
| 20 | 20 | ||
| 21 | % Copyright (c) 2004 Philip Rooke, 2005, 2006 Free Software Foundation | 21 | % Copyright (C) 2005, 2006 Free Software Foundation, Inc. |
| 22 | % Copyright (c) 2004 Philip Rooke | ||
| 22 | 23 | ||
| 23 | % GNU Emacs is free software; you can redistribute it and/or modify | 24 | % GNU Emacs is free software; you can redistribute it and/or modify |
| 24 | % it under the terms of the GNU General Public License as published by | 25 | % it under the terms of the GNU General Public License as published by |
| @@ -88,7 +89,7 @@ are preserved on all copies. | |||
| 88 | 89 | ||
| 89 | \def\ncolumns{\the\columnsperpage} | 90 | \def\ncolumns{\the\columnsperpage} |
| 90 | 91 | ||
| 91 | \message{[\ncolumns\space | 92 | \message{[\ncolumns\space |
| 92 | column\if 1\ncolumns\else s\fi\space per page]} | 93 | column\if 1\ncolumns\else s\fi\space per page]} |
| 93 | 94 | ||
| 94 | \def\scaledmag#1{ scaled \magstep #1} | 95 | \def\scaledmag#1{ scaled \magstep #1} |
| @@ -173,7 +174,7 @@ are preserved on all copies. | |||
| 173 | \def\bye{\par\vfill\supereject | 174 | \def\bye{\par\vfill\supereject |
| 174 | \if a\abc \else\null\vfill\eject\fi | 175 | \if a\abc \else\null\vfill\eject\fi |
| 175 | \if a\abc \else\null\vfill\eject\fi | 176 | \if a\abc \else\null\vfill\eject\fi |
| 176 | \end} | 177 | \end} |
| 177 | \fi | 178 | \fi |
| 178 | 179 | ||
| 179 | % we won't be using math mode much, so redefine some of the characters | 180 | % we won't be using math mode much, so redefine some of the characters |
| @@ -710,7 +711,7 @@ an org file. In the file, find a location with: | |||
| 710 | \key{next heading}{DOWN} | 711 | \key{next heading}{DOWN} |
| 711 | \key{previous heading}{UP} | 712 | \key{previous heading}{UP} |
| 712 | 713 | ||
| 713 | Insert the note with one of the following: | 714 | Insert the note with one of the following: |
| 714 | 715 | ||
| 715 | \key{as sublevel of heading at cursor}{RET} | 716 | \key{as sublevel of heading at cursor}{RET} |
| 716 | \key{right here (cursor not on heading)}{RET} | 717 | \key{right here (cursor not on heading)}{RET} |
| @@ -752,7 +753,7 @@ $^4$ Keybinding affected by {\tt org-CUA-compatibility}. | |||
| 752 | 753 | ||
| 753 | % arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290 | 754 | % arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290 |
| 754 | 755 | ||
| 755 | %%% Local Variables: | 756 | %%% Local Variables: |
| 756 | %%% mode: latex | 757 | %%% mode: latex |
| 757 | %%% TeX-master: t | 758 | %%% TeX-master: t |
| 758 | %%% End: | 759 | %%% End: |
diff --git a/etc/pl-refcard.tex b/etc/pl-refcard.tex index dfbb5a2783a..0d5f008378e 100644 --- a/etc/pl-refcard.tex +++ b/etc/pl-refcard.tex | |||
| @@ -32,7 +32,8 @@ | |||
| 32 | 32 | ||
| 33 | \columnsperpage=2 | 33 | \columnsperpage=2 |
| 34 | 34 | ||
| 35 | % Copyright (C) 1999, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 35 | % Copyright (C) 1999, 2002, 2003, 2004, 2005, |
| 36 | % 2006 Free Software Foundation, Inc. | ||
| 36 | 37 | ||
| 37 | % This file is part of GNU Emacs. | 38 | % This file is part of GNU Emacs. |
| 38 | 39 | ||
| @@ -73,7 +74,7 @@ | |||
| 73 | % If there were room, it would be nice to see a section on Dired. | 74 | % If there were room, it would be nice to see a section on Dired. |
| 74 | 75 | ||
| 75 | \def\versionnumber{1.1} | 76 | \def\versionnumber{1.1} |
| 76 | \def\year{2005} | 77 | \def\year{2006} |
| 77 | 78 | ||
| 78 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 79 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 79 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 80 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
diff --git a/etc/refcard.tex b/etc/refcard.tex index 5567320c98a..218a6cc8e36 100644 --- a/etc/refcard.tex +++ b/etc/refcard.tex | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | % Nothing else needs to be changed below this line. | 16 | % Nothing else needs to be changed below this line. |
| 17 | % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, | 17 | % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, |
| 18 | % 2005 Free Software Foundation, Inc. | 18 | % 2005, 2006 Free Software Foundation, Inc. |
| 19 | 19 | ||
| 20 | % This file is part of GNU Emacs. | 20 | % This file is part of GNU Emacs. |
| 21 | 21 | ||
| @@ -64,7 +64,7 @@ | |||
| 64 | % If there were room, it would be nice to see a section on Dired. | 64 | % If there were room, it would be nice to see a section on Dired. |
| 65 | 65 | ||
| 66 | \def\versionnumber{2.3} | 66 | \def\versionnumber{2.3} |
| 67 | \def\year{2005} | 67 | \def\year{2006} |
| 68 | 68 | ||
| 69 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 69 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 70 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 70 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
diff --git a/etc/ru-refcard.tex b/etc/ru-refcard.tex index 1083055bd9f..72fbe28e86f 100644 --- a/etc/ru-refcard.tex +++ b/etc/ru-refcard.tex | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | % Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 1 | % Copyright (C) 1997, 2002, 2003, 2004, 2005, |
| 2 | % 2006 Free Software Foundation, Inc. | ||
| 2 | 3 | ||
| 3 | \documentclass[10pt]{article} | 4 | \documentclass[10pt]{article} |
| 4 | \usepackage{multicol,tabularx} | 5 | \usepackage{multicol,tabularx} |
| @@ -19,7 +20,7 @@ | |||
| 19 | \setlength{\ColThreeWidth}{25mm} | 20 | \setlength{\ColThreeWidth}{25mm} |
| 20 | 21 | ||
| 21 | \newcommand{\versionnumber}[0]{2.2} | 22 | \newcommand{\versionnumber}[0]{2.2} |
| 22 | \newcommand{\nyear}[0]{2005} | 23 | \newcommand{\nyear}[0]{2006} |
| 23 | 24 | ||
| 24 | \newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill | 25 | \newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill |
| 25 | \centerline{\footnotesize \copyright\ \nyear\ Free Software Foundation, Inc. | 26 | \centerline{\footnotesize \copyright\ \nyear\ Free Software Foundation, Inc. |
diff --git a/etc/sk-dired-ref.tex b/etc/sk-dired-ref.tex index 26846834b36..82a3d2a5be0 100644 --- a/etc/sk-dired-ref.tex +++ b/etc/sk-dired-ref.tex | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | % Reference Card for Dired | 1 | % Reference Card for Dired |
| 2 | % Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 2 | % Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 3 | % 2006 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | % Slovak hyphenation rules applied | 5 | % Slovak hyphenation rules applied |
| 5 | \shyph | 6 | \shyph |
| @@ -48,7 +49,7 @@ | |||
| 48 | % e.g. in the TeX Live CD). | 49 | % e.g. in the TeX Live CD). |
| 49 | 50 | ||
| 50 | \def\versionnumber{0.1} | 51 | \def\versionnumber{0.1} |
| 51 | \def\year{2005} | 52 | \def\year{2006} |
| 52 | \def\version{May \year\ v\versionnumber} | 53 | \def\version{May \year\ v\versionnumber} |
| 53 | 54 | ||
| 54 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 55 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/sk-refcard.tex b/etc/sk-refcard.tex index 40f36f2109f..97911a66db8 100644 --- a/etc/sk-refcard.tex +++ b/etc/sk-refcard.tex | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | \columnsperpage=1 | 12 | \columnsperpage=1 |
| 13 | 13 | ||
| 14 | % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, | 14 | % Copyright (C) 1987, 1993, 1996, 1997, 2002, 2003, 2004, |
| 15 | % 2005 Free Software Foundation, Inc. | 15 | % 2005, 2006 Free Software Foundation, Inc. |
| 16 | 16 | ||
| 17 | % This file is part of GNU Emacs. | 17 | % This file is part of GNU Emacs. |
| 18 | 18 | ||
| @@ -68,7 +68,7 @@ | |||
| 68 | % e.g. in the TeX Live CD). | 68 | % e.g. in the TeX Live CD). |
| 69 | 69 | ||
| 70 | \def\versionnumber{2.2} | 70 | \def\versionnumber{2.2} |
| 71 | \def\year{2005} | 71 | \def\year{2006} |
| 72 | 72 | ||
| 73 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 73 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 74 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 74 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
diff --git a/etc/sk-survival.tex b/etc/sk-survival.tex index 346516cf48e..4cd12672ada 100644 --- a/etc/sk-survival.tex +++ b/etc/sk-survival.tex | |||
| @@ -21,7 +21,8 @@ | |||
| 21 | \endinput | 21 | \endinput |
| 22 | \fi | 22 | \fi |
| 23 | 23 | ||
| 24 | % Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 24 | % Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 25 | % 2006 Free Software Foundation, Inc. | ||
| 25 | 26 | ||
| 26 | % This file is part of GNU Emacs. | 27 | % This file is part of GNU Emacs. |
| 27 | 28 | ||
| @@ -50,7 +51,7 @@ | |||
| 50 | % e.g. in the TeX Live CD). | 51 | % e.g. in the TeX Live CD). |
| 51 | 52 | ||
| 52 | \def\versionnumber{1.0} | 53 | \def\versionnumber{1.0} |
| 53 | \def\year{2005} | 54 | \def\year{2006} |
| 54 | 55 | ||
| 55 | \def\copyrightnotice{\penalty-1\vfill | 56 | \def\copyrightnotice{\penalty-1\vfill |
| 56 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter | 57 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter |
diff --git a/etc/survival.tex b/etc/survival.tex index 0e164d7654f..8c56232d7ad 100644 --- a/etc/survival.tex +++ b/etc/survival.tex | |||
| @@ -25,7 +25,8 @@ | |||
| 25 | \endinput | 25 | \endinput |
| 26 | \fi | 26 | \fi |
| 27 | 27 | ||
| 28 | % Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 28 | % Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 29 | % 2006 Free Software Foundation, Inc. | ||
| 29 | 30 | ||
| 30 | % This file is part of GNU Emacs. | 31 | % This file is part of GNU Emacs. |
| 31 | 32 | ||
| @@ -45,7 +46,7 @@ | |||
| 45 | % Boston, MA 02110-1301, USA. | 46 | % Boston, MA 02110-1301, USA. |
| 46 | 47 | ||
| 47 | \def\versionnumber{1.0} | 48 | \def\versionnumber{1.0} |
| 48 | \def\year{2005} | 49 | \def\year{2006} |
| 49 | 50 | ||
| 50 | \def\copyrightnotice{\penalty-1\vfill | 51 | \def\copyrightnotice{\penalty-1\vfill |
| 51 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter | 52 | \vbox{\smallfont\baselineskip=0.8\baselineskip\raggedcenter |
diff --git a/etc/vipcard.tex b/etc/vipcard.tex index cca644b6bfd..693667bd076 100644 --- a/etc/vipcard.tex +++ b/etc/vipcard.tex | |||
| @@ -7,7 +7,8 @@ | |||
| 7 | 7 | ||
| 8 | \columnsperpage=1 | 8 | \columnsperpage=1 |
| 9 | 9 | ||
| 10 | % Copyright (C) 1987, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 10 | % Copyright (C) 1987, 2002, 2003, 2004, 2005, |
| 11 | % 2006 Free Software Foundation, Inc. | ||
| 11 | 12 | ||
| 12 | % This file is part of GNU Emacs. | 13 | % This file is part of GNU Emacs. |
| 13 | 14 | ||
| @@ -54,7 +55,7 @@ | |||
| 54 | 55 | ||
| 55 | 56 | ||
| 56 | \def\versionnumber{1.2} | 57 | \def\versionnumber{1.2} |
| 57 | \def\year{2005} | 58 | \def\year{2006} |
| 58 | \def\version{September \year\ v\versionnumber} | 59 | \def\version{September \year\ v\versionnumber} |
| 59 | 60 | ||
| 60 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 61 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/etc/viperCard.tex b/etc/viperCard.tex index 50f65b2c0d5..b2761126837 100644 --- a/etc/viperCard.tex +++ b/etc/viperCard.tex | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | \columnsperpage=2 | 8 | \columnsperpage=2 |
| 9 | 9 | ||
| 10 | % Copyright (C) 1995, 1996, 1997, 2002, 2003, 2004, | 10 | % Copyright (C) 1995, 1996, 1997, 2002, 2003, 2004, |
| 11 | % 2005 Free Software Foundation, Inc. | 11 | % 2005, 2006 Free Software Foundation, Inc. |
| 12 | 12 | ||
| 13 | % This file is part of GNU Emacs. | 13 | % This file is part of GNU Emacs. |
| 14 | 14 | ||
| @@ -62,7 +62,7 @@ | |||
| 62 | 62 | ||
| 63 | 63 | ||
| 64 | \def\versionnumber{3.0} | 64 | \def\versionnumber{3.0} |
| 65 | \def\year{2005} | 65 | \def\year{2006} |
| 66 | \def\version{August \year\ v\versionnumber} | 66 | \def\version{August \year\ v\versionnumber} |
| 67 | 67 | ||
| 68 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 68 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
diff --git a/lisp/.arch-inventory b/lisp/.arch-inventory index 9bd88350a95..5341c2d8fec 100644 --- a/lisp/.arch-inventory +++ b/lisp/.arch-inventory | |||
| @@ -1,7 +1,4 @@ | |||
| 1 | # Auto-generated lisp files, which ignore | 1 | # Auto-generated lisp files, which ignore |
| 2 | precious ^(loaddefs|finder-inf|cus-load)\.el$ | 2 | precious ^(loaddefs|finder-inf|cus-load)\.el$ |
| 3 | 3 | ||
| 4 | # Something generated during a windows build?!? | ||
| 5 | precious ^(Makefile\.unix)$ | ||
| 6 | |||
| 7 | # arch-tag: fc62dc9f-3a91-455b-b8e7-d49df66beee0 | 4 | # arch-tag: fc62dc9f-3a91-455b-b8e7-d49df66beee0 |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index da4ba5df39b..ae98b5f389c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,45 @@ | |||
| 1 | 2006-02-05 Jay Belanger <belanger@truman.edu> | ||
| 2 | |||
| 3 | Update copyright notices of the files in lisp/calc. | ||
| 4 | |||
| 5 | 2006-02-05 Romain Francoise <romain@orebokech.com> | ||
| 6 | |||
| 7 | Update copyright notices of all files in the lisp/play directory. | ||
| 8 | |||
| 9 | 2006-02-04 Luc Teirlinck <teirllm@auburn.edu> | ||
| 10 | |||
| 11 | * ldefs-boot.el: Regenerate. | ||
| 12 | |||
| 13 | * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix. | ||
| 14 | |||
| 15 | 2006-02-05 Kim F. Storm <storm@cua.dk> | ||
| 16 | |||
| 17 | * files.el (magic-mode-regexp-match-limit): New defvar. | ||
| 18 | (set-auto-mode): Use it to limit magic-mode-alist matching. | ||
| 19 | |||
| 20 | 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com> | ||
| 21 | |||
| 22 | * simple.el (display-message-or-buffer): Compare the number of | ||
| 23 | characters to the frame width when determining whether a 1-line | ||
| 24 | message string will fit in the echo area. Count screen lines | ||
| 25 | instead of buffer lines when determining whether a multi-line | ||
| 26 | message will fit in the echo area/minibuffer window. | ||
| 27 | |||
| 28 | 2006-02-04 Eli Zaretskii <eliz@gnu.org> | ||
| 29 | |||
| 30 | * info.el (Info-index, Info-mode): Improve the description of the | ||
| 31 | `i' command. | ||
| 32 | |||
| 33 | * ldefs-boot.el: Regenerate. | ||
| 34 | |||
| 35 | 2006-02-03 Werner Lemberg <wl@gnu.org> | ||
| 36 | |||
| 37 | * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be | ||
| 38 | greedy to find the closing bracket in \*[...] and similar | ||
| 39 | expressions. This is a first rough fix -- many additional | ||
| 40 | refinements are necessary to make nroff mode really usable with | ||
| 41 | groff. | ||
| 42 | |||
| 1 | 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change) | 43 | 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change) |
| 2 | 44 | ||
| 3 | * international/mule-cmds.el (set-locale-environment): Add | 45 | * international/mule-cmds.el (set-locale-environment): Add |
diff --git a/lisp/calc/README b/lisp/calc/README index 86539341358..00d0e9b232a 100644 --- a/lisp/calc/README +++ b/lisp/calc/README | |||
| @@ -3,7 +3,7 @@ This directory contains Calc, an advanced desk calculator for GNU | |||
| 3 | Emacs. | 3 | Emacs. |
| 4 | 4 | ||
| 5 | "Calc" Copyright 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 5 | "Calc" Copyright 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 6 | 2005 Free Software Foundation, Inc. | 6 | 2005, 2006 Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | Written by: | 8 | Written by: |
| 9 | Dave Gillespie | 9 | Dave Gillespie |
diff --git a/lisp/calc/calc-aent.el b/lisp/calc/calc-aent.el index 6919527751b..fadfabce663 100644 --- a/lisp/calc/calc-aent.el +++ b/lisp/calc/calc-aent.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-aent.el --- algebraic entry functions for Calc | 1 | ;;; calc-aent.el --- algebraic entry functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> | 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-alg.el b/lisp/calc/calc-alg.el index a57f7ede375..f2929eb5a84 100644 --- a/lisp/calc/calc-alg.el +++ b/lisp/calc/calc-alg.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-alg.el --- algebraic functions for Calc | 1 | ;;; calc-alg.el --- algebraic functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-arith.el b/lisp/calc/calc-arith.el index 64e0b4b7d10..2372b0ebbfb 100644 --- a/lisp/calc/calc-arith.el +++ b/lisp/calc/calc-arith.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-arith.el --- arithmetic functions for Calc | 1 | ;;; calc-arith.el --- arithmetic functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-bin.el b/lisp/calc/calc-bin.el index 376c049e93e..5a4cf72a0ac 100644 --- a/lisp/calc/calc-bin.el +++ b/lisp/calc/calc-bin.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-bin.el --- binary functions for Calc | 1 | ;;; calc-bin.el --- binary functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-comb.el b/lisp/calc/calc-comb.el index 5105148a60f..7c274d39aa6 100644 --- a/lisp/calc/calc-comb.el +++ b/lisp/calc/calc-comb.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-comb.el --- combinatoric functions for Calc | 1 | ;;; calc-comb.el --- combinatoric functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-cplx.el b/lisp/calc/calc-cplx.el index cf9054343d4..5223a98c7d0 100644 --- a/lisp/calc/calc-cplx.el +++ b/lisp/calc/calc-cplx.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-cplx.el --- Complex number functions for Calc | 1 | ;;; calc-cplx.el --- Complex number functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-embed.el b/lisp/calc/calc-embed.el index 7878034694e..28a319f84e4 100644 --- a/lisp/calc/calc-embed.el +++ b/lisp/calc/calc-embed.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-embed.el --- embed Calc in a buffer | 1 | ;;; calc-embed.el --- embed Calc in a buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el index ed290ea780a..8a6e65d74db 100644 --- a/lisp/calc/calc-ext.el +++ b/lisp/calc/calc-ext.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-ext.el --- various extension functions for Calc | 1 | ;;; calc-ext.el --- various extension functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-fin.el b/lisp/calc/calc-fin.el index b15f7c254d1..0f4f00a958a 100644 --- a/lisp/calc/calc-fin.el +++ b/lisp/calc/calc-fin.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-fin.el --- financial functions for Calc | 1 | ;;; calc-fin.el --- financial functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-forms.el b/lisp/calc/calc-forms.el index 3a192e3f0be..7ebbba2aec5 100644 --- a/lisp/calc/calc-forms.el +++ b/lisp/calc/calc-forms.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-forms.el --- data format conversion functions for Calc | 1 | ;;; calc-forms.el --- data format conversion functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-frac.el b/lisp/calc/calc-frac.el index bf3850b72b9..59849cbf975 100644 --- a/lisp/calc/calc-frac.el +++ b/lisp/calc/calc-frac.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-frac.el --- fraction functions for Calc | 1 | ;;; calc-frac.el --- fraction functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-funcs.el b/lisp/calc/calc-funcs.el index 9d491a2c540..291cbc9b47f 100644 --- a/lisp/calc/calc-funcs.el +++ b/lisp/calc/calc-funcs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-funcs.el --- well-known functions for Calc | 1 | ;;; calc-funcs.el --- well-known functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-graph.el b/lisp/calc/calc-graph.el index 31d45c50a70..355f66649ca 100644 --- a/lisp/calc/calc-graph.el +++ b/lisp/calc/calc-graph.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-graph.el --- graph output functions for Calc | 1 | ;;; calc-graph.el --- graph output functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index 2d79fd36f6c..510e61a12b6 100644 --- a/lisp/calc/calc-help.el +++ b/lisp/calc/calc-help.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-help.el --- help display functions for Calc, | 1 | ;;; calc-help.el --- help display functions for Calc, |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
| @@ -414,7 +414,7 @@ C-w Describe how there is no warranty for Calc." | |||
| 414 | (princ (format "GNU Emacs Calculator version %s.\n" | 414 | (princ (format "GNU Emacs Calculator version %s.\n" |
| 415 | calc-version)) | 415 | calc-version)) |
| 416 | (princ " By Dave Gillespie.\n") | 416 | (princ " By Dave Gillespie.\n") |
| 417 | (princ " Copyright (C) 2005 Free Software Foundation, Inc.\n\n") | 417 | (princ " Copyright (C) 2006 Free Software Foundation, Inc.\n\n") |
| 418 | (princ "Type `h s' for a more detailed summary.\n") | 418 | (princ "Type `h s' for a more detailed summary.\n") |
| 419 | (princ "Or type `h i' to read the full Calc manual on-line.\n\n") | 419 | (princ "Or type `h i' to read the full Calc manual on-line.\n\n") |
| 420 | (princ "Basic keys:\n") | 420 | (princ "Basic keys:\n") |
diff --git a/lisp/calc/calc-incom.el b/lisp/calc/calc-incom.el index 50d6f16f7bd..ac25ad5b875 100644 --- a/lisp/calc/calc-incom.el +++ b/lisp/calc/calc-incom.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-incom.el --- complex data type input functions for Calc | 1 | ;;; calc-incom.el --- complex data type input functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-keypd.el b/lisp/calc/calc-keypd.el index 475592c8ab6..b04804eb1ba 100644 --- a/lisp/calc/calc-keypd.el +++ b/lisp/calc/calc-keypd.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-keypd.el --- mouse-capable keypad input for Calc | 1 | ;;; calc-keypd.el --- mouse-capable keypad input for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-lang.el b/lisp/calc/calc-lang.el index 7653673c082..c7f92a13847 100644 --- a/lisp/calc/calc-lang.el +++ b/lisp/calc/calc-lang.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-lang.el --- calc language functions | 1 | ;;; calc-lang.el --- calc language functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-macs.el b/lisp/calc/calc-macs.el index 352ffafe389..496c3fff858 100644 --- a/lisp/calc/calc-macs.el +++ b/lisp/calc/calc-macs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-macs.el --- important macros for Calc | 1 | ;;; calc-macs.el --- important macros for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-map.el b/lisp/calc/calc-map.el index da9b91243ae..63e45538c32 100644 --- a/lisp/calc/calc-map.el +++ b/lisp/calc/calc-map.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-map.el --- higher-order functions for Calc | 1 | ;;; calc-map.el --- higher-order functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-math.el b/lisp/calc/calc-math.el index 53d80350834..869d7457ed6 100644 --- a/lisp/calc/calc-math.el +++ b/lisp/calc/calc-math.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-math.el --- mathematical functions for Calc | 1 | ;;; calc-math.el --- mathematical functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-misc.el b/lisp/calc/calc-misc.el index ca8e8bbdbfe..14bf3908b83 100644 --- a/lisp/calc/calc-misc.el +++ b/lisp/calc/calc-misc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-misc.el --- miscellaneous functions for Calc | 1 | ;;; calc-misc.el --- miscellaneous functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004 | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004 |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-mode.el b/lisp/calc/calc-mode.el index d04a95831ef..9b3bc297a80 100644 --- a/lisp/calc/calc-mode.el +++ b/lisp/calc/calc-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-mode.el --- calculator modes for Calc | 1 | ;;; calc-mode.el --- calculator modes for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-mtx.el b/lisp/calc/calc-mtx.el index 0b18927a7f1..2945049a744 100644 --- a/lisp/calc/calc-mtx.el +++ b/lisp/calc/calc-mtx.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-mtx.el --- matrix functions for Calc | 1 | ;;; calc-mtx.el --- matrix functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-poly.el b/lisp/calc/calc-poly.el index 4714b2f7d38..6d1780ce357 100644 --- a/lisp/calc/calc-poly.el +++ b/lisp/calc/calc-poly.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-poly.el --- polynomial functions for Calc | 1 | ;;; calc-poly.el --- polynomial functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-prog.el b/lisp/calc/calc-prog.el index 8736d4375dd..ea625c7a77c 100644 --- a/lisp/calc/calc-prog.el +++ b/lisp/calc/calc-prog.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-prog.el --- user programmability functions for Calc | 1 | ;;; calc-prog.el --- user programmability functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-rewr.el b/lisp/calc/calc-rewr.el index 5c08bd4baf6..71dce50d976 100644 --- a/lisp/calc/calc-rewr.el +++ b/lisp/calc/calc-rewr.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-rewr.el --- rewriting functions for Calc | 1 | ;;; calc-rewr.el --- rewriting functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-rules.el b/lisp/calc/calc-rules.el index a3a07b04563..339993f98a5 100644 --- a/lisp/calc/calc-rules.el +++ b/lisp/calc/calc-rules.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-rules.el --- rules for simplifying algebraic expressions in Calc | 1 | ;;; calc-rules.el --- rules for simplifying algebraic expressions in Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-sel.el b/lisp/calc/calc-sel.el index 87767a12244..bf18fa968c5 100644 --- a/lisp/calc/calc-sel.el +++ b/lisp/calc/calc-sel.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-sel.el --- data selection functions for Calc | 1 | ;;; calc-sel.el --- data selection functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-stat.el b/lisp/calc/calc-stat.el index 9db057d30d1..2b4f8e7358f 100644 --- a/lisp/calc/calc-stat.el +++ b/lisp/calc/calc-stat.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-stat.el --- statistical functions for Calc | 1 | ;;; calc-stat.el --- statistical functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-store.el b/lisp/calc/calc-store.el index d6a37644cc7..218ae46b88a 100644 --- a/lisp/calc/calc-store.el +++ b/lisp/calc/calc-store.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-store.el --- value storage functions for Calc | 1 | ;;; calc-store.el --- value storage functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-stuff.el b/lisp/calc/calc-stuff.el index 635dcf95036..708dff18632 100644 --- a/lisp/calc/calc-stuff.el +++ b/lisp/calc/calc-stuff.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-stuff.el --- miscellaneous functions for Calc | 1 | ;;; calc-stuff.el --- miscellaneous functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-trail.el b/lisp/calc/calc-trail.el index d5bba8dbb92..e93e5e5c88c 100644 --- a/lisp/calc/calc-trail.el +++ b/lisp/calc/calc-trail.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-trail.el --- functions for manipulating the Calc "trail" | 1 | ;;; calc-trail.el --- functions for manipulating the Calc "trail" |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-undo.el b/lisp/calc/calc-undo.el index e52ab015f26..0d429ef145a 100644 --- a/lisp/calc/calc-undo.el +++ b/lisp/calc/calc-undo.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-undo.el --- undo functions for Calc | 1 | ;;; calc-undo.el --- undo functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el index c4b1127a5c5..68e294a5939 100644 --- a/lisp/calc/calc-units.el +++ b/lisp/calc/calc-units.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-units.el --- unit conversion functions for Calc | 1 | ;;; calc-units.el --- unit conversion functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-vec.el b/lisp/calc/calc-vec.el index a830887a652..3ec387053c3 100644 --- a/lisp/calc/calc-vec.el +++ b/lisp/calc/calc-vec.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-vec.el --- vector functions for Calc | 1 | ;;; calc-vec.el --- vector functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc-yank.el b/lisp/calc/calc-yank.el index 628b1fef1c0..2d80561faac 100644 --- a/lisp/calc/calc-yank.el +++ b/lisp/calc/calc-yank.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc-yank.el --- kill-ring functionality for Calc | 1 | ;;; calc-yank.el --- kill-ring functionality for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index fe55b7587f3..c251d28acfb 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calc.el --- the GNU Emacs calculator | 1 | ;;; calc.el --- the GNU Emacs calculator |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calcalg2.el b/lisp/calc/calcalg2.el index 849ec42c5f6..facb691c08b 100644 --- a/lisp/calc/calcalg2.el +++ b/lisp/calc/calcalg2.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calcalg2.el --- more algebraic functions for Calc | 1 | ;;; calcalg2.el --- more algebraic functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calcalg3.el b/lisp/calc/calcalg3.el index d5ef567866f..b1c5b80b17b 100644 --- a/lisp/calc/calcalg3.el +++ b/lisp/calc/calcalg3.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calcalg3.el --- more algebraic functions for Calc | 1 | ;;; calcalg3.el --- more algebraic functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calccomp.el b/lisp/calc/calccomp.el index aab079ed739..548fe83882d 100644 --- a/lisp/calc/calccomp.el +++ b/lisp/calc/calccomp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calccomp.el --- composition functions for Calc | 1 | ;;; calccomp.el --- composition functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/calc/calcsel2.el b/lisp/calc/calcsel2.el index 6734065a701..3f5b94ef771 100644 --- a/lisp/calc/calcsel2.el +++ b/lisp/calc/calcsel2.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; calcsel2.el --- selection functions for Calc | 1 | ;;; calcsel2.el --- selection functions for Calc |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Gillespie <daveg@synaptics.com> | 6 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> | 7 | ;; Maintainer: Jay Belanger <belanger@truman.edu> |
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index 4c218263a62..f9957a98e68 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el | |||
| @@ -414,7 +414,7 @@ See `find-variable' for more details." | |||
| 414 | (defun find-definition-noselect (symbol type &optional file) | 414 | (defun find-definition-noselect (symbol type &optional file) |
| 415 | "Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. | 415 | "Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. |
| 416 | TYPE says what type of definition: nil for a function, `defvar' for a | 416 | TYPE says what type of definition: nil for a function, `defvar' for a |
| 417 | variabke, `defface' for a face. This function does not switch to the | 417 | variable, `defface' for a face. This function does not switch to the |
| 418 | buffer nor display it. | 418 | buffer nor display it. |
| 419 | 419 | ||
| 420 | The library where SYMBOL is defined is searched for in FILE or | 420 | The library where SYMBOL is defined is searched for in FILE or |
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index c77b091bdb4..9646318e758 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,8 +1,38 @@ | |||
| 1 | 2006-02-05 Michael Olson <mwolson@gnu.org> | ||
| 2 | |||
| 3 | * erc-spelling.el (erc-spelling-init): If | ||
| 4 | `erc-spelling-dictionaries' is nil, do not set | ||
| 5 | ispell-local-dictionary. Before, it was being set to nil, which | ||
| 6 | was causing a long delay while the ispell process restarted. | ||
| 7 | (erc-spelling-unhighlight-word): New function that removes | ||
| 8 | flyspell properties from a spell-checked word. | ||
| 9 | (erc-spelling-flyspell-verify): Don't spell-check nicks or words | ||
| 10 | that have '/' before them. | ||
| 11 | |||
| 12 | 2006-02-04 Michael Olson <mwolson@gnu.org> | ||
| 13 | |||
| 14 | * erc-autojoin.el: Use (eval-when-compile (require 'cl)). | ||
| 15 | |||
| 16 | * erc-complete.el (erc-nick-completion-exclude-myself) | ||
| 17 | (erc-try-complete-nick): Use better function for getting list of | ||
| 18 | channel users. | ||
| 19 | |||
| 20 | * erc-goodies.el: Docfix. | ||
| 21 | |||
| 22 | * erc-stamp.el: Use new arch tagline, since the other one wasn't | ||
| 23 | being treated properly. | ||
| 24 | |||
| 25 | * erc.el (erc-version-string): Release ERC 5.1.1 | ||
| 26 | |||
| 1 | 2006-02-03 Zhang Wei <id.brep@gmail.com> (tiny change) | 27 | 2006-02-03 Zhang Wei <id.brep@gmail.com> (tiny change) |
| 2 | 28 | ||
| 3 | * erc.el (erc-version-string): Don't hard-code Emacs version. | 29 | * erc.el (erc-version-string): Don't hard-code Emacs version. |
| 4 | (erc-version): Use emacs-version. | 30 | (erc-version): Use emacs-version. |
| 5 | 31 | ||
| 32 | 2006-01-31 Michael Olson <mwolson@gnu.org> | ||
| 33 | |||
| 34 | * erc-stamp.el: Update copyright years. | ||
| 35 | |||
| 6 | 2006-01-30 Simon Josefsson <jas@extundo.com> | 36 | 2006-01-30 Simon Josefsson <jas@extundo.com> |
| 7 | 37 | ||
| 8 | * erc.el (erc-open-ssl-stream): Use tls.el. | 38 | * erc.el (erc-open-ssl-stream): Use tls.el. |
diff --git a/lisp/erc/erc-autojoin.el b/lisp/erc/erc-autojoin.el index 38a149d8921..06b1547b327 100644 --- a/lisp/erc/erc-autojoin.el +++ b/lisp/erc/erc-autojoin.el | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | ;;; Code: | 34 | ;;; Code: |
| 35 | 35 | ||
| 36 | (require 'erc) | 36 | (require 'erc) |
| 37 | ;;; Minor Mode | 37 | (eval-when-compile (require 'cl)) |
| 38 | 38 | ||
| 39 | (defgroup erc-autojoin nil | 39 | (defgroup erc-autojoin nil |
| 40 | "Enable autojoining." | 40 | "Enable autojoining." |
diff --git a/lisp/erc/erc-complete.el b/lisp/erc/erc-complete.el index 3b124f597ce..dd0130156f9 100644 --- a/lisp/erc/erc-complete.el +++ b/lisp/erc/erc-complete.el | |||
| @@ -84,9 +84,9 @@ This function returns a list of all the members in the channel, except | |||
| 84 | your own nick. This way if you're named foo and someone is called foobar, | 84 | your own nick. This way if you're named foo and someone is called foobar, |
| 85 | typing \"f o TAB\" will directly give you foobar. Use this with | 85 | typing \"f o TAB\" will directly give you foobar. Use this with |
| 86 | `erc-nick-completion'." | 86 | `erc-nick-completion'." |
| 87 | (delete | 87 | (remove |
| 88 | (erc-current-nick) | 88 | (erc-current-nick) |
| 89 | (mapcar (function car) (erc-get-channel-user-list)))) | 89 | (erc-get-channel-nickname-list))) |
| 90 | 90 | ||
| 91 | (defcustom erc-nick-completion-postfix ": " | 91 | (defcustom erc-nick-completion-postfix ": " |
| 92 | "*When `erc-complete' is used in the first word after the prompt, | 92 | "*When `erc-complete' is used in the first word after the prompt, |
| @@ -110,8 +110,7 @@ The type of completion depends on `erc-nick-completion'." | |||
| 110 | (try-complete-erc-nick old erc-pals)) | 110 | (try-complete-erc-nick old erc-pals)) |
| 111 | ((eq erc-nick-completion 'all) | 111 | ((eq erc-nick-completion 'all) |
| 112 | (try-complete-erc-nick old (append | 112 | (try-complete-erc-nick old (append |
| 113 | (mapcar (function car) | 113 | (erc-get-channel-nickname-list) |
| 114 | (erc-get-channel-user-list)) | ||
| 115 | (erc-command-list)))) | 114 | (erc-command-list)))) |
| 116 | ((functionp erc-nick-completion) | 115 | ((functionp erc-nick-completion) |
| 117 | (try-complete-erc-nick old (funcall erc-nick-completion))) | 116 | (try-complete-erc-nick old (funcall erc-nick-completion))) |
diff --git a/lisp/erc/erc-goodies.el b/lisp/erc/erc-goodies.el index dbbdaacc141..c844af55594 100644 --- a/lisp/erc/erc-goodies.el +++ b/lisp/erc/erc-goodies.el | |||
| @@ -110,7 +110,7 @@ Put this function on `erc-insert-post-hook' and/or `erc-send-post-hook'." | |||
| 110 | (put-text-property (point-min) (point-max) 'front-sticky t) | 110 | (put-text-property (point-min) (point-max) 'front-sticky t) |
| 111 | (put-text-property (point-min) (point-max) 'rear-nonsticky t)) | 111 | (put-text-property (point-min) (point-max) 'rear-nonsticky t)) |
| 112 | 112 | ||
| 113 | ;; Distingush non-commands | 113 | ;; Distinguish non-commands |
| 114 | (defvar erc-noncommands-list '(erc-cmd-ME | 114 | (defvar erc-noncommands-list '(erc-cmd-ME |
| 115 | erc-cmd-COUNTRY | 115 | erc-cmd-COUNTRY |
| 116 | erc-cmd-SV | 116 | erc-cmd-SV |
diff --git a/lisp/erc/erc-spelling.el b/lisp/erc/erc-spelling.el index dd9aad68f22..41e342c0e50 100644 --- a/lisp/erc/erc-spelling.el +++ b/lisp/erc/erc-spelling.el | |||
| @@ -64,28 +64,51 @@ name here." | |||
| 64 | "Enable flyspell mode in an ERC buffer." | 64 | "Enable flyspell mode in an ERC buffer." |
| 65 | (let ((name (downcase (buffer-name))) | 65 | (let ((name (downcase (buffer-name))) |
| 66 | (dicts erc-spelling-dictionaries)) | 66 | (dicts erc-spelling-dictionaries)) |
| 67 | (while (and dicts | 67 | (when dicts |
| 68 | (not (string= name (downcase (caar dicts))))) | 68 | (while (and dicts |
| 69 | (setq dicts (cdr dicts))) | 69 | (not (string= name (downcase (caar dicts))))) |
| 70 | (setq ispell-local-dictionary | 70 | (setq dicts (cdr dicts))) |
| 71 | (if dicts | 71 | (setq ispell-local-dictionary |
| 72 | (cadr (car dicts)) | 72 | (if dicts |
| 73 | (let ((server (erc-server-buffer))) | 73 | (cadr (car dicts)) |
| 74 | (if server | 74 | (let ((server (erc-server-buffer))) |
| 75 | (with-current-buffer server | 75 | (if server |
| 76 | ispell-local-dictionary) | 76 | (with-current-buffer server |
| 77 | nil))))) | 77 | ispell-local-dictionary) |
| 78 | nil)))))) | ||
| 78 | (setq flyspell-generic-check-word-p 'erc-spelling-flyspell-verify) | 79 | (setq flyspell-generic-check-word-p 'erc-spelling-flyspell-verify) |
| 79 | (flyspell-mode 1)) | 80 | (flyspell-mode 1)) |
| 80 | 81 | ||
| 81 | (put 'erc-mode | 82 | (defun erc-spelling-unhighlight-word (word) |
| 82 | 'flyspell-mode-predicate | 83 | "Unhighlight the given WORD. |
| 83 | 'erc-spelling-flyspell-verify) | 84 | The cadr is the beginning and the caddr is the end." |
| 85 | (let ((beg (nth 1 word)) | ||
| 86 | (end (nth 2 word))) | ||
| 87 | (flyspell-unhighlight-at beg) | ||
| 88 | (when (> end beg) | ||
| 89 | (flyspell-unhighlight-at (1- end))))) | ||
| 84 | 90 | ||
| 85 | (defun erc-spelling-flyspell-verify () | 91 | (defun erc-spelling-flyspell-verify () |
| 86 | "Flyspell only the input line, nothing else." | 92 | "Flyspell only the input line, nothing else." |
| 87 | (> (point) | 93 | (let ((word-data (and (boundp 'flyspell-word) |
| 88 | erc-input-marker)) | 94 | flyspell-word))) |
| 95 | (when word-data | ||
| 96 | (cond ((< (point) erc-input-marker) | ||
| 97 | nil) | ||
| 98 | ;; don't spell-check names of users | ||
| 99 | ((and erc-channel-users | ||
| 100 | (erc-get-channel-user (car word-data))) | ||
| 101 | (erc-spelling-unhighlight-word word-data) | ||
| 102 | nil) | ||
| 103 | ;; if '/' occurs before the word, don't spell-check it | ||
| 104 | ((eq (char-before (nth 1 word-data)) ?/) | ||
| 105 | (erc-spelling-unhighlight-word word-data) | ||
| 106 | nil) | ||
| 107 | (t t))))) | ||
| 108 | |||
| 109 | (put 'erc-mode | ||
| 110 | 'flyspell-mode-predicate | ||
| 111 | 'erc-spelling-flyspell-verify) | ||
| 89 | 112 | ||
| 90 | (provide 'erc-spelling) | 113 | (provide 'erc-spelling) |
| 91 | 114 | ||
diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el index afd070e4e06..6b34a2592f4 100644 --- a/lisp/erc/erc-stamp.el +++ b/lisp/erc/erc-stamp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-stamp.el --- Timestamping for Emacs IRC CLient | 1 | ;;; erc-stamp.el --- Timestamping for Emacs IRC CLient |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Keywords: comm, processes, timestamp | 6 | ;; Keywords: comm, processes, timestamp |
| @@ -338,4 +338,4 @@ NOW is position of point currently." | |||
| 338 | ;; tab-width: 8 | 338 | ;; tab-width: 8 |
| 339 | ;; End: | 339 | ;; End: |
| 340 | 340 | ||
| 341 | ;; arch-tag: 9f6d31bf-61ba-45c5-bdbf-56331486ea27 | 341 | ;; arch-tag: 57aefab4-63e0-4c48-91d5-6efa145487e0 |
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index cc9dc8bf1b9..8d380847f5a 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -66,7 +66,7 @@ | |||
| 66 | 66 | ||
| 67 | ;;; Code: | 67 | ;;; Code: |
| 68 | 68 | ||
| 69 | (defconst erc-version-string "Version 5.1" | 69 | (defconst erc-version-string "Version 5.1.1" |
| 70 | "ERC version. This is used by function `erc-version'.") | 70 | "ERC version. This is used by function `erc-version'.") |
| 71 | 71 | ||
| 72 | (eval-when-compile (require 'cl)) | 72 | (eval-when-compile (require 'cl)) |
diff --git a/lisp/files.el b/lisp/files.el index d13e37752b1..ec974ceebe7 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -2047,6 +2047,9 @@ to decide the buffer's major mode. | |||
| 2047 | If FUNCTION is nil, then it is not called. (That is a way of saying | 2047 | If FUNCTION is nil, then it is not called. (That is a way of saying |
| 2048 | \"allow `auto-mode-alist' to decide for these files.\")") | 2048 | \"allow `auto-mode-alist' to decide for these files.\")") |
| 2049 | 2049 | ||
| 2050 | (defvar magic-mode-regexp-match-limit 4000 | ||
| 2051 | "Upper limit on `magic-mode-alist' regexp matches.") | ||
| 2052 | |||
| 2050 | (defun set-auto-mode (&optional keep-mode-if-same) | 2053 | (defun set-auto-mode (&optional keep-mode-if-same) |
| 2051 | "Select major mode appropriate for current buffer. | 2054 | "Select major mode appropriate for current buffer. |
| 2052 | 2055 | ||
| @@ -2120,9 +2123,13 @@ only set the major mode, if that would change it." | |||
| 2120 | (unless done | 2123 | (unless done |
| 2121 | (if (setq done (save-excursion | 2124 | (if (setq done (save-excursion |
| 2122 | (goto-char (point-min)) | 2125 | (goto-char (point-min)) |
| 2123 | (assoc-default nil magic-mode-alist | 2126 | (save-restriction |
| 2124 | (lambda (re dummy) | 2127 | (narrow-to-region (point-min) |
| 2125 | (looking-at re))))) | 2128 | (min (point-max) |
| 2129 | (+ (point-min) magic-mode-regexp-match-limit))) | ||
| 2130 | (assoc-default nil magic-mode-alist | ||
| 2131 | (lambda (re dummy) | ||
| 2132 | (looking-at re)))))) | ||
| 2126 | (set-auto-mode-0 done keep-mode-if-same) | 2133 | (set-auto-mode-0 done keep-mode-if-same) |
| 2127 | ;; Compare the filename against the entries in auto-mode-alist. | 2134 | ;; Compare the filename against the entries in auto-mode-alist. |
| 2128 | (if buffer-file-name | 2135 | (if buffer-file-name |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 87a3f1918d6..620e017b38e 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2006-02-05 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | Update copyright notices of all files in the gnus directory. | ||
| 4 | |||
| 5 | 2006-02-03 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 6 | |||
| 7 | * gnus-util.el (gnus-error): Describe `args'. | ||
| 8 | |||
| 9 | 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de> | ||
| 10 | |||
| 11 | * nnweb.el (nnweb-request-group): Avoid growing overview files. | ||
| 12 | |||
| 13 | 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 14 | |||
| 15 | * rfc2231.el (rfc2231-parse-string): Add missing semicolons to | ||
| 16 | segmented lines of parameter value to cope with Thunderbird 1.5 | ||
| 17 | bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318). | ||
| 18 | Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>. | ||
| 19 | (rfc2231-encode-string): Don't make lines exceeding 76 column. | ||
| 20 | |||
| 21 | 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change) | ||
| 22 | |||
| 23 | * mml.el (mml-generate-mime-1): Correct the order of inline signed | ||
| 24 | parts. | ||
| 25 | |||
| 1 | 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de> | 26 | 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de> |
| 2 | 27 | ||
| 3 | * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo, | 28 | * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo, |
diff --git a/lisp/gnus/binhex.el b/lisp/gnus/binhex.el index af0669f62aa..f01b2ff8b51 100644 --- a/lisp/gnus/binhex.el +++ b/lisp/gnus/binhex.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; binhex.el --- elisp native binhex decode | 1 | ;;; binhex.el --- elisp native binhex decode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: binhex news | 7 | ;; Keywords: binhex news |
diff --git a/lisp/gnus/canlock.el b/lisp/gnus/canlock.el index bad7ea0409e..9f063bb3644 100644 --- a/lisp/gnus/canlock.el +++ b/lisp/gnus/canlock.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; canlock.el --- functions for Cancel-Lock feature | 1 | ;;; canlock.el --- functions for Cancel-Lock feature |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Katsumi Yamaoka <yamaoka@jpl.org> | 6 | ;; Author: Katsumi Yamaoka <yamaoka@jpl.org> |
| 7 | ;; Keywords: news, cancel-lock, hmac, sha1, rfc2104 | 7 | ;; Keywords: news, cancel-lock, hmac, sha1, rfc2104 |
diff --git a/lisp/gnus/compface.el b/lisp/gnus/compface.el index 874c8bd6222..f6bd9bfd720 100644 --- a/lisp/gnus/compface.el +++ b/lisp/gnus/compface.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; compface.el --- functions for converting X-Face headers | 1 | ;;; compface.el --- functions for converting X-Face headers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 6 | ;; Keywords: news |
diff --git a/lisp/gnus/deuglify.el b/lisp/gnus/deuglify.el index 98e22e04eaa..4096324fdaa 100644 --- a/lisp/gnus/deuglify.el +++ b/lisp/gnus/deuglify.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; deuglify.el --- deuglify broken Outlook (Express) articles | 1 | ;;; deuglify.el --- deuglify broken Outlook (Express) articles |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 2001, 2002 Raymond Scholz | 4 | ;; Copyright (C) 2001, 2002 Raymond Scholz |
| 5 | 5 | ||
| 6 | ;; Author: Raymond Scholz <rscholz@zonix.de> | 6 | ;; Author: Raymond Scholz <rscholz@zonix.de> |
diff --git a/lisp/gnus/dig.el b/lisp/gnus/dig.el index ed752e56520..e180cdad364 100644 --- a/lisp/gnus/dig.el +++ b/lisp/gnus/dig.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; dig.el --- Domain Name System dig interface | 1 | ;;; dig.el --- Domain Name System dig interface |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 7 | ;; Keywords: DNS BIND dig | 7 | ;; Keywords: DNS BIND dig |
diff --git a/lisp/gnus/dns.el b/lisp/gnus/dns.el index d73848ca6e5..d6c41ea823e 100644 --- a/lisp/gnus/dns.el +++ b/lisp/gnus/dns.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dns.el --- Domain Name Service lookups | 1 | ;;; dns.el --- Domain Name Service lookups |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: network | 6 | ;; Keywords: network |
diff --git a/lisp/gnus/earcon.el b/lisp/gnus/earcon.el index 37ccb3baba1..a70e68d9a62 100644 --- a/lisp/gnus/earcon.el +++ b/lisp/gnus/earcon.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; earcon.el --- Sound effects for messages | 1 | ;;; earcon.el --- Sound effects for messages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Steven L. Baur <steve@miranova.com> | 6 | ;; Author: Steven L. Baur <steve@miranova.com> |
| 7 | 7 | ||
diff --git a/lisp/gnus/flow-fill.el b/lisp/gnus/flow-fill.el index b69bb20e31f..c3f7f7bb20e 100644 --- a/lisp/gnus/flow-fill.el +++ b/lisp/gnus/flow-fill.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; flow-fill.el --- interpret RFC2646 "flowed" text | 1 | ;;; flow-fill.el --- interpret RFC2646 "flowed" text |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> | 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/gnus/format-spec.el b/lisp/gnus/format-spec.el index b2fde53b3f1..d287cd4081f 100644 --- a/lisp/gnus/format-spec.el +++ b/lisp/gnus/format-spec.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; format-spec.el --- functions for formatting arbitrary formatting strings | 1 | ;;; format-spec.el --- functions for formatting arbitrary formatting strings |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: tools | 7 | ;; Keywords: tools |
diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el index 400dbe7c29f..c467c296fa0 100644 --- a/lisp/gnus/gnus-agent.el +++ b/lisp/gnus/gnus-agent.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-agent.el --- unplugged support for Gnus | 1 | ;;; gnus-agent.el --- unplugged support for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/gnus-async.el b/lisp/gnus/gnus-async.el index 54e651c9e9c..91d6358d2ad 100644 --- a/lisp/gnus/gnus-async.el +++ b/lisp/gnus/gnus-async.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-async.el --- asynchronous support for Gnus | 1 | ;;; gnus-async.el --- asynchronous support for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-audio.el b/lisp/gnus/gnus-audio.el index 7f6bd1167d5..be100195b84 100644 --- a/lisp/gnus/gnus-audio.el +++ b/lisp/gnus/gnus-audio.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-audio.el --- Sound effects for Gnus | 1 | ;;; gnus-audio.el --- Sound effects for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Steven L. Baur <steve@miranova.com> | 6 | ;; Author: Steven L. Baur <steve@miranova.com> |
| 7 | ;; Keywords: news, mail, multimedia | 7 | ;; Keywords: news, mail, multimedia |
diff --git a/lisp/gnus/gnus-bcklg.el b/lisp/gnus/gnus-bcklg.el index 4ae08d2e470..e1456d8a9cd 100644 --- a/lisp/gnus/gnus-bcklg.el +++ b/lisp/gnus/gnus-bcklg.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-bcklg.el --- backlog functions for Gnus | 1 | ;;; gnus-bcklg.el --- backlog functions for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-cache.el b/lisp/gnus/gnus-cache.el index 7785fd4c7de..c95ef75ceb1 100644 --- a/lisp/gnus/gnus-cache.el +++ b/lisp/gnus/gnus-cache.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-cache.el --- cache interface for Gnus | 1 | ;;; gnus-cache.el --- cache interface for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-cite.el b/lisp/gnus/gnus-cite.el index c33d224a49c..44f54047be8 100644 --- a/lisp/gnus/gnus-cite.el +++ b/lisp/gnus/gnus-cite.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-cite.el --- parse citations in articles for Gnus | 1 | ;;; gnus-cite.el --- parse citations in articles for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Per Abhiddenware | 6 | ;; Author: Per Abhiddenware |
| 7 | 7 | ||
diff --git a/lisp/gnus/gnus-delay.el b/lisp/gnus/gnus-delay.el index a427aaefab8..9aab7d0996d 100644 --- a/lisp/gnus/gnus-delay.el +++ b/lisp/gnus/gnus-delay.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnus-delay.el --- Delayed posting of articles | 1 | ;;; gnus-delay.el --- Delayed posting of articles |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5 | ;; Author: Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 6 | ;; Keywords: mail, news, extensions | 6 | ;; Keywords: mail, news, extensions |
diff --git a/lisp/gnus/gnus-demon.el b/lisp/gnus/gnus-demon.el index 09015bfd636..8df3a3b0e70 100644 --- a/lisp/gnus/gnus-demon.el +++ b/lisp/gnus/gnus-demon.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-demon.el --- daemonic Gnus behaviour | 1 | ;;; gnus-demon.el --- daemonic Gnus behaviour |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-diary.el b/lisp/gnus/gnus-diary.el index d9ab81a4b9f..5dfbd56af24 100644 --- a/lisp/gnus/gnus-diary.el +++ b/lisp/gnus/gnus-diary.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnus-diary.el --- Wrapper around the NNDiary Gnus backend | 1 | ;;; gnus-diary.el --- Wrapper around the NNDiary Gnus backend |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 1999, 2000, 2001 Didier Verna. | 4 | ;; Copyright (C) 1999, 2000, 2001 Didier Verna. |
| 5 | 5 | ||
| 6 | ;; Author: Didier Verna <didier@xemacs.org> | 6 | ;; Author: Didier Verna <didier@xemacs.org> |
diff --git a/lisp/gnus/gnus-dired.el b/lisp/gnus/gnus-dired.el index 665e75b2e86..8eda432f3f8 100644 --- a/lisp/gnus/gnus-dired.el +++ b/lisp/gnus/gnus-dired.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-dired.el --- utility functions where gnus and dired meet | 1 | ;;; gnus-dired.el --- utility functions where gnus and dired meet |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Authors: Benjamin Rutt <brutt@bloomington.in.us>, | 6 | ;; Authors: Benjamin Rutt <brutt@bloomington.in.us>, |
| 7 | ;; Shenghuo Zhu <zsh@cs.rochester.edu> | 7 | ;; Shenghuo Zhu <zsh@cs.rochester.edu> |
diff --git a/lisp/gnus/gnus-draft.el b/lisp/gnus/gnus-draft.el index c4cd4deddac..0d250a3ad0b 100644 --- a/lisp/gnus/gnus-draft.el +++ b/lisp/gnus/gnus-draft.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-draft.el --- draft message support for Gnus | 1 | ;;; gnus-draft.el --- draft message support for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-dup.el b/lisp/gnus/gnus-dup.el index c5358728d0b..651237f1348 100644 --- a/lisp/gnus/gnus-dup.el +++ b/lisp/gnus/gnus-dup.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-dup.el --- suppression of duplicate articles in Gnus | 1 | ;;; gnus-dup.el --- suppression of duplicate articles in Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-eform.el b/lisp/gnus/gnus-eform.el index c133d1541d8..be31e37c8fe 100644 --- a/lisp/gnus/gnus-eform.el +++ b/lisp/gnus/gnus-eform.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-eform.el --- a mode for editing forms for Gnus | 1 | ;;; gnus-eform.el --- a mode for editing forms for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-ems.el b/lisp/gnus/gnus-ems.el index c6ab1939547..44f84237a4b 100644 --- a/lisp/gnus/gnus-ems.el +++ b/lisp/gnus/gnus-ems.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-ems.el --- functions for making Gnus work under different Emacsen | 1 | ;;; gnus-ems.el --- functions for making Gnus work under different Emacsen |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-fun.el b/lisp/gnus/gnus-fun.el index 43cd02c1b5e..e1655e91945 100644 --- a/lisp/gnus/gnus-fun.el +++ b/lisp/gnus/gnus-fun.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnus-fun.el --- various frivolous extension functions to Gnus | 1 | ;;; gnus-fun.el --- various frivolous extension functions to Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 6 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-gl.el b/lisp/gnus/gnus-gl.el index aac386cefc9..59214cec024 100644 --- a/lisp/gnus/gnus-gl.el +++ b/lisp/gnus/gnus-gl.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-gl.el --- an interface to GroupLens for Gnus | 1 | ;;; gnus-gl.el --- an interface to GroupLens for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Brad Miller <bmiller@cs.umn.edu> | 6 | ;; Author: Brad Miller <bmiller@cs.umn.edu> |
| 7 | ;; Keywords: news, score | 7 | ;; Keywords: news, score |
diff --git a/lisp/gnus/gnus-int.el b/lisp/gnus/gnus-int.el index 8b274a09212..b59a3c1530b 100644 --- a/lisp/gnus/gnus-int.el +++ b/lisp/gnus/gnus-int.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-int.el --- backend interface functions for Gnus | 1 | ;;; gnus-int.el --- backend interface functions for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-kill.el b/lisp/gnus/gnus-kill.el index 6cdd76647df..90a4fcb593f 100644 --- a/lisp/gnus/gnus-kill.el +++ b/lisp/gnus/gnus-kill.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-kill.el --- kill commands for Gnus | 1 | ;;; gnus-kill.el --- kill commands for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-logic.el b/lisp/gnus/gnus-logic.el index 288bf3caa92..b7091eda6f5 100644 --- a/lisp/gnus/gnus-logic.el +++ b/lisp/gnus/gnus-logic.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-logic.el --- advanced scoring code for Gnus | 1 | ;;; gnus-logic.el --- advanced scoring code for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-mh.el b/lisp/gnus/gnus-mh.el index cc36aa64687..34c310f3205 100644 --- a/lisp/gnus/gnus-mh.el +++ b/lisp/gnus/gnus-mh.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-mh.el --- mh-e interface for Gnus | 1 | ;;; gnus-mh.el --- mh-e interface for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-ml.el b/lisp/gnus/gnus-ml.el index c2cf1090d97..cde039d03c0 100644 --- a/lisp/gnus/gnus-ml.el +++ b/lisp/gnus/gnus-ml.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-ml.el --- Mailing list minor mode for Gnus | 1 | ;;; gnus-ml.el --- Mailing list minor mode for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Julien Gilles <jgilles@free.fr> | 6 | ;; Author: Julien Gilles <jgilles@free.fr> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-mlspl.el b/lisp/gnus/gnus-mlspl.el index 291145cabfc..cf2877caf0f 100644 --- a/lisp/gnus/gnus-mlspl.el +++ b/lisp/gnus/gnus-mlspl.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-mlspl.el --- a group params-based mail splitting mechanism | 1 | ;;; gnus-mlspl.el --- a group params-based mail splitting mechanism |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Alexandre Oliva <oliva@lsd.ic.unicamp.br> | 6 | ;; Author: Alexandre Oliva <oliva@lsd.ic.unicamp.br> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/gnus-move.el b/lisp/gnus/gnus-move.el index 7accde21db4..8a27ccd5d7f 100644 --- a/lisp/gnus/gnus-move.el +++ b/lisp/gnus/gnus-move.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-move.el --- commands for moving Gnus from one server to another | 1 | ;;; gnus-move.el --- commands for moving Gnus from one server to another |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index a1efede2a4d..28a90b5b796 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-msg.el --- mail and post interface for Gnus | 1 | ;;; gnus-msg.el --- mail and post interface for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-nocem.el b/lisp/gnus/gnus-nocem.el index 7718e53ea60..b17c33a5d7f 100644 --- a/lisp/gnus/gnus-nocem.el +++ b/lisp/gnus/gnus-nocem.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-nocem.el --- NoCeM pseudo-cancellation treatment | 1 | ;;; gnus-nocem.el --- NoCeM pseudo-cancellation treatment |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-picon.el b/lisp/gnus/gnus-picon.el index 90733027cc5..4f8d603c814 100644 --- a/lisp/gnus/gnus-picon.el +++ b/lisp/gnus/gnus-picon.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-picon.el --- displaying pretty icons in Gnus | 1 | ;;; gnus-picon.el --- displaying pretty icons in Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news xpm annotation glyph faces | 7 | ;; Keywords: news xpm annotation glyph faces |
diff --git a/lisp/gnus/gnus-range.el b/lisp/gnus/gnus-range.el index 90ea8556754..14355bc96af 100644 --- a/lisp/gnus/gnus-range.el +++ b/lisp/gnus/gnus-range.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-range.el --- range and sequence functions for Gnus | 1 | ;;; gnus-range.el --- range and sequence functions for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-registry.el b/lisp/gnus/gnus-registry.el index 17e8d5a5f50..2e452136f3c 100644 --- a/lisp/gnus/gnus-registry.el +++ b/lisp/gnus/gnus-registry.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-registry.el --- article registry for Gnus | 1 | ;;; gnus-registry.el --- article registry for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ted Zlatanov <tzz@lifelogs.com> | 6 | ;; Author: Ted Zlatanov <tzz@lifelogs.com> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-salt.el b/lisp/gnus/gnus-salt.el index 89e45cac052..fd2411809b4 100644 --- a/lisp/gnus/gnus-salt.el +++ b/lisp/gnus/gnus-salt.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-salt.el --- alternate summary mode interfaces for Gnus | 1 | ;;; gnus-salt.el --- alternate summary mode interfaces for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-score.el b/lisp/gnus/gnus-score.el index f9edda4ec64..642ca1aefa9 100644 --- a/lisp/gnus/gnus-score.el +++ b/lisp/gnus/gnus-score.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-score.el --- scoring code for Gnus | 1 | ;;; gnus-score.el --- scoring code for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Per Abrahamsen <amanda@iesd.auc.dk> | 6 | ;; Author: Per Abrahamsen <amanda@iesd.auc.dk> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-setup.el b/lisp/gnus/gnus-setup.el index f67fe491d82..8cdce45b7a9 100644 --- a/lisp/gnus/gnus-setup.el +++ b/lisp/gnus/gnus-setup.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-setup.el --- Initialization & Setup for Gnus 5 | 1 | ;;; gnus-setup.el --- Initialization & Setup for Gnus 5 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Steven L. Baur <steve@miranova.com> | 6 | ;; Author: Steven L. Baur <steve@miranova.com> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-sieve.el b/lisp/gnus/gnus-sieve.el index d790fec9aec..99e8f6b4986 100644 --- a/lisp/gnus/gnus-sieve.el +++ b/lisp/gnus/gnus-sieve.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnus-sieve.el --- Utilities to manage sieve scripts for Gnus | 1 | ;;; gnus-sieve.el --- Utilities to manage sieve scripts for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: NAGY Andras <nagya@inf.elte.hu>, | 5 | ;; Author: NAGY Andras <nagya@inf.elte.hu>, |
| 6 | ;; Simon Josefsson <simon@josefsson.org> | 6 | ;; Simon Josefsson <simon@josefsson.org> |
diff --git a/lisp/gnus/gnus-soup.el b/lisp/gnus/gnus-soup.el index 6bcd2c32cce..bca59849766 100644 --- a/lisp/gnus/gnus-soup.el +++ b/lisp/gnus/gnus-soup.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-soup.el --- SOUP packet writing support for Gnus | 1 | ;;; gnus-soup.el --- SOUP packet writing support for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Per Abrahamsen <abraham@iesd.auc.dk> | 6 | ;; Author: Per Abrahamsen <abraham@iesd.auc.dk> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-spec.el b/lisp/gnus/gnus-spec.el index 67c0ba88742..c6ffee78c77 100644 --- a/lisp/gnus/gnus-spec.el +++ b/lisp/gnus/gnus-spec.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-spec.el --- format spec functions for Gnus | 1 | ;;; gnus-spec.el --- format spec functions for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-srvr.el b/lisp/gnus/gnus-srvr.el index d7629c26fda..5d4f9c2a3f6 100644 --- a/lisp/gnus/gnus-srvr.el +++ b/lisp/gnus/gnus-srvr.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-srvr.el --- virtual server support for Gnus | 1 | ;;; gnus-srvr.el --- virtual server support for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-topic.el b/lisp/gnus/gnus-topic.el index 945665fdcca..fc80a26f6b9 100644 --- a/lisp/gnus/gnus-topic.el +++ b/lisp/gnus/gnus-topic.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-topic.el --- a folding minor mode for Gnus group buffers | 1 | ;;; gnus-topic.el --- a folding minor mode for Gnus group buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ilja Weis <kult@uni-paderborn.de> | 6 | ;; Author: Ilja Weis <kult@uni-paderborn.de> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/gnus-undo.el b/lisp/gnus/gnus-undo.el index 09753150aa3..47be2ed97f5 100644 --- a/lisp/gnus/gnus-undo.el +++ b/lisp/gnus/gnus-undo.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-undo.el --- minor mode for undoing in Gnus | 1 | ;;; gnus-undo.el --- minor mode for undoing in Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el index f7fb279f20f..c9a3f8c965a 100644 --- a/lisp/gnus/gnus-util.el +++ b/lisp/gnus/gnus-util.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-util.el --- utility functions for Gnus | 1 | ;;; gnus-util.el --- utility functions for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
| @@ -497,7 +497,8 @@ inside loops." | |||
| 497 | (apply 'format args))) | 497 | (apply 'format args))) |
| 498 | 498 | ||
| 499 | (defun gnus-error (level &rest args) | 499 | (defun gnus-error (level &rest args) |
| 500 | "Beep an error if LEVEL is equal to or less than `gnus-verbose'." | 500 | "Beep an error if LEVEL is equal to or less than `gnus-verbose'. |
| 501 | ARGS are passed to `message'." | ||
| 501 | (when (<= (floor level) gnus-verbose) | 502 | (when (<= (floor level) gnus-verbose) |
| 502 | (apply 'message args) | 503 | (apply 'message args) |
| 503 | (ding) | 504 | (ding) |
diff --git a/lisp/gnus/gnus-uu.el b/lisp/gnus/gnus-uu.el index 01f21887aee..e9756547167 100644 --- a/lisp/gnus/gnus-uu.el +++ b/lisp/gnus/gnus-uu.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-uu.el --- extract (uu)encoded files in Gnus | 1 | ;;; gnus-uu.el --- extract (uu)encoded files in Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Created: 2 Oct 1993 | 7 | ;; Created: 2 Oct 1993 |
diff --git a/lisp/gnus/gnus-vm.el b/lisp/gnus/gnus-vm.el index 31bd639a7c6..775e0aabf1d 100644 --- a/lisp/gnus/gnus-vm.el +++ b/lisp/gnus/gnus-vm.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-vm.el --- vm interface for Gnus | 1 | ;;; gnus-vm.el --- vm interface for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Per Persson <pp@gnu.ai.mit.edu> | 6 | ;; Author: Per Persson <pp@gnu.ai.mit.edu> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/gnus-win.el b/lisp/gnus/gnus-win.el index 5b8ddb32c00..42289109546 100644 --- a/lisp/gnus/gnus-win.el +++ b/lisp/gnus/gnus-win.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus-win.el --- window configuration functions for Gnus | 1 | ;;; gnus-win.el --- window configuration functions for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 20e41bde239..359e48cb701 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gnus.el --- a newsreader for GNU Emacs | 1 | ;;; gnus.el --- a newsreader for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/hex-util.el b/lisp/gnus/hex-util.el index 1cc67c2861c..51553c2f8d1 100644 --- a/lisp/gnus/hex-util.el +++ b/lisp/gnus/hex-util.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; hex-util.el --- Functions to encode/decode hexadecimal string. | 1 | ;;; hex-util.el --- Functions to encode/decode hexadecimal string. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> | 6 | ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> |
| 7 | ;; Keywords: data | 7 | ;; Keywords: data |
diff --git a/lisp/gnus/html2text.el b/lisp/gnus/html2text.el index 41ba54f759e..ceba84decf1 100644 --- a/lisp/gnus/html2text.el +++ b/lisp/gnus/html2text.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; html2text.el --- a simple html to plain text converter | 1 | ;;; html2text.el --- a simple html to plain text converter |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Joakim Hove <hove@phys.ntnu.no> | 5 | ;; Author: Joakim Hove <hove@phys.ntnu.no> |
| 6 | 6 | ||
diff --git a/lisp/gnus/ietf-drums.el b/lisp/gnus/ietf-drums.el index 98f3d20330f..aace5f4f7e2 100644 --- a/lisp/gnus/ietf-drums.el +++ b/lisp/gnus/ietf-drums.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ietf-drums.el --- Functions for parsing RFC822bis headers | 1 | ;;; ietf-drums.el --- Functions for parsing RFC822bis headers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/imap.el b/lisp/gnus/imap.el index 967d79463f2..7b40773ca06 100644 --- a/lisp/gnus/imap.el +++ b/lisp/gnus/imap.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; imap.el --- imap library | 1 | ;;; imap.el --- imap library |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> | 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/gnus/mail-parse.el b/lisp/gnus/mail-parse.el index 106aedad085..6a9a4755bb2 100644 --- a/lisp/gnus/mail-parse.el +++ b/lisp/gnus/mail-parse.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mail-parse.el --- Interface functions for parsing mail | 1 | ;;; mail-parse.el --- Interface functions for parsing mail |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/mail-prsvr.el b/lisp/gnus/mail-prsvr.el index d990f8dbc54..144d61eb6a3 100644 --- a/lisp/gnus/mail-prsvr.el +++ b/lisp/gnus/mail-prsvr.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mail-prsvr.el --- Interface variables for parsing mail | 1 | ;;; mail-prsvr.el --- Interface variables for parsing mail |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/mail-source.el b/lisp/gnus/mail-source.el index c31fa6825f4..9683f28154b 100644 --- a/lisp/gnus/mail-source.el +++ b/lisp/gnus/mail-source.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mail-source.el --- functions for fetching mail | 1 | ;;; mail-source.el --- functions for fetching mail |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/messcompat.el b/lisp/gnus/messcompat.el index d7c8f40de26..f7b06f69029 100644 --- a/lisp/gnus/messcompat.el +++ b/lisp/gnus/messcompat.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; messcompat.el --- making message mode compatible with mail mode | 1 | ;;; messcompat.el --- making message mode compatible with mail mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: mail, news | 7 | ;; Keywords: mail, news |
diff --git a/lisp/gnus/mm-encode.el b/lisp/gnus/mm-encode.el index 5e149d16ed3..5ea2d7dd1b6 100644 --- a/lisp/gnus/mm-encode.el +++ b/lisp/gnus/mm-encode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mm-encode.el --- Functions for encoding MIME things | 1 | ;;; mm-encode.el --- Functions for encoding MIME things |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> | 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> |
diff --git a/lisp/gnus/mm-extern.el b/lisp/gnus/mm-extern.el index 2f75139497e..da3ecb8f351 100644 --- a/lisp/gnus/mm-extern.el +++ b/lisp/gnus/mm-extern.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mm-extern.el --- showing message/external-body | 1 | ;;; mm-extern.el --- showing message/external-body |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: message external-body | 7 | ;; Keywords: message external-body |
diff --git a/lisp/gnus/mm-partial.el b/lisp/gnus/mm-partial.el index 1c0c708d2a0..69f8b1ff504 100644 --- a/lisp/gnus/mm-partial.el +++ b/lisp/gnus/mm-partial.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mm-partial.el --- showing message/partial | 1 | ;;; mm-partial.el --- showing message/partial |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: message partial | 7 | ;; Keywords: message partial |
diff --git a/lisp/gnus/mm-url.el b/lisp/gnus/mm-url.el index 22a9dbf077c..ba21247f356 100644 --- a/lisp/gnus/mm-url.el +++ b/lisp/gnus/mm-url.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mm-url.el --- a wrapper of url functions/commands for Gnus | 1 | ;;; mm-url.el --- a wrapper of url functions/commands for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 5 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 6 | 6 | ||
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el index 42ca8e232fd..c8f59ec263f 100644 --- a/lisp/gnus/mm-util.el +++ b/lisp/gnus/mm-util.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mm-util.el --- Utility functions for Mule and low level things | 1 | ;;; mm-util.el --- Utility functions for Mule and low level things |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> | 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> |
diff --git a/lisp/gnus/mml-sec.el b/lisp/gnus/mml-sec.el index f8c573a7656..2af068897f0 100644 --- a/lisp/gnus/mml-sec.el +++ b/lisp/gnus/mml-sec.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mml-sec.el --- A package with security functions for MML documents | 1 | ;;; mml-sec.el --- A package with security functions for MML documents |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 7 | 7 | ||
diff --git a/lisp/gnus/mml-smime.el b/lisp/gnus/mml-smime.el index 2933c14744a..8115a78e618 100644 --- a/lisp/gnus/mml-smime.el +++ b/lisp/gnus/mml-smime.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mml-smime.el --- S/MIME support for MML | 1 | ;;; mml-smime.el --- S/MIME support for MML |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 7 | ;; Keywords: Gnus, MIME, S/MIME, MML | 7 | ;; Keywords: Gnus, MIME, S/MIME, MML |
diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el index 90f7c5f09dd..f8c34b370d6 100644 --- a/lisp/gnus/mml.el +++ b/lisp/gnus/mml.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mml.el --- A package for parsing and validating MML documents | 1 | ;;; mml.el --- A package for parsing and validating MML documents |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
| @@ -578,7 +578,8 @@ If MML is non-nil, return the buffer up till the correspondent mml tag." | |||
| 578 | ;; Skip `multipart' and attributes. | 578 | ;; Skip `multipart' and attributes. |
| 579 | (when (and (consp part) (consp (cdr part))) | 579 | (when (and (consp part) (consp (cdr part))) |
| 580 | (insert "\n--" mml-boundary "\n") | 580 | (insert "\n--" mml-boundary "\n") |
| 581 | (mml-generate-mime-1 part)))) | 581 | (mml-generate-mime-1 part) |
| 582 | (goto-char (point-max))))) | ||
| 582 | (insert "\n--" mml-boundary "--\n"))))) | 583 | (insert "\n--" mml-boundary "--\n"))))) |
| 583 | (t | 584 | (t |
| 584 | (error "Invalid element: %S" cont))) | 585 | (error "Invalid element: %S" cont))) |
diff --git a/lisp/gnus/mml1991.el b/lisp/gnus/mml1991.el index 932737dc4be..761ce4f0af4 100644 --- a/lisp/gnus/mml1991.el +++ b/lisp/gnus/mml1991.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mml1991.el --- Old PGP message format (RFC 1991) support for MML | 1 | ;;; mml1991.el --- Old PGP message format (RFC 1991) support for MML |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Sascha Lüdecke <sascha@meta-x.de>, | 6 | ;; Author: Sascha Lüdecke <sascha@meta-x.de>, |
| 7 | ;; Simon Josefsson <simon@josefsson.org> (Mailcrypt interface, Gnus glue) | 7 | ;; Simon Josefsson <simon@josefsson.org> (Mailcrypt interface, Gnus glue) |
diff --git a/lisp/gnus/mml2015.el b/lisp/gnus/mml2015.el index c8d46c99f51..cb9e77983d3 100644 --- a/lisp/gnus/mml2015.el +++ b/lisp/gnus/mml2015.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mml2015.el --- MIME Security with Pretty Good Privacy (PGP) | 1 | ;;; mml2015.el --- MIME Security with Pretty Good Privacy (PGP) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: PGP MIME MML | 7 | ;; Keywords: PGP MIME MML |
diff --git a/lisp/gnus/nnagent.el b/lisp/gnus/nnagent.el index 4b8233a4d54..d1c95bd2aa6 100644 --- a/lisp/gnus/nnagent.el +++ b/lisp/gnus/nnagent.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnagent.el --- offline backend for Gnus | 1 | ;;; nnagent.el --- offline backend for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/nnbabyl.el b/lisp/gnus/nnbabyl.el index afdd4d15350..f0c135b4cc9 100644 --- a/lisp/gnus/nnbabyl.el +++ b/lisp/gnus/nnbabyl.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnbabyl.el --- rmail mbox access for Gnus | 1 | ;;; nnbabyl.el --- rmail mbox access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1099, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1099, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nndb.el b/lisp/gnus/nndb.el index ca5b27cdd1d..7aa4edc7ab8 100644 --- a/lisp/gnus/nndb.el +++ b/lisp/gnus/nndb.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nndb.el --- nndb access for Gnus | 1 | ;;; nndb.el --- nndb access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Kai Grossjohann <grossjohann@ls6.informatik.uni-dortmund.de> | 7 | ;; Kai Grossjohann <grossjohann@ls6.informatik.uni-dortmund.de> |
diff --git a/lisp/gnus/nndiary.el b/lisp/gnus/nndiary.el index 4be4c6f6646..0c83a2d5124 100644 --- a/lisp/gnus/nndiary.el +++ b/lisp/gnus/nndiary.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nndiary.el --- A diary backend for Gnus | 1 | ;;; nndiary.el --- A diary backend for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Didier Verna <didier@xemacs.org> | 6 | ;; Author: Didier Verna <didier@xemacs.org> |
| 7 | ;; Maintainer: Didier Verna <didier@xemacs.org> | 7 | ;; Maintainer: Didier Verna <didier@xemacs.org> |
diff --git a/lisp/gnus/nndir.el b/lisp/gnus/nndir.el index 18e64e83997..ec47c94749f 100644 --- a/lisp/gnus/nndir.el +++ b/lisp/gnus/nndir.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nndir.el --- single directory newsgroup access for Gnus | 1 | ;;; nndir.el --- single directory newsgroup access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nndoc.el b/lisp/gnus/nndoc.el index 70e301b5b00..764f085e6a7 100644 --- a/lisp/gnus/nndoc.el +++ b/lisp/gnus/nndoc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nndoc.el --- single file access for Gnus | 1 | ;;; nndoc.el --- single file access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nndraft.el b/lisp/gnus/nndraft.el index beea344e0c3..fa497e1c76f 100644 --- a/lisp/gnus/nndraft.el +++ b/lisp/gnus/nndraft.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nndraft.el --- draft article access for Gnus | 1 | ;;; nndraft.el --- draft article access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nneething.el b/lisp/gnus/nneething.el index 33f6a5f4ea5..92a62d12386 100644 --- a/lisp/gnus/nneething.el +++ b/lisp/gnus/nneething.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nneething.el --- arbitrary file access for Gnus | 1 | ;;; nneething.el --- arbitrary file access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nnfolder.el b/lisp/gnus/nnfolder.el index 5a29878b5fb..c7043011fa2 100644 --- a/lisp/gnus/nnfolder.el +++ b/lisp/gnus/nnfolder.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnfolder.el --- mail folder access for Gnus | 1 | ;;; nnfolder.el --- mail folder access for Gnus |
| 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 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <simon@josefsson.org> (adding MARKS) | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> (adding MARKS) |
| 7 | ;; ShengHuo Zhu <zsh@cs.rochester.edu> (adding NOV) | 7 | ;; ShengHuo Zhu <zsh@cs.rochester.edu> (adding NOV) |
diff --git a/lisp/gnus/nngateway.el b/lisp/gnus/nngateway.el index 8ddbf9ca13b..2f4e33d80ca 100644 --- a/lisp/gnus/nngateway.el +++ b/lisp/gnus/nngateway.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nngateway.el --- posting news via mail gateways | 1 | ;;; nngateway.el --- posting news via mail gateways |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/nnheader.el b/lisp/gnus/nnheader.el index 45e030027a9..d564d42414e 100644 --- a/lisp/gnus/nnheader.el +++ b/lisp/gnus/nnheader.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, | 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, |
| 4 | ;; 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, | 4 | ;; 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, |
| 5 | ;; 2004, 2005 Free Software Foundation, Inc. | 5 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 8 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 8 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index a2906a900df..26c0f8901ee 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnimap.el --- imap backend for Gnus | 1 | ;;; nnimap.el --- imap backend for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> | 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> |
| 7 | ;; Jim Radford <radford@robby.caltech.edu> | 7 | ;; Jim Radford <radford@robby.caltech.edu> |
diff --git a/lisp/gnus/nnkiboze.el b/lisp/gnus/nnkiboze.el index ee3c804ae8f..b1fbc1f3d1d 100644 --- a/lisp/gnus/nnkiboze.el +++ b/lisp/gnus/nnkiboze.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnkiboze.el --- select virtual news access for Gnus | 1 | ;;; nnkiboze.el --- select virtual news access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nnlistserv.el b/lisp/gnus/nnlistserv.el index 2b9d478086d..3ee8f4200a4 100644 --- a/lisp/gnus/nnlistserv.el +++ b/lisp/gnus/nnlistserv.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnlistserv.el --- retrieving articles via web mailing list archives | 1 | ;;; nnlistserv.el --- retrieving articles via web mailing list archives |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el index 1f0d1c91f49..edffd6f709a 100644 --- a/lisp/gnus/nnmail.el +++ b/lisp/gnus/nnmail.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnmail.el --- mail support functions for the Gnus mail backends | 1 | ;;; nnmail.el --- mail support functions for the Gnus mail backends |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/nnmbox.el b/lisp/gnus/nnmbox.el index fe25ef9d0a4..7d75f655337 100644 --- a/lisp/gnus/nnmbox.el +++ b/lisp/gnus/nnmbox.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnmbox.el --- mail mbox access for Gnus | 1 | ;;; nnmbox.el --- mail mbox access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nnmh.el b/lisp/gnus/nnmh.el index 4c0af4fdcfb..afcee98299c 100644 --- a/lisp/gnus/nnmh.el +++ b/lisp/gnus/nnmh.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnmh.el --- mhspool access for Gnus | 1 | ;;; nnmh.el --- mhspool access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nnml.el b/lisp/gnus/nnml.el index 9bdd08fd3ca..2cc8023366b 100644 --- a/lisp/gnus/nnml.el +++ b/lisp/gnus/nnml.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnml.el --- mail spool access for Gnus | 1 | ;;; nnml.el --- mail spool access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <simon@josefsson.org> (adding MARKS) | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> (adding MARKS) |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/nnoo.el b/lisp/gnus/nnoo.el index fcd50c3a767..7a66b4c55aa 100644 --- a/lisp/gnus/nnoo.el +++ b/lisp/gnus/nnoo.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnoo.el --- OO Gnus Backends | 1 | ;;; nnoo.el --- OO Gnus Backends |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nnslashdot.el b/lisp/gnus/nnslashdot.el index 522f94acabc..38468d7d194 100644 --- a/lisp/gnus/nnslashdot.el +++ b/lisp/gnus/nnslashdot.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnslashdot.el --- interfacing with Slashdot | 1 | ;;; nnslashdot.el --- interfacing with Slashdot |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nnsoup.el b/lisp/gnus/nnsoup.el index 94c259b6d96..9dc429ec135 100644 --- a/lisp/gnus/nnsoup.el +++ b/lisp/gnus/nnsoup.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnsoup.el --- SOUP access for Gnus | 1 | ;;; nnsoup.el --- SOUP access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 | ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
diff --git a/lisp/gnus/nnspool.el b/lisp/gnus/nnspool.el index 228879a4dad..8de0c17c708 100644 --- a/lisp/gnus/nnspool.el +++ b/lisp/gnus/nnspool.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnspool.el --- spool access for GNU Emacs | 1 | ;;; nnspool.el --- spool access for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998, | 3 | ;; Copyright (C) 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998, |
| 4 | ;; 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el index ca63fa597ef..c5ab7da7b2b 100644 --- a/lisp/gnus/nntp.el +++ b/lisp/gnus/nntp.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1992, 1993, | 3 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1992, 1993, |
| 4 | ;; 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, | 4 | ;; 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, |
| 5 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. | 5 | ;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 8 | ;; Keywords: news | 8 | ;; Keywords: news |
diff --git a/lisp/gnus/nnultimate.el b/lisp/gnus/nnultimate.el index 46896640168..53522c099e5 100644 --- a/lisp/gnus/nnultimate.el +++ b/lisp/gnus/nnultimate.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnultimate.el --- interfacing with the Ultimate Bulletin Board system | 1 | ;;; nnultimate.el --- interfacing with the Ultimate Bulletin Board system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/nnvirtual.el b/lisp/gnus/nnvirtual.el index 28ef0f5c830..ba1b6445623 100644 --- a/lisp/gnus/nnvirtual.el +++ b/lisp/gnus/nnvirtual.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnvirtual.el --- virtual newsgroups access for Gnus | 1 | ;;; nnvirtual.el --- virtual newsgroups access for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Moore <dmoore@ucsd.edu> | 6 | ;; Author: David Moore <dmoore@ucsd.edu> |
| 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/lisp/gnus/nnwarchive.el b/lisp/gnus/nnwarchive.el index a543c8edb82..13a22419672 100644 --- a/lisp/gnus/nnwarchive.el +++ b/lisp/gnus/nnwarchive.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nnwarchive.el --- interfacing with web archives | 1 | ;;; nnwarchive.el --- interfacing with web archives |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: news egroups mail-archive | 7 | ;; Keywords: news egroups mail-archive |
diff --git a/lisp/gnus/nnweb.el b/lisp/gnus/nnweb.el index 4723a694182..bf49aba7f08 100644 --- a/lisp/gnus/nnweb.el +++ b/lisp/gnus/nnweb.el | |||
| @@ -133,7 +133,8 @@ Valid types include `google', `dejanews', and `gmane'.") | |||
| 133 | (deffoo nnweb-request-group (group &optional server dont-check) | 133 | (deffoo nnweb-request-group (group &optional server dont-check) |
| 134 | (nnweb-possibly-change-server group server) | 134 | (nnweb-possibly-change-server group server) |
| 135 | (unless (or nnweb-ephemeral-p | 135 | (unless (or nnweb-ephemeral-p |
| 136 | dont-check) | 136 | dont-check |
| 137 | nnweb-articles) | ||
| 137 | (nnweb-read-overview group)) | 138 | (nnweb-read-overview group)) |
| 138 | (cond | 139 | (cond |
| 139 | ((not nnweb-articles) | 140 | ((not nnweb-articles) |
diff --git a/lisp/gnus/nnwfm.el b/lisp/gnus/nnwfm.el index d759d12f798..90bf4e9c79d 100644 --- a/lisp/gnus/nnwfm.el +++ b/lisp/gnus/nnwfm.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; nnwfm.el --- interfacing with a web forum | 1 | ;;; nnwfm.el --- interfacing with a web forum |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el index f021e063fcd..7714c566dce 100644 --- a/lisp/gnus/pop3.el +++ b/lisp/gnus/pop3.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pop3.el --- Post Office Protocol (RFC 1460) interface | 1 | ;;; pop3.el --- Post Office Protocol (RFC 1460) interface |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Richard L. Pieri <ratinox@peorth.gweep.net> | 6 | ;; Author: Richard L. Pieri <ratinox@peorth.gweep.net> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/gnus/qp.el b/lisp/gnus/qp.el index bd0a1b4b5a5..cb89a3550ba 100644 --- a/lisp/gnus/qp.el +++ b/lisp/gnus/qp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; qp.el --- Quoted-Printable functions | 1 | ;;; qp.el --- Quoted-Printable functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: mail, extensions | 7 | ;; Keywords: mail, extensions |
diff --git a/lisp/gnus/rfc1843.el b/lisp/gnus/rfc1843.el index 55150fbdacf..8de64ce7c99 100644 --- a/lisp/gnus/rfc1843.el +++ b/lisp/gnus/rfc1843.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rfc1843.el --- HZ (rfc1843) decoding | 1 | ;;; rfc1843.el --- HZ (rfc1843) decoding |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: news HZ HZ+ mail i18n | 7 | ;; Keywords: news HZ HZ+ mail i18n |
diff --git a/lisp/gnus/rfc2045.el b/lisp/gnus/rfc2045.el index b3bbe373d9d..f38ec0548fe 100644 --- a/lisp/gnus/rfc2045.el +++ b/lisp/gnus/rfc2045.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rfc2045.el --- Functions for decoding rfc2045 headers | 1 | ;;; rfc2045.el --- Functions for decoding rfc2045 headers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnus/rfc2047.el b/lisp/gnus/rfc2047.el index 5d2710d6bb6..c5d4fc191df 100644 --- a/lisp/gnus/rfc2047.el +++ b/lisp/gnus/rfc2047.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rfc2047.el --- functions for encoding and decoding rfc2047 messages | 1 | ;;; rfc2047.el --- functions for encoding and decoding rfc2047 messages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> | 7 | ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> |
diff --git a/lisp/gnus/rfc2104.el b/lisp/gnus/rfc2104.el index bdacc19ec9b..87a2167ec42 100644 --- a/lisp/gnus/rfc2104.el +++ b/lisp/gnus/rfc2104.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rfc2104.el --- RFC2104 Hashed Message Authentication Codes | 1 | ;;; rfc2104.el --- RFC2104 Hashed Message Authentication Codes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> | 6 | ;; Author: Simon Josefsson <jas@pdc.kth.se> |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
diff --git a/lisp/gnus/rfc2231.el b/lisp/gnus/rfc2231.el index df9a5b7bd82..fb2d070328e 100644 --- a/lisp/gnus/rfc2231.el +++ b/lisp/gnus/rfc2231.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rfc2231.el --- Functions for decoding rfc2231 headers | 1 | ;;; rfc2231.el --- Functions for decoding rfc2231 headers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
| @@ -53,6 +53,10 @@ The list will be on the form | |||
| 53 | display-name mailbox c display-string parameters | 53 | display-name mailbox c display-string parameters |
| 54 | attribute value type subtype number encoded | 54 | attribute value type subtype number encoded |
| 55 | prev-attribute prev-encoded) | 55 | prev-attribute prev-encoded) |
| 56 | ;; Some mailer (e.g. Thunderbird 1.5) doesn't terminate each | ||
| 57 | ;; line with semicolon when folding a long parameter value. | ||
| 58 | (while (string-match "\\([^\t\n\r ;]\\)[\t ]*\r?\n[\t ]+" string) | ||
| 59 | (setq string (replace-match "\\1;\n " nil nil string))) | ||
| 56 | (ietf-drums-init (mail-header-remove-whitespace | 60 | (ietf-drums-init (mail-header-remove-whitespace |
| 57 | (mail-header-remove-comments string))) | 61 | (mail-header-remove-comments string))) |
| 58 | (let ((table (copy-syntax-table ietf-drums-syntax-table))) | 62 | (let ((table (copy-syntax-table ietf-drums-syntax-table))) |
| @@ -191,6 +195,7 @@ These look like \"us-ascii'en-us'This%20is%20%2A%2A%2Afun%2A%2A%2A\"." | |||
| 191 | (special (ietf-drums-token-to-list "*'%\n\t")) | 195 | (special (ietf-drums-token-to-list "*'%\n\t")) |
| 192 | (ascii (ietf-drums-token-to-list ietf-drums-text-token)) | 196 | (ascii (ietf-drums-token-to-list ietf-drums-text-token)) |
| 193 | (num -1) | 197 | (num -1) |
| 198 | (limit (- 74 (length param))) | ||
| 194 | spacep encodep charsetp charset broken) | 199 | spacep encodep charsetp charset broken) |
| 195 | (with-temp-buffer | 200 | (with-temp-buffer |
| 196 | (insert value) | 201 | (insert value) |
| @@ -209,24 +214,30 @@ These look like \"us-ascii'en-us'This%20is%20%2A%2A%2Afun%2A%2A%2A\"." | |||
| 209 | (when charsetp | 214 | (when charsetp |
| 210 | (setq charset (mm-encode-body))) | 215 | (setq charset (mm-encode-body))) |
| 211 | (cond | 216 | (cond |
| 212 | ((or encodep charsetp) | 217 | ((or encodep charsetp |
| 218 | (progn | ||
| 219 | (end-of-line) | ||
| 220 | (> (current-column) (if spacep (- limit 2) limit)))) | ||
| 221 | (setq limit (- limit 6)) | ||
| 213 | (goto-char (point-min)) | 222 | (goto-char (point-min)) |
| 223 | (insert (symbol-name (or charset 'us-ascii)) "''") | ||
| 214 | (while (not (eobp)) | 224 | (while (not (eobp)) |
| 215 | (when (> (current-column) 60) | ||
| 216 | (insert ";\n") | ||
| 217 | (setq broken t)) | ||
| 218 | (if (or (not (memq (following-char) ascii)) | 225 | (if (or (not (memq (following-char) ascii)) |
| 219 | (memq (following-char) control) | 226 | (memq (following-char) control) |
| 220 | (memq (following-char) tspecial) | 227 | (memq (following-char) tspecial) |
| 221 | (memq (following-char) special) | 228 | (memq (following-char) special) |
| 222 | (eq (following-char) ? )) | 229 | (eq (following-char) ? )) |
| 223 | (progn | 230 | (progn |
| 231 | (when (>= (current-column) (1- limit)) | ||
| 232 | (insert ";\n") | ||
| 233 | (setq broken t)) | ||
| 224 | (insert "%" (format "%02x" (following-char))) | 234 | (insert "%" (format "%02x" (following-char))) |
| 225 | (delete-char 1)) | 235 | (delete-char 1)) |
| 236 | (when (> (current-column) limit) | ||
| 237 | (insert ";\n") | ||
| 238 | (setq broken t)) | ||
| 226 | (forward-char 1))) | 239 | (forward-char 1))) |
| 227 | (goto-char (point-min)) | 240 | (goto-char (point-min)) |
| 228 | (insert (symbol-name (or charset 'us-ascii)) "''") | ||
| 229 | (goto-char (point-min)) | ||
| 230 | (if (not broken) | 241 | (if (not broken) |
| 231 | (insert param "*=") | 242 | (insert param "*=") |
| 232 | (while (not (eobp)) | 243 | (while (not (eobp)) |
| @@ -235,12 +246,12 @@ These look like \"us-ascii'en-us'This%20is%20%2A%2A%2Afun%2A%2A%2A\"." | |||
| 235 | (forward-line 1)))) | 246 | (forward-line 1)))) |
| 236 | (spacep | 247 | (spacep |
| 237 | (goto-char (point-min)) | 248 | (goto-char (point-min)) |
| 238 | (insert param "=\"") | 249 | (insert "\n " param "=\"") |
| 239 | (goto-char (point-max)) | 250 | (goto-char (point-max)) |
| 240 | (insert "\"")) | 251 | (insert "\"")) |
| 241 | (t | 252 | (t |
| 242 | (goto-char (point-min)) | 253 | (goto-char (point-min)) |
| 243 | (insert param "="))) | 254 | (insert "\n " param "="))) |
| 244 | (buffer-string)))) | 255 | (buffer-string)))) |
| 245 | 256 | ||
| 246 | (provide 'rfc2231) | 257 | (provide 'rfc2231) |
diff --git a/lisp/gnus/score-mode.el b/lisp/gnus/score-mode.el index add14ea6ded..3e604ab39d6 100644 --- a/lisp/gnus/score-mode.el +++ b/lisp/gnus/score-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; score-mode.el --- mode for editing Gnus score files | 1 | ;;; score-mode.el --- mode for editing Gnus score files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | ;; Keywords: news, mail | 7 | ;; Keywords: news, mail |
diff --git a/lisp/gnus/sha1.el b/lisp/gnus/sha1.el index 99b9aa47bb6..664933bfec1 100644 --- a/lisp/gnus/sha1.el +++ b/lisp/gnus/sha1.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; sha1.el --- SHA1 Secure Hash Algorithm in Emacs-Lisp | 1 | ;;; sha1.el --- SHA1 Secure Hash Algorithm in Emacs-Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> | 6 | ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> |
| 7 | ;; Keywords: SHA1, FIPS 180-1 | 7 | ;; Keywords: SHA1, FIPS 180-1 |
diff --git a/lisp/gnus/sieve-manage.el b/lisp/gnus/sieve-manage.el index dc2016f282e..3512ed15b2d 100644 --- a/lisp/gnus/sieve-manage.el +++ b/lisp/gnus/sieve-manage.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; sieve-manage.el --- Implementation of the managesive protocol in elisp | 1 | ;;; sieve-manage.el --- Implementation of the managesive protocol in elisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 6 | 7 | ||
diff --git a/lisp/gnus/sieve-mode.el b/lisp/gnus/sieve-mode.el index 31ff5d1e9c9..b58435693bf 100644 --- a/lisp/gnus/sieve-mode.el +++ b/lisp/gnus/sieve-mode.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; sieve-mode.el --- Sieve code editing commands for Emacs | 1 | ;;; sieve-mode.el --- Sieve code editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 6 | 7 | ||
diff --git a/lisp/gnus/sieve.el b/lisp/gnus/sieve.el index 5badbe7869a..b39ed5c78e6 100644 --- a/lisp/gnus/sieve.el +++ b/lisp/gnus/sieve.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sieve.el --- Utilities to manage sieve scripts | 1 | ;;; sieve.el --- Utilities to manage sieve scripts |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simon Josefsson <simon@josefsson.org> | 5 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 6 | 6 | ||
diff --git a/lisp/gnus/smiley.el b/lisp/gnus/smiley.el index cdd1c8dbc9b..d7657e444b8 100644 --- a/lisp/gnus/smiley.el +++ b/lisp/gnus/smiley.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; smiley.el --- displaying smiley faces | 1 | ;;; smiley.el --- displaying smiley faces |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Love <fx@gnu.org> | 6 | ;; Author: Dave Love <fx@gnu.org> |
| 7 | ;; Keywords: news mail multimedia | 7 | ;; Keywords: news mail multimedia |
diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el index 22489affa89..e5a2328f9d6 100644 --- a/lisp/gnus/smime.el +++ b/lisp/gnus/smime.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; smime.el --- S/MIME support library | 1 | ;;; smime.el --- S/MIME support library |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Josefsson <simon@josefsson.org> | 6 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 7 | ;; Keywords: SMIME X.509 PEM OpenSSL | 7 | ;; Keywords: SMIME X.509 PEM OpenSSL |
diff --git a/lisp/gnus/spam-report.el b/lisp/gnus/spam-report.el index 293a41d7b60..04ef6b60f5f 100644 --- a/lisp/gnus/spam-report.el +++ b/lisp/gnus/spam-report.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; spam-report.el --- Reporting spam | 1 | ;;; spam-report.el --- Reporting spam |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> | 5 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> |
| 6 | ;; Keywords: network | 6 | ;; Keywords: network |
diff --git a/lisp/gnus/spam-stat.el b/lisp/gnus/spam-stat.el index c8870454be8..66f302d32e5 100644 --- a/lisp/gnus/spam-stat.el +++ b/lisp/gnus/spam-stat.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; spam-stat.el --- detecting spam based on statistics | 1 | ;;; spam-stat.el --- detecting spam based on statistics |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Keywords: network | 6 | ;; Keywords: network |
diff --git a/lisp/gnus/spam.el b/lisp/gnus/spam.el index 32de2f60e22..ed5fd6e7980 100644 --- a/lisp/gnus/spam.el +++ b/lisp/gnus/spam.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; spam.el --- Identifying spam | 1 | ;;; spam.el --- Identifying spam |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: network | 6 | ;; Keywords: network |
diff --git a/lisp/gnus/starttls.el b/lisp/gnus/starttls.el index c63e08fc12e..a9b64b4d1fc 100644 --- a/lisp/gnus/starttls.el +++ b/lisp/gnus/starttls.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; starttls.el --- STARTTLS functions | 1 | ;;; starttls.el --- STARTTLS functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> | 6 | ;; Author: Daiki Ueno <ueno@unixuser.org> |
| 7 | ;; Author: Simon Josefsson <simon@josefsson.org> | 7 | ;; Author: Simon Josefsson <simon@josefsson.org> |
diff --git a/lisp/gnus/utf7.el b/lisp/gnus/utf7.el index d1eb6ee40dd..bb47077612e 100644 --- a/lisp/gnus/utf7.el +++ b/lisp/gnus/utf7.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; utf7.el --- UTF-7 encoding/decoding for Emacs -*-coding: iso-8859-1;-*- | 1 | ;;; utf7.el --- UTF-7 encoding/decoding for Emacs -*-coding: iso-8859-1;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jon K Hellan <hellan@acm.org> | 6 | ;; Author: Jon K Hellan <hellan@acm.org> |
| 7 | ;; Maintainer: bugs@gnus.org | 7 | ;; Maintainer: bugs@gnus.org |
diff --git a/lisp/gnus/uudecode.el b/lisp/gnus/uudecode.el index c1fc56ad8bf..f47a8e90c3a 100644 --- a/lisp/gnus/uudecode.el +++ b/lisp/gnus/uudecode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; uudecode.el -- elisp native uudecode | 1 | ;;; uudecode.el -- elisp native uudecode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: uudecode news | 7 | ;; Keywords: uudecode news |
diff --git a/lisp/gnus/webmail.el b/lisp/gnus/webmail.el index e9bc074f2cf..a7e53702fef 100644 --- a/lisp/gnus/webmail.el +++ b/lisp/gnus/webmail.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; webmail.el --- interface of web mail | 1 | ;;; webmail.el --- interface of web mail |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> | 6 | ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> |
| 7 | ;; Keywords: hotmail netaddress my-deja netscape | 7 | ;; Keywords: hotmail netaddress my-deja netscape |
diff --git a/lisp/gnus/yenc.el b/lisp/gnus/yenc.el index 37018d2fa19..767d2620cfe 100644 --- a/lisp/gnus/yenc.el +++ b/lisp/gnus/yenc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; yenc.el --- elisp native yenc decoder | 1 | ;;; yenc.el --- elisp native yenc decoder |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jesper Harder <harder@ifa.au.dk> | 5 | ;; Author: Jesper Harder <harder@ifa.au.dk> |
| 6 | ;; Keywords: yenc news | 6 | ;; Keywords: yenc news |
diff --git a/lisp/info.el b/lisp/info.el index 912e31f62ad..dbcfaed31c4 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -2775,11 +2775,11 @@ If FILE is nil, check the current Info file." | |||
| 2775 | 2775 | ||
| 2776 | ;;;###autoload | 2776 | ;;;###autoload |
| 2777 | (defun Info-index (topic) | 2777 | (defun Info-index (topic) |
| 2778 | "Look up a string TOPIC in the index for this file. | 2778 | "Look up a string TOPIC in the index for this manual and go to that entry. |
| 2779 | If there are no exact matches to the specified topic, this chooses | 2779 | If there are no exact matches to the specified topic, this chooses |
| 2780 | the first match which is a case-insensitive substring of a topic. | 2780 | the first match which is a case-insensitive substring of a topic. |
| 2781 | Use the \\<Info-mode-map>\\[Info-index-next] command to see the other matches. | 2781 | Use the \\<Info-mode-map>\\[Info-index-next] command to see the other matches. |
| 2782 | Give a blank topic name to go to the Index node itself." | 2782 | Give an empty topic name to go to the Index node itself." |
| 2783 | (interactive | 2783 | (interactive |
| 2784 | (list | 2784 | (list |
| 2785 | (let ((Info-complete-menu-buffer (clone-buffer)) | 2785 | (let ((Info-complete-menu-buffer (clone-buffer)) |
| @@ -3352,7 +3352,7 @@ Advanced commands: | |||
| 3352 | \\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively. | 3352 | \\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively. |
| 3353 | \\[Info-search-next] Search for another occurrence of regexp | 3353 | \\[Info-search-next] Search for another occurrence of regexp |
| 3354 | from a previous \\<Info-mode-map>\\[Info-search] command. | 3354 | from a previous \\<Info-mode-map>\\[Info-search] command. |
| 3355 | \\[Info-index] Look up a topic in this file's Index and move to that node. | 3355 | \\[Info-index] Look up a topic in this manual's Index and move to that index entry. |
| 3356 | \\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command. | 3356 | \\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command. |
| 3357 | \\[info-apropos] Look for a string in the indices of all manuals. | 3357 | \\[info-apropos] Look for a string in the indices of all manuals. |
| 3358 | \\[Info-goto-node] Move to node specified by name. | 3358 | \\[Info-goto-node] Move to node specified by name. |
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 15cce7f3c53..e9da00deef7 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best | 5 | ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best |
| 6 | ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" | 6 | ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" |
| 7 | ;;;;;; "play/5x5.el" (17187 59902)) | 7 | ;;;;;; "play/5x5.el" (17279 27123)) |
| 8 | ;;; Generated autoloads from play/5x5.el | 8 | ;;; Generated autoloads from play/5x5.el |
| 9 | 9 | ||
| 10 | (autoload (quote 5x5) "5x5" "\ | 10 | (autoload (quote 5x5) "5x5" "\ |
| @@ -64,7 +64,7 @@ should return a grid vector array that is the new solution. | |||
| 64 | ;;;*** | 64 | ;;;*** |
| 65 | 65 | ||
| 66 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" | 66 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" |
| 67 | ;;;;;; (17277 60154)) | 67 | ;;;;;; (17279 27203)) |
| 68 | ;;; Generated autoloads from progmodes/ada-mode.el | 68 | ;;; Generated autoloads from progmodes/ada-mode.el |
| 69 | 69 | ||
| 70 | (autoload (quote ada-add-extensions) "ada-mode" "\ | 70 | (autoload (quote ada-add-extensions) "ada-mode" "\ |
| @@ -125,7 +125,7 @@ If you use ada-xref.el: | |||
| 125 | ;;;*** | 125 | ;;;*** |
| 126 | 126 | ||
| 127 | ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" | 127 | ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" |
| 128 | ;;;;;; (17187 59902)) | 128 | ;;;;;; (17279 27123)) |
| 129 | ;;; Generated autoloads from progmodes/ada-stmt.el | 129 | ;;; Generated autoloads from progmodes/ada-stmt.el |
| 130 | 130 | ||
| 131 | (autoload (quote ada-header) "ada-stmt" "\ | 131 | (autoload (quote ada-header) "ada-stmt" "\ |
| @@ -136,7 +136,7 @@ Insert a descriptive header at the top of the file. | |||
| 136 | ;;;*** | 136 | ;;;*** |
| 137 | 137 | ||
| 138 | ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" | 138 | ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" |
| 139 | ;;;;;; (17226 24577)) | 139 | ;;;;;; (17279 27172)) |
| 140 | ;;; Generated autoloads from progmodes/ada-xref.el | 140 | ;;; Generated autoloads from progmodes/ada-xref.el |
| 141 | 141 | ||
| 142 | (autoload (quote ada-find-file) "ada-xref" "\ | 142 | (autoload (quote ada-find-file) "ada-xref" "\ |
| @@ -151,7 +151,7 @@ Completion is available. | |||
| 151 | ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry | 151 | ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry |
| 152 | ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address | 152 | ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address |
| 153 | ;;;;;; add-log-full-name add-log-current-defun-function) "add-log" | 153 | ;;;;;; add-log-full-name add-log-current-defun-function) "add-log" |
| 154 | ;;;;;; "add-log.el" (17277 60153)) | 154 | ;;;;;; "add-log.el" (17356 16192)) |
| 155 | ;;; Generated autoloads from add-log.el | 155 | ;;; Generated autoloads from add-log.el |
| 156 | 156 | ||
| 157 | (defvar add-log-current-defun-function nil "\ | 157 | (defvar add-log-current-defun-function nil "\ |
| @@ -288,8 +288,8 @@ Fix any old-style date entries in the current log file to default format. | |||
| 288 | ;;;*** | 288 | ;;;*** |
| 289 | 289 | ||
| 290 | ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action | 290 | ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action |
| 291 | ;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (17257 | 291 | ;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (17279 |
| 292 | ;;;;;; 22482)) | 292 | ;;;;;; 27196)) |
| 293 | ;;; Generated autoloads from emacs-lisp/advice.el | 293 | ;;; Generated autoloads from emacs-lisp/advice.el |
| 294 | 294 | ||
| 295 | (defvar ad-redefinition-action (quote warn) "\ | 295 | (defvar ad-redefinition-action (quote warn) "\ |
| @@ -388,7 +388,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation. | |||
| 388 | 388 | ||
| 389 | ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule | 389 | ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule |
| 390 | ;;;;;; align-highlight-rule align-current align-entire align-regexp | 390 | ;;;;;; align-highlight-rule align-current align-entire align-regexp |
| 391 | ;;;;;; align) "align" "align.el" (17187 59901)) | 391 | ;;;;;; align) "align" "align.el" (17327 23538)) |
| 392 | ;;; Generated autoloads from align.el | 392 | ;;; Generated autoloads from align.el |
| 393 | 393 | ||
| 394 | (autoload (quote align) "align" "\ | 394 | (autoload (quote align) "align" "\ |
| @@ -478,7 +478,7 @@ A replacement function for `newline-and-indent', aligning as it goes. | |||
| 478 | ;;;*** | 478 | ;;;*** |
| 479 | 479 | ||
| 480 | ;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" | 480 | ;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" |
| 481 | ;;;;;; (17257 22482)) | 481 | ;;;;;; (17307 17624)) |
| 482 | ;;; Generated autoloads from allout.el | 482 | ;;; Generated autoloads from allout.el |
| 483 | 483 | ||
| 484 | (autoload (quote allout-mode) "allout" "\ | 484 | (autoload (quote allout-mode) "allout" "\ |
| @@ -581,7 +581,7 @@ to enable reliable topic privacy while preventing accidents like neglected | |||
| 581 | encryption, encryption with a mistaken passphrase, forgetting which | 581 | encryption, encryption with a mistaken passphrase, forgetting which |
| 582 | passphrase was used, and other practical pitfalls. | 582 | passphrase was used, and other practical pitfalls. |
| 583 | 583 | ||
| 584 | See the `allout-toggle-current-subtree-encryption' function and | 584 | See `allout-toggle-current-subtree-encryption' function docstring and |
| 585 | `allout-encrypt-unencrypted-on-saves' customization variable for details. | 585 | `allout-encrypt-unencrypted-on-saves' customization variable for details. |
| 586 | 586 | ||
| 587 | HOT-SPOT Operation | 587 | HOT-SPOT Operation |
| @@ -694,7 +694,7 @@ setup for auto-startup. | |||
| 694 | ;;;*** | 694 | ;;;*** |
| 695 | 695 | ||
| 696 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" | 696 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" |
| 697 | ;;;;;; "net/ange-ftp.el" (17257 22483)) | 697 | ;;;;;; "net/ange-ftp.el" (17279 27196)) |
| 698 | ;;; Generated autoloads from net/ange-ftp.el | 698 | ;;; Generated autoloads from net/ange-ftp.el |
| 699 | 699 | ||
| 700 | (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) | 700 | (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) |
| @@ -716,7 +716,7 @@ Not documented | |||
| 716 | ;;;*** | 716 | ;;;*** |
| 717 | 717 | ||
| 718 | ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) | 718 | ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) |
| 719 | ;;;;;; "animate" "play/animate.el" (17226 24576)) | 719 | ;;;;;; "animate" "play/animate.el" (17279 27172)) |
| 720 | ;;; Generated autoloads from play/animate.el | 720 | ;;; Generated autoloads from play/animate.el |
| 721 | 721 | ||
| 722 | (autoload (quote animate-string) "animate" "\ | 722 | (autoload (quote animate-string) "animate" "\ |
| @@ -744,7 +744,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\". | |||
| 744 | ;;;*** | 744 | ;;;*** |
| 745 | 745 | ||
| 746 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) | 746 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) |
| 747 | ;;;;;; "ansi-color" "ansi-color.el" (17187 59901)) | 747 | ;;;;;; "ansi-color" "ansi-color.el" (17279 27122)) |
| 748 | ;;; Generated autoloads from ansi-color.el | 748 | ;;; Generated autoloads from ansi-color.el |
| 749 | 749 | ||
| 750 | (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ | 750 | (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ |
| @@ -770,7 +770,7 @@ This is a good function to put in `comint-output-filter-functions'. | |||
| 770 | ;;;*** | 770 | ;;;*** |
| 771 | 771 | ||
| 772 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) | 772 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) |
| 773 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17187 59902)) | 773 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (17279 27123)) |
| 774 | ;;; Generated autoloads from progmodes/antlr-mode.el | 774 | ;;; Generated autoloads from progmodes/antlr-mode.el |
| 775 | 775 | ||
| 776 | (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ | 776 | (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ |
| @@ -809,7 +809,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'. | |||
| 809 | ;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add | 809 | ;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add |
| 810 | ;;;;;; appt-display-diary appt-display-duration appt-display-mode-line | 810 | ;;;;;; appt-display-diary appt-display-duration appt-display-mode-line |
| 811 | ;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time | 811 | ;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time |
| 812 | ;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17229 28052)) | 812 | ;;;;;; appt-issue-message) "appt" "calendar/appt.el" (17308 43144)) |
| 813 | ;;; Generated autoloads from calendar/appt.el | 813 | ;;; Generated autoloads from calendar/appt.el |
| 814 | 814 | ||
| 815 | (defvar appt-issue-message t "\ | 815 | (defvar appt-issue-message t "\ |
| @@ -897,7 +897,7 @@ ARG is positive, otherwise off. | |||
| 897 | 897 | ||
| 898 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property | 898 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property |
| 899 | ;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos" | 899 | ;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos" |
| 900 | ;;;;;; "apropos.el" (17277 59649)) | 900 | ;;;;;; "apropos.el" (17331 26860)) |
| 901 | ;;; Generated autoloads from apropos.el | 901 | ;;; Generated autoloads from apropos.el |
| 902 | 902 | ||
| 903 | (autoload (quote apropos-read-pattern) "apropos" "\ | 903 | (autoload (quote apropos-read-pattern) "apropos" "\ |
| @@ -948,20 +948,24 @@ Like (documentation-property SYMBOL PROPERTY RAW) but handle errors. | |||
| 948 | \(fn SYMBOL PROPERTY RAW)" nil nil) | 948 | \(fn SYMBOL PROPERTY RAW)" nil nil) |
| 949 | 949 | ||
| 950 | (autoload (quote apropos) "apropos" "\ | 950 | (autoload (quote apropos) "apropos" "\ |
| 951 | Show all bound symbols whose names match PATTERN. | 951 | Show all meaningful Lisp symbols whose names match PATTERN. |
| 952 | Symbols are shown if they are defined as functions, variables, or | ||
| 953 | faces, or if they have nonempty property lists. | ||
| 954 | |||
| 952 | PATTERN can be a word, a list of words (separated by spaces), | 955 | PATTERN can be a word, a list of words (separated by spaces), |
| 953 | or a regexp (using some regexp special characters). If it is a word, | 956 | or a regexp (using some regexp special characters). If it is a word, |
| 954 | search for matches for that word as a substring. If it is a list of words, | 957 | search for matches for that word as a substring. If it is a list of words, |
| 955 | search for matches for any two (or more) of those words. | 958 | search for matches for any two (or more) of those words. |
| 956 | 959 | ||
| 957 | With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also | 960 | With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, |
| 958 | show unbound symbols and key bindings, which is a little more | 961 | consider all symbols (if they match PATTERN). |
| 959 | time-consuming. Returns list of symbols and documentation found. | 962 | |
| 963 | Returns list of symbols and documentation found. | ||
| 960 | 964 | ||
| 961 | \(fn PATTERN &optional DO-ALL)" t nil) | 965 | \(fn PATTERN &optional DO-ALL)" t nil) |
| 962 | 966 | ||
| 963 | (autoload (quote apropos-value) "apropos" "\ | 967 | (autoload (quote apropos-value) "apropos" "\ |
| 964 | Show all symbols whose value's printed image matches PATTERN. | 968 | Show all symbols whose value's printed representation matches PATTERN. |
| 965 | PATTERN can be a word, a list of words (separated by spaces), | 969 | PATTERN can be a word, a list of words (separated by spaces), |
| 966 | or a regexp (using some regexp special characters). If it is a word, | 970 | or a regexp (using some regexp special characters). If it is a word, |
| 967 | search for matches for that word as a substring. If it is a list of words, | 971 | search for matches for that word as a substring. If it is a list of words, |
| @@ -974,7 +978,7 @@ Returns list of symbols and values found. | |||
| 974 | \(fn PATTERN &optional DO-ALL)" t nil) | 978 | \(fn PATTERN &optional DO-ALL)" t nil) |
| 975 | 979 | ||
| 976 | (autoload (quote apropos-documentation) "apropos" "\ | 980 | (autoload (quote apropos-documentation) "apropos" "\ |
| 977 | Show symbols whose documentation contain matches for PATTERN. | 981 | Show symbols whose documentation contains matches for PATTERN. |
| 978 | PATTERN can be a word, a list of words (separated by spaces), | 982 | PATTERN can be a word, a list of words (separated by spaces), |
| 979 | or a regexp (using some regexp special characters). If it is a word, | 983 | or a regexp (using some regexp special characters). If it is a word, |
| 980 | search for matches for that word as a substring. If it is a list of words, | 984 | search for matches for that word as a substring. If it is a list of words, |
| @@ -989,8 +993,8 @@ Returns list of symbols and documentation found. | |||
| 989 | 993 | ||
| 990 | ;;;*** | 994 | ;;;*** |
| 991 | 995 | ||
| 992 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17238 | 996 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (17379 |
| 993 | ;;;;;; 21257)) | 997 | ;;;;;; 30027)) |
| 994 | ;;; Generated autoloads from arc-mode.el | 998 | ;;; Generated autoloads from arc-mode.el |
| 995 | 999 | ||
| 996 | (autoload (quote archive-mode) "arc-mode" "\ | 1000 | (autoload (quote archive-mode) "arc-mode" "\ |
| @@ -1010,7 +1014,7 @@ archive. | |||
| 1010 | 1014 | ||
| 1011 | ;;;*** | 1015 | ;;;*** |
| 1012 | 1016 | ||
| 1013 | ;;;### (autoloads (array-mode) "array" "array.el" (17187 59901)) | 1017 | ;;;### (autoloads (array-mode) "array" "array.el" (17374 21266)) |
| 1014 | ;;; Generated autoloads from array.el | 1018 | ;;; Generated autoloads from array.el |
| 1015 | 1019 | ||
| 1016 | (autoload (quote array-mode) "array" "\ | 1020 | (autoload (quote array-mode) "array" "\ |
| @@ -1081,8 +1085,8 @@ Entering array mode calls the function `array-mode-hook'. | |||
| 1081 | 1085 | ||
| 1082 | ;;;*** | 1086 | ;;;*** |
| 1083 | 1087 | ||
| 1084 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17229 | 1088 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (17279 |
| 1085 | ;;;;;; 28057)) | 1089 | ;;;;;; 27174)) |
| 1086 | ;;; Generated autoloads from textmodes/artist.el | 1090 | ;;; Generated autoloads from textmodes/artist.el |
| 1087 | 1091 | ||
| 1088 | (autoload (quote artist-mode) "artist" "\ | 1092 | (autoload (quote artist-mode) "artist" "\ |
| @@ -1287,8 +1291,8 @@ Keymap summary | |||
| 1287 | 1291 | ||
| 1288 | ;;;*** | 1292 | ;;;*** |
| 1289 | 1293 | ||
| 1290 | ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17277 | 1294 | ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (17356 |
| 1291 | ;;;;;; 60154)) | 1295 | ;;;;;; 16046)) |
| 1292 | ;;; Generated autoloads from progmodes/asm-mode.el | 1296 | ;;; Generated autoloads from progmodes/asm-mode.el |
| 1293 | 1297 | ||
| 1294 | (autoload (quote asm-mode) "asm-mode" "\ | 1298 | (autoload (quote asm-mode) "asm-mode" "\ |
| @@ -1316,7 +1320,7 @@ Special commands: | |||
| 1316 | ;;;*** | 1320 | ;;;*** |
| 1317 | 1321 | ||
| 1318 | ;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el" | 1322 | ;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el" |
| 1319 | ;;;;;; (17187 59881)) | 1323 | ;;;;;; (17279 27080)) |
| 1320 | ;;; Generated autoloads from obsolete/auto-show.el | 1324 | ;;; Generated autoloads from obsolete/auto-show.el |
| 1321 | 1325 | ||
| 1322 | (defvar auto-show-mode nil "\ | 1326 | (defvar auto-show-mode nil "\ |
| @@ -1332,7 +1336,7 @@ This command is obsolete. | |||
| 1332 | ;;;*** | 1336 | ;;;*** |
| 1333 | 1337 | ||
| 1334 | ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" | 1338 | ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" |
| 1335 | ;;;;;; (17187 59901)) | 1339 | ;;;;;; (17279 27122)) |
| 1336 | ;;; Generated autoloads from autoarg.el | 1340 | ;;; Generated autoloads from autoarg.el |
| 1337 | 1341 | ||
| 1338 | (defvar autoarg-mode nil "\ | 1342 | (defvar autoarg-mode nil "\ |
| @@ -1389,7 +1393,7 @@ This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1' | |||
| 1389 | ;;;*** | 1393 | ;;;*** |
| 1390 | 1394 | ||
| 1391 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" | 1395 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" |
| 1392 | ;;;;;; (17187 59902)) | 1396 | ;;;;;; (17279 27123)) |
| 1393 | ;;; Generated autoloads from progmodes/autoconf.el | 1397 | ;;; Generated autoloads from progmodes/autoconf.el |
| 1394 | 1398 | ||
| 1395 | (autoload (quote autoconf-mode) "autoconf" "\ | 1399 | (autoload (quote autoconf-mode) "autoconf" "\ |
| @@ -1400,7 +1404,7 @@ Major mode for editing Autoconf configure.in files. | |||
| 1400 | ;;;*** | 1404 | ;;;*** |
| 1401 | 1405 | ||
| 1402 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) | 1406 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) |
| 1403 | ;;;;;; "autoinsert" "autoinsert.el" (17187 59901)) | 1407 | ;;;;;; "autoinsert" "autoinsert.el" (17279 27122)) |
| 1404 | ;;; Generated autoloads from autoinsert.el | 1408 | ;;; Generated autoloads from autoinsert.el |
| 1405 | 1409 | ||
| 1406 | (autoload (quote auto-insert) "autoinsert" "\ | 1410 | (autoload (quote auto-insert) "autoinsert" "\ |
| @@ -1440,7 +1444,7 @@ insert a template for the file depending on the mode of the buffer. | |||
| 1440 | 1444 | ||
| 1441 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads | 1445 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads |
| 1442 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" | 1446 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" |
| 1443 | ;;;;;; (17277 59649)) | 1447 | ;;;;;; (17307 17624)) |
| 1444 | ;;; Generated autoloads from emacs-lisp/autoload.el | 1448 | ;;; Generated autoloads from emacs-lisp/autoload.el |
| 1445 | 1449 | ||
| 1446 | (autoload (quote update-file-autoloads) "autoload" "\ | 1450 | (autoload (quote update-file-autoloads) "autoload" "\ |
| @@ -1475,7 +1479,7 @@ Calls `update-directory-autoloads' on the command line arguments. | |||
| 1475 | 1479 | ||
| 1476 | ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode | 1480 | ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode |
| 1477 | ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) | 1481 | ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) |
| 1478 | ;;;;;; "autorevert" "autorevert.el" (17187 59901)) | 1482 | ;;;;;; "autorevert" "autorevert.el" (17279 27122)) |
| 1479 | ;;; Generated autoloads from autorevert.el | 1483 | ;;; Generated autoloads from autorevert.el |
| 1480 | 1484 | ||
| 1481 | (autoload (quote auto-revert-mode) "autorevert" "\ | 1485 | (autoload (quote auto-revert-mode) "autorevert" "\ |
| @@ -1545,7 +1549,7 @@ Use `auto-revert-mode' to revert a particular buffer. | |||
| 1545 | ;;;*** | 1549 | ;;;*** |
| 1546 | 1550 | ||
| 1547 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" | 1551 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" |
| 1548 | ;;;;;; "avoid.el" (17187 59901)) | 1552 | ;;;;;; "avoid.el" (17279 27122)) |
| 1549 | ;;; Generated autoloads from avoid.el | 1553 | ;;; Generated autoloads from avoid.el |
| 1550 | 1554 | ||
| 1551 | (defvar mouse-avoidance-mode nil "\ | 1555 | (defvar mouse-avoidance-mode nil "\ |
| @@ -1586,7 +1590,7 @@ definition of \"random distance\".) | |||
| 1586 | ;;;*** | 1590 | ;;;*** |
| 1587 | 1591 | ||
| 1588 | ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" | 1592 | ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" |
| 1589 | ;;;;;; (17187 59901)) | 1593 | ;;;;;; (17279 27122)) |
| 1590 | ;;; Generated autoloads from emacs-lisp/backquote.el | 1594 | ;;; Generated autoloads from emacs-lisp/backquote.el |
| 1591 | 1595 | ||
| 1592 | (autoload (quote backquote) "backquote" "\ | 1596 | (autoload (quote backquote) "backquote" "\ |
| @@ -1611,7 +1615,7 @@ Vectors work just like lists. Nested backquotes are permitted. | |||
| 1611 | ;;;*** | 1615 | ;;;*** |
| 1612 | 1616 | ||
| 1613 | ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" | 1617 | ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" |
| 1614 | ;;;;;; (17187 59901)) | 1618 | ;;;;;; (17374 21274)) |
| 1615 | ;;; Generated autoloads from battery.el | 1619 | ;;; Generated autoloads from battery.el |
| 1616 | (put 'battery-mode-line-string 'risky-local-variable t) | 1620 | (put 'battery-mode-line-string 'risky-local-variable t) |
| 1617 | 1621 | ||
| @@ -1644,7 +1648,7 @@ seconds. | |||
| 1644 | ;;;*** | 1648 | ;;;*** |
| 1645 | 1649 | ||
| 1646 | ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) | 1650 | ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) |
| 1647 | ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17187 59901)) | 1651 | ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (17279 27122)) |
| 1648 | ;;; Generated autoloads from emacs-lisp/benchmark.el | 1652 | ;;; Generated autoloads from emacs-lisp/benchmark.el |
| 1649 | 1653 | ||
| 1650 | (autoload (quote benchmark-run) "benchmark" "\ | 1654 | (autoload (quote benchmark-run) "benchmark" "\ |
| @@ -1676,8 +1680,8 @@ non-interactive use see also `benchmark-run' and | |||
| 1676 | 1680 | ||
| 1677 | ;;;*** | 1681 | ;;;*** |
| 1678 | 1682 | ||
| 1679 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17238 | 1683 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (17374 |
| 1680 | ;;;;;; 21257)) | 1684 | ;;;;;; 21275)) |
| 1681 | ;;; Generated autoloads from textmodes/bibtex.el | 1685 | ;;; Generated autoloads from textmodes/bibtex.el |
| 1682 | 1686 | ||
| 1683 | (autoload (quote bibtex-mode) "bibtex" "\ | 1687 | (autoload (quote bibtex-mode) "bibtex" "\ |
| @@ -1739,7 +1743,7 @@ if that value is non-nil. | |||
| 1739 | 1743 | ||
| 1740 | ;;;### (autoloads (binhex-decode-region binhex-decode-region-external | 1744 | ;;;### (autoloads (binhex-decode-region binhex-decode-region-external |
| 1741 | ;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el" | 1745 | ;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el" |
| 1742 | ;;;;;; (17187 59901)) | 1746 | ;;;;;; (17279 27122)) |
| 1743 | ;;; Generated autoloads from gnus/binhex.el | 1747 | ;;; Generated autoloads from gnus/binhex.el |
| 1744 | 1748 | ||
| 1745 | (defconst binhex-begin-line "^:...............................................................$") | 1749 | (defconst binhex-begin-line "^:...............................................................$") |
| @@ -1762,8 +1766,8 @@ Binhex decode region between START and END. | |||
| 1762 | 1766 | ||
| 1763 | ;;;*** | 1767 | ;;;*** |
| 1764 | 1768 | ||
| 1765 | ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (17257 | 1769 | ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (17279 |
| 1766 | ;;;;;; 22483)) | 1770 | ;;;;;; 27196)) |
| 1767 | ;;; Generated autoloads from play/blackbox.el | 1771 | ;;; Generated autoloads from play/blackbox.el |
| 1768 | 1772 | ||
| 1769 | (autoload (quote blackbox) "blackbox" "\ | 1773 | (autoload (quote blackbox) "blackbox" "\ |
| @@ -1885,7 +1889,7 @@ a reflection. | |||
| 1885 | ;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save | 1889 | ;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save |
| 1886 | ;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename | 1890 | ;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename |
| 1887 | ;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump | 1891 | ;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump |
| 1888 | ;;;;;; bookmark-set) "bookmark" "bookmark.el" (17277 59649)) | 1892 | ;;;;;; bookmark-set) "bookmark" "bookmark.el" (17279 27201)) |
| 1889 | ;;; Generated autoloads from bookmark.el | 1893 | ;;; Generated autoloads from bookmark.el |
| 1890 | (define-key ctl-x-map "rb" 'bookmark-jump) | 1894 | (define-key ctl-x-map "rb" 'bookmark-jump) |
| 1891 | (define-key ctl-x-map "rm" 'bookmark-set) | 1895 | (define-key ctl-x-map "rm" 'bookmark-set) |
| @@ -2075,7 +2079,7 @@ deletion, or > if it is flagged for displaying. | |||
| 2075 | ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file | 2079 | ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file |
| 2076 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point | 2080 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point |
| 2077 | ;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function) | 2081 | ;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function) |
| 2078 | ;;;;;; "browse-url" "net/browse-url.el" (17257 22483)) | 2082 | ;;;;;; "browse-url" "net/browse-url.el" (17283 59911)) |
| 2079 | ;;; Generated autoloads from net/browse-url.el | 2083 | ;;; Generated autoloads from net/browse-url.el |
| 2080 | 2084 | ||
| 2081 | (defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\ | 2085 | (defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\ |
| @@ -2406,8 +2410,8 @@ Default to the URL around or before point. | |||
| 2406 | 2410 | ||
| 2407 | ;;;*** | 2411 | ;;;*** |
| 2408 | 2412 | ||
| 2409 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (17187 | 2413 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (17279 |
| 2410 | ;;;;;; 59902)) | 2414 | ;;;;;; 27123)) |
| 2411 | ;;; Generated autoloads from play/bruce.el | 2415 | ;;; Generated autoloads from play/bruce.el |
| 2412 | 2416 | ||
| 2413 | (autoload (quote bruce) "bruce" "\ | 2417 | (autoload (quote bruce) "bruce" "\ |
| @@ -2423,7 +2427,7 @@ Return a vector containing the lines from `bruce-phrases-file'. | |||
| 2423 | ;;;*** | 2427 | ;;;*** |
| 2424 | 2428 | ||
| 2425 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) | 2429 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) |
| 2426 | ;;;;;; "bs" "bs.el" (17187 59901)) | 2430 | ;;;;;; "bs" "bs.el" (17379 24708)) |
| 2427 | ;;; Generated autoloads from bs.el | 2431 | ;;; Generated autoloads from bs.el |
| 2428 | 2432 | ||
| 2429 | (autoload (quote bs-cycle-next) "bs" "\ | 2433 | (autoload (quote bs-cycle-next) "bs" "\ |
| @@ -2464,14 +2468,14 @@ name of buffer configuration. | |||
| 2464 | ;;;*** | 2468 | ;;;*** |
| 2465 | 2469 | ||
| 2466 | ;;;### (autoloads (insert-text-button make-text-button insert-button | 2470 | ;;;### (autoloads (insert-text-button make-text-button insert-button |
| 2467 | ;;;;;; make-button define-button-type) "button" "button.el" (17187 | 2471 | ;;;;;; make-button define-button-type) "button" "button.el" (17331 |
| 2468 | ;;;;;; 59901)) | 2472 | ;;;;;; 26860)) |
| 2469 | ;;; Generated autoloads from button.el | 2473 | ;;; Generated autoloads from button.el |
| 2470 | 2474 | ||
| 2471 | (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ | 2475 | (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ |
| 2472 | Keymap used by buttons.") | 2476 | Keymap used by buttons.") |
| 2473 | 2477 | ||
| 2474 | (defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map [backtab] (quote backward-button)) map) "\ | 2478 | (defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map " " (quote backward-button)) (define-key map [backtab] (quote backward-button)) map) "\ |
| 2475 | Keymap useful for buffers containing buttons. | 2479 | Keymap useful for buffers containing buttons. |
| 2476 | Mode-specific keymaps may want to use this as their parent keymap.") | 2480 | Mode-specific keymaps may want to use this as their parent keymap.") |
| 2477 | 2481 | ||
| @@ -2553,7 +2557,7 @@ Also see `make-text-button'. | |||
| 2553 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile | 2557 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile |
| 2554 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory | 2558 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory |
| 2555 | ;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" | 2559 | ;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" |
| 2556 | ;;;;;; (17257 22482)) | 2560 | ;;;;;; (17356 16192)) |
| 2557 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2561 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 2558 | 2562 | ||
| 2559 | (autoload (quote byte-force-recompile) "bytecomp" "\ | 2563 | (autoload (quote byte-force-recompile) "bytecomp" "\ |
| @@ -2641,11 +2645,15 @@ Run `byte-recompile-directory' on the dirs remaining on the command line. | |||
| 2641 | Must be used only with `-batch', and kills Emacs on completion. | 2645 | Must be used only with `-batch', and kills Emacs on completion. |
| 2642 | For example, invoke `emacs -batch -f batch-byte-recompile-directory .'. | 2646 | For example, invoke `emacs -batch -f batch-byte-recompile-directory .'. |
| 2643 | 2647 | ||
| 2648 | Optional argument ARG is passed as second argument ARG to | ||
| 2649 | `batch-recompile-directory'; see there for its possible values | ||
| 2650 | and corresponding effects. | ||
| 2651 | |||
| 2644 | \(fn &optional ARG)" nil nil) | 2652 | \(fn &optional ARG)" nil nil) |
| 2645 | 2653 | ||
| 2646 | ;;;*** | 2654 | ;;;*** |
| 2647 | 2655 | ||
| 2648 | ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (17187 59880)) | 2656 | ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (17308 43144)) |
| 2649 | ;;; Generated autoloads from calendar/cal-dst.el | 2657 | ;;; Generated autoloads from calendar/cal-dst.el |
| 2650 | 2658 | ||
| 2651 | (put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) | 2659 | (put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) |
| @@ -2655,7 +2663,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'. | |||
| 2655 | ;;;*** | 2663 | ;;;*** |
| 2656 | 2664 | ||
| 2657 | ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" | 2665 | ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" |
| 2658 | ;;;;;; (17187 59901)) | 2666 | ;;;;;; (17308 43144)) |
| 2659 | ;;; Generated autoloads from calendar/cal-hebrew.el | 2667 | ;;; Generated autoloads from calendar/cal-hebrew.el |
| 2660 | 2668 | ||
| 2661 | (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ | 2669 | (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ |
| @@ -2670,14 +2678,14 @@ from the cursor position. | |||
| 2670 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle | 2678 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle |
| 2671 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc | 2679 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc |
| 2672 | ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" | 2680 | ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" |
| 2673 | ;;;;;; (17277 59649)) | 2681 | ;;;;;; (17297 42808)) |
| 2674 | ;;; Generated autoloads from calc/calc.el | 2682 | ;;; Generated autoloads from calc/calc.el |
| 2675 | 2683 | ||
| 2676 | (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ | 2684 | (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ |
| 2677 | *File in which to record permanent settings.") | 2685 | *File in which to record permanent settings.") |
| 2678 | 2686 | ||
| 2679 | (custom-autoload (quote calc-settings-file) "calc") | 2687 | (custom-autoload (quote calc-settings-file) "calc") |
| 2680 | (global-set-key "\e#" 'calc-dispatch) | 2688 | (define-key ctl-x-map "*" 'calc-dispatch) |
| 2681 | 2689 | ||
| 2682 | (autoload (quote calc-dispatch) "calc" "\ | 2690 | (autoload (quote calc-dispatch) "calc" "\ |
| 2683 | Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details. | 2691 | Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details. |
| @@ -2748,8 +2756,8 @@ Not documented | |||
| 2748 | 2756 | ||
| 2749 | ;;;*** | 2757 | ;;;*** |
| 2750 | 2758 | ||
| 2751 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (17187 | 2759 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (17279 |
| 2752 | ;;;;;; 59901)) | 2760 | ;;;;;; 27122)) |
| 2753 | ;;; Generated autoloads from calculator.el | 2761 | ;;; Generated autoloads from calculator.el |
| 2754 | 2762 | ||
| 2755 | (autoload (quote calculator) "calculator" "\ | 2763 | (autoload (quote calculator) "calculator" "\ |
| @@ -2777,11 +2785,11 @@ See the documentation for `calculator-mode' for more information. | |||
| 2777 | ;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially | 2785 | ;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially |
| 2778 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar | 2786 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar |
| 2779 | ;;;;;; view-diary-entries-initially calendar-offset) "calendar" | 2787 | ;;;;;; view-diary-entries-initially calendar-offset) "calendar" |
| 2780 | ;;;;;; "calendar/calendar.el" (17229 28052)) | 2788 | ;;;;;; "calendar/calendar.el" (17374 21531)) |
| 2781 | ;;; Generated autoloads from calendar/calendar.el | 2789 | ;;; Generated autoloads from calendar/calendar.el |
| 2782 | 2790 | ||
| 2783 | (defvar calendar-offset 0 "\ | 2791 | (defvar calendar-offset 0 "\ |
| 2784 | *The offset of the principal month from the center of the calendar window. | 2792 | The offset of the principal month from the center of the calendar window. |
| 2785 | 0 means the principal month is in the center (default), -1 means on the left, | 2793 | 0 means the principal month is in the center (default), -1 means on the left, |
| 2786 | +1 means on the right. Larger (or smaller) values push the principal month off | 2794 | +1 means on the right. Larger (or smaller) values push the principal month off |
| 2787 | the screen.") | 2795 | the screen.") |
| @@ -2789,7 +2797,7 @@ the screen.") | |||
| 2789 | (custom-autoload (quote calendar-offset) "calendar") | 2797 | (custom-autoload (quote calendar-offset) "calendar") |
| 2790 | 2798 | ||
| 2791 | (defvar view-diary-entries-initially nil "\ | 2799 | (defvar view-diary-entries-initially nil "\ |
| 2792 | *Non-nil means display current date's diary entries on entry to calendar. | 2800 | Non-nil means display current date's diary entries on entry to calendar. |
| 2793 | The diary is displayed in another window when the calendar is first displayed, | 2801 | The diary is displayed in another window when the calendar is first displayed, |
| 2794 | if the current date is visible. The number of days of diary entries displayed | 2802 | if the current date is visible. The number of days of diary entries displayed |
| 2795 | is governed by the variable `number-of-diary-entries'. This variable can | 2803 | is governed by the variable `number-of-diary-entries'. This variable can |
| @@ -2798,32 +2806,32 @@ be overridden by the value of `calendar-setup'.") | |||
| 2798 | (custom-autoload (quote view-diary-entries-initially) "calendar") | 2806 | (custom-autoload (quote view-diary-entries-initially) "calendar") |
| 2799 | 2807 | ||
| 2800 | (defvar mark-diary-entries-in-calendar nil "\ | 2808 | (defvar mark-diary-entries-in-calendar nil "\ |
| 2801 | *Non-nil means mark dates with diary entries, in the calendar window. | 2809 | Non-nil means mark dates with diary entries, in the calendar window. |
| 2802 | The marking symbol is specified by the variable `diary-entry-marker'.") | 2810 | The marking symbol is specified by the variable `diary-entry-marker'.") |
| 2803 | 2811 | ||
| 2804 | (custom-autoload (quote mark-diary-entries-in-calendar) "calendar") | 2812 | (custom-autoload (quote mark-diary-entries-in-calendar) "calendar") |
| 2805 | 2813 | ||
| 2806 | (defvar calendar-remove-frame-by-deleting nil "\ | 2814 | (defvar calendar-remove-frame-by-deleting nil "\ |
| 2807 | *Determine how the calendar mode removes a frame no longer needed. | 2815 | Determine how the calendar mode removes a frame no longer needed. |
| 2808 | If nil, make an icon of the frame. If non-nil, delete the frame.") | 2816 | If nil, make an icon of the frame. If non-nil, delete the frame.") |
| 2809 | 2817 | ||
| 2810 | (custom-autoload (quote calendar-remove-frame-by-deleting) "calendar") | 2818 | (custom-autoload (quote calendar-remove-frame-by-deleting) "calendar") |
| 2811 | 2819 | ||
| 2812 | (defvar view-calendar-holidays-initially nil "\ | 2820 | (defvar view-calendar-holidays-initially nil "\ |
| 2813 | *Non-nil means display holidays for current three month period on entry. | 2821 | Non-nil means display holidays for current three month period on entry. |
| 2814 | The holidays are displayed in another window when the calendar is first | 2822 | The holidays are displayed in another window when the calendar is first |
| 2815 | displayed.") | 2823 | displayed.") |
| 2816 | 2824 | ||
| 2817 | (custom-autoload (quote view-calendar-holidays-initially) "calendar") | 2825 | (custom-autoload (quote view-calendar-holidays-initially) "calendar") |
| 2818 | 2826 | ||
| 2819 | (defvar mark-holidays-in-calendar nil "\ | 2827 | (defvar mark-holidays-in-calendar nil "\ |
| 2820 | *Non-nil means mark dates of holidays in the calendar window. | 2828 | Non-nil means mark dates of holidays in the calendar window. |
| 2821 | The marking symbol is specified by the variable `calendar-holiday-marker'.") | 2829 | The marking symbol is specified by the variable `calendar-holiday-marker'.") |
| 2822 | 2830 | ||
| 2823 | (custom-autoload (quote mark-holidays-in-calendar) "calendar") | 2831 | (custom-autoload (quote mark-holidays-in-calendar) "calendar") |
| 2824 | 2832 | ||
| 2825 | (defvar all-hebrew-calendar-holidays nil "\ | 2833 | (defvar all-hebrew-calendar-holidays nil "\ |
| 2826 | *If nil, show only major holidays from the Hebrew calendar. | 2834 | If nil, show only major holidays from the Hebrew calendar. |
| 2827 | This means only those Jewish holidays that appear on secular calendars. | 2835 | This means only those Jewish holidays that appear on secular calendars. |
| 2828 | 2836 | ||
| 2829 | If t, show all the holidays that would appear in a complete Hebrew calendar.") | 2837 | If t, show all the holidays that would appear in a complete Hebrew calendar.") |
| @@ -2831,7 +2839,7 @@ If t, show all the holidays that would appear in a complete Hebrew calendar.") | |||
| 2831 | (custom-autoload (quote all-hebrew-calendar-holidays) "calendar") | 2839 | (custom-autoload (quote all-hebrew-calendar-holidays) "calendar") |
| 2832 | 2840 | ||
| 2833 | (defvar all-christian-calendar-holidays nil "\ | 2841 | (defvar all-christian-calendar-holidays nil "\ |
| 2834 | *If nil, show only major holidays from the Christian calendar. | 2842 | If nil, show only major holidays from the Christian calendar. |
| 2835 | This means only those Christian holidays that appear on secular calendars. | 2843 | This means only those Christian holidays that appear on secular calendars. |
| 2836 | 2844 | ||
| 2837 | If t, show all the holidays that would appear in a complete Christian | 2845 | If t, show all the holidays that would appear in a complete Christian |
| @@ -2840,7 +2848,7 @@ calendar.") | |||
| 2840 | (custom-autoload (quote all-christian-calendar-holidays) "calendar") | 2848 | (custom-autoload (quote all-christian-calendar-holidays) "calendar") |
| 2841 | 2849 | ||
| 2842 | (defvar all-islamic-calendar-holidays nil "\ | 2850 | (defvar all-islamic-calendar-holidays nil "\ |
| 2843 | *If nil, show only major holidays from the Islamic calendar. | 2851 | If nil, show only major holidays from the Islamic calendar. |
| 2844 | This means only those Islamic holidays that appear on secular calendars. | 2852 | This means only those Islamic holidays that appear on secular calendars. |
| 2845 | 2853 | ||
| 2846 | If t, show all the holidays that would appear in a complete Islamic | 2854 | If t, show all the holidays that would appear in a complete Islamic |
| @@ -2849,7 +2857,7 @@ calendar.") | |||
| 2849 | (custom-autoload (quote all-islamic-calendar-holidays) "calendar") | 2857 | (custom-autoload (quote all-islamic-calendar-holidays) "calendar") |
| 2850 | 2858 | ||
| 2851 | (defvar all-bahai-calendar-holidays nil "\ | 2859 | (defvar all-bahai-calendar-holidays nil "\ |
| 2852 | *If nil, show only major holidays from the Baha'i calendar. | 2860 | If nil, show only major holidays from the Baha'i calendar. |
| 2853 | These are the days on which work and school must be suspended. | 2861 | These are the days on which work and school must be suspended. |
| 2854 | 2862 | ||
| 2855 | If t, show all the holidays that would appear in a complete Baha'i | 2863 | If t, show all the holidays that would appear in a complete Baha'i |
| @@ -2858,13 +2866,13 @@ calendar.") | |||
| 2858 | (custom-autoload (quote all-bahai-calendar-holidays) "calendar") | 2866 | (custom-autoload (quote all-bahai-calendar-holidays) "calendar") |
| 2859 | 2867 | ||
| 2860 | (defvar calendar-load-hook nil "\ | 2868 | (defvar calendar-load-hook nil "\ |
| 2861 | *List of functions to be called after the calendar is first loaded. | 2869 | List of functions to be called after the calendar is first loaded. |
| 2862 | This is the place to add key bindings to `calendar-mode-map'.") | 2870 | This is the place to add key bindings to `calendar-mode-map'.") |
| 2863 | 2871 | ||
| 2864 | (custom-autoload (quote calendar-load-hook) "calendar") | 2872 | (custom-autoload (quote calendar-load-hook) "calendar") |
| 2865 | 2873 | ||
| 2866 | (defvar initial-calendar-window-hook nil "\ | 2874 | (defvar initial-calendar-window-hook nil "\ |
| 2867 | *List of functions to be called when the calendar window is first opened. | 2875 | List of functions to be called when the calendar window is first opened. |
| 2868 | The functions invoked are called after the calendar window is opened, but | 2876 | The functions invoked are called after the calendar window is opened, but |
| 2869 | once opened is never called again. Leaving the calendar with the `q' command | 2877 | once opened is never called again. Leaving the calendar with the `q' command |
| 2870 | and reentering it will cause these functions to be called again.") | 2878 | and reentering it will cause these functions to be called again.") |
| @@ -2872,7 +2880,7 @@ and reentering it will cause these functions to be called again.") | |||
| 2872 | (custom-autoload (quote initial-calendar-window-hook) "calendar") | 2880 | (custom-autoload (quote initial-calendar-window-hook) "calendar") |
| 2873 | 2881 | ||
| 2874 | (defvar today-visible-calendar-hook nil "\ | 2882 | (defvar today-visible-calendar-hook nil "\ |
| 2875 | *List of functions called whenever the current date is visible. | 2883 | List of functions called whenever the current date is visible. |
| 2876 | This can be used, for example, to replace today's date with asterisks; a | 2884 | This can be used, for example, to replace today's date with asterisks; a |
| 2877 | function `calendar-star-date' is included for this purpose: | 2885 | function `calendar-star-date' is included for this purpose: |
| 2878 | (setq today-visible-calendar-hook 'calendar-star-date) | 2886 | (setq today-visible-calendar-hook 'calendar-star-date) |
| @@ -2891,7 +2899,7 @@ functions that move by days and weeks.") | |||
| 2891 | (custom-autoload (quote today-visible-calendar-hook) "calendar") | 2899 | (custom-autoload (quote today-visible-calendar-hook) "calendar") |
| 2892 | 2900 | ||
| 2893 | (defvar today-invisible-calendar-hook nil "\ | 2901 | (defvar today-invisible-calendar-hook nil "\ |
| 2894 | *List of functions called whenever the current date is not visible. | 2902 | List of functions called whenever the current date is not visible. |
| 2895 | 2903 | ||
| 2896 | The corresponding variable `today-visible-calendar-hook' is the list of | 2904 | The corresponding variable `today-visible-calendar-hook' is the list of |
| 2897 | functions called when the calendar function was called when the current | 2905 | functions called when the calendar function was called when the current |
| @@ -2904,7 +2912,7 @@ functions that move by days and weeks.") | |||
| 2904 | (custom-autoload (quote today-invisible-calendar-hook) "calendar") | 2912 | (custom-autoload (quote today-invisible-calendar-hook) "calendar") |
| 2905 | 2913 | ||
| 2906 | (defvar calendar-move-hook nil "\ | 2914 | (defvar calendar-move-hook nil "\ |
| 2907 | *List of functions called whenever the cursor moves in the calendar. | 2915 | List of functions called whenever the cursor moves in the calendar. |
| 2908 | 2916 | ||
| 2909 | For example, | 2917 | For example, |
| 2910 | 2918 | ||
| @@ -2915,7 +2923,7 @@ redisplays the diary for whatever date the cursor is moved to.") | |||
| 2915 | (custom-autoload (quote calendar-move-hook) "calendar") | 2923 | (custom-autoload (quote calendar-move-hook) "calendar") |
| 2916 | 2924 | ||
| 2917 | (defvar diary-file "~/diary" "\ | 2925 | (defvar diary-file "~/diary" "\ |
| 2918 | *Name of the file in which one's personal diary of dates is kept. | 2926 | Name of the file in which one's personal diary of dates is kept. |
| 2919 | 2927 | ||
| 2920 | The file's entries are lines beginning with any of the forms | 2928 | The file's entries are lines beginning with any of the forms |
| 2921 | specified by the variable `american-date-diary-pattern', by default: | 2929 | specified by the variable `american-date-diary-pattern', by default: |
| @@ -3022,39 +3030,39 @@ details, see the documentation for the variable `list-diary-entries-hook'.") | |||
| 3022 | (custom-autoload (quote diary-file) "calendar") | 3030 | (custom-autoload (quote diary-file) "calendar") |
| 3023 | 3031 | ||
| 3024 | (defvar diary-nonmarking-symbol "&" "\ | 3032 | (defvar diary-nonmarking-symbol "&" "\ |
| 3025 | *Symbol indicating that a diary entry is not to be marked in the calendar.") | 3033 | Symbol indicating that a diary entry is not to be marked in the calendar.") |
| 3026 | 3034 | ||
| 3027 | (custom-autoload (quote diary-nonmarking-symbol) "calendar") | 3035 | (custom-autoload (quote diary-nonmarking-symbol) "calendar") |
| 3028 | 3036 | ||
| 3029 | (defvar hebrew-diary-entry-symbol "H" "\ | 3037 | (defvar hebrew-diary-entry-symbol "H" "\ |
| 3030 | *Symbol indicating a diary entry according to the Hebrew calendar.") | 3038 | Symbol indicating a diary entry according to the Hebrew calendar.") |
| 3031 | 3039 | ||
| 3032 | (custom-autoload (quote hebrew-diary-entry-symbol) "calendar") | 3040 | (custom-autoload (quote hebrew-diary-entry-symbol) "calendar") |
| 3033 | 3041 | ||
| 3034 | (defvar islamic-diary-entry-symbol "I" "\ | 3042 | (defvar islamic-diary-entry-symbol "I" "\ |
| 3035 | *Symbol indicating a diary entry according to the Islamic calendar.") | 3043 | Symbol indicating a diary entry according to the Islamic calendar.") |
| 3036 | 3044 | ||
| 3037 | (custom-autoload (quote islamic-diary-entry-symbol) "calendar") | 3045 | (custom-autoload (quote islamic-diary-entry-symbol) "calendar") |
| 3038 | 3046 | ||
| 3039 | (defvar bahai-diary-entry-symbol "B" "\ | 3047 | (defvar bahai-diary-entry-symbol "B" "\ |
| 3040 | *Symbol indicating a diary entry according to the Baha'i calendar.") | 3048 | Symbol indicating a diary entry according to the Baha'i calendar.") |
| 3041 | 3049 | ||
| 3042 | (custom-autoload (quote bahai-diary-entry-symbol) "calendar") | 3050 | (custom-autoload (quote bahai-diary-entry-symbol) "calendar") |
| 3043 | 3051 | ||
| 3044 | (defvar diary-include-string "#include" "\ | 3052 | (defvar diary-include-string "#include" "\ |
| 3045 | *The string indicating inclusion of another file of diary entries. | 3053 | The string indicating inclusion of another file of diary entries. |
| 3046 | See the documentation for the function `include-other-diary-files'.") | 3054 | See the documentation for the function `include-other-diary-files'.") |
| 3047 | 3055 | ||
| 3048 | (custom-autoload (quote diary-include-string) "calendar") | 3056 | (custom-autoload (quote diary-include-string) "calendar") |
| 3049 | 3057 | ||
| 3050 | (defvar sexp-diary-entry-symbol "%%" "\ | 3058 | (defvar sexp-diary-entry-symbol "%%" "\ |
| 3051 | *The string used to indicate a sexp diary entry in `diary-file'. | 3059 | The string used to indicate a sexp diary entry in `diary-file'. |
| 3052 | See the documentation for the function `list-sexp-diary-entries'.") | 3060 | See the documentation for the function `list-sexp-diary-entries'.") |
| 3053 | 3061 | ||
| 3054 | (custom-autoload (quote sexp-diary-entry-symbol) "calendar") | 3062 | (custom-autoload (quote sexp-diary-entry-symbol) "calendar") |
| 3055 | 3063 | ||
| 3056 | (defvar abbreviated-calendar-year t "\ | 3064 | (defvar abbreviated-calendar-year t "\ |
| 3057 | *Interpret a two-digit year DD in a diary entry as either 19DD or 20DD. | 3065 | Interpret a two-digit year DD in a diary entry as either 19DD or 20DD. |
| 3058 | For the Gregorian calendar; similarly for the Hebrew, Islamic and | 3066 | For the Gregorian calendar; similarly for the Hebrew, Islamic and |
| 3059 | Baha'i calendars. If this variable is nil, years must be written in | 3067 | Baha'i calendars. If this variable is nil, years must be written in |
| 3060 | full.") | 3068 | full.") |
| @@ -3062,7 +3070,7 @@ full.") | |||
| 3062 | (custom-autoload (quote abbreviated-calendar-year) "calendar") | 3070 | (custom-autoload (quote abbreviated-calendar-year) "calendar") |
| 3063 | 3071 | ||
| 3064 | (defvar european-calendar-style nil "\ | 3072 | (defvar european-calendar-style nil "\ |
| 3065 | *Use the European style of dates in the diary and in any displays. | 3073 | Use the European style of dates in the diary and in any displays. |
| 3066 | If this variable is t, a date 1/2/1990 would be interpreted as February 1, | 3074 | If this variable is t, a date 1/2/1990 would be interpreted as February 1, |
| 3067 | 1990. The default European date styles (see `european-date-diary-pattern') | 3075 | 1990. The default European date styles (see `european-date-diary-pattern') |
| 3068 | are | 3076 | are |
| @@ -3083,31 +3091,31 @@ are loaded. Otherwise, use one of the functions `european-calendar' or | |||
| 3083 | (custom-autoload (quote european-calendar-style) "calendar") | 3091 | (custom-autoload (quote european-calendar-style) "calendar") |
| 3084 | 3092 | ||
| 3085 | (defvar american-date-diary-pattern (quote ((month "/" day "[^/0-9]") (month "/" day "/" year "[^0-9]") (monthname " *" day "[^,0-9]") (monthname " *" day ", *" year "[^0-9]") (dayname "\\W"))) "\ | 3093 | (defvar american-date-diary-pattern (quote ((month "/" day "[^/0-9]") (month "/" day "/" year "[^0-9]") (monthname " *" day "[^,0-9]") (monthname " *" day ", *" year "[^0-9]") (dayname "\\W"))) "\ |
| 3086 | *List of pseudo-patterns describing the American patterns of date used. | 3094 | List of pseudo-patterns describing the American patterns of date used. |
| 3087 | See the documentation of `diary-date-forms' for an explanation.") | 3095 | See the documentation of `diary-date-forms' for an explanation.") |
| 3088 | 3096 | ||
| 3089 | (custom-autoload (quote american-date-diary-pattern) "calendar") | 3097 | (custom-autoload (quote american-date-diary-pattern) "calendar") |
| 3090 | 3098 | ||
| 3091 | (defvar european-date-diary-pattern (quote ((day "/" month "[^/0-9]") (day "/" month "/" year "[^0-9]") (backup day " *" monthname "\\W+\\<\\([^*0-9]\\|\\([0-9]+[:aApP]\\)\\)") (day " *" monthname " *" year "[^0-9]") (dayname "\\W"))) "\ | 3099 | (defvar european-date-diary-pattern (quote ((day "/" month "[^/0-9]") (day "/" month "/" year "[^0-9]") (backup day " *" monthname "\\W+\\<\\([^*0-9]\\|\\([0-9]+[:aApP]\\)\\)") (day " *" monthname " *" year "[^0-9]") (dayname "\\W"))) "\ |
| 3092 | *List of pseudo-patterns describing the European patterns of date used. | 3100 | List of pseudo-patterns describing the European patterns of date used. |
| 3093 | See the documentation of `diary-date-forms' for an explanation.") | 3101 | See the documentation of `diary-date-forms' for an explanation.") |
| 3094 | 3102 | ||
| 3095 | (custom-autoload (quote european-date-diary-pattern) "calendar") | 3103 | (custom-autoload (quote european-date-diary-pattern) "calendar") |
| 3096 | 3104 | ||
| 3097 | (defvar european-calendar-display-form (quote ((if dayname (concat dayname ", ")) day " " monthname " " year)) "\ | 3105 | (defvar european-calendar-display-form (quote ((if dayname (concat dayname ", ")) day " " monthname " " year)) "\ |
| 3098 | *Pseudo-pattern governing the way a date appears in the European style. | 3106 | Pseudo-pattern governing the way a date appears in the European style. |
| 3099 | See the documentation of `calendar-date-display-form' for an explanation.") | 3107 | See the documentation of `calendar-date-display-form' for an explanation.") |
| 3100 | 3108 | ||
| 3101 | (custom-autoload (quote european-calendar-display-form) "calendar") | 3109 | (custom-autoload (quote european-calendar-display-form) "calendar") |
| 3102 | 3110 | ||
| 3103 | (defvar american-calendar-display-form (quote ((if dayname (concat dayname ", ")) monthname " " day ", " year)) "\ | 3111 | (defvar american-calendar-display-form (quote ((if dayname (concat dayname ", ")) monthname " " day ", " year)) "\ |
| 3104 | *Pseudo-pattern governing the way a date appears in the American style. | 3112 | Pseudo-pattern governing the way a date appears in the American style. |
| 3105 | See the documentation of `calendar-date-display-form' for an explanation.") | 3113 | See the documentation of `calendar-date-display-form' for an explanation.") |
| 3106 | 3114 | ||
| 3107 | (custom-autoload (quote american-calendar-display-form) "calendar") | 3115 | (custom-autoload (quote american-calendar-display-form) "calendar") |
| 3108 | 3116 | ||
| 3109 | (defvar print-diary-entries-hook (quote lpr-buffer) "\ | 3117 | (defvar print-diary-entries-hook (quote lpr-buffer) "\ |
| 3110 | *List of functions called after a temporary diary buffer is prepared. | 3118 | List of functions called after a temporary diary buffer is prepared. |
| 3111 | The buffer shows only the diary entries currently visible in the diary | 3119 | The buffer shows only the diary entries currently visible in the diary |
| 3112 | buffer. The default just does the printing. Other uses might include, for | 3120 | buffer. The default just does the printing. Other uses might include, for |
| 3113 | example, rearranging the lines into order by day and time, saving the buffer | 3121 | example, rearranging the lines into order by day and time, saving the buffer |
| @@ -3116,7 +3124,7 @@ instead of deleting it, or changing the function used to do the printing.") | |||
| 3116 | (custom-autoload (quote print-diary-entries-hook) "calendar") | 3124 | (custom-autoload (quote print-diary-entries-hook) "calendar") |
| 3117 | 3125 | ||
| 3118 | (defvar list-diary-entries-hook nil "\ | 3126 | (defvar list-diary-entries-hook nil "\ |
| 3119 | *List of functions called after diary file is culled for relevant entries. | 3127 | List of functions called after diary file is culled for relevant entries. |
| 3120 | It is to be used for diary entries that are not found in the diary file. | 3128 | It is to be used for diary entries that are not found in the diary file. |
| 3121 | 3129 | ||
| 3122 | A function `include-other-diary-files' is provided for use as the value of | 3130 | A function `include-other-diary-files' is provided for use as the value of |
| @@ -3145,13 +3153,13 @@ lexicographic order.") | |||
| 3145 | (custom-autoload (quote list-diary-entries-hook) "calendar") | 3153 | (custom-autoload (quote list-diary-entries-hook) "calendar") |
| 3146 | 3154 | ||
| 3147 | (defvar diary-hook nil "\ | 3155 | (defvar diary-hook nil "\ |
| 3148 | *List of functions called after the display of the diary. | 3156 | List of functions called after the display of the diary. |
| 3149 | Can be used for appointment notification.") | 3157 | Can be used for appointment notification.") |
| 3150 | 3158 | ||
| 3151 | (custom-autoload (quote diary-hook) "calendar") | 3159 | (custom-autoload (quote diary-hook) "calendar") |
| 3152 | 3160 | ||
| 3153 | (defvar diary-display-hook nil "\ | 3161 | (defvar diary-display-hook nil "\ |
| 3154 | *List of functions that handle the display of the diary. | 3162 | List of functions that handle the display of the diary. |
| 3155 | If nil (the default), `simple-diary-display' is used. Use `ignore' for no | 3163 | If nil (the default), `simple-diary-display' is used. Use `ignore' for no |
| 3156 | diary display. | 3164 | diary display. |
| 3157 | 3165 | ||
| @@ -3175,7 +3183,7 @@ diary buffer, set the variable `diary-list-include-blanks' to t.") | |||
| 3175 | (custom-autoload (quote diary-display-hook) "calendar") | 3183 | (custom-autoload (quote diary-display-hook) "calendar") |
| 3176 | 3184 | ||
| 3177 | (defvar nongregorian-diary-listing-hook nil "\ | 3185 | (defvar nongregorian-diary-listing-hook nil "\ |
| 3178 | *List of functions called for listing diary file and included files. | 3186 | List of functions called for listing diary file and included files. |
| 3179 | As the files are processed for diary entries, these functions are used | 3187 | As the files are processed for diary entries, these functions are used |
| 3180 | to cull relevant entries. You can use either or both of | 3188 | to cull relevant entries. You can use either or both of |
| 3181 | `list-hebrew-diary-entries', `list-islamic-diary-entries' and | 3189 | `list-hebrew-diary-entries', `list-islamic-diary-entries' and |
| @@ -3185,7 +3193,7 @@ describes the style of such diary entries.") | |||
| 3185 | (custom-autoload (quote nongregorian-diary-listing-hook) "calendar") | 3193 | (custom-autoload (quote nongregorian-diary-listing-hook) "calendar") |
| 3186 | 3194 | ||
| 3187 | (defvar mark-diary-entries-hook nil "\ | 3195 | (defvar mark-diary-entries-hook nil "\ |
| 3188 | *List of functions called after marking diary entries in the calendar. | 3196 | List of functions called after marking diary entries in the calendar. |
| 3189 | 3197 | ||
| 3190 | A function `mark-included-diary-files' is also provided for use as the | 3198 | A function `mark-included-diary-files' is also provided for use as the |
| 3191 | `mark-diary-entries-hook'; it enables you to use shared diary files together | 3199 | `mark-diary-entries-hook'; it enables you to use shared diary files together |
| @@ -3201,7 +3209,7 @@ function `include-other-diary-files' as part of `list-diary-entries-hook'.") | |||
| 3201 | (custom-autoload (quote mark-diary-entries-hook) "calendar") | 3209 | (custom-autoload (quote mark-diary-entries-hook) "calendar") |
| 3202 | 3210 | ||
| 3203 | (defvar nongregorian-diary-marking-hook nil "\ | 3211 | (defvar nongregorian-diary-marking-hook nil "\ |
| 3204 | *List of functions called for marking diary file and included files. | 3212 | List of functions called for marking diary file and included files. |
| 3205 | As the files are processed for diary entries, these functions are used | 3213 | As the files are processed for diary entries, these functions are used |
| 3206 | to cull relevant entries. You can use either or both of | 3214 | to cull relevant entries. You can use either or both of |
| 3207 | `mark-hebrew-diary-entries', `mark-islamic-diary-entries' and | 3215 | `mark-hebrew-diary-entries', `mark-islamic-diary-entries' and |
| @@ -3211,14 +3219,14 @@ describes the style of such diary entries.") | |||
| 3211 | (custom-autoload (quote nongregorian-diary-marking-hook) "calendar") | 3219 | (custom-autoload (quote nongregorian-diary-marking-hook) "calendar") |
| 3212 | 3220 | ||
| 3213 | (defvar diary-list-include-blanks nil "\ | 3221 | (defvar diary-list-include-blanks nil "\ |
| 3214 | *If nil, do not include days with no diary entry in the list of diary entries. | 3222 | If nil, do not include days with no diary entry in the list of diary entries. |
| 3215 | Such days will then not be shown in the fancy diary buffer, even if they | 3223 | Such days will then not be shown in the fancy diary buffer, even if they |
| 3216 | are holidays.") | 3224 | are holidays.") |
| 3217 | 3225 | ||
| 3218 | (custom-autoload (quote diary-list-include-blanks) "calendar") | 3226 | (custom-autoload (quote diary-list-include-blanks) "calendar") |
| 3219 | 3227 | ||
| 3220 | (defvar holidays-in-diary-buffer t "\ | 3228 | (defvar holidays-in-diary-buffer t "\ |
| 3221 | *Non-nil means include holidays in the diary display. | 3229 | Non-nil means include holidays in the diary display. |
| 3222 | The holidays appear in the mode line of the diary buffer, or in the | 3230 | The holidays appear in the mode line of the diary buffer, or in the |
| 3223 | fancy diary buffer next to the date. This slows down the diary functions | 3231 | fancy diary buffer next to the date. This slows down the diary functions |
| 3224 | somewhat; setting it to nil makes the diary display faster.") | 3232 | somewhat; setting it to nil makes the diary display faster.") |
| @@ -3228,7 +3236,7 @@ somewhat; setting it to nil makes the diary display faster.") | |||
| 3228 | (put (quote general-holidays) (quote risky-local-variable) t) | 3236 | (put (quote general-holidays) (quote risky-local-variable) t) |
| 3229 | 3237 | ||
| 3230 | (defvar general-holidays (quote ((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\ | 3238 | (defvar general-holidays (quote ((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\ |
| 3231 | *General holidays. Default value is for the United States. | 3239 | General holidays. Default value is for the United States. |
| 3232 | See the documentation for `calendar-holidays' for details.") | 3240 | See the documentation for `calendar-holidays' for details.") |
| 3233 | 3241 | ||
| 3234 | (custom-autoload (quote general-holidays) "calendar") | 3242 | (custom-autoload (quote general-holidays) "calendar") |
| @@ -3236,7 +3244,7 @@ See the documentation for `calendar-holidays' for details.") | |||
| 3236 | (put (quote oriental-holidays) (quote risky-local-variable) t) | 3244 | (put (quote oriental-holidays) (quote risky-local-variable) t) |
| 3237 | 3245 | ||
| 3238 | (defvar oriental-holidays (quote ((if (fboundp (quote atan)) (holiday-chinese-new-year)))) "\ | 3246 | (defvar oriental-holidays (quote ((if (fboundp (quote atan)) (holiday-chinese-new-year)))) "\ |
| 3239 | *Oriental holidays. | 3247 | Oriental holidays. |
| 3240 | See the documentation for `calendar-holidays' for details.") | 3248 | See the documentation for `calendar-holidays' for details.") |
| 3241 | 3249 | ||
| 3242 | (custom-autoload (quote oriental-holidays) "calendar") | 3250 | (custom-autoload (quote oriental-holidays) "calendar") |
| @@ -3244,7 +3252,7 @@ See the documentation for `calendar-holidays' for details.") | |||
| 3244 | (put (quote local-holidays) (quote risky-local-variable) t) | 3252 | (put (quote local-holidays) (quote risky-local-variable) t) |
| 3245 | 3253 | ||
| 3246 | (defvar local-holidays nil "\ | 3254 | (defvar local-holidays nil "\ |
| 3247 | *Local holidays. | 3255 | Local holidays. |
| 3248 | See the documentation for `calendar-holidays' for details.") | 3256 | See the documentation for `calendar-holidays' for details.") |
| 3249 | 3257 | ||
| 3250 | (custom-autoload (quote local-holidays) "calendar") | 3258 | (custom-autoload (quote local-holidays) "calendar") |
| @@ -3252,7 +3260,7 @@ See the documentation for `calendar-holidays' for details.") | |||
| 3252 | (put (quote other-holidays) (quote risky-local-variable) t) | 3260 | (put (quote other-holidays) (quote risky-local-variable) t) |
| 3253 | 3261 | ||
| 3254 | (defvar other-holidays nil "\ | 3262 | (defvar other-holidays nil "\ |
| 3255 | *User defined holidays. | 3263 | User defined holidays. |
| 3256 | See the documentation for `calendar-holidays' for details.") | 3264 | See the documentation for `calendar-holidays' for details.") |
| 3257 | 3265 | ||
| 3258 | (custom-autoload (quote other-holidays) "calendar") | 3266 | (custom-autoload (quote other-holidays) "calendar") |
| @@ -3276,7 +3284,7 @@ See the documentation for `calendar-holidays' for details.") | |||
| 3276 | (put (quote hebrew-holidays) (quote risky-local-variable) t) | 3284 | (put (quote hebrew-holidays) (quote risky-local-variable) t) |
| 3277 | 3285 | ||
| 3278 | (defvar hebrew-holidays (append hebrew-holidays-1 hebrew-holidays-2 hebrew-holidays-3 hebrew-holidays-4) "\ | 3286 | (defvar hebrew-holidays (append hebrew-holidays-1 hebrew-holidays-2 hebrew-holidays-3 hebrew-holidays-4) "\ |
| 3279 | *Jewish holidays. | 3287 | Jewish holidays. |
| 3280 | See the documentation for `calendar-holidays' for details.") | 3288 | See the documentation for `calendar-holidays' for details.") |
| 3281 | 3289 | ||
| 3282 | (custom-autoload (quote hebrew-holidays) "calendar") | 3290 | (custom-autoload (quote hebrew-holidays) "calendar") |
| @@ -3284,7 +3292,7 @@ See the documentation for `calendar-holidays' for details.") | |||
| 3284 | (put (quote christian-holidays) (quote risky-local-variable) t) | 3292 | (put (quote christian-holidays) (quote risky-local-variable) t) |
| 3285 | 3293 | ||
| 3286 | (defvar christian-holidays (quote ((if all-christian-calendar-holidays (holiday-fixed 1 6 "Epiphany")) (holiday-easter-etc 0 "Easter Sunday") (holiday-easter-etc -2 "Good Friday") (holiday-easter-etc -46 "Ash Wednesday") (if all-christian-calendar-holidays (holiday-easter-etc -63 "Septuagesima Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -56 "Sexagesima Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -49 "Shrove Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -48 "Shrove Monday")) (if all-christian-calendar-holidays (holiday-easter-etc -47 "Shrove Tuesday")) (if all-christian-calendar-holidays (holiday-easter-etc -14 "Passion Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -7 "Palm Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -3 "Maundy Thursday")) (if all-christian-calendar-holidays (holiday-easter-etc 35 "Rogation Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc 39 "Ascension Day")) (if all-christian-calendar-holidays (holiday-easter-etc 49 "Pentecost (Whitsunday)")) (if all-christian-calendar-holidays (holiday-easter-etc 50 "Whitmonday")) (if all-christian-calendar-holidays (holiday-easter-etc 56 "Trinity Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc 60 "Corpus Christi")) (if all-christian-calendar-holidays (holiday-greek-orthodox-easter)) (if all-christian-calendar-holidays (holiday-fixed 8 15 "Assumption")) (if all-christian-calendar-holidays (holiday-advent 0 "Advent")) (holiday-fixed 12 25 "Christmas") (if all-christian-calendar-holidays (holiday-julian 12 25 "Eastern Orthodox Christmas")))) "\ | 3294 | (defvar christian-holidays (quote ((if all-christian-calendar-holidays (holiday-fixed 1 6 "Epiphany")) (holiday-easter-etc 0 "Easter Sunday") (holiday-easter-etc -2 "Good Friday") (holiday-easter-etc -46 "Ash Wednesday") (if all-christian-calendar-holidays (holiday-easter-etc -63 "Septuagesima Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -56 "Sexagesima Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -49 "Shrove Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -48 "Shrove Monday")) (if all-christian-calendar-holidays (holiday-easter-etc -47 "Shrove Tuesday")) (if all-christian-calendar-holidays (holiday-easter-etc -14 "Passion Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -7 "Palm Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -3 "Maundy Thursday")) (if all-christian-calendar-holidays (holiday-easter-etc 35 "Rogation Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc 39 "Ascension Day")) (if all-christian-calendar-holidays (holiday-easter-etc 49 "Pentecost (Whitsunday)")) (if all-christian-calendar-holidays (holiday-easter-etc 50 "Whitmonday")) (if all-christian-calendar-holidays (holiday-easter-etc 56 "Trinity Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc 60 "Corpus Christi")) (if all-christian-calendar-holidays (holiday-greek-orthodox-easter)) (if all-christian-calendar-holidays (holiday-fixed 8 15 "Assumption")) (if all-christian-calendar-holidays (holiday-advent 0 "Advent")) (holiday-fixed 12 25 "Christmas") (if all-christian-calendar-holidays (holiday-julian 12 25 "Eastern Orthodox Christmas")))) "\ |
| 3287 | *Christian holidays. | 3295 | Christian holidays. |
| 3288 | See the documentation for `calendar-holidays' for details.") | 3296 | See the documentation for `calendar-holidays' for details.") |
| 3289 | 3297 | ||
| 3290 | (custom-autoload (quote christian-holidays) "calendar") | 3298 | (custom-autoload (quote christian-holidays) "calendar") |
| @@ -3292,7 +3300,7 @@ See the documentation for `calendar-holidays' for details.") | |||
| 3292 | (put (quote islamic-holidays) (quote risky-local-variable) t) | 3300 | (put (quote islamic-holidays) (quote risky-local-variable) t) |
| 3293 | 3301 | ||
| 3294 | (defvar islamic-holidays (quote ((holiday-islamic 1 1 (format "Islamic New Year %d" (let ((m displayed-month) (y displayed-year)) (increment-calendar-month m y 1) (extract-calendar-year (calendar-islamic-from-absolute (calendar-absolute-from-gregorian (list m (calendar-last-day-of-month m y) y))))))) (if all-islamic-calendar-holidays (holiday-islamic 1 10 "Ashura")) (if all-islamic-calendar-holidays (holiday-islamic 3 12 "Mulad-al-Nabi")) (if all-islamic-calendar-holidays (holiday-islamic 7 26 "Shab-e-Mi'raj")) (if all-islamic-calendar-holidays (holiday-islamic 8 15 "Shab-e-Bara't")) (holiday-islamic 9 1 "Ramadan Begins") (if all-islamic-calendar-holidays (holiday-islamic 9 27 "Shab-e Qadr")) (if all-islamic-calendar-holidays (holiday-islamic 10 1 "Id-al-Fitr")) (if all-islamic-calendar-holidays (holiday-islamic 12 10 "Id-al-Adha")))) "\ | 3302 | (defvar islamic-holidays (quote ((holiday-islamic 1 1 (format "Islamic New Year %d" (let ((m displayed-month) (y displayed-year)) (increment-calendar-month m y 1) (extract-calendar-year (calendar-islamic-from-absolute (calendar-absolute-from-gregorian (list m (calendar-last-day-of-month m y) y))))))) (if all-islamic-calendar-holidays (holiday-islamic 1 10 "Ashura")) (if all-islamic-calendar-holidays (holiday-islamic 3 12 "Mulad-al-Nabi")) (if all-islamic-calendar-holidays (holiday-islamic 7 26 "Shab-e-Mi'raj")) (if all-islamic-calendar-holidays (holiday-islamic 8 15 "Shab-e-Bara't")) (holiday-islamic 9 1 "Ramadan Begins") (if all-islamic-calendar-holidays (holiday-islamic 9 27 "Shab-e Qadr")) (if all-islamic-calendar-holidays (holiday-islamic 10 1 "Id-al-Fitr")) (if all-islamic-calendar-holidays (holiday-islamic 12 10 "Id-al-Adha")))) "\ |
| 3295 | *Islamic holidays. | 3303 | Islamic holidays. |
| 3296 | See the documentation for `calendar-holidays' for details.") | 3304 | See the documentation for `calendar-holidays' for details.") |
| 3297 | 3305 | ||
| 3298 | (custom-autoload (quote islamic-holidays) "calendar") | 3306 | (custom-autoload (quote islamic-holidays) "calendar") |
| @@ -3300,7 +3308,7 @@ See the documentation for `calendar-holidays' for details.") | |||
| 3300 | (put (quote bahai-holidays) (quote risky-local-variable) t) | 3308 | (put (quote bahai-holidays) (quote risky-local-variable) t) |
| 3301 | 3309 | ||
| 3302 | (defvar bahai-holidays (quote ((holiday-fixed 3 21 (format "Baha'i New Year (Naw-Ruz) %d" (- displayed-year (1- 1844)))) (holiday-fixed 4 21 "First Day of Ridvan") (if all-bahai-calendar-holidays (holiday-fixed 4 22 "Second Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 23 "Third Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 24 "Fourth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 25 "Fifth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 26 "Sixth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 27 "Seventh Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 28 "Eighth Day of Ridvan")) (holiday-fixed 4 29 "Ninth Day of Ridvan") (if all-bahai-calendar-holidays (holiday-fixed 4 30 "Tenth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 5 1 "Eleventh Day of Ridvan")) (holiday-fixed 5 2 "Twelfth Day of Ridvan") (holiday-fixed 5 23 "Declaration of the Bab") (holiday-fixed 5 29 "Ascension of Baha'u'llah") (holiday-fixed 7 9 "Martyrdom of the Bab") (holiday-fixed 10 20 "Birth of the Bab") (holiday-fixed 11 12 "Birth of Baha'u'llah") (if all-bahai-calendar-holidays (holiday-fixed 11 26 "Day of the Covenant")) (if all-bahai-calendar-holidays (holiday-fixed 11 28 "Ascension of `Abdu'l-Baha")))) "\ | 3310 | (defvar bahai-holidays (quote ((holiday-fixed 3 21 (format "Baha'i New Year (Naw-Ruz) %d" (- displayed-year (1- 1844)))) (holiday-fixed 4 21 "First Day of Ridvan") (if all-bahai-calendar-holidays (holiday-fixed 4 22 "Second Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 23 "Third Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 24 "Fourth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 25 "Fifth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 26 "Sixth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 27 "Seventh Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 28 "Eighth Day of Ridvan")) (holiday-fixed 4 29 "Ninth Day of Ridvan") (if all-bahai-calendar-holidays (holiday-fixed 4 30 "Tenth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 5 1 "Eleventh Day of Ridvan")) (holiday-fixed 5 2 "Twelfth Day of Ridvan") (holiday-fixed 5 23 "Declaration of the Bab") (holiday-fixed 5 29 "Ascension of Baha'u'llah") (holiday-fixed 7 9 "Martyrdom of the Bab") (holiday-fixed 10 20 "Birth of the Bab") (holiday-fixed 11 12 "Birth of Baha'u'llah") (if all-bahai-calendar-holidays (holiday-fixed 11 26 "Day of the Covenant")) (if all-bahai-calendar-holidays (holiday-fixed 11 28 "Ascension of `Abdu'l-Baha")))) "\ |
| 3303 | *Baha'i holidays. | 3311 | Baha'i holidays. |
| 3304 | See the documentation for `calendar-holidays' for details.") | 3312 | See the documentation for `calendar-holidays' for details.") |
| 3305 | 3313 | ||
| 3306 | (custom-autoload (quote bahai-holidays) "calendar") | 3314 | (custom-autoload (quote bahai-holidays) "calendar") |
| @@ -3308,7 +3316,7 @@ See the documentation for `calendar-holidays' for details.") | |||
| 3308 | (put (quote solar-holidays) (quote risky-local-variable) t) | 3316 | (put (quote solar-holidays) (quote risky-local-variable) t) |
| 3309 | 3317 | ||
| 3310 | (defvar solar-holidays (quote ((if (fboundp (quote atan)) (solar-equinoxes-solstices)) (if (progn (require (quote cal-dst)) t) (funcall (quote holiday-sexp) calendar-daylight-savings-starts (quote (format "Daylight Savings Time Begins %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-starts-time (float 60)) calendar-standard-time-zone-name) ""))))) (funcall (quote holiday-sexp) calendar-daylight-savings-ends (quote (format "Daylight Savings Time Ends %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-ends-time (float 60)) calendar-daylight-time-zone-name) "")))))) "\ | 3318 | (defvar solar-holidays (quote ((if (fboundp (quote atan)) (solar-equinoxes-solstices)) (if (progn (require (quote cal-dst)) t) (funcall (quote holiday-sexp) calendar-daylight-savings-starts (quote (format "Daylight Savings Time Begins %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-starts-time (float 60)) calendar-standard-time-zone-name) ""))))) (funcall (quote holiday-sexp) calendar-daylight-savings-ends (quote (format "Daylight Savings Time Ends %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-ends-time (float 60)) calendar-daylight-time-zone-name) "")))))) "\ |
| 3311 | *Sun-related holidays. | 3319 | Sun-related holidays. |
| 3312 | See the documentation for `calendar-holidays' for details.") | 3320 | See the documentation for `calendar-holidays' for details.") |
| 3313 | 3321 | ||
| 3314 | (custom-autoload (quote solar-holidays) "calendar") | 3322 | (custom-autoload (quote solar-holidays) "calendar") |
| @@ -3335,7 +3343,7 @@ See the documentation of that function for more information. | |||
| 3335 | \(fn &optional ARG)" t nil) | 3343 | \(fn &optional ARG)" t nil) |
| 3336 | 3344 | ||
| 3337 | (defvar calendar-week-start-day 0 "\ | 3345 | (defvar calendar-week-start-day 0 "\ |
| 3338 | *The day of the week on which a week in the calendar begins. | 3346 | The day of the week on which a week in the calendar begins. |
| 3339 | 0 means Sunday (default), 1 means Monday, and so on. | 3347 | 0 means Sunday (default), 1 means Monday, and so on. |
| 3340 | 3348 | ||
| 3341 | If you change this variable directly (without using customize) | 3349 | If you change this variable directly (without using customize) |
| @@ -3348,7 +3356,7 @@ movement commands will not work correctly.") | |||
| 3348 | ;;;*** | 3356 | ;;;*** |
| 3349 | 3357 | ||
| 3350 | ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" | 3358 | ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" |
| 3351 | ;;;;;; "gnus/canlock.el" (17187 59901)) | 3359 | ;;;;;; "gnus/canlock.el" (17279 27122)) |
| 3352 | ;;; Generated autoloads from gnus/canlock.el | 3360 | ;;; Generated autoloads from gnus/canlock.el |
| 3353 | 3361 | ||
| 3354 | (autoload (quote canlock-insert-header) "canlock" "\ | 3362 | (autoload (quote canlock-insert-header) "canlock" "\ |
| @@ -3366,12 +3374,11 @@ it fails. | |||
| 3366 | ;;;*** | 3374 | ;;;*** |
| 3367 | 3375 | ||
| 3368 | ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" | 3376 | ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" |
| 3369 | ;;;;;; (17187 59902)) | 3377 | ;;;;;; (17319 2459)) |
| 3370 | ;;; Generated autoloads from progmodes/cc-engine.el | 3378 | ;;; Generated autoloads from progmodes/cc-engine.el |
| 3371 | 3379 | ||
| 3372 | (autoload (quote c-guess-basic-syntax) "cc-engine" "\ | 3380 | (autoload (quote c-guess-basic-syntax) "cc-engine" "\ |
| 3373 | Return the syntactic context of the current line. | 3381 | Return the syntactic context of the current line. |
| 3374 | This function does not do any hidden buffer changes. | ||
| 3375 | 3382 | ||
| 3376 | \(fn)" nil nil) | 3383 | \(fn)" nil nil) |
| 3377 | 3384 | ||
| @@ -3379,7 +3386,7 @@ This function does not do any hidden buffer changes. | |||
| 3379 | 3386 | ||
| 3380 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode | 3387 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode |
| 3381 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" | 3388 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" |
| 3382 | ;;;;;; (17226 24577)) | 3389 | ;;;;;; (17307 17625)) |
| 3383 | ;;; Generated autoloads from progmodes/cc-mode.el | 3390 | ;;; Generated autoloads from progmodes/cc-mode.el |
| 3384 | 3391 | ||
| 3385 | (autoload (quote c-initialize-cc-mode) "cc-mode" "\ | 3392 | (autoload (quote c-initialize-cc-mode) "cc-mode" "\ |
| @@ -3537,35 +3544,31 @@ Key bindings: | |||
| 3537 | ;;;*** | 3544 | ;;;*** |
| 3538 | 3545 | ||
| 3539 | ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" | 3546 | ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" |
| 3540 | ;;;;;; "progmodes/cc-styles.el" (17226 24577)) | 3547 | ;;;;;; "progmodes/cc-styles.el" (17307 17625)) |
| 3541 | ;;; Generated autoloads from progmodes/cc-styles.el | 3548 | ;;; Generated autoloads from progmodes/cc-styles.el |
| 3542 | 3549 | ||
| 3543 | (autoload (quote c-set-style) "cc-styles" "\ | 3550 | (autoload (quote c-set-style) "cc-styles" "\ |
| 3544 | Set CC Mode variables to use one of several different indentation styles. | 3551 | Set the current buffer to use the style STYLENAME. |
| 3545 | STYLENAME is a string representing the desired style from the list of | 3552 | STYLENAME, a string, must be an existing CC Mode style - These are contained |
| 3546 | styles described in the variable `c-style-alist'. See that variable | 3553 | in the variable `c-style-alist'. |
| 3547 | for details of setting up styles. | 3554 | |
| 3548 | 3555 | The variable `c-indentation-style' will get set to STYLENAME. | |
| 3549 | The variable `c-indentation-style' always contains the buffer's current | 3556 | |
| 3550 | style name. | 3557 | \"Setting the style\" is done by setting CC Mode's \"style variables\" to the |
| 3551 | 3558 | values indicated by the pertinent entry in `c-style-alist'. Other variables | |
| 3552 | If the optional argument DONT-OVERRIDE is t, no style variables that | 3559 | might get set too. |
| 3553 | already have values will be overridden. I.e. in the case of | 3560 | |
| 3554 | `c-offsets-alist', syntactic symbols will only be added, and in the | 3561 | If DONT-OVERRIDE is neither nil nor t, style variables whose default values |
| 3555 | case of all other style variables, only those set to `set-from-style' | 3562 | have been set (more precisely, whose default values are not the symbol |
| 3556 | will be reassigned. | 3563 | `set-from-style') will not be changed. This avoids overriding global settings |
| 3557 | 3564 | done in ~/.emacs. It is useful to call c-set-style from a mode hook in this | |
| 3558 | If DONT-OVERRIDE is neither nil nor t, only those style variables that | 3565 | way. |
| 3559 | have default (i.e. non-buffer local) values will keep their settings | 3566 | |
| 3560 | while the rest will be overridden. This is useful to avoid overriding | 3567 | If DONT-OVERRIDE is t, style variables that already have values (i.e., whose |
| 3561 | global settings done in ~/.emacs when setting a style from a mode hook | 3568 | values are not the symbol `set-from-style') will not be overridden. CC Mode |
| 3562 | \(providing the style variables are buffer local, which is the | 3569 | calls c-set-style internally in this way whilst initializing a buffer; if |
| 3563 | default). | 3570 | cc-set-style is called like this from anywhere else, it will usually behave as |
| 3564 | 3571 | a null operation. | |
| 3565 | Obviously, setting DONT-OVERRIDE to t is useful mainly when the | ||
| 3566 | initial style is chosen for a CC Mode buffer by a major mode. Since | ||
| 3567 | that is done internally by CC Mode, it typically won't have any effect | ||
| 3568 | when used elsewhere. | ||
| 3569 | 3572 | ||
| 3570 | \(fn STYLENAME &optional DONT-OVERRIDE)" t nil) | 3573 | \(fn STYLENAME &optional DONT-OVERRIDE)" t nil) |
| 3571 | 3574 | ||
| @@ -3592,9 +3595,16 @@ and exists only for compatibility reasons. | |||
| 3592 | 3595 | ||
| 3593 | ;;;*** | 3596 | ;;;*** |
| 3594 | 3597 | ||
| 3598 | ;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (17307 | ||
| 3599 | ;;;;;; 17623)) | ||
| 3600 | ;;; Generated autoloads from progmodes/cc-subword.el | ||
| 3601 | (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t) | ||
| 3602 | |||
| 3603 | ;;;*** | ||
| 3604 | |||
| 3595 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program | 3605 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program |
| 3596 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" | 3606 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" |
| 3597 | ;;;;;; (17187 59880)) | 3607 | ;;;;;; (17279 27079)) |
| 3598 | ;;; Generated autoloads from international/ccl.el | 3608 | ;;; Generated autoloads from international/ccl.el |
| 3599 | 3609 | ||
| 3600 | (autoload (quote ccl-compile) "ccl" "\ | 3610 | (autoload (quote ccl-compile) "ccl" "\ |
| @@ -3853,7 +3863,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program. | |||
| 3853 | ;;;*** | 3863 | ;;;*** |
| 3854 | 3864 | ||
| 3855 | ;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" | 3865 | ;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" |
| 3856 | ;;;;;; (17187 59902)) | 3866 | ;;;;;; (17279 27123)) |
| 3857 | ;;; Generated autoloads from progmodes/cfengine.el | 3867 | ;;; Generated autoloads from progmodes/cfengine.el |
| 3858 | 3868 | ||
| 3859 | (autoload (quote cfengine-mode) "cfengine" "\ | 3869 | (autoload (quote cfengine-mode) "cfengine" "\ |
| @@ -3875,7 +3885,7 @@ to the action header. | |||
| 3875 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer | 3885 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer |
| 3876 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive | 3886 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive |
| 3877 | ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" | 3887 | ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" |
| 3878 | ;;;;;; (17226 24574)) | 3888 | ;;;;;; (17279 27171)) |
| 3879 | ;;; Generated autoloads from emacs-lisp/checkdoc.el | 3889 | ;;; Generated autoloads from emacs-lisp/checkdoc.el |
| 3880 | 3890 | ||
| 3881 | (autoload (quote checkdoc) "checkdoc" "\ | 3891 | (autoload (quote checkdoc) "checkdoc" "\ |
| @@ -4058,8 +4068,8 @@ checking of documentation strings. | |||
| 4058 | ;;;*** | 4068 | ;;;*** |
| 4059 | 4069 | ||
| 4060 | ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer | 4070 | ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer |
| 4061 | ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (17187 | 4071 | ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (17279 |
| 4062 | ;;;;;; 59881)) | 4072 | ;;;;;; 27080)) |
| 4063 | ;;; Generated autoloads from language/china-util.el | 4073 | ;;; Generated autoloads from language/china-util.el |
| 4064 | 4074 | ||
| 4065 | (autoload (quote decode-hz-region) "china-util" "\ | 4075 | (autoload (quote decode-hz-region) "china-util" "\ |
| @@ -4087,7 +4097,7 @@ Encode the text in the current buffer to HZ. | |||
| 4087 | ;;;*** | 4097 | ;;;*** |
| 4088 | 4098 | ||
| 4089 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) | 4099 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) |
| 4090 | ;;;;;; "chistory" "chistory.el" (17187 59901)) | 4100 | ;;;;;; "chistory" "chistory.el" (17279 27122)) |
| 4091 | ;;; Generated autoloads from chistory.el | 4101 | ;;; Generated autoloads from chistory.el |
| 4092 | 4102 | ||
| 4093 | (autoload (quote repeat-matching-complex-command) "chistory" "\ | 4103 | (autoload (quote repeat-matching-complex-command) "chistory" "\ |
| @@ -4126,7 +4136,7 @@ and runs the normal hook `command-history-hook'. | |||
| 4126 | 4136 | ||
| 4127 | ;;;*** | 4137 | ;;;*** |
| 4128 | 4138 | ||
| 4129 | ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17187 59901)) | 4139 | ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (17376 5576)) |
| 4130 | ;;; Generated autoloads from emacs-lisp/cl.el | 4140 | ;;; Generated autoloads from emacs-lisp/cl.el |
| 4131 | 4141 | ||
| 4132 | (defvar custom-print-functions nil "\ | 4142 | (defvar custom-print-functions nil "\ |
| @@ -4142,7 +4152,7 @@ a future Emacs interpreter will be able to use it.") | |||
| 4142 | ;;;*** | 4152 | ;;;*** |
| 4143 | 4153 | ||
| 4144 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" | 4154 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" |
| 4145 | ;;;;;; (17187 59901)) | 4155 | ;;;;;; (17279 27122)) |
| 4146 | ;;; Generated autoloads from emacs-lisp/cl-indent.el | 4156 | ;;; Generated autoloads from emacs-lisp/cl-indent.el |
| 4147 | 4157 | ||
| 4148 | (autoload (quote common-lisp-indent-function) "cl-indent" "\ | 4158 | (autoload (quote common-lisp-indent-function) "cl-indent" "\ |
| @@ -4153,7 +4163,7 @@ Not documented | |||
| 4153 | ;;;*** | 4163 | ;;;*** |
| 4154 | 4164 | ||
| 4155 | ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" | 4165 | ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" |
| 4156 | ;;;;;; (17226 24577)) | 4166 | ;;;;;; (17279 27172)) |
| 4157 | ;;; Generated autoloads from progmodes/cmacexp.el | 4167 | ;;; Generated autoloads from progmodes/cmacexp.el |
| 4158 | 4168 | ||
| 4159 | (autoload (quote c-macro-expand) "cmacexp" "\ | 4169 | (autoload (quote c-macro-expand) "cmacexp" "\ |
| @@ -4173,8 +4183,8 @@ For use inside Lisp programs, see also `c-macro-expansion'. | |||
| 4173 | 4183 | ||
| 4174 | ;;;*** | 4184 | ;;;*** |
| 4175 | 4185 | ||
| 4176 | ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (17187 | 4186 | ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (17279 |
| 4177 | ;;;;;; 59901)) | 4187 | ;;;;;; 27122)) |
| 4178 | ;;; Generated autoloads from cmuscheme.el | 4188 | ;;; Generated autoloads from cmuscheme.el |
| 4179 | 4189 | ||
| 4180 | (autoload (quote run-scheme) "cmuscheme" "\ | 4190 | (autoload (quote run-scheme) "cmuscheme" "\ |
| @@ -4195,7 +4205,7 @@ is run). | |||
| 4195 | ;;;*** | 4205 | ;;;*** |
| 4196 | 4206 | ||
| 4197 | ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" | 4207 | ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" |
| 4198 | ;;;;;; (17226 24576)) | 4208 | ;;;;;; (17357 6508)) |
| 4199 | ;;; Generated autoloads from international/code-pages.el | 4209 | ;;; Generated autoloads from international/code-pages.el |
| 4200 | 4210 | ||
| 4201 | (autoload (quote cp-make-coding-system) "code-pages" "\ | 4211 | (autoload (quote cp-make-coding-system) "code-pages" "\ |
| @@ -4225,12 +4235,19 @@ Return an updated `non-iso-charset-alist'. | |||
| 4225 | (autoload-coding-system 'cp869 '(require 'code-pages)) | 4235 | (autoload-coding-system 'cp869 '(require 'code-pages)) |
| 4226 | (autoload-coding-system 'cp874 '(require 'code-pages)) | 4236 | (autoload-coding-system 'cp874 '(require 'code-pages)) |
| 4227 | (autoload-coding-system 'windows-1250 '(require 'code-pages)) | 4237 | (autoload-coding-system 'windows-1250 '(require 'code-pages)) |
| 4238 | (autoload-coding-system 'cp1250 '(require 'code-pages)) | ||
| 4228 | (autoload-coding-system 'windows-1253 '(require 'code-pages)) | 4239 | (autoload-coding-system 'windows-1253 '(require 'code-pages)) |
| 4240 | (autoload-coding-system 'cp1253 '(require 'code-pages)) | ||
| 4229 | (autoload-coding-system 'windows-1254 '(require 'code-pages)) | 4241 | (autoload-coding-system 'windows-1254 '(require 'code-pages)) |
| 4242 | (autoload-coding-system 'cp1254 '(require 'code-pages)) | ||
| 4230 | (autoload-coding-system 'windows-1255 '(require 'code-pages)) | 4243 | (autoload-coding-system 'windows-1255 '(require 'code-pages)) |
| 4244 | (autoload-coding-system 'cp1255 '(require 'code-pages)) | ||
| 4231 | (autoload-coding-system 'windows-1256 '(require 'code-pages)) | 4245 | (autoload-coding-system 'windows-1256 '(require 'code-pages)) |
| 4246 | (autoload-coding-system 'cp1256 '(require 'code-pages)) | ||
| 4232 | (autoload-coding-system 'windows-1257 '(require 'code-pages)) | 4247 | (autoload-coding-system 'windows-1257 '(require 'code-pages)) |
| 4248 | (autoload-coding-system 'cp1257 '(require 'code-pages)) | ||
| 4233 | (autoload-coding-system 'windows-1258 '(require 'code-pages)) | 4249 | (autoload-coding-system 'windows-1258 '(require 'code-pages)) |
| 4250 | (autoload-coding-system 'cp1258 '(require 'code-pages)) | ||
| 4234 | (autoload-coding-system 'next '(require 'code-pages)) | 4251 | (autoload-coding-system 'next '(require 'code-pages)) |
| 4235 | (autoload-coding-system 'koi8-t '(require 'code-pages)) | 4252 | (autoload-coding-system 'koi8-t '(require 'code-pages)) |
| 4236 | (autoload-coding-system 'iso-8859-16 '(require 'code-pages)) | 4253 | (autoload-coding-system 'iso-8859-16 '(require 'code-pages)) |
| @@ -4248,7 +4265,7 @@ Return an updated `non-iso-charset-alist'. | |||
| 4248 | 4265 | ||
| 4249 | ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage | 4266 | ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage |
| 4250 | ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) | 4267 | ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) |
| 4251 | ;;;;;; "codepage" "international/codepage.el" (17226 24576)) | 4268 | ;;;;;; "codepage" "international/codepage.el" (17279 27171)) |
| 4252 | ;;; Generated autoloads from international/codepage.el | 4269 | ;;; Generated autoloads from international/codepage.el |
| 4253 | 4270 | ||
| 4254 | (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ | 4271 | (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ |
| @@ -4307,7 +4324,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal. | |||
| 4307 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 4324 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 4308 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 4325 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 4309 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 4326 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 4310 | ;;;;;; (17277 60153)) | 4327 | ;;;;;; (17279 27202)) |
| 4311 | ;;; Generated autoloads from comint.el | 4328 | ;;; Generated autoloads from comint.el |
| 4312 | 4329 | ||
| 4313 | (defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\ | 4330 | (defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\ |
| @@ -4397,8 +4414,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use. | |||
| 4397 | 4414 | ||
| 4398 | ;;;*** | 4415 | ;;;*** |
| 4399 | 4416 | ||
| 4400 | ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (17187 | 4417 | ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (17308 |
| 4401 | ;;;;;; 59901)) | 4418 | ;;;;;; 43144)) |
| 4402 | ;;; Generated autoloads from compare-w.el | 4419 | ;;; Generated autoloads from compare-w.el |
| 4403 | 4420 | ||
| 4404 | (autoload (quote compare-windows) "compare-w" "\ | 4421 | (autoload (quote compare-windows) "compare-w" "\ |
| @@ -4435,7 +4452,7 @@ on third call it again advances points to the next difference and so on. | |||
| 4435 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start | 4452 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start |
| 4436 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path | 4453 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path |
| 4437 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 4454 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 4438 | ;;;;;; "compile" "progmodes/compile.el" (17263 27852)) | 4455 | ;;;;;; "compile" "progmodes/compile.el" (17319 1478)) |
| 4439 | ;;; Generated autoloads from progmodes/compile.el | 4456 | ;;; Generated autoloads from progmodes/compile.el |
| 4440 | 4457 | ||
| 4441 | (defvar compilation-mode-hook nil "\ | 4458 | (defvar compilation-mode-hook nil "\ |
| @@ -4596,7 +4613,7 @@ This is the value of `next-error-function' in Compilation buffers. | |||
| 4596 | ;;;*** | 4613 | ;;;*** |
| 4597 | 4614 | ||
| 4598 | ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" | 4615 | ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" |
| 4599 | ;;;;;; (17187 59901)) | 4616 | ;;;;;; (17319 2459)) |
| 4600 | ;;; Generated autoloads from complete.el | 4617 | ;;; Generated autoloads from complete.el |
| 4601 | 4618 | ||
| 4602 | (defvar partial-completion-mode nil "\ | 4619 | (defvar partial-completion-mode nil "\ |
| @@ -4628,25 +4645,41 @@ specially in \\[find-file]. For example, | |||
| 4628 | \\[find-file] <sys/time.h> RET finds the file `/usr/include/sys/time.h'. | 4645 | \\[find-file] <sys/time.h> RET finds the file `/usr/include/sys/time.h'. |
| 4629 | See also the variable `PC-include-file-path'. | 4646 | See also the variable `PC-include-file-path'. |
| 4630 | 4647 | ||
| 4648 | Partial Completion mode extends the meaning of `completion-auto-help' (which | ||
| 4649 | see), so that if it is neither nil nor t, Emacs shows the `*Completions*' | ||
| 4650 | buffer only on the second attempt to complete. That is, if TAB finds nothing | ||
| 4651 | to complete, the first TAB just says \"Next char not unique\" and the | ||
| 4652 | second TAB brings up the `*Completions*' buffer. | ||
| 4653 | |||
| 4631 | \(fn &optional ARG)" t nil) | 4654 | \(fn &optional ARG)" t nil) |
| 4632 | 4655 | ||
| 4633 | ;;;*** | 4656 | ;;;*** |
| 4634 | 4657 | ||
| 4635 | ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" | 4658 | ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" |
| 4636 | ;;;;;; (17226 24571)) | 4659 | ;;;;;; (17374 21534)) |
| 4637 | ;;; Generated autoloads from completion.el | 4660 | ;;; Generated autoloads from completion.el |
| 4638 | 4661 | ||
| 4662 | (defvar dynamic-completion-mode nil "\ | ||
| 4663 | Non-nil if Dynamic-Completion mode is enabled. | ||
| 4664 | See the command `dynamic-completion-mode' for a description of this minor-mode. | ||
| 4665 | Setting this variable directly does not take effect; | ||
| 4666 | use either \\[customize] or the function `dynamic-completion-mode'.") | ||
| 4667 | |||
| 4668 | (custom-autoload (quote dynamic-completion-mode) "completion") | ||
| 4669 | |||
| 4670 | (put (quote dynamic-completion-mode) (quote custom-set) (quote custom-set-minor-mode)) | ||
| 4671 | |||
| 4639 | (autoload (quote dynamic-completion-mode) "completion" "\ | 4672 | (autoload (quote dynamic-completion-mode) "completion" "\ |
| 4640 | Enable dynamic word-completion. | 4673 | Enable dynamic word-completion. |
| 4641 | 4674 | ||
| 4642 | \(fn)" t nil) | 4675 | \(fn &optional ARG)" t nil) |
| 4643 | 4676 | ||
| 4644 | ;;;*** | 4677 | ;;;*** |
| 4645 | 4678 | ||
| 4646 | ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after | 4679 | ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after |
| 4647 | ;;;;;; find-composition compose-chars decompose-string compose-string | 4680 | ;;;;;; find-composition compose-chars decompose-string compose-string |
| 4648 | ;;;;;; decompose-region compose-region encode-composition-rule) | 4681 | ;;;;;; decompose-region compose-region encode-composition-rule) |
| 4649 | ;;;;;; "composite" "composite.el" (17187 59901)) | 4682 | ;;;;;; "composite" "composite.el" (17327 23539)) |
| 4650 | ;;; Generated autoloads from composite.el | 4683 | ;;; Generated autoloads from composite.el |
| 4651 | 4684 | ||
| 4652 | (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\ | 4685 | (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\ |
| @@ -4867,7 +4900,7 @@ Optional 3rd arg WITH-COMPOSITION-RULE is ignored. | |||
| 4867 | 4900 | ||
| 4868 | ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode | 4901 | ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode |
| 4869 | ;;;;;; conf-space-mode conf-javaprop-mode conf-windows-mode conf-unix-mode | 4902 | ;;;;;; conf-space-mode conf-javaprop-mode conf-windows-mode conf-unix-mode |
| 4870 | ;;;;;; conf-mode) "conf-mode" "textmodes/conf-mode.el" (17263 27852)) | 4903 | ;;;;;; conf-mode) "conf-mode" "textmodes/conf-mode.el" (17279 27198)) |
| 4871 | ;;; Generated autoloads from textmodes/conf-mode.el | 4904 | ;;; Generated autoloads from textmodes/conf-mode.el |
| 4872 | 4905 | ||
| 4873 | (autoload (quote conf-mode) "conf-mode" "\ | 4906 | (autoload (quote conf-mode) "conf-mode" "\ |
| @@ -5016,7 +5049,7 @@ For details see `conf-mode'. Example: | |||
| 5016 | ;;;*** | 5049 | ;;;*** |
| 5017 | 5050 | ||
| 5018 | ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) | 5051 | ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) |
| 5019 | ;;;;;; "cookie1" "play/cookie1.el" (17187 59902)) | 5052 | ;;;;;; "cookie1" "play/cookie1.el" (17279 27123)) |
| 5020 | ;;; Generated autoloads from play/cookie1.el | 5053 | ;;; Generated autoloads from play/cookie1.el |
| 5021 | 5054 | ||
| 5022 | (autoload (quote cookie) "cookie1" "\ | 5055 | (autoload (quote cookie) "cookie1" "\ |
| @@ -5048,7 +5081,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely). | |||
| 5048 | ;;;*** | 5081 | ;;;*** |
| 5049 | 5082 | ||
| 5050 | ;;;### (autoloads (copyright copyright-fix-years copyright-update) | 5083 | ;;;### (autoloads (copyright copyright-fix-years copyright-update) |
| 5051 | ;;;;;; "copyright" "emacs-lisp/copyright.el" (17187 59901)) | 5084 | ;;;;;; "copyright" "emacs-lisp/copyright.el" (17279 27122)) |
| 5052 | ;;; Generated autoloads from emacs-lisp/copyright.el | 5085 | ;;; Generated autoloads from emacs-lisp/copyright.el |
| 5053 | 5086 | ||
| 5054 | (autoload (quote copyright-update) "copyright" "\ | 5087 | (autoload (quote copyright-update) "copyright" "\ |
| @@ -5076,7 +5109,7 @@ Insert a copyright by $ORGANIZATION notice at cursor. | |||
| 5076 | ;;;*** | 5109 | ;;;*** |
| 5077 | 5110 | ||
| 5078 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" | 5111 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" |
| 5079 | ;;;;;; (17277 60154)) | 5112 | ;;;;;; (17279 27203)) |
| 5080 | ;;; Generated autoloads from progmodes/cperl-mode.el | 5113 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 5081 | 5114 | ||
| 5082 | (autoload (quote cperl-mode) "cperl-mode" "\ | 5115 | (autoload (quote cperl-mode) "cperl-mode" "\ |
| @@ -5249,7 +5282,7 @@ or as help on variables `cperl-tips', `cperl-problems', | |||
| 5249 | ;;;*** | 5282 | ;;;*** |
| 5250 | 5283 | ||
| 5251 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" | 5284 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" |
| 5252 | ;;;;;; (17277 60154)) | 5285 | ;;;;;; (17374 21275)) |
| 5253 | ;;; Generated autoloads from progmodes/cpp.el | 5286 | ;;; Generated autoloads from progmodes/cpp.el |
| 5254 | 5287 | ||
| 5255 | (autoload (quote cpp-highlight-buffer) "cpp" "\ | 5288 | (autoload (quote cpp-highlight-buffer) "cpp" "\ |
| @@ -5268,7 +5301,7 @@ Edit display information for cpp conditionals. | |||
| 5268 | ;;;*** | 5301 | ;;;*** |
| 5269 | 5302 | ||
| 5270 | ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" | 5303 | ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" |
| 5271 | ;;;;;; (17187 59901)) | 5304 | ;;;;;; (17279 27122)) |
| 5272 | ;;; Generated autoloads from emulation/crisp.el | 5305 | ;;; Generated autoloads from emulation/crisp.el |
| 5273 | 5306 | ||
| 5274 | (defvar crisp-mode nil "\ | 5307 | (defvar crisp-mode nil "\ |
| @@ -5292,7 +5325,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise. | |||
| 5292 | ;;;*** | 5325 | ;;;*** |
| 5293 | 5326 | ||
| 5294 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" | 5327 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" |
| 5295 | ;;;;;; (17187 59901)) | 5328 | ;;;;;; (17319 2459)) |
| 5296 | ;;; Generated autoloads from emacs-lisp/crm.el | 5329 | ;;; Generated autoloads from emacs-lisp/crm.el |
| 5297 | 5330 | ||
| 5298 | (autoload (quote completing-read-multiple) "crm" "\ | 5331 | (autoload (quote completing-read-multiple) "crm" "\ |
| @@ -5328,7 +5361,7 @@ INHERIT-INPUT-METHOD. | |||
| 5328 | ;;;*** | 5361 | ;;;*** |
| 5329 | 5362 | ||
| 5330 | ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" | 5363 | ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" |
| 5331 | ;;;;;; (17251 25141)) | 5364 | ;;;;;; (17379 24714)) |
| 5332 | ;;; Generated autoloads from emulation/cua-base.el | 5365 | ;;; Generated autoloads from emulation/cua-base.el |
| 5333 | 5366 | ||
| 5334 | (defvar cua-mode nil "\ | 5367 | (defvar cua-mode nil "\ |
| @@ -5364,6 +5397,11 @@ You can customize `cua-enable-cua-keys' to completely disable the | |||
| 5364 | CUA bindings, or `cua-prefix-override-inhibit-delay' to change | 5397 | CUA bindings, or `cua-prefix-override-inhibit-delay' to change |
| 5365 | the prefix fallback behavior. | 5398 | the prefix fallback behavior. |
| 5366 | 5399 | ||
| 5400 | CUA mode manages Transient Mark mode internally. Trying to disable | ||
| 5401 | Transient Mark mode while CUA mode is enabled does not work; if you | ||
| 5402 | only want to highlight the region when it is selected using a | ||
| 5403 | shifted movement key, set `cua-highlight-region-shift-only'. | ||
| 5404 | |||
| 5367 | \(fn &optional ARG)" t nil) | 5405 | \(fn &optional ARG)" t nil) |
| 5368 | 5406 | ||
| 5369 | (autoload (quote cua-selection-mode) "cua-base" "\ | 5407 | (autoload (quote cua-selection-mode) "cua-base" "\ |
| @@ -5390,7 +5428,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. | |||
| 5390 | ;;;;;; customize-face customize-changed-options customize-option-other-window | 5428 | ;;;;;; customize-face customize-changed-options customize-option-other-window |
| 5391 | ;;;;;; customize-option customize-group-other-window customize-group | 5429 | ;;;;;; customize-option customize-group-other-window customize-group |
| 5392 | ;;;;;; customize-mode customize customize-save-variable customize-set-variable | 5430 | ;;;;;; customize-mode customize customize-save-variable customize-set-variable |
| 5393 | ;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (17277 60153)) | 5431 | ;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (17374 21544)) |
| 5394 | ;;; Generated autoloads from cus-edit.el | 5432 | ;;; Generated autoloads from cus-edit.el |
| 5395 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") | 5433 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
| 5396 | 5434 | ||
| @@ -5487,15 +5525,16 @@ Show the buffer in another window, but don't select it. | |||
| 5487 | 5525 | ||
| 5488 | \(fn SYMBOL)" t nil) | 5526 | \(fn SYMBOL)" t nil) |
| 5489 | 5527 | ||
| 5528 | (defalias (quote customize-changed) (quote customize-changed-options)) | ||
| 5529 | |||
| 5490 | (autoload (quote customize-changed-options) "cus-edit" "\ | 5530 | (autoload (quote customize-changed-options) "cus-edit" "\ |
| 5491 | Customize all user option variables changed in Emacs itself. | 5531 | Customize all settings whose meanings have changed in Emacs itself. |
| 5492 | This includes new user option variables and faces, and new | 5532 | This includes new user option variables and faces, and new |
| 5493 | customization groups, as well as older options and faces whose default | 5533 | customization groups, as well as older options and faces whose meanings |
| 5494 | values have changed since the previous major Emacs release. | 5534 | or default values have changed since the previous major Emacs release. |
| 5495 | 5535 | ||
| 5496 | With argument SINCE-VERSION (a string), customize all user option | 5536 | With argument SINCE-VERSION (a string), customize all settings |
| 5497 | variables that were added (or their meanings were changed) since that | 5537 | that were added or redefined since that version. |
| 5498 | version. | ||
| 5499 | 5538 | ||
| 5500 | \(fn SINCE-VERSION)" t nil) | 5539 | \(fn SINCE-VERSION)" t nil) |
| 5501 | 5540 | ||
| @@ -5524,7 +5563,7 @@ Customize all user options set since the last save in this session. | |||
| 5524 | \(fn)" t nil) | 5563 | \(fn)" t nil) |
| 5525 | 5564 | ||
| 5526 | (autoload (quote customize-rogue) "cus-edit" "\ | 5565 | (autoload (quote customize-rogue) "cus-edit" "\ |
| 5527 | Customize all user variable modified outside customize. | 5566 | Customize all user variables modified outside customize. |
| 5528 | 5567 | ||
| 5529 | \(fn)" t nil) | 5568 | \(fn)" t nil) |
| 5530 | 5569 | ||
| @@ -5534,28 +5573,30 @@ Customize all already saved user options. | |||
| 5534 | \(fn)" t nil) | 5573 | \(fn)" t nil) |
| 5535 | 5574 | ||
| 5536 | (autoload (quote customize-apropos) "cus-edit" "\ | 5575 | (autoload (quote customize-apropos) "cus-edit" "\ |
| 5537 | Customize all user options matching REGEXP. | 5576 | Customize all loaded options, faces and groups matching REGEXP. |
| 5538 | If ALL is `options', include only options. | 5577 | If ALL is `options', include only options. |
| 5539 | If ALL is `faces', include only faces. | 5578 | If ALL is `faces', include only faces. |
| 5540 | If ALL is `groups', include only groups. | 5579 | If ALL is `groups', include only groups. |
| 5541 | If ALL is t (interactively, with prefix arg), include options which are not | 5580 | If ALL is t (interactively, with prefix arg), include variables |
| 5542 | user-settable, as well as faces and groups. | 5581 | that are not customizable options, as well as faces and groups |
| 5582 | \(but we recommend using `apropos-variable' instead). | ||
| 5543 | 5583 | ||
| 5544 | \(fn REGEXP &optional ALL)" t nil) | 5584 | \(fn REGEXP &optional ALL)" t nil) |
| 5545 | 5585 | ||
| 5546 | (autoload (quote customize-apropos-options) "cus-edit" "\ | 5586 | (autoload (quote customize-apropos-options) "cus-edit" "\ |
| 5547 | Customize all user options matching REGEXP. | 5587 | Customize all loaded customizable options matching REGEXP. |
| 5548 | With prefix arg, include options which are not user-settable. | 5588 | With prefix arg, include variables that are not customizable options |
| 5589 | \(but we recommend using `apropos-variable' instead). | ||
| 5549 | 5590 | ||
| 5550 | \(fn REGEXP &optional ARG)" t nil) | 5591 | \(fn REGEXP &optional ARG)" t nil) |
| 5551 | 5592 | ||
| 5552 | (autoload (quote customize-apropos-faces) "cus-edit" "\ | 5593 | (autoload (quote customize-apropos-faces) "cus-edit" "\ |
| 5553 | Customize all user faces matching REGEXP. | 5594 | Customize all loaded faces matching REGEXP. |
| 5554 | 5595 | ||
| 5555 | \(fn REGEXP)" t nil) | 5596 | \(fn REGEXP)" t nil) |
| 5556 | 5597 | ||
| 5557 | (autoload (quote customize-apropos-groups) "cus-edit" "\ | 5598 | (autoload (quote customize-apropos-groups) "cus-edit" "\ |
| 5558 | Customize all user groups matching REGEXP. | 5599 | Customize all loaded groups matching REGEXP. |
| 5559 | 5600 | ||
| 5560 | \(fn REGEXP)" t nil) | 5601 | \(fn REGEXP)" t nil) |
| 5561 | 5602 | ||
| @@ -5645,7 +5686,7 @@ The format is suitable for use with `easy-menu-define'. | |||
| 5645 | ;;;*** | 5686 | ;;;*** |
| 5646 | 5687 | ||
| 5647 | ;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces | 5688 | ;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces |
| 5648 | ;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17244 4913)) | 5689 | ;;;;;; custom-declare-face) "cus-face" "cus-face.el" (17342 36796)) |
| 5649 | ;;; Generated autoloads from cus-face.el | 5690 | ;;; Generated autoloads from cus-face.el |
| 5650 | 5691 | ||
| 5651 | (autoload (quote custom-declare-face) "cus-face" "\ | 5692 | (autoload (quote custom-declare-face) "cus-face" "\ |
| @@ -5694,9 +5735,9 @@ COMMENT is a string comment about FACE. | |||
| 5694 | Reset the specs in THEME of some faces to their specs in other themes. | 5735 | Reset the specs in THEME of some faces to their specs in other themes. |
| 5695 | Each of the arguments ARGS has this form: | 5736 | Each of the arguments ARGS has this form: |
| 5696 | 5737 | ||
| 5697 | (FACE FROM-THEME) | 5738 | (FACE IGNORED) |
| 5698 | 5739 | ||
| 5699 | This means reset FACE to its value in FROM-THEME. | 5740 | This means reset FACE. The argument IGNORED is ignored. |
| 5700 | 5741 | ||
| 5701 | \(fn THEME &rest ARGS)" nil nil) | 5742 | \(fn THEME &rest ARGS)" nil nil) |
| 5702 | 5743 | ||
| @@ -5715,7 +5756,7 @@ This means reset FACE to its value in FROM-THEME. | |||
| 5715 | ;;;*** | 5756 | ;;;*** |
| 5716 | 5757 | ||
| 5717 | ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" | 5758 | ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" |
| 5718 | ;;;;;; (17187 59914)) | 5759 | ;;;;;; (17356 16191)) |
| 5719 | ;;; Generated autoloads from cus-theme.el | 5760 | ;;; Generated autoloads from cus-theme.el |
| 5720 | 5761 | ||
| 5721 | (autoload (quote customize-create-theme) "cus-theme" "\ | 5762 | (autoload (quote customize-create-theme) "cus-theme" "\ |
| @@ -5726,7 +5767,7 @@ Create a custom theme. | |||
| 5726 | ;;;*** | 5767 | ;;;*** |
| 5727 | 5768 | ||
| 5728 | ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" | 5769 | ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" |
| 5729 | ;;;;;; (17187 59901)) | 5770 | ;;;;;; (17279 27122)) |
| 5730 | ;;; Generated autoloads from cvs-status.el | 5771 | ;;; Generated autoloads from cvs-status.el |
| 5731 | 5772 | ||
| 5732 | (autoload (quote cvs-status-mode) "cvs-status" "\ | 5773 | (autoload (quote cvs-status-mode) "cvs-status" "\ |
| @@ -5737,7 +5778,7 @@ Mode used for cvs status output. | |||
| 5737 | ;;;*** | 5778 | ;;;*** |
| 5738 | 5779 | ||
| 5739 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) | 5780 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) |
| 5740 | ;;;;;; "cwarn" "progmodes/cwarn.el" (17187 59902)) | 5781 | ;;;;;; "cwarn" "progmodes/cwarn.el" (17307 17625)) |
| 5741 | ;;; Generated autoloads from progmodes/cwarn.el | 5782 | ;;; Generated autoloads from progmodes/cwarn.el |
| 5742 | 5783 | ||
| 5743 | (autoload (quote cwarn-mode) "cwarn" "\ | 5784 | (autoload (quote cwarn-mode) "cwarn" "\ |
| @@ -5781,7 +5822,7 @@ in which `turn-on-cwarn-mode-if-enabled' turns it on. | |||
| 5781 | 5822 | ||
| 5782 | ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char | 5823 | ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char |
| 5783 | ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" | 5824 | ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" |
| 5784 | ;;;;;; (17187 59881)) | 5825 | ;;;;;; (17279 27080)) |
| 5785 | ;;; Generated autoloads from language/cyril-util.el | 5826 | ;;; Generated autoloads from language/cyril-util.el |
| 5786 | 5827 | ||
| 5787 | (autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ | 5828 | (autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ |
| @@ -5810,7 +5851,7 @@ If the argument is nil, we return the display table to its standard state. | |||
| 5810 | ;;;*** | 5851 | ;;;*** |
| 5811 | 5852 | ||
| 5812 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" | 5853 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" |
| 5813 | ;;;;;; (17238 21257)) | 5854 | ;;;;;; (17297 42806)) |
| 5814 | ;;; Generated autoloads from dabbrev.el | 5855 | ;;; Generated autoloads from dabbrev.el |
| 5815 | (define-key esc-map "/" 'dabbrev-expand) | 5856 | (define-key esc-map "/" 'dabbrev-expand) |
| 5816 | (define-key esc-map [?\C-/] 'dabbrev-completion) | 5857 | (define-key esc-map [?\C-/] 'dabbrev-completion) |
| @@ -5827,9 +5868,6 @@ completions. | |||
| 5827 | If the prefix argument is 16 (which comes from C-u C-u), | 5868 | If the prefix argument is 16 (which comes from C-u C-u), |
| 5828 | then it searches *all* buffers. | 5869 | then it searches *all* buffers. |
| 5829 | 5870 | ||
| 5830 | With no prefix argument, it reuses an old completion list | ||
| 5831 | if there is a suitable one already. | ||
| 5832 | |||
| 5833 | \(fn &optional ARG)" t nil) | 5871 | \(fn &optional ARG)" t nil) |
| 5834 | 5872 | ||
| 5835 | (autoload (quote dabbrev-expand) "dabbrev" "\ | 5873 | (autoload (quote dabbrev-expand) "dabbrev" "\ |
| @@ -5857,8 +5895,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]. | |||
| 5857 | 5895 | ||
| 5858 | ;;;*** | 5896 | ;;;*** |
| 5859 | 5897 | ||
| 5860 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (17277 | 5898 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (17279 |
| 5861 | ;;;;;; 60154)) | 5899 | ;;;;;; 27203)) |
| 5862 | ;;; Generated autoloads from progmodes/dcl-mode.el | 5900 | ;;; Generated autoloads from progmodes/dcl-mode.el |
| 5863 | 5901 | ||
| 5864 | (autoload (quote dcl-mode) "dcl-mode" "\ | 5902 | (autoload (quote dcl-mode) "dcl-mode" "\ |
| @@ -5985,7 +6023,7 @@ There is some minimal font-lock support (see vars | |||
| 5985 | ;;;*** | 6023 | ;;;*** |
| 5986 | 6024 | ||
| 5987 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" | 6025 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" |
| 5988 | ;;;;;; "emacs-lisp/debug.el" (17257 22482)) | 6026 | ;;;;;; "emacs-lisp/debug.el" (17279 27196)) |
| 5989 | ;;; Generated autoloads from emacs-lisp/debug.el | 6027 | ;;; Generated autoloads from emacs-lisp/debug.el |
| 5990 | 6028 | ||
| 5991 | (setq debugger (quote debug)) | 6029 | (setq debugger (quote debug)) |
| @@ -6029,7 +6067,7 @@ To specify a nil argument interactively, exit with an empty minibuffer. | |||
| 6029 | ;;;*** | 6067 | ;;;*** |
| 6030 | 6068 | ||
| 6031 | ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" | 6069 | ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" |
| 6032 | ;;;;;; (17226 24576)) | 6070 | ;;;;;; (17279 27172)) |
| 6033 | ;;; Generated autoloads from play/decipher.el | 6071 | ;;; Generated autoloads from play/decipher.el |
| 6034 | 6072 | ||
| 6035 | (autoload (quote decipher) "decipher" "\ | 6073 | (autoload (quote decipher) "decipher" "\ |
| @@ -6058,8 +6096,8 @@ The most useful commands are: | |||
| 6058 | ;;;*** | 6096 | ;;;*** |
| 6059 | 6097 | ||
| 6060 | ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region | 6098 | ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region |
| 6061 | ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (17187 | 6099 | ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (17279 |
| 6062 | ;;;;;; 59901)) | 6100 | ;;;;;; 27122)) |
| 6063 | ;;; Generated autoloads from delim-col.el | 6101 | ;;; Generated autoloads from delim-col.el |
| 6064 | 6102 | ||
| 6065 | (autoload (quote delimit-columns-customize) "delim-col" "\ | 6103 | (autoload (quote delimit-columns-customize) "delim-col" "\ |
| @@ -6083,8 +6121,8 @@ START and END delimits the corners of text rectangle. | |||
| 6083 | 6121 | ||
| 6084 | ;;;*** | 6122 | ;;;*** |
| 6085 | 6123 | ||
| 6086 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17187 | 6124 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (17337 |
| 6087 | ;;;;;; 59914)) | 6125 | ;;;;;; 56255)) |
| 6088 | ;;; Generated autoloads from progmodes/delphi.el | 6126 | ;;; Generated autoloads from progmodes/delphi.el |
| 6089 | 6127 | ||
| 6090 | (autoload (quote delphi-mode) "delphi" "\ | 6128 | (autoload (quote delphi-mode) "delphi" "\ |
| @@ -6134,8 +6172,8 @@ no args, if that value is non-nil. | |||
| 6134 | 6172 | ||
| 6135 | ;;;*** | 6173 | ;;;*** |
| 6136 | 6174 | ||
| 6137 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17187 | 6175 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17279 |
| 6138 | ;;;;;; 59901)) | 6176 | ;;;;;; 27122)) |
| 6139 | ;;; Generated autoloads from delsel.el | 6177 | ;;; Generated autoloads from delsel.el |
| 6140 | 6178 | ||
| 6141 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) | 6179 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) |
| @@ -6165,7 +6203,7 @@ any selection. | |||
| 6165 | ;;;*** | 6203 | ;;;*** |
| 6166 | 6204 | ||
| 6167 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) | 6205 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) |
| 6168 | ;;;;;; "derived" "emacs-lisp/derived.el" (17277 59649)) | 6206 | ;;;;;; "derived" "emacs-lisp/derived.el" (17307 17624)) |
| 6169 | ;;; Generated autoloads from emacs-lisp/derived.el | 6207 | ;;; Generated autoloads from emacs-lisp/derived.el |
| 6170 | 6208 | ||
| 6171 | (autoload (quote define-derived-mode) "derived" "\ | 6209 | (autoload (quote define-derived-mode) "derived" "\ |
| @@ -6230,7 +6268,7 @@ the first time the mode is used. | |||
| 6230 | ;;;*** | 6268 | ;;;*** |
| 6231 | 6269 | ||
| 6232 | ;;;### (autoloads (describe-char describe-text-properties) "descr-text" | 6270 | ;;;### (autoloads (describe-char describe-text-properties) "descr-text" |
| 6233 | ;;;;;; "descr-text.el" (17187 59914)) | 6271 | ;;;;;; "descr-text.el" (17331 26860)) |
| 6234 | ;;; Generated autoloads from descr-text.el | 6272 | ;;; Generated autoloads from descr-text.el |
| 6235 | 6273 | ||
| 6236 | (autoload (quote describe-text-properties) "descr-text" "\ | 6274 | (autoload (quote describe-text-properties) "descr-text" "\ |
| @@ -6255,7 +6293,7 @@ as well as widgets, buttons, overlays, and text properties. | |||
| 6255 | 6293 | ||
| 6256 | ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir | 6294 | ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir |
| 6257 | ;;;;;; desktop-load-default desktop-read desktop-locals-to-save | 6295 | ;;;;;; desktop-load-default desktop-read desktop-locals-to-save |
| 6258 | ;;;;;; desktop-save-mode) "desktop" "desktop.el" (17244 4913)) | 6296 | ;;;;;; desktop-save-mode) "desktop" "desktop.el" (17374 21429)) |
| 6259 | ;;; Generated autoloads from desktop.el | 6297 | ;;; Generated autoloads from desktop.el |
| 6260 | 6298 | ||
| 6261 | (defvar desktop-save-mode nil "\ | 6299 | (defvar desktop-save-mode nil "\ |
| @@ -6420,7 +6458,7 @@ Revert to the last loaded desktop. | |||
| 6420 | ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines | 6458 | ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines |
| 6421 | ;;;;;; gnus-outlook-display-hook gnus-outlook-deuglify-unwrap-max | 6459 | ;;;;;; gnus-outlook-display-hook gnus-outlook-deuglify-unwrap-max |
| 6422 | ;;;;;; gnus-outlook-deuglify-unwrap-min) "deuglify" "gnus/deuglify.el" | 6460 | ;;;;;; gnus-outlook-deuglify-unwrap-min) "deuglify" "gnus/deuglify.el" |
| 6423 | ;;;;;; (17187 59879)) | 6461 | ;;;;;; (17279 27079)) |
| 6424 | ;;; Generated autoloads from gnus/deuglify.el | 6462 | ;;; Generated autoloads from gnus/deuglify.el |
| 6425 | 6463 | ||
| 6426 | (defvar gnus-outlook-deuglify-unwrap-min 45 "\ | 6464 | (defvar gnus-outlook-deuglify-unwrap-min 45 "\ |
| @@ -6469,7 +6507,7 @@ Deuglify broken Outlook (Express) articles and redisplay. | |||
| 6469 | ;;;*** | 6507 | ;;;*** |
| 6470 | 6508 | ||
| 6471 | ;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region) | 6509 | ;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region) |
| 6472 | ;;;;;; "devan-util" "language/devan-util.el" (17187 59881)) | 6510 | ;;;;;; "devan-util" "language/devan-util.el" (17279 27080)) |
| 6473 | ;;; Generated autoloads from language/devan-util.el | 6511 | ;;; Generated autoloads from language/devan-util.el |
| 6474 | 6512 | ||
| 6475 | (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") | 6513 | (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") |
| @@ -6487,7 +6525,7 @@ Not documented | |||
| 6487 | ;;;*** | 6525 | ;;;*** |
| 6488 | 6526 | ||
| 6489 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" | 6527 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" |
| 6490 | ;;;;;; "calendar/diary-lib.el" (17277 59649)) | 6528 | ;;;;;; "calendar/diary-lib.el" (17308 43144)) |
| 6491 | ;;; Generated autoloads from calendar/diary-lib.el | 6529 | ;;; Generated autoloads from calendar/diary-lib.el |
| 6492 | 6530 | ||
| 6493 | (autoload (quote diary) "diary-lib" "\ | 6531 | (autoload (quote diary) "diary-lib" "\ |
| @@ -6533,7 +6571,7 @@ Major mode for editing the diary file. | |||
| 6533 | ;;;*** | 6571 | ;;;*** |
| 6534 | 6572 | ||
| 6535 | ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" | 6573 | ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" |
| 6536 | ;;;;;; "diff.el" (17226 24572)) | 6574 | ;;;;;; "diff.el" (17279 27171)) |
| 6537 | ;;; Generated autoloads from diff.el | 6575 | ;;; Generated autoloads from diff.el |
| 6538 | 6576 | ||
| 6539 | (defvar diff-switches "-c" "\ | 6577 | (defvar diff-switches "-c" "\ |
| @@ -6567,7 +6605,7 @@ With prefix arg, prompt for diff switches. | |||
| 6567 | ;;;*** | 6605 | ;;;*** |
| 6568 | 6606 | ||
| 6569 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" | 6607 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" |
| 6570 | ;;;;;; (17238 21257)) | 6608 | ;;;;;; (17279 27185)) |
| 6571 | ;;; Generated autoloads from diff-mode.el | 6609 | ;;; Generated autoloads from diff-mode.el |
| 6572 | 6610 | ||
| 6573 | (autoload (quote diff-mode) "diff-mode" "\ | 6611 | (autoload (quote diff-mode) "diff-mode" "\ |
| @@ -6596,7 +6634,7 @@ Minor mode for viewing/editing context diffs. | |||
| 6596 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 6634 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
| 6597 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 6635 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
| 6598 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 6636 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
| 6599 | ;;;;;; "dired" "dired.el" (17257 22482)) | 6637 | ;;;;;; "dired" "dired.el" (17374 21275)) |
| 6600 | ;;; Generated autoloads from dired.el | 6638 | ;;; Generated autoloads from dired.el |
| 6601 | 6639 | ||
| 6602 | (defvar dired-listing-switches "-al" "\ | 6640 | (defvar dired-listing-switches "-al" "\ |
| @@ -6801,7 +6839,7 @@ Keybindings: | |||
| 6801 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory | 6839 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory |
| 6802 | ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp | 6840 | ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp |
| 6803 | ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff | 6841 | ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff |
| 6804 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17226 24572)) | 6842 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17357 6510)) |
| 6805 | ;;; Generated autoloads from dired-aux.el | 6843 | ;;; Generated autoloads from dired-aux.el |
| 6806 | 6844 | ||
| 6807 | (autoload (quote dired-diff) "dired-aux" "\ | 6845 | (autoload (quote dired-diff) "dired-aux" "\ |
| @@ -6810,7 +6848,7 @@ FILE defaults to the file at the mark. (That's the mark set by | |||
| 6810 | \\[set-mark-command], not by Dired's \\[dired-mark] command.) | 6848 | \\[set-mark-command], not by Dired's \\[dired-mark] command.) |
| 6811 | The prompted-for file is the first file given to `diff'. | 6849 | The prompted-for file is the first file given to `diff'. |
| 6812 | With prefix arg, prompt for second argument SWITCHES, | 6850 | With prefix arg, prompt for second argument SWITCHES, |
| 6813 | which is options for `diff'. | 6851 | which is options for `diff'. |
| 6814 | 6852 | ||
| 6815 | \(fn FILE &optional SWITCHES)" t nil) | 6853 | \(fn FILE &optional SWITCHES)" t nil) |
| 6816 | 6854 | ||
| @@ -7209,7 +7247,7 @@ true then the type of the file linked to by FILE is printed instead. | |||
| 7209 | 7247 | ||
| 7210 | ;;;*** | 7248 | ;;;*** |
| 7211 | 7249 | ||
| 7212 | ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (17277 59649)) | 7250 | ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (17279 27201)) |
| 7213 | ;;; Generated autoloads from dired-x.el | 7251 | ;;; Generated autoloads from dired-x.el |
| 7214 | 7252 | ||
| 7215 | (autoload (quote dired-jump) "dired-x" "\ | 7253 | (autoload (quote dired-jump) "dired-x" "\ |
| @@ -7223,7 +7261,7 @@ buffer and try again. | |||
| 7223 | 7261 | ||
| 7224 | ;;;*** | 7262 | ;;;*** |
| 7225 | 7263 | ||
| 7226 | ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (17187 59901)) | 7264 | ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (17279 27122)) |
| 7227 | ;;; Generated autoloads from dirtrack.el | 7265 | ;;; Generated autoloads from dirtrack.el |
| 7228 | 7266 | ||
| 7229 | (autoload (quote dirtrack) "dirtrack" "\ | 7267 | (autoload (quote dirtrack) "dirtrack" "\ |
| @@ -7242,8 +7280,8 @@ You can enable directory tracking by adding this function to | |||
| 7242 | 7280 | ||
| 7243 | ;;;*** | 7281 | ;;;*** |
| 7244 | 7282 | ||
| 7245 | ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (17187 | 7283 | ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (17279 |
| 7246 | ;;;;;; 59901)) | 7284 | ;;;;;; 27122)) |
| 7247 | ;;; Generated autoloads from emacs-lisp/disass.el | 7285 | ;;; Generated autoloads from emacs-lisp/disass.el |
| 7248 | 7286 | ||
| 7249 | (autoload (quote disassemble) "disass" "\ | 7287 | (autoload (quote disassemble) "disass" "\ |
| @@ -7261,7 +7299,7 @@ redefine OBJECT if it is a symbol. | |||
| 7261 | ;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii | 7299 | ;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii |
| 7262 | ;;;;;; standard-display-default standard-display-8bit describe-current-display-table | 7300 | ;;;;;; standard-display-default standard-display-8bit describe-current-display-table |
| 7263 | ;;;;;; describe-display-table set-display-table-slot display-table-slot | 7301 | ;;;;;; describe-display-table set-display-table-slot display-table-slot |
| 7264 | ;;;;;; make-display-table) "disp-table" "disp-table.el" (17277 59649)) | 7302 | ;;;;;; make-display-table) "disp-table" "disp-table.el" (17307 17624)) |
| 7265 | ;;; Generated autoloads from disp-table.el | 7303 | ;;; Generated autoloads from disp-table.el |
| 7266 | 7304 | ||
| 7267 | (autoload (quote make-display-table) "disp-table" "\ | 7305 | (autoload (quote make-display-table) "disp-table" "\ |
| @@ -7362,7 +7400,7 @@ for users who call this function in `.emacs'. | |||
| 7362 | ;;;*** | 7400 | ;;;*** |
| 7363 | 7401 | ||
| 7364 | ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" | 7402 | ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" |
| 7365 | ;;;;;; (17187 59902)) | 7403 | ;;;;;; (17279 27123)) |
| 7366 | ;;; Generated autoloads from play/dissociate.el | 7404 | ;;; Generated autoloads from play/dissociate.el |
| 7367 | 7405 | ||
| 7368 | (autoload (quote dissociated-press) "dissociate" "\ | 7406 | (autoload (quote dissociated-press) "dissociate" "\ |
| @@ -7378,7 +7416,7 @@ Default is 2. | |||
| 7378 | 7416 | ||
| 7379 | ;;;*** | 7417 | ;;;*** |
| 7380 | 7418 | ||
| 7381 | ;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (17226 24572)) | 7419 | ;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (17279 27171)) |
| 7382 | ;;; Generated autoloads from dnd.el | 7420 | ;;; Generated autoloads from dnd.el |
| 7383 | 7421 | ||
| 7384 | (defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file))) "\ | 7422 | (defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file))) "\ |
| @@ -7399,7 +7437,7 @@ if some action was made, or nil if the URL is ignored.") | |||
| 7399 | ;;;*** | 7437 | ;;;*** |
| 7400 | 7438 | ||
| 7401 | ;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" | 7439 | ;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" |
| 7402 | ;;;;;; "textmodes/dns-mode.el" (17187 59902)) | 7440 | ;;;;;; "textmodes/dns-mode.el" (17279 27123)) |
| 7403 | ;;; Generated autoloads from textmodes/dns-mode.el | 7441 | ;;; Generated autoloads from textmodes/dns-mode.el |
| 7404 | 7442 | ||
| 7405 | (autoload (quote dns-mode) "dns-mode" "\ | 7443 | (autoload (quote dns-mode) "dns-mode" "\ |
| @@ -7422,7 +7460,7 @@ Locate SOA record and increment the serial field. | |||
| 7422 | 7460 | ||
| 7423 | ;;;*** | 7461 | ;;;*** |
| 7424 | 7462 | ||
| 7425 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (17257 22483)) | 7463 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (17374 21430)) |
| 7426 | ;;; Generated autoloads from play/doctor.el | 7464 | ;;; Generated autoloads from play/doctor.el |
| 7427 | 7465 | ||
| 7428 | (autoload (quote doctor) "doctor" "\ | 7466 | (autoload (quote doctor) "doctor" "\ |
| @@ -7433,7 +7471,7 @@ Switch to *doctor* buffer and start giving psychotherapy. | |||
| 7433 | ;;;*** | 7471 | ;;;*** |
| 7434 | 7472 | ||
| 7435 | ;;;### (autoloads (double-mode double-mode) "double" "double.el" | 7473 | ;;;### (autoloads (double-mode double-mode) "double" "double.el" |
| 7436 | ;;;;;; (17187 59901)) | 7474 | ;;;;;; (17279 27122)) |
| 7437 | ;;; Generated autoloads from double.el | 7475 | ;;; Generated autoloads from double.el |
| 7438 | 7476 | ||
| 7439 | (defvar double-mode nil "\ | 7477 | (defvar double-mode nil "\ |
| @@ -7454,7 +7492,7 @@ when pressed twice. See variable `double-map' for details. | |||
| 7454 | 7492 | ||
| 7455 | ;;;*** | 7493 | ;;;*** |
| 7456 | 7494 | ||
| 7457 | ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (17187 59902)) | 7495 | ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (17279 27123)) |
| 7458 | ;;; Generated autoloads from play/dunnet.el | 7496 | ;;; Generated autoloads from play/dunnet.el |
| 7459 | 7497 | ||
| 7460 | (autoload (quote dunnet) "dunnet" "\ | 7498 | (autoload (quote dunnet) "dunnet" "\ |
| @@ -7465,7 +7503,7 @@ Switch to *dungeon* buffer and start game. | |||
| 7465 | ;;;*** | 7503 | ;;;*** |
| 7466 | 7504 | ||
| 7467 | ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" | 7505 | ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" |
| 7468 | ;;;;;; (17187 59901)) | 7506 | ;;;;;; (17279 27122)) |
| 7469 | ;;; Generated autoloads from gnus/earcon.el | 7507 | ;;; Generated autoloads from gnus/earcon.el |
| 7470 | 7508 | ||
| 7471 | (autoload (quote gnus-earcon-display) "earcon" "\ | 7509 | (autoload (quote gnus-earcon-display) "earcon" "\ |
| @@ -7477,7 +7515,7 @@ Play sounds in message buffers. | |||
| 7477 | 7515 | ||
| 7478 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap | 7516 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap |
| 7479 | ;;;;;; define-global-minor-mode define-minor-mode) "easy-mmode" | 7517 | ;;;;;; define-global-minor-mode define-minor-mode) "easy-mmode" |
| 7480 | ;;;;;; "emacs-lisp/easy-mmode.el" (17263 27852)) | 7518 | ;;;;;; "emacs-lisp/easy-mmode.el" (17307 17624)) |
| 7481 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 7519 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
| 7482 | 7520 | ||
| 7483 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) | 7521 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) |
| @@ -7569,8 +7607,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX). | |||
| 7569 | ;;;*** | 7607 | ;;;*** |
| 7570 | 7608 | ||
| 7571 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define | 7609 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define |
| 7572 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (17263 | 7610 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (17279 |
| 7573 | ;;;;;; 27852)) | 7611 | ;;;;;; 27198)) |
| 7574 | ;;; Generated autoloads from emacs-lisp/easymenu.el | 7612 | ;;; Generated autoloads from emacs-lisp/easymenu.el |
| 7575 | 7613 | ||
| 7576 | (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) | 7614 | (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) |
| @@ -7715,7 +7753,7 @@ To implement dynamic menus, either call this from | |||
| 7715 | ;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file | 7753 | ;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file |
| 7716 | ;;;;;; ebnf-spool-directory ebnf-print-region ebnf-print-buffer | 7754 | ;;;;;; ebnf-spool-directory ebnf-print-region ebnf-print-buffer |
| 7717 | ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" | 7755 | ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" |
| 7718 | ;;;;;; "progmodes/ebnf2ps.el" (17226 24577)) | 7756 | ;;;;;; "progmodes/ebnf2ps.el" (17279 27172)) |
| 7719 | ;;; Generated autoloads from progmodes/ebnf2ps.el | 7757 | ;;; Generated autoloads from progmodes/ebnf2ps.el |
| 7720 | 7758 | ||
| 7721 | (autoload (quote ebnf-customize) "ebnf2ps" "\ | 7759 | (autoload (quote ebnf-customize) "ebnf2ps" "\ |
| @@ -7974,8 +8012,8 @@ See `ebnf-style-database' documentation. | |||
| 7974 | ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition | 8012 | ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition |
| 7975 | ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration | 8013 | ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration |
| 7976 | ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree | 8014 | ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree |
| 7977 | ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (17226 | 8015 | ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (17322 |
| 7978 | ;;;;;; 24577)) | 8016 | ;;;;;; 60506)) |
| 7979 | ;;; Generated autoloads from progmodes/ebrowse.el | 8017 | ;;; Generated autoloads from progmodes/ebrowse.el |
| 7980 | 8018 | ||
| 7981 | (autoload (quote ebrowse-tree-mode) "ebrowse" "\ | 8019 | (autoload (quote ebrowse-tree-mode) "ebrowse" "\ |
| @@ -8126,7 +8164,7 @@ Display statistics for a class tree. | |||
| 8126 | ;;;*** | 8164 | ;;;*** |
| 8127 | 8165 | ||
| 8128 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" | 8166 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" |
| 8129 | ;;;;;; (17187 59901)) | 8167 | ;;;;;; (17322 60322)) |
| 8130 | ;;; Generated autoloads from ebuff-menu.el | 8168 | ;;; Generated autoloads from ebuff-menu.el |
| 8131 | 8169 | ||
| 8132 | (autoload (quote electric-buffer-list) "ebuff-menu" "\ | 8170 | (autoload (quote electric-buffer-list) "ebuff-menu" "\ |
| @@ -8151,7 +8189,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry. | |||
| 8151 | ;;;*** | 8189 | ;;;*** |
| 8152 | 8190 | ||
| 8153 | ;;;### (autoloads (Electric-command-history-redo-expression) "echistory" | 8191 | ;;;### (autoloads (Electric-command-history-redo-expression) "echistory" |
| 8154 | ;;;;;; "echistory.el" (17226 24572)) | 8192 | ;;;;;; "echistory.el" (17322 60525)) |
| 8155 | ;;; Generated autoloads from echistory.el | 8193 | ;;; Generated autoloads from echistory.el |
| 8156 | 8194 | ||
| 8157 | (autoload (quote Electric-command-history-redo-expression) "echistory" "\ | 8195 | (autoload (quote Electric-command-history-redo-expression) "echistory" "\ |
| @@ -8162,8 +8200,9 @@ With prefix arg NOCONFIRM, execute current line as-is without editing. | |||
| 8162 | 8200 | ||
| 8163 | ;;;*** | 8201 | ;;;*** |
| 8164 | 8202 | ||
| 8165 | ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms | 8203 | ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form |
| 8166 | ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (17187 59901)) | 8204 | ;;;;;; def-edebug-spec edebug-all-forms edebug-all-defs) "edebug" |
| 8205 | ;;;;;; "emacs-lisp/edebug.el" (17331 26267)) | ||
| 8167 | ;;; Generated autoloads from emacs-lisp/edebug.el | 8206 | ;;; Generated autoloads from emacs-lisp/edebug.el |
| 8168 | 8207 | ||
| 8169 | (defvar edebug-all-defs nil "\ | 8208 | (defvar edebug-all-defs nil "\ |
| @@ -8215,6 +8254,16 @@ already is one.) | |||
| 8215 | 8254 | ||
| 8216 | \(fn)" t nil) | 8255 | \(fn)" t nil) |
| 8217 | 8256 | ||
| 8257 | (autoload (quote edebug-all-defs) "edebug" "\ | ||
| 8258 | Toggle edebugging of all definitions. | ||
| 8259 | |||
| 8260 | \(fn)" t nil) | ||
| 8261 | |||
| 8262 | (autoload (quote edebug-all-forms) "edebug" "\ | ||
| 8263 | Toggle edebugging of all forms. | ||
| 8264 | |||
| 8265 | \(fn)" t nil) | ||
| 8266 | |||
| 8218 | ;;;*** | 8267 | ;;;*** |
| 8219 | 8268 | ||
| 8220 | ;;;### (autoloads (ediff-documentation ediff-version ediff-revision | 8269 | ;;;### (autoloads (ediff-documentation ediff-version ediff-revision |
| @@ -8226,7 +8275,7 @@ already is one.) | |||
| 8226 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor | 8275 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor |
| 8227 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions | 8276 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions |
| 8228 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup | 8277 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup |
| 8229 | ;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (17229 28053)) | 8278 | ;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (17297 42806)) |
| 8230 | ;;; Generated autoloads from ediff.el | 8279 | ;;; Generated autoloads from ediff.el |
| 8231 | 8280 | ||
| 8232 | (autoload (quote ediff-files) "ediff" "\ | 8281 | (autoload (quote ediff-files) "ediff" "\ |
| @@ -8464,7 +8513,7 @@ With optional NODE, goes to that node. | |||
| 8464 | ;;;*** | 8513 | ;;;*** |
| 8465 | 8514 | ||
| 8466 | ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" | 8515 | ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" |
| 8467 | ;;;;;; (17187 59901)) | 8516 | ;;;;;; (17279 27122)) |
| 8468 | ;;; Generated autoloads from ediff-help.el | 8517 | ;;; Generated autoloads from ediff-help.el |
| 8469 | 8518 | ||
| 8470 | (autoload (quote ediff-customize) "ediff-help" "\ | 8519 | (autoload (quote ediff-customize) "ediff-help" "\ |
| @@ -8474,7 +8523,7 @@ Not documented | |||
| 8474 | 8523 | ||
| 8475 | ;;;*** | 8524 | ;;;*** |
| 8476 | 8525 | ||
| 8477 | ;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (17187 59901)) | 8526 | ;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (17279 27122)) |
| 8478 | ;;; Generated autoloads from ediff-hook.el | 8527 | ;;; Generated autoloads from ediff-hook.el |
| 8479 | 8528 | ||
| 8480 | (defvar ediff-window-setup-function) | 8529 | (defvar ediff-window-setup-function) |
| @@ -8487,7 +8536,7 @@ Not documented | |||
| 8487 | ;;;*** | 8536 | ;;;*** |
| 8488 | 8537 | ||
| 8489 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" | 8538 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" |
| 8490 | ;;;;;; (17229 28052)) | 8539 | ;;;;;; (17376 5576)) |
| 8491 | ;;; Generated autoloads from ediff-mult.el | 8540 | ;;; Generated autoloads from ediff-mult.el |
| 8492 | 8541 | ||
| 8493 | (autoload (quote ediff-show-registry) "ediff-mult" "\ | 8542 | (autoload (quote ediff-show-registry) "ediff-mult" "\ |
| @@ -8500,7 +8549,7 @@ Display Ediff's registry. | |||
| 8500 | ;;;*** | 8549 | ;;;*** |
| 8501 | 8550 | ||
| 8502 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) | 8551 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) |
| 8503 | ;;;;;; "ediff-util" "ediff-util.el" (17277 59649)) | 8552 | ;;;;;; "ediff-util" "ediff-util.el" (17279 27201)) |
| 8504 | ;;; Generated autoloads from ediff-util.el | 8553 | ;;; Generated autoloads from ediff-util.el |
| 8505 | 8554 | ||
| 8506 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ | 8555 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ |
| @@ -8521,7 +8570,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see. | |||
| 8521 | 8570 | ||
| 8522 | ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro | 8571 | ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro |
| 8523 | ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" | 8572 | ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" |
| 8524 | ;;;;;; (17251 25141)) | 8573 | ;;;;;; (17279 27194)) |
| 8525 | ;;; Generated autoloads from edmacro.el | 8574 | ;;; Generated autoloads from edmacro.el |
| 8526 | 8575 | ||
| 8527 | (defvar edmacro-eight-bits nil "\ | 8576 | (defvar edmacro-eight-bits nil "\ |
| @@ -8574,7 +8623,7 @@ or nil, use a compact 80-column format. | |||
| 8574 | ;;;*** | 8623 | ;;;*** |
| 8575 | 8624 | ||
| 8576 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" | 8625 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" |
| 8577 | ;;;;;; "emulation/edt.el" (17187 59901)) | 8626 | ;;;;;; "emulation/edt.el" (17279 27122)) |
| 8578 | ;;; Generated autoloads from emulation/edt.el | 8627 | ;;; Generated autoloads from emulation/edt.el |
| 8579 | 8628 | ||
| 8580 | (autoload (quote edt-set-scroll-margins) "edt" "\ | 8629 | (autoload (quote edt-set-scroll-margins) "edt" "\ |
| @@ -8592,7 +8641,7 @@ Turn on EDT Emulation. | |||
| 8592 | ;;;*** | 8641 | ;;;*** |
| 8593 | 8642 | ||
| 8594 | ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" | 8643 | ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" |
| 8595 | ;;;;;; (17187 59901)) | 8644 | ;;;;;; (17279 27122)) |
| 8596 | ;;; Generated autoloads from ehelp.el | 8645 | ;;; Generated autoloads from ehelp.el |
| 8597 | 8646 | ||
| 8598 | (autoload (quote with-electric-help) "ehelp" "\ | 8647 | (autoload (quote with-electric-help) "ehelp" "\ |
| @@ -8630,7 +8679,7 @@ Not documented | |||
| 8630 | ;;;*** | 8679 | ;;;*** |
| 8631 | 8680 | ||
| 8632 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) | 8681 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) |
| 8633 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (17226 24574)) | 8682 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (17279 27171)) |
| 8634 | ;;; Generated autoloads from emacs-lisp/eldoc.el | 8683 | ;;; Generated autoloads from emacs-lisp/eldoc.el |
| 8635 | 8684 | ||
| 8636 | (defvar eldoc-minor-mode-string " ElDoc" "\ | 8685 | (defvar eldoc-minor-mode-string " ElDoc" "\ |
| @@ -8668,8 +8717,8 @@ Emacs Lisp mode) that support Eldoc.") | |||
| 8668 | 8717 | ||
| 8669 | ;;;*** | 8718 | ;;;*** |
| 8670 | 8719 | ||
| 8671 | ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (17187 | 8720 | ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (17279 |
| 8672 | ;;;;;; 59901)) | 8721 | ;;;;;; 27122)) |
| 8673 | ;;; Generated autoloads from elide-head.el | 8722 | ;;; Generated autoloads from elide-head.el |
| 8674 | 8723 | ||
| 8675 | (autoload (quote elide-head) "elide-head" "\ | 8724 | (autoload (quote elide-head) "elide-head" "\ |
| @@ -8685,7 +8734,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks. | |||
| 8685 | ;;;*** | 8734 | ;;;*** |
| 8686 | 8735 | ||
| 8687 | ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" | 8736 | ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" |
| 8688 | ;;;;;; (17187 59901)) | 8737 | ;;;;;; (17279 27122)) |
| 8689 | ;;; Generated autoloads from emacs-lisp/elint.el | 8738 | ;;; Generated autoloads from emacs-lisp/elint.el |
| 8690 | 8739 | ||
| 8691 | (autoload (quote elint-initialize) "elint" "\ | 8740 | (autoload (quote elint-initialize) "elint" "\ |
| @@ -8696,8 +8745,8 @@ Initialize elint. | |||
| 8696 | ;;;*** | 8745 | ;;;*** |
| 8697 | 8746 | ||
| 8698 | ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list | 8747 | ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list |
| 8699 | ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (17187 | 8748 | ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (17297 |
| 8700 | ;;;;;; 59901)) | 8749 | ;;;;;; 42808)) |
| 8701 | ;;; Generated autoloads from emacs-lisp/elp.el | 8750 | ;;; Generated autoloads from emacs-lisp/elp.el |
| 8702 | 8751 | ||
| 8703 | (autoload (quote elp-instrument-function) "elp" "\ | 8752 | (autoload (quote elp-instrument-function) "elp" "\ |
| @@ -8731,7 +8780,7 @@ displayed. | |||
| 8731 | ;;;*** | 8780 | ;;;*** |
| 8732 | 8781 | ||
| 8733 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" | 8782 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" |
| 8734 | ;;;;;; (17187 59901)) | 8783 | ;;;;;; (17350 14840)) |
| 8735 | ;;; Generated autoloads from mail/emacsbug.el | 8784 | ;;; Generated autoloads from mail/emacsbug.el |
| 8736 | 8785 | ||
| 8737 | (autoload (quote report-emacs-bug) "emacsbug" "\ | 8786 | (autoload (quote report-emacs-bug) "emacsbug" "\ |
| @@ -8746,7 +8795,7 @@ Prompts for bug subject. Leaves you in a mail buffer. | |||
| 8746 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote | 8795 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote |
| 8747 | ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor | 8796 | ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor |
| 8748 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" | 8797 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" |
| 8749 | ;;;;;; "emerge.el" (17187 59901)) | 8798 | ;;;;;; "emerge.el" (17279 27122)) |
| 8750 | ;;; Generated autoloads from emerge.el | 8799 | ;;; Generated autoloads from emerge.el |
| 8751 | 8800 | ||
| 8752 | (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) | 8801 | (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) |
| @@ -8824,7 +8873,7 @@ Not documented | |||
| 8824 | ;;;*** | 8873 | ;;;*** |
| 8825 | 8874 | ||
| 8826 | ;;;### (autoloads (encoded-kbd-setup-display) "encoded-kb" "international/encoded-kb.el" | 8875 | ;;;### (autoloads (encoded-kbd-setup-display) "encoded-kb" "international/encoded-kb.el" |
| 8827 | ;;;;;; (17251 25141)) | 8876 | ;;;;;; (17323 25934)) |
| 8828 | ;;; Generated autoloads from international/encoded-kb.el | 8877 | ;;; Generated autoloads from international/encoded-kb.el |
| 8829 | 8878 | ||
| 8830 | (autoload (quote encoded-kbd-setup-display) "encoded-kb" "\ | 8879 | (autoload (quote encoded-kbd-setup-display) "encoded-kb" "\ |
| @@ -8837,7 +8886,7 @@ DISPLAY may be a display id, a frame, or nil for the selected frame's display. | |||
| 8837 | ;;;*** | 8886 | ;;;*** |
| 8838 | 8887 | ||
| 8839 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) | 8888 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) |
| 8840 | ;;;;;; "enriched" "textmodes/enriched.el" (17187 59902)) | 8889 | ;;;;;; "enriched" "textmodes/enriched.el" (17279 27123)) |
| 8841 | ;;; Generated autoloads from textmodes/enriched.el | 8890 | ;;; Generated autoloads from textmodes/enriched.el |
| 8842 | 8891 | ||
| 8843 | (autoload (quote enriched-mode) "enriched" "\ | 8892 | (autoload (quote enriched-mode) "enriched" "\ |
| @@ -8867,8 +8916,454 @@ Not documented | |||
| 8867 | 8916 | ||
| 8868 | ;;;*** | 8917 | ;;;*** |
| 8869 | 8918 | ||
| 8870 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (17187 | 8919 | ;;;### (autoloads (erc-select erc-select-read-args) "erc" "erc/erc.el" |
| 8871 | ;;;;;; 59901)) | 8920 | ;;;;;; (17383 37956)) |
| 8921 | ;;; Generated autoloads from erc/erc.el | ||
| 8922 | |||
| 8923 | (autoload (quote erc-select-read-args) "erc" "\ | ||
| 8924 | Prompt the user for values of nick, server, port, and password. | ||
| 8925 | |||
| 8926 | \(fn)" nil nil) | ||
| 8927 | |||
| 8928 | (autoload (quote erc-select) "erc" "\ | ||
| 8929 | Select connection parameters and run ERC. | ||
| 8930 | Non-interactively, it takes keyword arguments | ||
| 8931 | (server (erc-compute-server)) | ||
| 8932 | (port (erc-compute-port)) | ||
| 8933 | (nick (erc-compute-nick)) | ||
| 8934 | password | ||
| 8935 | (full-name (erc-compute-full-name))) | ||
| 8936 | |||
| 8937 | That is, if called with | ||
| 8938 | (erc-select :server \"irc.freenode.net\" :full-name \"Harry S Truman\") | ||
| 8939 | server and full-name will be set to those values, whereas | ||
| 8940 | erc-compute-port, erc-compute-nick and erc-compute-full-name will | ||
| 8941 | be invoked for those parameters' values | ||
| 8942 | |||
| 8943 | \(fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) PASSWORD (FULL-NAME (erc-compute-full-name)))" t nil) | ||
| 8944 | |||
| 8945 | ;;;*** | ||
| 8946 | |||
| 8947 | ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (17374 | ||
| 8948 | ;;;;;; 21559)) | ||
| 8949 | ;;; Generated autoloads from erc/erc-autoaway.el | ||
| 8950 | (autoload 'erc-autoaway-mode "erc-autoaway") | ||
| 8951 | |||
| 8952 | ;;;*** | ||
| 8953 | |||
| 8954 | ;;;### (autoloads nil "erc-autojoin" "erc/erc-autojoin.el" (17383 | ||
| 8955 | ;;;;;; 37955)) | ||
| 8956 | ;;; Generated autoloads from erc/erc-autojoin.el | ||
| 8957 | (autoload 'erc-autojoin-mode "erc-autojoin" nil t) | ||
| 8958 | |||
| 8959 | ;;;*** | ||
| 8960 | |||
| 8961 | ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (17374 21559)) | ||
| 8962 | ;;; Generated autoloads from erc/erc-button.el | ||
| 8963 | (autoload 'erc-button-mode "erc-button" nil t) | ||
| 8964 | |||
| 8965 | ;;;*** | ||
| 8966 | |||
| 8967 | ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (17374 21559)) | ||
| 8968 | ;;; Generated autoloads from erc/erc-compat.el | ||
| 8969 | (autoload 'erc-define-minor-mode "erc-compat") | ||
| 8970 | |||
| 8971 | ;;;*** | ||
| 8972 | |||
| 8973 | ;;;### (autoloads (erc-complete) "erc-complete" "erc/erc-complete.el" | ||
| 8974 | ;;;;;; (17383 37956)) | ||
| 8975 | ;;; Generated autoloads from erc/erc-complete.el | ||
| 8976 | |||
| 8977 | (autoload (quote erc-complete) "erc-complete" "\ | ||
| 8978 | Complete nick at point. | ||
| 8979 | See `erc-try-complete-nick' for more technical info. | ||
| 8980 | This function is obsolete, use `erc-pcomplete' instead. | ||
| 8981 | |||
| 8982 | \(fn)" t nil) | ||
| 8983 | |||
| 8984 | ;;;*** | ||
| 8985 | |||
| 8986 | ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) | ||
| 8987 | ;;;;;; "erc-dcc" "erc/erc-dcc.el" (17374 21559)) | ||
| 8988 | ;;; Generated autoloads from erc/erc-dcc.el | ||
| 8989 | |||
| 8990 | (autoload (quote erc-cmd-DCC) "erc-dcc" "\ | ||
| 8991 | Parser for /dcc command. | ||
| 8992 | This figures out the dcc subcommand and calls the appropriate routine to | ||
| 8993 | handle it. The function dispatched should be named \"erc-dcc-do-FOO-command\", | ||
| 8994 | where FOO is one of CLOSE, GET, SEND, LIST, CHAT, etc. | ||
| 8995 | |||
| 8996 | \(fn CMD &rest ARGS)" nil nil) | ||
| 8997 | |||
| 8998 | (autoload (quote pcomplete/erc-mode/DCC) "erc-dcc" "\ | ||
| 8999 | Provides completion for the /DCC command. | ||
| 9000 | |||
| 9001 | \(fn)" nil nil) | ||
| 9002 | |||
| 9003 | (defvar erc-ctcp-query-DCC-hook (quote (erc-ctcp-query-DCC)) "\ | ||
| 9004 | Hook variable for CTCP DCC queries") | ||
| 9005 | |||
| 9006 | (autoload (quote erc-ctcp-query-DCC) "erc-dcc" "\ | ||
| 9007 | The function called when a CTCP DCC request is detected by the client. | ||
| 9008 | It examines the DCC subcommand, and calls the appropriate routine for | ||
| 9009 | that subcommand. | ||
| 9010 | |||
| 9011 | \(fn PROC NICK LOGIN HOST TO QUERY)" nil nil) | ||
| 9012 | |||
| 9013 | ;;;*** | ||
| 9014 | |||
| 9015 | ;;;### (autoloads (erc-ezb-initialize erc-ezb-select-session erc-ezb-select | ||
| 9016 | ;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list | ||
| 9017 | ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action | ||
| 9018 | ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" | ||
| 9019 | ;;;;;; (17374 21559)) | ||
| 9020 | ;;; Generated autoloads from erc/erc-ezbounce.el | ||
| 9021 | |||
| 9022 | (autoload (quote erc-cmd-ezb) "erc-ezbounce" "\ | ||
| 9023 | Send EZB commands to the EZBouncer verbatim. | ||
| 9024 | |||
| 9025 | \(fn LINE &optional FORCE)" nil nil) | ||
| 9026 | |||
| 9027 | (autoload (quote erc-ezb-get-login) "erc-ezbounce" "\ | ||
| 9028 | Return an appropriate EZBounce login for SERVER and PORT. | ||
| 9029 | Look up entries in `erc-ezb-login-alist'. If the username or password | ||
| 9030 | in the alist is `nil', prompt for the appropriate values. | ||
| 9031 | |||
| 9032 | \(fn SERVER PORT)" nil nil) | ||
| 9033 | |||
| 9034 | (autoload (quote erc-ezb-lookup-action) "erc-ezbounce" "\ | ||
| 9035 | Not documented | ||
| 9036 | |||
| 9037 | \(fn MESSAGE)" nil nil) | ||
| 9038 | |||
| 9039 | (autoload (quote erc-ezb-notice-autodetect) "erc-ezbounce" "\ | ||
| 9040 | React on an EZBounce NOTICE request. | ||
| 9041 | |||
| 9042 | \(fn PROC PARSED)" nil nil) | ||
| 9043 | |||
| 9044 | (autoload (quote erc-ezb-identify) "erc-ezbounce" "\ | ||
| 9045 | Identify to the EZBouncer server. | ||
| 9046 | |||
| 9047 | \(fn MESSAGE)" nil nil) | ||
| 9048 | |||
| 9049 | (autoload (quote erc-ezb-init-session-list) "erc-ezbounce" "\ | ||
| 9050 | Reset the EZBounce session list to NIL. | ||
| 9051 | |||
| 9052 | \(fn MESSAGE)" nil nil) | ||
| 9053 | |||
| 9054 | (autoload (quote erc-ezb-end-of-session-list) "erc-ezbounce" "\ | ||
| 9055 | Indicate the end of the EZBounce session listing. | ||
| 9056 | |||
| 9057 | \(fn MESSAGE)" nil nil) | ||
| 9058 | |||
| 9059 | (autoload (quote erc-ezb-add-session) "erc-ezbounce" "\ | ||
| 9060 | Add an EZBounce session to the session list. | ||
| 9061 | |||
| 9062 | \(fn MESSAGE)" nil nil) | ||
| 9063 | |||
| 9064 | (autoload (quote erc-ezb-select) "erc-ezbounce" "\ | ||
| 9065 | Select an IRC server to use by EZBounce, in ERC style. | ||
| 9066 | |||
| 9067 | \(fn MESSAGE)" nil nil) | ||
| 9068 | |||
| 9069 | (autoload (quote erc-ezb-select-session) "erc-ezbounce" "\ | ||
| 9070 | Select a detached EZBounce session. | ||
| 9071 | |||
| 9072 | \(fn)" nil nil) | ||
| 9073 | |||
| 9074 | (autoload (quote erc-ezb-initialize) "erc-ezbounce" "\ | ||
| 9075 | Add EZBouncer convenience functions to ERC. | ||
| 9076 | |||
| 9077 | \(fn)" nil nil) | ||
| 9078 | |||
| 9079 | ;;;*** | ||
| 9080 | |||
| 9081 | ;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (17374 | ||
| 9082 | ;;;;;; 21559)) | ||
| 9083 | ;;; Generated autoloads from erc/erc-fill.el | ||
| 9084 | (autoload 'erc-fill-mode "erc-fill" nil t) | ||
| 9085 | |||
| 9086 | (autoload (quote erc-fill) "erc-fill" "\ | ||
| 9087 | Fill a region using the function referenced in `erc-fill-function'. | ||
| 9088 | You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'. | ||
| 9089 | |||
| 9090 | \(fn)" nil nil) | ||
| 9091 | |||
| 9092 | ;;;*** | ||
| 9093 | |||
| 9094 | ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" | ||
| 9095 | ;;;;;; (17374 21559)) | ||
| 9096 | ;;; Generated autoloads from erc/erc-imenu.el | ||
| 9097 | |||
| 9098 | (autoload (quote erc-create-imenu-index) "erc-imenu" "\ | ||
| 9099 | Not documented | ||
| 9100 | |||
| 9101 | \(fn)" nil nil) | ||
| 9102 | |||
| 9103 | ;;;*** | ||
| 9104 | |||
| 9105 | ;;;### (autoloads (erc-chanlist erc-cmd-LIST) "erc-list" "erc/erc-list.el" | ||
| 9106 | ;;;;;; (17374 21559)) | ||
| 9107 | ;;; Generated autoloads from erc/erc-list.el | ||
| 9108 | |||
| 9109 | (autoload (quote erc-cmd-LIST) "erc-list" "\ | ||
| 9110 | Display a buffer containing a list of channels on the current server. | ||
| 9111 | Optional argument CHANNEL specifies a single channel to list (instead of every | ||
| 9112 | available channel). | ||
| 9113 | |||
| 9114 | \(fn &rest CHANNEL)" t nil) | ||
| 9115 | |||
| 9116 | (autoload (quote erc-chanlist) "erc-list" "\ | ||
| 9117 | Show a channel listing of the current server in a special mode. | ||
| 9118 | Please note that this function only works with IRC servers which conform | ||
| 9119 | to RFC and send the LIST header (#321) at start of list transmission. | ||
| 9120 | |||
| 9121 | \(fn &optional CHANNELS)" t nil) | ||
| 9122 | |||
| 9123 | ;;;*** | ||
| 9124 | |||
| 9125 | ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" | ||
| 9126 | ;;;;;; "erc/erc-log.el" (17374 21559)) | ||
| 9127 | ;;; Generated autoloads from erc/erc-log.el | ||
| 9128 | (autoload 'erc-log-mode "erc-log" nil t) | ||
| 9129 | |||
| 9130 | (autoload (quote erc-logging-enabled) "erc-log" "\ | ||
| 9131 | Return non-nil if logging is enabled for BUFFER. | ||
| 9132 | If BUFFER is nil, the value of `current-buffer' is used. | ||
| 9133 | Logging is enabled if `erc-log-channels-directory' is non-nil, the directory | ||
| 9134 | is writeable (it will be created as necessary) and | ||
| 9135 | `erc-enable-logging' returns a non-nil value. | ||
| 9136 | |||
| 9137 | \(fn &optional BUFFER)" nil nil) | ||
| 9138 | |||
| 9139 | (autoload (quote erc-save-buffer-in-logs) "erc-log" "\ | ||
| 9140 | Append BUFFER contents to the log file, if logging is enabled. | ||
| 9141 | If BUFFER is not provided, current buffer is used. | ||
| 9142 | Logging is enabled if `erc-logging-enabled' returns non-nil. | ||
| 9143 | |||
| 9144 | This is normally done on exit, to save the unsaved portion of the | ||
| 9145 | buffer, since only the text that runs off the buffer limit is logged | ||
| 9146 | automatically. | ||
| 9147 | |||
| 9148 | You can save every individual message by putting this function on | ||
| 9149 | `erc-insert-post-hook'. | ||
| 9150 | |||
| 9151 | \(fn &optional BUFFER)" t nil) | ||
| 9152 | |||
| 9153 | ;;;*** | ||
| 9154 | |||
| 9155 | ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host | ||
| 9156 | ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool | ||
| 9157 | ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" | ||
| 9158 | ;;;;;; (17374 21559)) | ||
| 9159 | ;;; Generated autoloads from erc/erc-match.el | ||
| 9160 | (autoload 'erc-match-mode "erc-match") | ||
| 9161 | |||
| 9162 | (autoload (quote erc-add-pal) "erc-match" "\ | ||
| 9163 | Add pal interactively to `erc-pals'. | ||
| 9164 | |||
| 9165 | \(fn)" t nil) | ||
| 9166 | |||
| 9167 | (autoload (quote erc-delete-pal) "erc-match" "\ | ||
| 9168 | Delete pal interactively to `erc-pals'. | ||
| 9169 | |||
| 9170 | \(fn)" t nil) | ||
| 9171 | |||
| 9172 | (autoload (quote erc-add-fool) "erc-match" "\ | ||
| 9173 | Add fool interactively to `erc-fools'. | ||
| 9174 | |||
| 9175 | \(fn)" t nil) | ||
| 9176 | |||
| 9177 | (autoload (quote erc-delete-fool) "erc-match" "\ | ||
| 9178 | Delete fool interactively to `erc-fools'. | ||
| 9179 | |||
| 9180 | \(fn)" t nil) | ||
| 9181 | |||
| 9182 | (autoload (quote erc-add-keyword) "erc-match" "\ | ||
| 9183 | Add keyword interactively to `erc-keywords'. | ||
| 9184 | |||
| 9185 | \(fn)" t nil) | ||
| 9186 | |||
| 9187 | (autoload (quote erc-delete-keyword) "erc-match" "\ | ||
| 9188 | Delete keyword interactively to `erc-keywords'. | ||
| 9189 | |||
| 9190 | \(fn)" t nil) | ||
| 9191 | |||
| 9192 | (autoload (quote erc-add-dangerous-host) "erc-match" "\ | ||
| 9193 | Add dangerous-host interactively to `erc-dangerous-hosts'. | ||
| 9194 | |||
| 9195 | \(fn)" t nil) | ||
| 9196 | |||
| 9197 | (autoload (quote erc-delete-dangerous-host) "erc-match" "\ | ||
| 9198 | Delete dangerous-host interactively to `erc-dangerous-hosts'. | ||
| 9199 | |||
| 9200 | \(fn)" t nil) | ||
| 9201 | |||
| 9202 | ;;;*** | ||
| 9203 | |||
| 9204 | ;;;### (autoloads (erc-server-select erc-determine-network) "erc-nets" | ||
| 9205 | ;;;;;; "erc/erc-nets.el" (17374 21559)) | ||
| 9206 | ;;; Generated autoloads from erc/erc-nets.el | ||
| 9207 | |||
| 9208 | (autoload (quote erc-determine-network) "erc-nets" "\ | ||
| 9209 | Return the name of the network or \"Unknown\" as a symbol. Use the | ||
| 9210 | server parameter NETWORK if provided, otherwise parse the server name and | ||
| 9211 | search for a match in `erc-networks-alist'. | ||
| 9212 | |||
| 9213 | \(fn)" nil nil) | ||
| 9214 | |||
| 9215 | (autoload (quote erc-server-select) "erc-nets" "\ | ||
| 9216 | Interactively select a server to connect to using `erc-server-alist'. | ||
| 9217 | |||
| 9218 | \(fn)" t nil) | ||
| 9219 | |||
| 9220 | ;;;*** | ||
| 9221 | |||
| 9222 | ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" | ||
| 9223 | ;;;;;; (17374 21559)) | ||
| 9224 | ;;; Generated autoloads from erc/erc-netsplit.el | ||
| 9225 | (autoload 'erc-netsplit-mode "erc-netsplit") | ||
| 9226 | |||
| 9227 | (autoload (quote erc-cmd-WHOLEFT) "erc-netsplit" "\ | ||
| 9228 | Show who's gone. | ||
| 9229 | |||
| 9230 | \(fn)" nil nil) | ||
| 9231 | |||
| 9232 | ;;;*** | ||
| 9233 | |||
| 9234 | ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) | ||
| 9235 | ;;;;;; "erc-nickserv" "erc/erc-nickserv.el" (17374 21559)) | ||
| 9236 | ;;; Generated autoloads from erc/erc-nickserv.el | ||
| 9237 | (autoload 'erc-services-mode "erc-nickserv" nil t) | ||
| 9238 | |||
| 9239 | (autoload (quote erc-nickserv-identify-mode) "erc-nickserv" "\ | ||
| 9240 | Set up hooks according to which MODE the user has chosen. | ||
| 9241 | |||
| 9242 | \(fn MODE)" t nil) | ||
| 9243 | |||
| 9244 | (autoload (quote erc-nickserv-identify) "erc-nickserv" "\ | ||
| 9245 | Send an \"identify <PASSWORD>\" message to NickServ. | ||
| 9246 | When called interactively, read the password using `read-passwd'. | ||
| 9247 | |||
| 9248 | \(fn PASSWORD)" t nil) | ||
| 9249 | |||
| 9250 | ;;;*** | ||
| 9251 | |||
| 9252 | ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" | ||
| 9253 | ;;;;;; "erc/erc-notify.el" (17374 21559)) | ||
| 9254 | ;;; Generated autoloads from erc/erc-notify.el | ||
| 9255 | (autoload 'erc-notify-mode "erc-notify" nil t) | ||
| 9256 | |||
| 9257 | (autoload (quote erc-cmd-NOTIFY) "erc-notify" "\ | ||
| 9258 | Change `erc-notify-list' or list current notify-list members online. | ||
| 9259 | Without args, list the current list of notificated people online, | ||
| 9260 | with args, toggle notify status of people. | ||
| 9261 | |||
| 9262 | \(fn &rest ARGS)" nil nil) | ||
| 9263 | |||
| 9264 | (autoload (quote pcomplete/erc-mode/NOTIFY) "erc-notify" "\ | ||
| 9265 | Not documented | ||
| 9266 | |||
| 9267 | \(fn)" nil nil) | ||
| 9268 | |||
| 9269 | ;;;*** | ||
| 9270 | |||
| 9271 | ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (17374 21559)) | ||
| 9272 | ;;; Generated autoloads from erc/erc-page.el | ||
| 9273 | (autoload 'erc-page-mode "erc-page") | ||
| 9274 | |||
| 9275 | ;;;*** | ||
| 9276 | |||
| 9277 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (17374 | ||
| 9278 | ;;;;;; 21559)) | ||
| 9279 | ;;; Generated autoloads from erc/erc-pcomplete.el | ||
| 9280 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) | ||
| 9281 | |||
| 9282 | ;;;*** | ||
| 9283 | |||
| 9284 | ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (17374 21559)) | ||
| 9285 | ;;; Generated autoloads from erc/erc-replace.el | ||
| 9286 | (autoload 'erc-replace-mode "erc-replace") | ||
| 9287 | |||
| 9288 | ;;;*** | ||
| 9289 | |||
| 9290 | ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (17374 21559)) | ||
| 9291 | ;;; Generated autoloads from erc/erc-ring.el | ||
| 9292 | (autoload 'erc-ring-mode "erc-ring" nil t) | ||
| 9293 | |||
| 9294 | ;;;*** | ||
| 9295 | |||
| 9296 | ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (17374 21559)) | ||
| 9297 | ;;; Generated autoloads from erc/erc-sound.el | ||
| 9298 | (autoload 'erc-sound-mode "erc-sound") | ||
| 9299 | |||
| 9300 | ;;;*** | ||
| 9301 | |||
| 9302 | ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" | ||
| 9303 | ;;;;;; (17374 21565)) | ||
| 9304 | ;;; Generated autoloads from erc/erc-speedbar.el | ||
| 9305 | |||
| 9306 | (autoload (quote erc-speedbar-browser) "erc-speedbar" "\ | ||
| 9307 | Initialize speedbar to display an ERC browser. | ||
| 9308 | This will add a speedbar major display mode. | ||
| 9309 | |||
| 9310 | \(fn)" t nil) | ||
| 9311 | |||
| 9312 | ;;;*** | ||
| 9313 | |||
| 9314 | ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (17383 | ||
| 9315 | ;;;;;; 37956)) | ||
| 9316 | ;;; Generated autoloads from erc/erc-spelling.el | ||
| 9317 | (autoload 'erc-spelling-mode "erc-spelling" nil t) | ||
| 9318 | |||
| 9319 | ;;;*** | ||
| 9320 | |||
| 9321 | ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (17383 37955)) | ||
| 9322 | ;;; Generated autoloads from erc/erc-stamp.el | ||
| 9323 | (autoload 'erc-timestamp-mode "erc-stamp" nil t) | ||
| 9324 | |||
| 9325 | ;;;*** | ||
| 9326 | |||
| 9327 | ;;;### (autoloads nil "erc-track" "erc/erc-track.el" (17374 21559)) | ||
| 9328 | ;;; Generated autoloads from erc/erc-track.el | ||
| 9329 | (autoload 'erc-track-mode "erc-track" nil t) | ||
| 9330 | (autoload 'erc-track-when-inactive-mode "erc-track" nil t) | ||
| 9331 | |||
| 9332 | ;;;*** | ||
| 9333 | |||
| 9334 | ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) | ||
| 9335 | ;;;;;; "erc-truncate" "erc/erc-truncate.el" (17374 21559)) | ||
| 9336 | ;;; Generated autoloads from erc/erc-truncate.el | ||
| 9337 | (autoload 'erc-truncate-mode "erc-truncate" nil t) | ||
| 9338 | |||
| 9339 | (autoload (quote erc-truncate-buffer-to-size) "erc-truncate" "\ | ||
| 9340 | Truncates the buffer to the size SIZE. | ||
| 9341 | If BUFFER is not provided, the current buffer is assumed. The deleted | ||
| 9342 | region is logged if `erc-logging-enabled' returns non-nil. | ||
| 9343 | |||
| 9344 | \(fn SIZE &optional BUFFER)" nil nil) | ||
| 9345 | |||
| 9346 | (autoload (quote erc-truncate-buffer) "erc-truncate" "\ | ||
| 9347 | Truncates the current buffer to `erc-max-buffer-size'. | ||
| 9348 | Meant to be used in hooks, like `erc-insert-post-hook'. | ||
| 9349 | |||
| 9350 | \(fn)" t nil) | ||
| 9351 | |||
| 9352 | ;;;*** | ||
| 9353 | |||
| 9354 | ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" | ||
| 9355 | ;;;;;; (17374 21559)) | ||
| 9356 | ;;; Generated autoloads from erc/erc-xdcc.el | ||
| 9357 | |||
| 9358 | (autoload (quote erc-xdcc-add-file) "erc-xdcc" "\ | ||
| 9359 | Add a file to `erc-xdcc-files'. | ||
| 9360 | |||
| 9361 | \(fn FILE)" t nil) | ||
| 9362 | |||
| 9363 | ;;;*** | ||
| 9364 | |||
| 9365 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (17279 | ||
| 9366 | ;;;;;; 27122)) | ||
| 8872 | ;;; Generated autoloads from eshell/esh-mode.el | 9367 | ;;; Generated autoloads from eshell/esh-mode.el |
| 8873 | 9368 | ||
| 8874 | (autoload (quote eshell-mode) "esh-mode" "\ | 9369 | (autoload (quote eshell-mode) "esh-mode" "\ |
| @@ -8880,8 +9375,8 @@ Emacs shell interactive mode. | |||
| 8880 | 9375 | ||
| 8881 | ;;;*** | 9376 | ;;;*** |
| 8882 | 9377 | ||
| 8883 | ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (17187 | 9378 | ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (17279 |
| 8884 | ;;;;;; 59901)) | 9379 | ;;;;;; 27122)) |
| 8885 | ;;; Generated autoloads from eshell/esh-test.el | 9380 | ;;; Generated autoloads from eshell/esh-test.el |
| 8886 | 9381 | ||
| 8887 | (autoload (quote eshell-test) "esh-test" "\ | 9382 | (autoload (quote eshell-test) "esh-test" "\ |
| @@ -8892,7 +9387,7 @@ Test Eshell to verify that it works as expected. | |||
| 8892 | ;;;*** | 9387 | ;;;*** |
| 8893 | 9388 | ||
| 8894 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command | 9389 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command |
| 8895 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (17187 59901)) | 9390 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (17279 27122)) |
| 8896 | ;;; Generated autoloads from eshell/eshell.el | 9391 | ;;; Generated autoloads from eshell/eshell.el |
| 8897 | 9392 | ||
| 8898 | (autoload (quote eshell) "eshell" "\ | 9393 | (autoload (quote eshell) "eshell" "\ |
| @@ -8938,7 +9433,7 @@ Please include any configuration details that might be involved. | |||
| 8938 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function | 9433 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function |
| 8939 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list | 9434 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list |
| 8940 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" | 9435 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" |
| 8941 | ;;;;;; (17244 4914)) | 9436 | ;;;;;; (17279 27189)) |
| 8942 | ;;; Generated autoloads from progmodes/etags.el | 9437 | ;;; Generated autoloads from progmodes/etags.el |
| 8943 | 9438 | ||
| 8944 | (defvar tags-file-name nil "\ | 9439 | (defvar tags-file-name nil "\ |
| @@ -9240,7 +9735,7 @@ for \\[find-tag] (which see). | |||
| 9240 | ;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker | 9735 | ;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker |
| 9241 | ;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker | 9736 | ;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker |
| 9242 | ;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) | 9737 | ;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) |
| 9243 | ;;;;;; "ethio-util" "language/ethio-util.el" (17187 59901)) | 9738 | ;;;;;; "ethio-util" "language/ethio-util.el" (17327 23539)) |
| 9244 | ;;; Generated autoloads from language/ethio-util.el | 9739 | ;;; Generated autoloads from language/ethio-util.el |
| 9245 | 9740 | ||
| 9246 | (autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\ | 9741 | (autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\ |
| @@ -9286,7 +9781,7 @@ See also the descriptions of the variables | |||
| 9286 | \(fn &optional SECONDARY FORCE)" t nil) | 9781 | \(fn &optional SECONDARY FORCE)" t nil) |
| 9287 | 9782 | ||
| 9288 | (autoload (quote ethio-sera-to-fidel-mail-or-marker) "ethio-util" "\ | 9783 | (autoload (quote ethio-sera-to-fidel-mail-or-marker) "ethio-util" "\ |
| 9289 | Execute ethio-sera-to-fidel-mail or ethio-sera-to-fidel-marker depending on the current major mode. | 9784 | Execute `ethio-sera-to-fidel-mail' or `ethio-sera-to-fidel-marker' depending on the current major mode. |
| 9290 | If in rmail-mode or in mail-mode, execute the former; otherwise latter. | 9785 | If in rmail-mode or in mail-mode, execute the former; otherwise latter. |
| 9291 | 9786 | ||
| 9292 | \(fn &optional ARG)" t nil) | 9787 | \(fn &optional ARG)" t nil) |
| @@ -9346,7 +9841,7 @@ See also the descriptions of the variables | |||
| 9346 | \(fn &optional SECONDARY FORCE)" t nil) | 9841 | \(fn &optional SECONDARY FORCE)" t nil) |
| 9347 | 9842 | ||
| 9348 | (autoload (quote ethio-fidel-to-sera-mail-or-marker) "ethio-util" "\ | 9843 | (autoload (quote ethio-fidel-to-sera-mail-or-marker) "ethio-util" "\ |
| 9349 | Execute ethio-fidel-to-sera-mail or ethio-fidel-to-sera-marker depending on the current major mode. | 9844 | Execute `ethio-fidel-to-sera-mail' or `ethio-fidel-to-sera-marker' depending on the current major mode. |
| 9350 | If in rmail-mode or in mail-mode, execute the former; otherwise latter. | 9845 | If in rmail-mode or in mail-mode, execute the former; otherwise latter. |
| 9351 | 9846 | ||
| 9352 | \(fn &optional ARG)" t nil) | 9847 | \(fn &optional ARG)" t nil) |
| @@ -9435,7 +9930,7 @@ Transcribe Ethiopic characters in ASCII depending on the file extension. | |||
| 9435 | 9930 | ||
| 9436 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline | 9931 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline |
| 9437 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" | 9932 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" |
| 9438 | ;;;;;; (17263 27852)) | 9933 | ;;;;;; (17279 27198)) |
| 9439 | ;;; Generated autoloads from net/eudc.el | 9934 | ;;; Generated autoloads from net/eudc.el |
| 9440 | 9935 | ||
| 9441 | (autoload (quote eudc-set-server) "eudc" "\ | 9936 | (autoload (quote eudc-set-server) "eudc" "\ |
| @@ -9491,7 +9986,7 @@ This does nothing except loading eudc by autoload side-effect. | |||
| 9491 | 9986 | ||
| 9492 | ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline | 9987 | ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline |
| 9493 | ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) | 9988 | ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) |
| 9494 | ;;;;;; "eudc-bob" "net/eudc-bob.el" (17187 59902)) | 9989 | ;;;;;; "eudc-bob" "net/eudc-bob.el" (17279 27123)) |
| 9495 | ;;; Generated autoloads from net/eudc-bob.el | 9990 | ;;; Generated autoloads from net/eudc-bob.el |
| 9496 | 9991 | ||
| 9497 | (autoload (quote eudc-display-generic-binary) "eudc-bob" "\ | 9992 | (autoload (quote eudc-display-generic-binary) "eudc-bob" "\ |
| @@ -9527,7 +10022,7 @@ Display a button for the JPEG DATA. | |||
| 9527 | ;;;*** | 10022 | ;;;*** |
| 9528 | 10023 | ||
| 9529 | ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) | 10024 | ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) |
| 9530 | ;;;;;; "eudc-export" "net/eudc-export.el" (17187 59902)) | 10025 | ;;;;;; "eudc-export" "net/eudc-export.el" (17279 27123)) |
| 9531 | ;;; Generated autoloads from net/eudc-export.el | 10026 | ;;; Generated autoloads from net/eudc-export.el |
| 9532 | 10027 | ||
| 9533 | (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ | 10028 | (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ |
| @@ -9544,7 +10039,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record. | |||
| 9544 | ;;;*** | 10039 | ;;;*** |
| 9545 | 10040 | ||
| 9546 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" | 10041 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" |
| 9547 | ;;;;;; (17187 59902)) | 10042 | ;;;;;; (17279 27123)) |
| 9548 | ;;; Generated autoloads from net/eudc-hotlist.el | 10043 | ;;; Generated autoloads from net/eudc-hotlist.el |
| 9549 | 10044 | ||
| 9550 | (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ | 10045 | (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ |
| @@ -9557,7 +10052,7 @@ Edit the hotlist of directory servers in a specialized buffer. | |||
| 9557 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p | 10052 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p |
| 9558 | ;;;;;; executable-self-display executable-set-magic executable-interpret | 10053 | ;;;;;; executable-self-display executable-set-magic executable-interpret |
| 9559 | ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" | 10054 | ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" |
| 9560 | ;;;;;; (17187 59902)) | 10055 | ;;;;;; (17279 27123)) |
| 9561 | ;;; Generated autoloads from progmodes/executable.el | 10056 | ;;; Generated autoloads from progmodes/executable.el |
| 9562 | 10057 | ||
| 9563 | (autoload (quote executable-command-find-posix-p) "executable" "\ | 10058 | (autoload (quote executable-command-find-posix-p) "executable" "\ |
| @@ -9599,7 +10094,7 @@ file modes. | |||
| 9599 | ;;;*** | 10094 | ;;;*** |
| 9600 | 10095 | ||
| 9601 | ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot | 10096 | ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot |
| 9602 | ;;;;;; expand-add-abbrevs) "expand" "expand.el" (17187 59901)) | 10097 | ;;;;;; expand-add-abbrevs) "expand" "expand.el" (17279 27122)) |
| 9603 | ;;; Generated autoloads from expand.el | 10098 | ;;; Generated autoloads from expand.el |
| 9604 | 10099 | ||
| 9605 | (autoload (quote expand-add-abbrevs) "expand" "\ | 10100 | (autoload (quote expand-add-abbrevs) "expand" "\ |
| @@ -9642,7 +10137,7 @@ This is used only in conjunction with `expand-add-abbrevs'. | |||
| 9642 | 10137 | ||
| 9643 | ;;;*** | 10138 | ;;;*** |
| 9644 | 10139 | ||
| 9645 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (17277 60154)) | 10140 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (17279 27203)) |
| 9646 | ;;; Generated autoloads from progmodes/f90.el | 10141 | ;;; Generated autoloads from progmodes/f90.el |
| 9647 | 10142 | ||
| 9648 | (autoload (quote f90-mode) "f90" "\ | 10143 | (autoload (quote f90-mode) "f90" "\ |
| @@ -9709,7 +10204,7 @@ with no args, if that value is non-nil. | |||
| 9709 | ;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only | 10204 | ;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only |
| 9710 | ;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu | 10205 | ;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu |
| 9711 | ;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) | 10206 | ;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) |
| 9712 | ;;;;;; "facemenu" "facemenu.el" (17187 59901)) | 10207 | ;;;;;; "facemenu" "facemenu.el" (17307 25810)) |
| 9713 | ;;; Generated autoloads from facemenu.el | 10208 | ;;; Generated autoloads from facemenu.el |
| 9714 | (define-key global-map "\M-o" 'facemenu-keymap) | 10209 | (define-key global-map "\M-o" 'facemenu-keymap) |
| 9715 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) | 10210 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) |
| @@ -9872,7 +10367,7 @@ argument BUFFER-NAME is nil, it defaults to *Colors*. | |||
| 9872 | ;;;*** | 10367 | ;;;*** |
| 9873 | 10368 | ||
| 9874 | ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" | 10369 | ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" |
| 9875 | ;;;;;; "obsolete/fast-lock.el" (17226 24576)) | 10370 | ;;;;;; "obsolete/fast-lock.el" (17279 27172)) |
| 9876 | ;;; Generated autoloads from obsolete/fast-lock.el | 10371 | ;;; Generated autoloads from obsolete/fast-lock.el |
| 9877 | 10372 | ||
| 9878 | (autoload (quote fast-lock-mode) "fast-lock" "\ | 10373 | (autoload (quote fast-lock-mode) "fast-lock" "\ |
| @@ -9913,7 +10408,7 @@ Unconditionally turn on Fast Lock mode. | |||
| 9913 | 10408 | ||
| 9914 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue | 10409 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue |
| 9915 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts | 10410 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts |
| 9916 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17263 27852)) | 10411 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17279 27198)) |
| 9917 | ;;; Generated autoloads from mail/feedmail.el | 10412 | ;;; Generated autoloads from mail/feedmail.el |
| 9918 | 10413 | ||
| 9919 | (autoload (quote feedmail-send-it) "feedmail" "\ | 10414 | (autoload (quote feedmail-send-it) "feedmail" "\ |
| @@ -9967,7 +10462,7 @@ you can set feedmail-queue-reminder-alist to nil. | |||
| 9967 | ;;;*** | 10462 | ;;;*** |
| 9968 | 10463 | ||
| 9969 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu | 10464 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu |
| 9970 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17238 21257)) | 10465 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17307 25810)) |
| 9971 | ;;; Generated autoloads from ffap.el | 10466 | ;;; Generated autoloads from ffap.el |
| 9972 | 10467 | ||
| 9973 | (autoload (quote ffap-next) "ffap" "\ | 10468 | (autoload (quote ffap-next) "ffap" "\ |
| @@ -10024,7 +10519,7 @@ Evaluate the forms in variable `ffap-bindings'. | |||
| 10024 | ;;;*** | 10519 | ;;;*** |
| 10025 | 10520 | ||
| 10026 | ;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" | 10521 | ;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" |
| 10027 | ;;;;;; (17238 21257)) | 10522 | ;;;;;; (17307 25810)) |
| 10028 | ;;; Generated autoloads from filecache.el | 10523 | ;;; Generated autoloads from filecache.el |
| 10029 | 10524 | ||
| 10030 | (autoload (quote file-cache-minibuffer-complete) "filecache" "\ | 10525 | (autoload (quote file-cache-minibuffer-complete) "filecache" "\ |
| @@ -10042,8 +10537,8 @@ the name is considered already unique; only the second substitution | |||
| 10042 | 10537 | ||
| 10043 | ;;;*** | 10538 | ;;;*** |
| 10044 | 10539 | ||
| 10045 | ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (17187 | 10540 | ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (17307 |
| 10046 | ;;;;;; 59901)) | 10541 | ;;;;;; 25810)) |
| 10047 | ;;; Generated autoloads from filesets.el | 10542 | ;;; Generated autoloads from filesets.el |
| 10048 | 10543 | ||
| 10049 | (autoload (quote filesets-init) "filesets" "\ | 10544 | (autoload (quote filesets-init) "filesets" "\ |
| @@ -10056,7 +10551,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu. | |||
| 10056 | 10551 | ||
| 10057 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options | 10552 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options |
| 10058 | ;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" | 10553 | ;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" |
| 10059 | ;;;;;; (17187 59901)) | 10554 | ;;;;;; (17307 25810)) |
| 10060 | ;;; Generated autoloads from find-dired.el | 10555 | ;;; Generated autoloads from find-dired.el |
| 10061 | 10556 | ||
| 10062 | (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ | 10557 | (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ |
| @@ -10117,7 +10612,7 @@ Thus ARG can also contain additional grep options. | |||
| 10117 | 10612 | ||
| 10118 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file | 10613 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file |
| 10119 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" | 10614 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" |
| 10120 | ;;;;;; (17187 59901)) | 10615 | ;;;;;; (17307 25810)) |
| 10121 | ;;; Generated autoloads from find-file.el | 10616 | ;;; Generated autoloads from find-file.el |
| 10122 | 10617 | ||
| 10123 | (defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (setq fname (buffer-substring (match-beginning 2) (match-end 2)))))) "\ | 10618 | (defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (setq fname (buffer-substring (match-beginning 2) (match-end 2)))))) "\ |
| @@ -10209,7 +10704,7 @@ Visit the file you click on in another window. | |||
| 10209 | ;;;;;; find-variable find-variable-noselect find-function-other-frame | 10704 | ;;;;;; find-variable find-variable-noselect find-function-other-frame |
| 10210 | ;;;;;; find-function-other-window find-function find-function-noselect | 10705 | ;;;;;; find-function-other-window find-function find-function-noselect |
| 10211 | ;;;;;; find-function-search-for-symbol find-library) "find-func" | 10706 | ;;;;;; find-function-search-for-symbol find-library) "find-func" |
| 10212 | ;;;;;; "emacs-lisp/find-func.el" (17257 22482)) | 10707 | ;;;;;; "emacs-lisp/find-func.el" (17383 37959)) |
| 10213 | ;;; Generated autoloads from emacs-lisp/find-func.el | 10708 | ;;; Generated autoloads from emacs-lisp/find-func.el |
| 10214 | 10709 | ||
| 10215 | (autoload (quote find-library) "find-func" "\ | 10710 | (autoload (quote find-library) "find-func" "\ |
| @@ -10229,7 +10724,7 @@ The search is done in the source for library LIBRARY. | |||
| 10229 | (autoload (quote find-function-noselect) "find-func" "\ | 10724 | (autoload (quote find-function-noselect) "find-func" "\ |
| 10230 | Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION. | 10725 | Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION. |
| 10231 | 10726 | ||
| 10232 | Finds the Emacs Lisp library containing the definition of FUNCTION | 10727 | Finds the source file containing the definition of FUNCTION |
| 10233 | in a buffer and the point of the definition. The buffer is | 10728 | in a buffer and the point of the definition. The buffer is |
| 10234 | not selected. | 10729 | not selected. |
| 10235 | 10730 | ||
| @@ -10242,7 +10737,7 @@ in `load-path'. | |||
| 10242 | (autoload (quote find-function) "find-func" "\ | 10737 | (autoload (quote find-function) "find-func" "\ |
| 10243 | Find the definition of the FUNCTION near point. | 10738 | Find the definition of the FUNCTION near point. |
| 10244 | 10739 | ||
| 10245 | Finds the Emacs Lisp library containing the definition of the function | 10740 | Finds the source file containing the definition of the function |
| 10246 | near point (selected by `function-called-at-point') in a buffer and | 10741 | near point (selected by `function-called-at-point') in a buffer and |
| 10247 | places point before the definition. | 10742 | places point before the definition. |
| 10248 | Set mark before moving, if the buffer already existed. | 10743 | Set mark before moving, if the buffer already existed. |
| @@ -10261,18 +10756,17 @@ See `find-function' for more details. | |||
| 10261 | \(fn FUNCTION)" t nil) | 10756 | \(fn FUNCTION)" t nil) |
| 10262 | 10757 | ||
| 10263 | (autoload (quote find-function-other-frame) "find-func" "\ | 10758 | (autoload (quote find-function-other-frame) "find-func" "\ |
| 10264 | Find, in ananother frame, the definition of FUNCTION near point. | 10759 | Find, in another frame, the definition of FUNCTION near point. |
| 10265 | 10760 | ||
| 10266 | See `find-function' for more details. | 10761 | See `find-function' for more details. |
| 10267 | 10762 | ||
| 10268 | \(fn FUNCTION)" t nil) | 10763 | \(fn FUNCTION)" t nil) |
| 10269 | 10764 | ||
| 10270 | (autoload (quote find-variable-noselect) "find-func" "\ | 10765 | (autoload (quote find-variable-noselect) "find-func" "\ |
| 10271 | Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. | 10766 | Return a pair `(BUFFER . POINT)' pointing to the definition of VARIABLE. |
| 10272 | 10767 | ||
| 10273 | Finds the Emacs Lisp library containing the definition of SYMBOL | 10768 | Finds the library containing the definition of VARIABLE in a buffer and |
| 10274 | in a buffer, and the point of the definition. It does not switch | 10769 | the point of the definition. The buffer is not selected. |
| 10275 | to the buffer or display it. | ||
| 10276 | 10770 | ||
| 10277 | The library where VARIABLE is defined is searched for in FILE or | 10771 | The library where VARIABLE is defined is searched for in FILE or |
| 10278 | `find-function-source-path', if non nil, otherwise in `load-path'. | 10772 | `find-function-source-path', if non nil, otherwise in `load-path'. |
| @@ -10282,7 +10776,7 @@ The library where VARIABLE is defined is searched for in FILE or | |||
| 10282 | (autoload (quote find-variable) "find-func" "\ | 10776 | (autoload (quote find-variable) "find-func" "\ |
| 10283 | Find the definition of the VARIABLE near point. | 10777 | Find the definition of the VARIABLE near point. |
| 10284 | 10778 | ||
| 10285 | Finds the Emacs Lisp library containing the definition of the variable | 10779 | Finds the library containing the definition of the variable |
| 10286 | near point (selected by `variable-at-point') in a buffer and | 10780 | near point (selected by `variable-at-point') in a buffer and |
| 10287 | places point before the definition. | 10781 | places point before the definition. |
| 10288 | 10782 | ||
| @@ -10302,7 +10796,7 @@ See `find-variable' for more details. | |||
| 10302 | \(fn VARIABLE)" t nil) | 10796 | \(fn VARIABLE)" t nil) |
| 10303 | 10797 | ||
| 10304 | (autoload (quote find-variable-other-frame) "find-func" "\ | 10798 | (autoload (quote find-variable-other-frame) "find-func" "\ |
| 10305 | Find, in annother frame, the definition of VARIABLE near point. | 10799 | Find, in another frame, the definition of VARIABLE near point. |
| 10306 | 10800 | ||
| 10307 | See `find-variable' for more details. | 10801 | See `find-variable' for more details. |
| 10308 | 10802 | ||
| @@ -10310,9 +10804,9 @@ See `find-variable' for more details. | |||
| 10310 | 10804 | ||
| 10311 | (autoload (quote find-definition-noselect) "find-func" "\ | 10805 | (autoload (quote find-definition-noselect) "find-func" "\ |
| 10312 | Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. | 10806 | Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. |
| 10313 | TYPE says what type of definition: nil for a function, | 10807 | TYPE says what type of definition: nil for a function, `defvar' for a |
| 10314 | `defvar' or `defface' for a variable or face. This function | 10808 | variable, `defface' for a face. This function does not switch to the |
| 10315 | does not switch to the buffer or display it. | 10809 | buffer nor display it. |
| 10316 | 10810 | ||
| 10317 | The library where SYMBOL is defined is searched for in FILE or | 10811 | The library where SYMBOL is defined is searched for in FILE or |
| 10318 | `find-function-source-path', if non nil, otherwise in `load-path'. | 10812 | `find-function-source-path', if non nil, otherwise in `load-path'. |
| @@ -10346,7 +10840,7 @@ Find directly the function at point in the other window. | |||
| 10346 | \(fn)" t nil) | 10840 | \(fn)" t nil) |
| 10347 | 10841 | ||
| 10348 | (autoload (quote find-variable-at-point) "find-func" "\ | 10842 | (autoload (quote find-variable-at-point) "find-func" "\ |
| 10349 | Find directly the function at point in the other window. | 10843 | Find directly the variable at point in the other window. |
| 10350 | 10844 | ||
| 10351 | \(fn)" t nil) | 10845 | \(fn)" t nil) |
| 10352 | 10846 | ||
| @@ -10358,7 +10852,7 @@ Define some key bindings for the find-function family of functions. | |||
| 10358 | ;;;*** | 10852 | ;;;*** |
| 10359 | 10853 | ||
| 10360 | ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories | 10854 | ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories |
| 10361 | ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17277 59649)) | 10855 | ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17307 25810)) |
| 10362 | ;;; Generated autoloads from find-lisp.el | 10856 | ;;; Generated autoloads from find-lisp.el |
| 10363 | 10857 | ||
| 10364 | (autoload (quote find-lisp-find-dired) "find-lisp" "\ | 10858 | (autoload (quote find-lisp-find-dired) "find-lisp" "\ |
| @@ -10379,7 +10873,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP. | |||
| 10379 | ;;;*** | 10873 | ;;;*** |
| 10380 | 10874 | ||
| 10381 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) | 10875 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) |
| 10382 | ;;;;;; "finder" "finder.el" (17257 22482)) | 10876 | ;;;;;; "finder" "finder.el" (17307 25810)) |
| 10383 | ;;; Generated autoloads from finder.el | 10877 | ;;; Generated autoloads from finder.el |
| 10384 | 10878 | ||
| 10385 | (autoload (quote finder-list-keywords) "finder" "\ | 10879 | (autoload (quote finder-list-keywords) "finder" "\ |
| @@ -10401,7 +10895,7 @@ Find packages matching a given keyword. | |||
| 10401 | ;;;*** | 10895 | ;;;*** |
| 10402 | 10896 | ||
| 10403 | ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" | 10897 | ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" |
| 10404 | ;;;;;; "flow-ctrl.el" (17187 59901)) | 10898 | ;;;;;; "flow-ctrl.el" (17323 25263)) |
| 10405 | ;;; Generated autoloads from flow-ctrl.el | 10899 | ;;; Generated autoloads from flow-ctrl.el |
| 10406 | 10900 | ||
| 10407 | (autoload (quote enable-flow-control) "flow-ctrl" "\ | 10901 | (autoload (quote enable-flow-control) "flow-ctrl" "\ |
| @@ -10423,7 +10917,7 @@ to get the effect of a C-q. | |||
| 10423 | ;;;*** | 10917 | ;;;*** |
| 10424 | 10918 | ||
| 10425 | ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" | 10919 | ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" |
| 10426 | ;;;;;; (17263 27852)) | 10920 | ;;;;;; (17279 27198)) |
| 10427 | ;;; Generated autoloads from gnus/flow-fill.el | 10921 | ;;; Generated autoloads from gnus/flow-fill.el |
| 10428 | 10922 | ||
| 10429 | (autoload (quote fill-flowed-encode) "flow-fill" "\ | 10923 | (autoload (quote fill-flowed-encode) "flow-fill" "\ |
| @@ -10439,7 +10933,7 @@ Not documented | |||
| 10439 | ;;;*** | 10933 | ;;;*** |
| 10440 | 10934 | ||
| 10441 | ;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) | 10935 | ;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) |
| 10442 | ;;;;;; "flymake" "progmodes/flymake.el" (17226 24577)) | 10936 | ;;;;;; "flymake" "progmodes/flymake.el" (17350 14840)) |
| 10443 | ;;; Generated autoloads from progmodes/flymake.el | 10937 | ;;; Generated autoloads from progmodes/flymake.el |
| 10444 | 10938 | ||
| 10445 | (autoload (quote flymake-mode) "flymake" "\ | 10939 | (autoload (quote flymake-mode) "flymake" "\ |
| @@ -10463,7 +10957,7 @@ Turn flymake mode off. | |||
| 10463 | 10957 | ||
| 10464 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off | 10958 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off |
| 10465 | ;;;;;; flyspell-mode flyspell-prog-mode) "flyspell" "textmodes/flyspell.el" | 10959 | ;;;;;; flyspell-mode flyspell-prog-mode) "flyspell" "textmodes/flyspell.el" |
| 10466 | ;;;;;; (17277 59650)) | 10960 | ;;;;;; (17374 21550)) |
| 10467 | ;;; Generated autoloads from textmodes/flyspell.el | 10961 | ;;; Generated autoloads from textmodes/flyspell.el |
| 10468 | 10962 | ||
| 10469 | (autoload (quote flyspell-prog-mode) "flyspell" "\ | 10963 | (autoload (quote flyspell-prog-mode) "flyspell" "\ |
| @@ -10522,7 +11016,7 @@ Flyspell whole buffer. | |||
| 10522 | 11016 | ||
| 10523 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode | 11017 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode |
| 10524 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" | 11018 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" |
| 10525 | ;;;;;; (17196 27217)) | 11019 | ;;;;;; (17307 25810)) |
| 10526 | ;;; Generated autoloads from follow.el | 11020 | ;;; Generated autoloads from follow.el |
| 10527 | 11021 | ||
| 10528 | (autoload (quote turn-on-follow-mode) "follow" "\ | 11022 | (autoload (quote turn-on-follow-mode) "follow" "\ |
| @@ -10596,8 +11090,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key: | |||
| 10596 | 11090 | ||
| 10597 | ;;;*** | 11091 | ;;;*** |
| 10598 | 11092 | ||
| 10599 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (17187 | 11093 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (17279 |
| 10600 | ;;;;;; 59901)) | 11094 | ;;;;;; 27123)) |
| 10601 | ;;; Generated autoloads from mail/footnote.el | 11095 | ;;; Generated autoloads from mail/footnote.el |
| 10602 | 11096 | ||
| 10603 | (autoload (quote footnote-mode) "footnote" "\ | 11097 | (autoload (quote footnote-mode) "footnote" "\ |
| @@ -10618,7 +11112,7 @@ key binding | |||
| 10618 | ;;;*** | 11112 | ;;;*** |
| 10619 | 11113 | ||
| 10620 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) | 11114 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) |
| 10621 | ;;;;;; "forms" "forms.el" (17226 24575)) | 11115 | ;;;;;; "forms" "forms.el" (17307 25810)) |
| 10622 | ;;; Generated autoloads from forms.el | 11116 | ;;; Generated autoloads from forms.el |
| 10623 | 11117 | ||
| 10624 | (autoload (quote forms-mode) "forms" "\ | 11118 | (autoload (quote forms-mode) "forms" "\ |
| @@ -10655,7 +11149,7 @@ Visit a file in Forms mode in other window. | |||
| 10655 | ;;;*** | 11149 | ;;;*** |
| 10656 | 11150 | ||
| 10657 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" | 11151 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" |
| 10658 | ;;;;;; "progmodes/fortran.el" (17277 60154)) | 11152 | ;;;;;; "progmodes/fortran.el" (17374 21266)) |
| 10659 | ;;; Generated autoloads from progmodes/fortran.el | 11153 | ;;; Generated autoloads from progmodes/fortran.el |
| 10660 | 11154 | ||
| 10661 | (defvar fortran-tab-mode-default nil "\ | 11155 | (defvar fortran-tab-mode-default nil "\ |
| @@ -10741,7 +11235,7 @@ with no args, if that value is non-nil. | |||
| 10741 | ;;;*** | 11235 | ;;;*** |
| 10742 | 11236 | ||
| 10743 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region | 11237 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region |
| 10744 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (17187 59902)) | 11238 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (17279 27123)) |
| 10745 | ;;; Generated autoloads from play/fortune.el | 11239 | ;;; Generated autoloads from play/fortune.el |
| 10746 | 11240 | ||
| 10747 | (autoload (quote fortune-add-fortune) "fortune" "\ | 11241 | (autoload (quote fortune-add-fortune) "fortune" "\ |
| @@ -10791,7 +11285,7 @@ and choose the directory as the fortune-file. | |||
| 10791 | ;;;*** | 11285 | ;;;*** |
| 10792 | 11286 | ||
| 10793 | ;;;### (autoloads (set-fringe-style fringe-mode fringe-mode) "fringe" | 11287 | ;;;### (autoloads (set-fringe-style fringe-mode fringe-mode) "fringe" |
| 10794 | ;;;;;; "fringe.el" (17187 59901)) | 11288 | ;;;;;; "fringe.el" (17307 25810)) |
| 10795 | ;;; Generated autoloads from fringe.el | 11289 | ;;; Generated autoloads from fringe.el |
| 10796 | 11290 | ||
| 10797 | (defvar fringe-mode nil "\ | 11291 | (defvar fringe-mode nil "\ |
| @@ -10862,7 +11356,7 @@ default appearance of fringes on all frames, see the command | |||
| 10862 | ;;;*** | 11356 | ;;;*** |
| 10863 | 11357 | ||
| 10864 | ;;;### (autoloads (gdb-enable-debug-log gdba) "gdb-ui" "progmodes/gdb-ui.el" | 11358 | ;;;### (autoloads (gdb-enable-debug-log gdba) "gdb-ui" "progmodes/gdb-ui.el" |
| 10865 | ;;;;;; (17277 60154)) | 11359 | ;;;;;; (17331 26860)) |
| 10866 | ;;; Generated autoloads from progmodes/gdb-ui.el | 11360 | ;;; Generated autoloads from progmodes/gdb-ui.el |
| 10867 | 11361 | ||
| 10868 | (autoload (quote gdba) "gdb-ui" "\ | 11362 | (autoload (quote gdba) "gdb-ui" "\ |
| @@ -10925,8 +11419,8 @@ Non-nil means record the process input and output in `gdb-debug-log'.") | |||
| 10925 | ;;;*** | 11419 | ;;;*** |
| 10926 | 11420 | ||
| 10927 | ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal | 11421 | ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal |
| 10928 | ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17187 | 11422 | ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (17279 |
| 10929 | ;;;;;; 59901)) | 11423 | ;;;;;; 27122)) |
| 10930 | ;;; Generated autoloads from emacs-lisp/generic.el | 11424 | ;;; Generated autoloads from emacs-lisp/generic.el |
| 10931 | 11425 | ||
| 10932 | (defvar generic-mode-list nil "\ | 11426 | (defvar generic-mode-list nil "\ |
| @@ -11001,7 +11495,7 @@ regular expression that can be used as an element of | |||
| 11001 | ;;;*** | 11495 | ;;;*** |
| 11002 | 11496 | ||
| 11003 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" | 11497 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" |
| 11004 | ;;;;;; (17226 24577)) | 11498 | ;;;;;; (17337 56256)) |
| 11005 | ;;; Generated autoloads from progmodes/glasses.el | 11499 | ;;; Generated autoloads from progmodes/glasses.el |
| 11006 | 11500 | ||
| 11007 | (autoload (quote glasses-mode) "glasses" "\ | 11501 | (autoload (quote glasses-mode) "glasses" "\ |
| @@ -11014,7 +11508,7 @@ at places they belong to. | |||
| 11014 | ;;;*** | 11508 | ;;;*** |
| 11015 | 11509 | ||
| 11016 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server | 11510 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server |
| 11017 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (17277 59649)) | 11511 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (17319 2463)) |
| 11018 | ;;; Generated autoloads from gnus/gnus.el | 11512 | ;;; Generated autoloads from gnus/gnus.el |
| 11019 | 11513 | ||
| 11020 | (autoload (quote gnus-slave-no-server) "gnus" "\ | 11514 | (autoload (quote gnus-slave-no-server) "gnus" "\ |
| @@ -11065,7 +11559,7 @@ prompt the user for the name of an NNTP server to use. | |||
| 11065 | ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group | 11559 | ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group |
| 11066 | ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize | 11560 | ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize |
| 11067 | ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" | 11561 | ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" |
| 11068 | ;;;;;; "gnus/gnus-agent.el" (17226 24575)) | 11562 | ;;;;;; "gnus/gnus-agent.el" (17319 2463)) |
| 11069 | ;;; Generated autoloads from gnus/gnus-agent.el | 11563 | ;;; Generated autoloads from gnus/gnus-agent.el |
| 11070 | 11564 | ||
| 11071 | (autoload (quote gnus-unplugged) "gnus-agent" "\ | 11565 | (autoload (quote gnus-unplugged) "gnus-agent" "\ |
| @@ -11102,16 +11596,20 @@ Save GCC if Gnus is unplugged. | |||
| 11102 | \(fn)" nil nil) | 11596 | \(fn)" nil nil) |
| 11103 | 11597 | ||
| 11104 | (autoload (quote gnus-agent-rename-group) "gnus-agent" "\ | 11598 | (autoload (quote gnus-agent-rename-group) "gnus-agent" "\ |
| 11105 | Rename fully-qualified OLD-GROUP as NEW-GROUP. Always updates the agent, even when | 11599 | Rename fully-qualified OLD-GROUP as NEW-GROUP. |
| 11106 | disabled, as the old agent files would corrupt gnus when the agent was | 11600 | Always updates the agent, even when disabled, as the old agent |
| 11107 | next enabled. Depends upon the caller to determine whether group renaming is supported. | 11601 | files would corrupt gnus when the agent was next enabled. |
| 11602 | Depends upon the caller to determine whether group renaming is | ||
| 11603 | supported. | ||
| 11108 | 11604 | ||
| 11109 | \(fn OLD-GROUP NEW-GROUP)" nil nil) | 11605 | \(fn OLD-GROUP NEW-GROUP)" nil nil) |
| 11110 | 11606 | ||
| 11111 | (autoload (quote gnus-agent-delete-group) "gnus-agent" "\ | 11607 | (autoload (quote gnus-agent-delete-group) "gnus-agent" "\ |
| 11112 | Delete fully-qualified GROUP. Always updates the agent, even when | 11608 | Delete fully-qualified GROUP. |
| 11113 | disabled, as the old agent files would corrupt gnus when the agent was | 11609 | Always updates the agent, even when disabled, as the old agent |
| 11114 | next enabled. Depends upon the caller to determine whether group deletion is supported. | 11610 | files would corrupt gnus when the agent was next enabled. |
| 11611 | Depends upon the caller to determine whether group deletion is | ||
| 11612 | supported. | ||
| 11115 | 11613 | ||
| 11116 | \(fn GROUP)" nil nil) | 11614 | \(fn GROUP)" nil nil) |
| 11117 | 11615 | ||
| @@ -11152,7 +11650,7 @@ If CLEAN, obsolete (ignore). | |||
| 11152 | ;;;*** | 11650 | ;;;*** |
| 11153 | 11651 | ||
| 11154 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | 11652 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" |
| 11155 | ;;;;;; (17257 22483)) | 11653 | ;;;;;; (17374 21536)) |
| 11156 | ;;; Generated autoloads from gnus/gnus-art.el | 11654 | ;;; Generated autoloads from gnus/gnus-art.el |
| 11157 | 11655 | ||
| 11158 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ | 11656 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ |
| @@ -11163,7 +11661,7 @@ Make the current buffer look like a nice article. | |||
| 11163 | ;;;*** | 11661 | ;;;*** |
| 11164 | 11662 | ||
| 11165 | ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" | 11663 | ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" |
| 11166 | ;;;;;; (17187 59901)) | 11664 | ;;;;;; (17279 27122)) |
| 11167 | ;;; Generated autoloads from gnus/gnus-audio.el | 11665 | ;;; Generated autoloads from gnus/gnus-audio.el |
| 11168 | 11666 | ||
| 11169 | (autoload (quote gnus-audio-play) "gnus-audio" "\ | 11667 | (autoload (quote gnus-audio-play) "gnus-audio" "\ |
| @@ -11175,8 +11673,8 @@ Play a sound FILE through the speaker. | |||
| 11175 | 11673 | ||
| 11176 | ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group | 11674 | ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group |
| 11177 | ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active | 11675 | ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active |
| 11178 | ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (17187 | 11676 | ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (17308 |
| 11179 | ;;;;;; 59901)) | 11677 | ;;;;;; 43142)) |
| 11180 | ;;; Generated autoloads from gnus/gnus-cache.el | 11678 | ;;; Generated autoloads from gnus/gnus-cache.el |
| 11181 | 11679 | ||
| 11182 | (autoload (quote gnus-jog-cache) "gnus-cache" "\ | 11680 | (autoload (quote gnus-jog-cache) "gnus-cache" "\ |
| @@ -11198,27 +11696,29 @@ Generate NOV files recursively starting in DIR. | |||
| 11198 | \(fn DIR)" t nil) | 11696 | \(fn DIR)" t nil) |
| 11199 | 11697 | ||
| 11200 | (autoload (quote gnus-cache-rename-group) "gnus-cache" "\ | 11698 | (autoload (quote gnus-cache-rename-group) "gnus-cache" "\ |
| 11201 | Rename OLD-GROUP as NEW-GROUP. Always updates the cache, even when | 11699 | Rename OLD-GROUP as NEW-GROUP. |
| 11202 | disabled, as the old cache files would corrupt gnus when the cache was | 11700 | Always updates the cache, even when disabled, as the old cache |
| 11203 | next enabled. Depends upon the caller to determine whether group renaming is supported. | 11701 | files would corrupt Gnus when the cache was next enabled. It |
| 11702 | depends on the caller to determine whether group renaming is | ||
| 11703 | supported. | ||
| 11204 | 11704 | ||
| 11205 | \(fn OLD-GROUP NEW-GROUP)" nil nil) | 11705 | \(fn OLD-GROUP NEW-GROUP)" nil nil) |
| 11206 | 11706 | ||
| 11207 | (autoload (quote gnus-cache-delete-group) "gnus-cache" "\ | 11707 | (autoload (quote gnus-cache-delete-group) "gnus-cache" "\ |
| 11208 | Delete GROUP. Always updates the cache, even when | 11708 | Delete GROUP from the cache. |
| 11209 | disabled, as the old cache files would corrupt gnus when the cache was | 11709 | Always updates the cache, even when disabled, as the old cache |
| 11210 | next enabled. Depends upon the caller to determine whether group deletion is supported. | 11710 | files would corrupt gnus when the cache was next enabled. |
| 11711 | Depends upon the caller to determine whether group deletion is | ||
| 11712 | supported. | ||
| 11211 | 11713 | ||
| 11212 | \(fn GROUP)" nil nil) | 11714 | \(fn GROUP)" nil nil) |
| 11213 | 11715 | ||
| 11214 | ;;;*** | 11716 | ;;;*** |
| 11215 | 11717 | ||
| 11216 | ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) | 11718 | ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) |
| 11217 | ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (17187 59901)) | 11719 | ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (17297 42917)) |
| 11218 | ;;; Generated autoloads from gnus/gnus-delay.el | 11720 | ;;; Generated autoloads from gnus/gnus-delay.el |
| 11219 | 11721 | ||
| 11220 | (defgroup gnus-delay nil "Arrange for sending postings later." :version "22.1" :group (quote gnus)) | ||
| 11221 | |||
| 11222 | (autoload (quote gnus-delay-article) "gnus-delay" "\ | 11722 | (autoload (quote gnus-delay-article) "gnus-delay" "\ |
| 11223 | Delay this article by some time. | 11723 | Delay this article by some time. |
| 11224 | DELAY is a string, giving the length of the time. Possible values are: | 11724 | DELAY is a string, giving the length of the time. Possible values are: |
| @@ -11252,7 +11752,7 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil. | |||
| 11252 | ;;;*** | 11752 | ;;;*** |
| 11253 | 11753 | ||
| 11254 | ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" | 11754 | ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" |
| 11255 | ;;;;;; (17187 59901)) | 11755 | ;;;;;; (17279 27122)) |
| 11256 | ;;; Generated autoloads from gnus/gnus-dired.el | 11756 | ;;; Generated autoloads from gnus/gnus-dired.el |
| 11257 | 11757 | ||
| 11258 | (autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\ | 11758 | (autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\ |
| @@ -11263,7 +11763,7 @@ Convenience method to turn on gnus-dired-mode. | |||
| 11263 | ;;;*** | 11763 | ;;;*** |
| 11264 | 11764 | ||
| 11265 | ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" | 11765 | ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" |
| 11266 | ;;;;;; (17187 59901)) | 11766 | ;;;;;; (17279 27122)) |
| 11267 | ;;; Generated autoloads from gnus/gnus-draft.el | 11767 | ;;; Generated autoloads from gnus/gnus-draft.el |
| 11268 | 11768 | ||
| 11269 | (autoload (quote gnus-draft-reminder) "gnus-draft" "\ | 11769 | (autoload (quote gnus-draft-reminder) "gnus-draft" "\ |
| @@ -11275,8 +11775,8 @@ Reminder user if there are unsent drafts. | |||
| 11275 | 11775 | ||
| 11276 | ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png | 11776 | ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png |
| 11277 | ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header | 11777 | ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header |
| 11278 | ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (17187 | 11778 | ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (17279 |
| 11279 | ;;;;;; 59914)) | 11779 | ;;;;;; 27150)) |
| 11280 | ;;; Generated autoloads from gnus/gnus-fun.el | 11780 | ;;; Generated autoloads from gnus/gnus-fun.el |
| 11281 | 11781 | ||
| 11282 | (autoload (quote gnus-random-x-face) "gnus-fun" "\ | 11782 | (autoload (quote gnus-random-x-face) "gnus-fun" "\ |
| @@ -11315,7 +11815,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to | |||
| 11315 | ;;;*** | 11815 | ;;;*** |
| 11316 | 11816 | ||
| 11317 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) | 11817 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) |
| 11318 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (17187 59901)) | 11818 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (17357 6512)) |
| 11319 | ;;; Generated autoloads from gnus/gnus-group.el | 11819 | ;;; Generated autoloads from gnus/gnus-group.el |
| 11320 | 11820 | ||
| 11321 | (autoload (quote gnus-fetch-group) "gnus-group" "\ | 11821 | (autoload (quote gnus-fetch-group) "gnus-group" "\ |
| @@ -11332,7 +11832,7 @@ Pop up a frame and enter GROUP. | |||
| 11332 | ;;;*** | 11832 | ;;;*** |
| 11333 | 11833 | ||
| 11334 | ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" | 11834 | ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" |
| 11335 | ;;;;;; (17187 59901)) | 11835 | ;;;;;; (17279 27122)) |
| 11336 | ;;; Generated autoloads from gnus/gnus-kill.el | 11836 | ;;; Generated autoloads from gnus/gnus-kill.el |
| 11337 | 11837 | ||
| 11338 | (defalias (quote gnus-batch-kill) (quote gnus-batch-score)) | 11838 | (defalias (quote gnus-batch-kill) (quote gnus-batch-score)) |
| @@ -11347,7 +11847,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score | |||
| 11347 | 11847 | ||
| 11348 | ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate | 11848 | ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate |
| 11349 | ;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" | 11849 | ;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" |
| 11350 | ;;;;;; (17187 59901)) | 11850 | ;;;;;; (17279 27122)) |
| 11351 | ;;; Generated autoloads from gnus/gnus-ml.el | 11851 | ;;; Generated autoloads from gnus/gnus-ml.el |
| 11352 | 11852 | ||
| 11353 | (autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\ | 11853 | (autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\ |
| @@ -11372,7 +11872,7 @@ Minor mode for providing mailing-list commands. | |||
| 11372 | 11872 | ||
| 11373 | ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update | 11873 | ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update |
| 11374 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" | 11874 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" |
| 11375 | ;;;;;; (17187 59901)) | 11875 | ;;;;;; (17279 27122)) |
| 11376 | ;;; Generated autoloads from gnus/gnus-mlspl.el | 11876 | ;;; Generated autoloads from gnus/gnus-mlspl.el |
| 11377 | 11877 | ||
| 11378 | (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ | 11878 | (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ |
| @@ -11473,7 +11973,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns: | |||
| 11473 | ;;;*** | 11973 | ;;;*** |
| 11474 | 11974 | ||
| 11475 | ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" | 11975 | ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" |
| 11476 | ;;;;;; (17187 59901)) | 11976 | ;;;;;; (17279 27122)) |
| 11477 | ;;; Generated autoloads from gnus/gnus-move.el | 11977 | ;;; Generated autoloads from gnus/gnus-move.el |
| 11478 | 11978 | ||
| 11479 | (autoload (quote gnus-change-server) "gnus-move" "\ | 11979 | (autoload (quote gnus-change-server) "gnus-move" "\ |
| @@ -11485,7 +11985,7 @@ Update the .newsrc.eld file to reflect the change of nntp server. | |||
| 11485 | ;;;*** | 11985 | ;;;*** |
| 11486 | 11986 | ||
| 11487 | ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) | 11987 | ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) |
| 11488 | ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (17187 59914)) | 11988 | ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (17350 14841)) |
| 11489 | ;;; Generated autoloads from gnus/gnus-msg.el | 11989 | ;;; Generated autoloads from gnus/gnus-msg.el |
| 11490 | 11990 | ||
| 11491 | (autoload (quote gnus-msg-mail) "gnus-msg" "\ | 11991 | (autoload (quote gnus-msg-mail) "gnus-msg" "\ |
| @@ -11511,7 +12011,7 @@ Like `message-reply'. | |||
| 11511 | 12011 | ||
| 11512 | ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon | 12012 | ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon |
| 11513 | ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" | 12013 | ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" |
| 11514 | ;;;;;; (17187 59901)) | 12014 | ;;;;;; (17279 27122)) |
| 11515 | ;;; Generated autoloads from gnus/gnus-picon.el | 12015 | ;;; Generated autoloads from gnus/gnus-picon.el |
| 11516 | 12016 | ||
| 11517 | (autoload (quote gnus-treat-from-picon) "gnus-picon" "\ | 12017 | (autoload (quote gnus-treat-from-picon) "gnus-picon" "\ |
| @@ -11538,7 +12038,7 @@ If picons are already displayed, remove them. | |||
| 11538 | ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection | 12038 | ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection |
| 11539 | ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement | 12039 | ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement |
| 11540 | ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" | 12040 | ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" |
| 11541 | ;;;;;; "gnus/gnus-range.el" (17187 59901)) | 12041 | ;;;;;; "gnus/gnus-range.el" (17279 27122)) |
| 11542 | ;;; Generated autoloads from gnus/gnus-range.el | 12042 | ;;; Generated autoloads from gnus/gnus-range.el |
| 11543 | 12043 | ||
| 11544 | (autoload (quote gnus-sorted-difference) "gnus-range" "\ | 12044 | (autoload (quote gnus-sorted-difference) "gnus-range" "\ |
| @@ -11606,7 +12106,7 @@ Add NUM into sorted LIST by side effect. | |||
| 11606 | ;;;*** | 12106 | ;;;*** |
| 11607 | 12107 | ||
| 11608 | ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) | 12108 | ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) |
| 11609 | ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (17187 59901)) | 12109 | ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (17279 27122)) |
| 11610 | ;;; Generated autoloads from gnus/gnus-registry.el | 12110 | ;;; Generated autoloads from gnus/gnus-registry.el |
| 11611 | 12111 | ||
| 11612 | (autoload (quote gnus-registry-initialize) "gnus-registry" "\ | 12112 | (autoload (quote gnus-registry-initialize) "gnus-registry" "\ |
| @@ -11622,8 +12122,8 @@ Install the registry hooks. | |||
| 11622 | ;;;*** | 12122 | ;;;*** |
| 11623 | 12123 | ||
| 11624 | ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate | 12124 | ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate |
| 11625 | ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (17187 | 12125 | ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (17279 |
| 11626 | ;;;;;; 59901)) | 12126 | ;;;;;; 27122)) |
| 11627 | ;;; Generated autoloads from gnus/gnus-sieve.el | 12127 | ;;; Generated autoloads from gnus/gnus-sieve.el |
| 11628 | 12128 | ||
| 11629 | (autoload (quote gnus-sieve-update) "gnus-sieve" "\ | 12129 | (autoload (quote gnus-sieve-update) "gnus-sieve" "\ |
| @@ -11651,7 +12151,7 @@ Not documented | |||
| 11651 | ;;;*** | 12151 | ;;;*** |
| 11652 | 12152 | ||
| 11653 | ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" | 12153 | ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" |
| 11654 | ;;;;;; (17187 59901)) | 12154 | ;;;;;; (17279 27122)) |
| 11655 | ;;; Generated autoloads from gnus/gnus-soup.el | 12155 | ;;; Generated autoloads from gnus/gnus-soup.el |
| 11656 | 12156 | ||
| 11657 | (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ | 12157 | (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ |
| @@ -11671,7 +12171,7 @@ Note -- this function hasn't been implemented yet. | |||
| 11671 | ;;;*** | 12171 | ;;;*** |
| 11672 | 12172 | ||
| 11673 | ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" | 12173 | ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" |
| 11674 | ;;;;;; (17187 59901)) | 12174 | ;;;;;; (17279 27122)) |
| 11675 | ;;; Generated autoloads from gnus/gnus-spec.el | 12175 | ;;; Generated autoloads from gnus/gnus-spec.el |
| 11676 | 12176 | ||
| 11677 | (autoload (quote gnus-update-format) "gnus-spec" "\ | 12177 | (autoload (quote gnus-update-format) "gnus-spec" "\ |
| @@ -11682,8 +12182,8 @@ Update the format specification near point. | |||
| 11682 | ;;;*** | 12182 | ;;;*** |
| 11683 | 12183 | ||
| 11684 | ;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news | 12184 | ;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news |
| 11685 | ;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (17226 | 12185 | ;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (17357 |
| 11686 | ;;;;;; 24575)) | 12186 | ;;;;;; 6512)) |
| 11687 | ;;; Generated autoloads from gnus/gnus-start.el | 12187 | ;;; Generated autoloads from gnus/gnus-start.el |
| 11688 | 12188 | ||
| 11689 | (autoload (quote gnus-declare-backend) "gnus-start" "\ | 12189 | (autoload (quote gnus-declare-backend) "gnus-start" "\ |
| @@ -11699,7 +12199,7 @@ Not documented | |||
| 11699 | ;;;*** | 12199 | ;;;*** |
| 11700 | 12200 | ||
| 11701 | ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" | 12201 | ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" |
| 11702 | ;;;;;; (17187 59901)) | 12202 | ;;;;;; (17279 27122)) |
| 11703 | ;;; Generated autoloads from gnus/gnus-win.el | 12203 | ;;; Generated autoloads from gnus/gnus-win.el |
| 11704 | 12204 | ||
| 11705 | (autoload (quote gnus-add-configuration) "gnus-win" "\ | 12205 | (autoload (quote gnus-add-configuration) "gnus-win" "\ |
| @@ -11709,7 +12209,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'. | |||
| 11709 | 12209 | ||
| 11710 | ;;;*** | 12210 | ;;;*** |
| 11711 | 12211 | ||
| 11712 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (17226 24576)) | 12212 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (17279 27172)) |
| 11713 | ;;; Generated autoloads from play/gomoku.el | 12213 | ;;; Generated autoloads from play/gomoku.el |
| 11714 | 12214 | ||
| 11715 | (autoload (quote gomoku) "gomoku" "\ | 12215 | (autoload (quote gomoku) "gomoku" "\ |
| @@ -11736,7 +12236,7 @@ Use \\[describe-mode] for more info. | |||
| 11736 | ;;;*** | 12236 | ;;;*** |
| 11737 | 12237 | ||
| 11738 | ;;;### (autoloads (goto-address goto-address-at-point) "goto-addr" | 12238 | ;;;### (autoloads (goto-address goto-address-at-point) "goto-addr" |
| 11739 | ;;;;;; "net/goto-addr.el" (17263 27852)) | 12239 | ;;;;;; "net/goto-addr.el" (17337 56255)) |
| 11740 | ;;; Generated autoloads from net/goto-addr.el | 12240 | ;;; Generated autoloads from net/goto-addr.el |
| 11741 | 12241 | ||
| 11742 | (define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1") | 12242 | (define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1") |
| @@ -11753,7 +12253,8 @@ there, then load the URL at or before point. | |||
| 11753 | Sets up goto-address functionality in the current buffer. | 12253 | Sets up goto-address functionality in the current buffer. |
| 11754 | Allows user to use mouse/keyboard command to click to go to a URL | 12254 | Allows user to use mouse/keyboard command to click to go to a URL |
| 11755 | or to send e-mail. | 12255 | or to send e-mail. |
| 11756 | By default, goto-address binds to mouse-2 and C-c RET. | 12256 | By default, goto-address binds `goto-address-at-point' to mouse-2 and C-c RET |
| 12257 | only on URLs and e-mail addresses. | ||
| 11757 | 12258 | ||
| 11758 | Also fontifies the buffer appropriately (see `goto-address-fontify-p' and | 12259 | Also fontifies the buffer appropriately (see `goto-address-fontify-p' and |
| 11759 | `goto-address-highlight-p' for more information). | 12260 | `goto-address-highlight-p' for more information). |
| @@ -11764,7 +12265,7 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and | |||
| 11764 | 12265 | ||
| 11765 | ;;;### (autoloads (grep-tree grep-find grep-mode grep grep-compute-defaults | 12266 | ;;;### (autoloads (grep-tree grep-find grep-mode grep grep-compute-defaults |
| 11766 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command | 12267 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command |
| 11767 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17187 59902)) | 12268 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (17279 27123)) |
| 11768 | ;;; Generated autoloads from progmodes/grep.el | 12269 | ;;; Generated autoloads from progmodes/grep.el |
| 11769 | 12270 | ||
| 11770 | (defvar grep-window-height nil "\ | 12271 | (defvar grep-window-height nil "\ |
| @@ -11888,7 +12389,7 @@ those sub directories of DIR. | |||
| 11888 | 12389 | ||
| 11889 | ;;;*** | 12390 | ;;;*** |
| 11890 | 12391 | ||
| 11891 | ;;;### (autoloads (gs-load-image) "gs" "gs.el" (17187 59901)) | 12392 | ;;;### (autoloads (gs-load-image) "gs" "gs.el" (17279 27123)) |
| 11892 | ;;; Generated autoloads from gs.el | 12393 | ;;; Generated autoloads from gs.el |
| 11893 | 12394 | ||
| 11894 | (autoload (quote gs-load-image) "gs" "\ | 12395 | (autoload (quote gs-load-image) "gs" "\ |
| @@ -11902,7 +12403,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful. | |||
| 11902 | ;;;*** | 12403 | ;;;*** |
| 11903 | 12404 | ||
| 11904 | ;;;### (autoloads (gud-tooltip-mode gdb-script-mode bashdb jdb pdb | 12405 | ;;;### (autoloads (gud-tooltip-mode gdb-script-mode bashdb jdb pdb |
| 11905 | ;;;;;; perldb xdb dbx sdb gdb) "gud" "progmodes/gud.el" (17277 60154)) | 12406 | ;;;;;; perldb xdb dbx sdb gdb) "gud" "progmodes/gud.el" (17350 14833)) |
| 11906 | ;;; Generated autoloads from progmodes/gud.el | 12407 | ;;; Generated autoloads from progmodes/gud.el |
| 11907 | 12408 | ||
| 11908 | (autoload (quote gdb) "gud" "\ | 12409 | (autoload (quote gdb) "gud" "\ |
| @@ -11998,8 +12499,8 @@ Toggle the display of GUD tooltips. | |||
| 11998 | 12499 | ||
| 11999 | ;;;*** | 12500 | ;;;*** |
| 12000 | 12501 | ||
| 12001 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (17187 | 12502 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (17279 |
| 12002 | ;;;;;; 59902)) | 12503 | ;;;;;; 27123)) |
| 12003 | ;;; Generated autoloads from play/handwrite.el | 12504 | ;;; Generated autoloads from play/handwrite.el |
| 12004 | 12505 | ||
| 12005 | (autoload (quote handwrite) "handwrite" "\ | 12506 | (autoload (quote handwrite) "handwrite" "\ |
| @@ -12017,7 +12518,7 @@ Variables: handwrite-linespace (default 12) | |||
| 12017 | ;;;*** | 12518 | ;;;*** |
| 12018 | 12519 | ||
| 12019 | ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" | 12520 | ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" |
| 12020 | ;;;;;; (17187 59879)) | 12521 | ;;;;;; (17279 27079)) |
| 12021 | ;;; Generated autoloads from play/hanoi.el | 12522 | ;;; Generated autoloads from play/hanoi.el |
| 12022 | 12523 | ||
| 12023 | (autoload (quote hanoi) "hanoi" "\ | 12524 | (autoload (quote hanoi) "hanoi" "\ |
| @@ -12047,7 +12548,7 @@ to be updated. | |||
| 12047 | ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region | 12548 | ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region |
| 12048 | ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer | 12549 | ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer |
| 12049 | ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string | 12550 | ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string |
| 12050 | ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (17187 59901)) | 12551 | ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (17279 27123)) |
| 12051 | ;;; Generated autoloads from help-at-pt.el | 12552 | ;;; Generated autoloads from help-at-pt.el |
| 12052 | 12553 | ||
| 12053 | (autoload (quote help-at-pt-string) "help-at-pt" "\ | 12554 | (autoload (quote help-at-pt-string) "help-at-pt" "\ |
| @@ -12177,7 +12678,7 @@ different regions. With numeric argument ARG, behaves like | |||
| 12177 | ;;;### (autoloads (describe-categories describe-syntax describe-variable | 12678 | ;;;### (autoloads (describe-categories describe-syntax describe-variable |
| 12178 | ;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name | 12679 | ;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name |
| 12179 | ;;;;;; help-C-file-name describe-function help-with-tutorial) "help-fns" | 12680 | ;;;;;; help-C-file-name describe-function help-with-tutorial) "help-fns" |
| 12180 | ;;;;;; "help-fns.el" (17277 59649)) | 12681 | ;;;;;; "help-fns.el" (17374 21544)) |
| 12181 | ;;; Generated autoloads from help-fns.el | 12682 | ;;; Generated autoloads from help-fns.el |
| 12182 | 12683 | ||
| 12183 | (autoload (quote help-with-tutorial) "help-fns" "\ | 12684 | (autoload (quote help-with-tutorial) "help-fns" "\ |
| @@ -12200,9 +12701,6 @@ KIND should be `var' for a variable or `subr' for a subroutine. | |||
| 12200 | 12701 | ||
| 12201 | \(fn SUBR-OR-VAR KIND)" nil nil) | 12702 | \(fn SUBR-OR-VAR KIND)" nil nil) |
| 12202 | 12703 | ||
| 12203 | (defface help-argument-name (quote ((((supports :slant italic)) :inherit italic))) "\ | ||
| 12204 | Face to highlight argument names in *Help* buffers." :group (quote help)) | ||
| 12205 | |||
| 12206 | (autoload (quote describe-simplify-lib-file-name) "help-fns" "\ | 12704 | (autoload (quote describe-simplify-lib-file-name) "help-fns" "\ |
| 12207 | Simplify a library name FILE to a relative name, and make it a source file. | 12705 | Simplify a library name FILE to a relative name, and make it a source file. |
| 12208 | 12706 | ||
| @@ -12247,7 +12745,7 @@ BUFFER should be a buffer or a buffer name. | |||
| 12247 | ;;;*** | 12745 | ;;;*** |
| 12248 | 12746 | ||
| 12249 | ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" | 12747 | ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" |
| 12250 | ;;;;;; (17187 59901)) | 12748 | ;;;;;; (17319 2454)) |
| 12251 | ;;; Generated autoloads from help-macro.el | 12749 | ;;; Generated autoloads from help-macro.el |
| 12252 | 12750 | ||
| 12253 | (defvar three-step-help nil "\ | 12751 | (defvar three-step-help nil "\ |
| @@ -12263,7 +12761,7 @@ A value of nil means skip the middle step, so that | |||
| 12263 | 12761 | ||
| 12264 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button | 12762 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button |
| 12265 | ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup | 12763 | ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup |
| 12266 | ;;;;;; help-mode) "help-mode" "help-mode.el" (17277 59649)) | 12764 | ;;;;;; help-mode) "help-mode" "help-mode.el" (17331 26860)) |
| 12267 | ;;; Generated autoloads from help-mode.el | 12765 | ;;; Generated autoloads from help-mode.el |
| 12268 | 12766 | ||
| 12269 | (autoload (quote help-mode) "help-mode" "\ | 12767 | (autoload (quote help-mode) "help-mode" "\ |
| @@ -12346,7 +12844,7 @@ Add xrefs for symbols in `pp's output between FROM and TO. | |||
| 12346 | ;;;*** | 12844 | ;;;*** |
| 12347 | 12845 | ||
| 12348 | ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" | 12846 | ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" |
| 12349 | ;;;;;; "emacs-lisp/helper.el" (17187 59901)) | 12847 | ;;;;;; "emacs-lisp/helper.el" (17279 27122)) |
| 12350 | ;;; Generated autoloads from emacs-lisp/helper.el | 12848 | ;;; Generated autoloads from emacs-lisp/helper.el |
| 12351 | 12849 | ||
| 12352 | (autoload (quote Helper-describe-bindings) "helper" "\ | 12850 | (autoload (quote Helper-describe-bindings) "helper" "\ |
| @@ -12362,7 +12860,7 @@ Provide help for current mode. | |||
| 12362 | ;;;*** | 12860 | ;;;*** |
| 12363 | 12861 | ||
| 12364 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" | 12862 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" |
| 12365 | ;;;;;; "hexl.el" (17187 59901)) | 12863 | ;;;;;; "hexl.el" (17279 27123)) |
| 12366 | ;;; Generated autoloads from hexl.el | 12864 | ;;; Generated autoloads from hexl.el |
| 12367 | 12865 | ||
| 12368 | (autoload (quote hexl-mode) "hexl" "\ | 12866 | (autoload (quote hexl-mode) "hexl" "\ |
| @@ -12457,22 +12955,19 @@ This discards the buffer's undo information. | |||
| 12457 | 12955 | ||
| 12458 | ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer | 12956 | ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer |
| 12459 | ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer | 12957 | ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer |
| 12460 | ;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (17277 | 12958 | ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" |
| 12461 | ;;;;;; 60154)) | 12959 | ;;;;;; (17379 24714)) |
| 12462 | ;;; Generated autoloads from hi-lock.el | 12960 | ;;; Generated autoloads from hi-lock.el |
| 12463 | 12961 | ||
| 12464 | (defvar hi-lock-mode nil "\ | ||
| 12465 | Toggle hi-lock, for interactively adding font-lock text-highlighting patterns.") | ||
| 12466 | |||
| 12467 | (custom-autoload (quote hi-lock-mode) "hi-lock") | ||
| 12468 | |||
| 12469 | (autoload (quote hi-lock-mode) "hi-lock" "\ | 12962 | (autoload (quote hi-lock-mode) "hi-lock" "\ |
| 12470 | Toggle minor mode for interactively adding font-lock highlighting patterns. | 12963 | Toggle minor mode for interactively adding font-lock highlighting patterns. |
| 12471 | 12964 | ||
| 12472 | If ARG positive turn hi-lock on. Issuing a hi-lock command will also | 12965 | If ARG positive, turn hi-lock on. Issuing a hi-lock command will also |
| 12473 | turn hi-lock on. When hi-lock is turned on, a \"Regexp Highlighting\" | 12966 | turn hi-lock on. To turn hi-lock on in all buffers use |
| 12474 | submenu is added to the \"Edit\" menu. The commands in the submenu, | 12967 | `global-hi-lock-mode' or in your .emacs file (global-hi-lock-mode 1). |
| 12475 | which can be called interactively, are: | 12968 | When hi-lock is turned on, a \"Regexp Highlighting\" submenu is added |
| 12969 | to the \"Edit\" menu. The commands in the submenu, which can be | ||
| 12970 | called interactively, are: | ||
| 12476 | 12971 | ||
| 12477 | \\[highlight-regexp] REGEXP FACE | 12972 | \\[highlight-regexp] REGEXP FACE |
| 12478 | Highlight matches of pattern REGEXP in current buffer with FACE. | 12973 | Highlight matches of pattern REGEXP in current buffer with FACE. |
| @@ -12489,10 +12984,10 @@ which can be called interactively, are: | |||
| 12489 | Remove highlighting on matches of REGEXP in current buffer. | 12984 | Remove highlighting on matches of REGEXP in current buffer. |
| 12490 | 12985 | ||
| 12491 | \\[hi-lock-write-interactive-patterns] | 12986 | \\[hi-lock-write-interactive-patterns] |
| 12492 | Write active REGEXPs into buffer as comments (if possible). They will | 12987 | Write active REGEXPs into buffer as comments (if possible). They will |
| 12493 | be read the next time file is loaded or when the \\[hi-lock-find-patterns] command | 12988 | be read the next time file is loaded or when the \\[hi-lock-find-patterns] command |
| 12494 | is issued. The inserted regexps are in the form of font lock keywords. | 12989 | is issued. The inserted regexps are in the form of font lock keywords. |
| 12495 | (See `font-lock-keywords') They may be edited and re-loaded with \\[hi-lock-find-patterns], | 12990 | (See `font-lock-keywords'.) They may be edited and re-loaded with \\[hi-lock-find-patterns], |
| 12496 | any valid `font-lock-keywords' form is acceptable. | 12991 | any valid `font-lock-keywords' form is acceptable. |
| 12497 | 12992 | ||
| 12498 | \\[hi-lock-find-patterns] | 12993 | \\[hi-lock-find-patterns] |
| @@ -12501,12 +12996,30 @@ which can be called interactively, are: | |||
| 12501 | When hi-lock is started and if the mode is not excluded, the | 12996 | When hi-lock is started and if the mode is not excluded, the |
| 12502 | beginning of the buffer is searched for lines of the form: | 12997 | beginning of the buffer is searched for lines of the form: |
| 12503 | Hi-lock: FOO | 12998 | Hi-lock: FOO |
| 12504 | where FOO is a list of patterns. These are added to the font lock keywords | 12999 | where FOO is a list of patterns. These are added to the font lock |
| 12505 | already present. The patterns must start before position (number | 13000 | keywords already present. The patterns must start before position |
| 12506 | of characters into buffer) `hi-lock-file-patterns-range'. Patterns | 13001 | \(number of characters into buffer) `hi-lock-file-patterns-range'. |
| 12507 | will be read until | 13002 | Patterns will be read until |
| 12508 | Hi-lock: end | 13003 | Hi-lock: end |
| 12509 | is found. A mode is excluded if it's in the list `hi-lock-exclude-modes'. | 13004 | is found. A mode is excluded if it's in the list `hi-lock-exclude-modes'. |
| 13005 | |||
| 13006 | \(fn &optional ARG)" t nil) | ||
| 13007 | |||
| 13008 | (defvar global-hi-lock-mode nil "\ | ||
| 13009 | Non-nil if Global-Hi-Lock mode is enabled. | ||
| 13010 | See the command `global-hi-lock-mode' for a description of this minor-mode. | ||
| 13011 | Setting this variable directly does not take effect; | ||
| 13012 | use either \\[customize] or the function `global-hi-lock-mode'.") | ||
| 13013 | |||
| 13014 | (custom-autoload (quote global-hi-lock-mode) "hi-lock") | ||
| 13015 | |||
| 13016 | (put (quote global-hi-lock-mode) (quote custom-set) (quote custom-set-minor-mode)) | ||
| 13017 | |||
| 13018 | (autoload (quote global-hi-lock-mode) "hi-lock" "\ | ||
| 13019 | Toggle Hi-Lock mode in every buffer. | ||
| 13020 | With prefix ARG, turn Global-Hi-Lock mode on if and only if ARG is positive. | ||
| 13021 | Hi-Lock mode is actually not turned on in every buffer but only in those | ||
| 13022 | in which `turn-on-hi-lock-if-enabled' turns it on. | ||
| 12510 | 13023 | ||
| 12511 | \(fn &optional ARG)" t nil) | 13024 | \(fn &optional ARG)" t nil) |
| 12512 | 13025 | ||
| @@ -12518,7 +13031,7 @@ Set face of all lines containing a match of REGEXP to FACE. | |||
| 12518 | Interactively, prompt for REGEXP then FACE. Buffer-local history | 13031 | Interactively, prompt for REGEXP then FACE. Buffer-local history |
| 12519 | list maintained for regexps, global history maintained for faces. | 13032 | list maintained for regexps, global history maintained for faces. |
| 12520 | \\<minibuffer-local-map>Use \\[next-history-element] and \\[previous-history-element] to retrieve next or previous history item. | 13033 | \\<minibuffer-local-map>Use \\[next-history-element] and \\[previous-history-element] to retrieve next or previous history item. |
| 12521 | \(See info node `Minibuffer History') | 13034 | \(See info node `Minibuffer History'.) |
| 12522 | 13035 | ||
| 12523 | \(fn REGEXP &optional FACE)" t nil) | 13036 | \(fn REGEXP &optional FACE)" t nil) |
| 12524 | 13037 | ||
| @@ -12530,7 +13043,7 @@ Set face of each match of REGEXP to FACE. | |||
| 12530 | Interactively, prompt for REGEXP then FACE. Buffer-local history | 13043 | Interactively, prompt for REGEXP then FACE. Buffer-local history |
| 12531 | list maintained for regexps, global history maintained for faces. | 13044 | list maintained for regexps, global history maintained for faces. |
| 12532 | \\<minibuffer-local-map>Use \\[next-history-element] and \\[previous-history-element] to retrieve next or previous history item. | 13045 | \\<minibuffer-local-map>Use \\[next-history-element] and \\[previous-history-element] to retrieve next or previous history item. |
| 12533 | \(See info node `Minibuffer History') | 13046 | \(See info node `Minibuffer History'.) |
| 12534 | 13047 | ||
| 12535 | \(fn REGEXP &optional FACE)" t nil) | 13048 | \(fn REGEXP &optional FACE)" t nil) |
| 12536 | 13049 | ||
| @@ -12569,7 +13082,7 @@ be found in variable `hi-lock-interactive-patterns'. | |||
| 12569 | ;;;*** | 13082 | ;;;*** |
| 12570 | 13083 | ||
| 12571 | ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially | 13084 | ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially |
| 12572 | ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (17187 59902)) | 13085 | ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (17279 27123)) |
| 12573 | ;;; Generated autoloads from progmodes/hideif.el | 13086 | ;;; Generated autoloads from progmodes/hideif.el |
| 12574 | 13087 | ||
| 12575 | (autoload (quote hide-ifdef-mode) "hideif" "\ | 13088 | (autoload (quote hide-ifdef-mode) "hideif" "\ |
| @@ -12624,7 +13137,7 @@ how the hiding is done: | |||
| 12624 | ;;;*** | 13137 | ;;;*** |
| 12625 | 13138 | ||
| 12626 | ;;;### (autoloads (hs-minor-mode) "hideshow" "progmodes/hideshow.el" | 13139 | ;;;### (autoloads (hs-minor-mode) "hideshow" "progmodes/hideshow.el" |
| 12627 | ;;;;;; (17196 27217)) | 13140 | ;;;;;; (17279 27169)) |
| 12628 | ;;; Generated autoloads from progmodes/hideshow.el | 13141 | ;;; Generated autoloads from progmodes/hideshow.el |
| 12629 | 13142 | ||
| 12630 | (defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\ | 13143 | (defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\ |
| @@ -12682,7 +13195,7 @@ Key bindings: | |||
| 12682 | ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces | 13195 | ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces |
| 12683 | ;;;;;; highlight-changes-previous-change highlight-changes-next-change | 13196 | ;;;;;; highlight-changes-previous-change highlight-changes-next-change |
| 12684 | ;;;;;; highlight-changes-mode highlight-changes-remove-highlight) | 13197 | ;;;;;; highlight-changes-mode highlight-changes-remove-highlight) |
| 12685 | ;;;;;; "hilit-chg" "hilit-chg.el" (17187 59901)) | 13198 | ;;;;;; "hilit-chg" "hilit-chg.el" (17379 24711)) |
| 12686 | ;;; Generated autoloads from hilit-chg.el | 13199 | ;;; Generated autoloads from hilit-chg.el |
| 12687 | 13200 | ||
| 12688 | (autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ | 13201 | (autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ |
| @@ -12790,7 +13303,7 @@ Turn on or off global Highlight Changes mode. | |||
| 12790 | When called interactively: | 13303 | When called interactively: |
| 12791 | - if no prefix, toggle global Highlight Changes mode on or off | 13304 | - if no prefix, toggle global Highlight Changes mode on or off |
| 12792 | - if called with a positive prefix (or just C-u) turn it on in active mode | 13305 | - if called with a positive prefix (or just C-u) turn it on in active mode |
| 12793 | - if called with a zero prefix turn it on in passive mode | 13306 | - if called with a zero prefix turn it on in passive mode |
| 12794 | - if called with a negative prefix turn it off | 13307 | - if called with a negative prefix turn it off |
| 12795 | 13308 | ||
| 12796 | When called from a program: | 13309 | When called from a program: |
| @@ -12812,7 +13325,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil). | |||
| 12812 | ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction | 13325 | ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction |
| 12813 | ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space | 13326 | ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space |
| 12814 | ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" | 13327 | ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" |
| 12815 | ;;;;;; "hippie-exp.el" (17187 59901)) | 13328 | ;;;;;; "hippie-exp.el" (17279 27123)) |
| 12816 | ;;; Generated autoloads from hippie-exp.el | 13329 | ;;; Generated autoloads from hippie-exp.el |
| 12817 | 13330 | ||
| 12818 | (defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\ | 13331 | (defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\ |
| @@ -12885,7 +13398,7 @@ argument VERBOSE non-nil makes the function verbose. | |||
| 12885 | ;;;*** | 13398 | ;;;*** |
| 12886 | 13399 | ||
| 12887 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" | 13400 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" |
| 12888 | ;;;;;; (17187 59901)) | 13401 | ;;;;;; (17374 21429)) |
| 12889 | ;;; Generated autoloads from hl-line.el | 13402 | ;;; Generated autoloads from hl-line.el |
| 12890 | 13403 | ||
| 12891 | (autoload (quote hl-line-mode) "hl-line" "\ | 13404 | (autoload (quote hl-line-mode) "hl-line" "\ |
| @@ -12927,7 +13440,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and | |||
| 12927 | ;;;*** | 13440 | ;;;*** |
| 12928 | 13441 | ||
| 12929 | ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" | 13442 | ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" |
| 12930 | ;;;;;; (17229 28052)) | 13443 | ;;;;;; (17308 43144)) |
| 12931 | ;;; Generated autoloads from calendar/holidays.el | 13444 | ;;; Generated autoloads from calendar/holidays.el |
| 12932 | 13445 | ||
| 12933 | (autoload (quote holidays) "holidays" "\ | 13446 | (autoload (quote holidays) "holidays" "\ |
| @@ -12951,7 +13464,7 @@ The optional LABEL is used to label the buffer created. | |||
| 12951 | ;;;*** | 13464 | ;;;*** |
| 12952 | 13465 | ||
| 12953 | ;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll) | 13466 | ;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll) |
| 12954 | ;;;;;; "hscroll" "obsolete/hscroll.el" (17187 59902)) | 13467 | ;;;;;; "hscroll" "obsolete/hscroll.el" (17279 27123)) |
| 12955 | ;;; Generated autoloads from obsolete/hscroll.el | 13468 | ;;; Generated autoloads from obsolete/hscroll.el |
| 12956 | 13469 | ||
| 12957 | (autoload (quote turn-on-hscroll) "hscroll" "\ | 13470 | (autoload (quote turn-on-hscroll) "hscroll" "\ |
| @@ -12977,8 +13490,8 @@ Also see `automatic-hscrolling'. | |||
| 12977 | 13490 | ||
| 12978 | ;;;*** | 13491 | ;;;*** |
| 12979 | 13492 | ||
| 12980 | ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (17187 | 13493 | ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (17279 |
| 12981 | ;;;;;; 59901)) | 13494 | ;;;;;; 27122)) |
| 12982 | ;;; Generated autoloads from gnus/html2text.el | 13495 | ;;; Generated autoloads from gnus/html2text.el |
| 12983 | 13496 | ||
| 12984 | (autoload (quote html2text) "html2text" "\ | 13497 | (autoload (quote html2text) "html2text" "\ |
| @@ -12989,10 +13502,11 @@ Convert HTML to plain text in the current buffer. | |||
| 12989 | ;;;*** | 13502 | ;;;*** |
| 12990 | 13503 | ||
| 12991 | ;;;### (autoloads (ibuffer-do-occur ibuffer-mark-dired-buffers ibuffer-mark-read-only-buffers | 13504 | ;;;### (autoloads (ibuffer-do-occur ibuffer-mark-dired-buffers ibuffer-mark-read-only-buffers |
| 12992 | ;;;;;; ibuffer-mark-special-buffers ibuffer-mark-old-buffers ibuffer-mark-help-buffers | 13505 | ;;;;;; ibuffer-mark-special-buffers ibuffer-mark-old-buffers ibuffer-mark-compressed-file-buffers |
| 12993 | ;;;;;; ibuffer-mark-dissociated-buffers ibuffer-mark-unsaved-buffers | 13506 | ;;;;;; ibuffer-mark-help-buffers ibuffer-mark-dissociated-buffers |
| 12994 | ;;;;;; ibuffer-mark-modified-buffers ibuffer-mark-by-mode ibuffer-mark-by-file-name-regexp | 13507 | ;;;;;; ibuffer-mark-unsaved-buffers ibuffer-mark-modified-buffers |
| 12995 | ;;;;;; ibuffer-mark-by-mode-regexp ibuffer-mark-by-name-regexp ibuffer-copy-filename-as-kill | 13508 | ;;;;;; ibuffer-mark-by-mode ibuffer-mark-by-file-name-regexp ibuffer-mark-by-mode-regexp |
| 13509 | ;;;;;; ibuffer-mark-by-name-regexp ibuffer-copy-filename-as-kill | ||
| 12996 | ;;;;;; ibuffer-diff-with-file ibuffer-jump-to-buffer ibuffer-do-kill-lines | 13510 | ;;;;;; ibuffer-diff-with-file ibuffer-jump-to-buffer ibuffer-do-kill-lines |
| 12997 | ;;;;;; ibuffer-backwards-next-marked ibuffer-forward-next-marked | 13511 | ;;;;;; ibuffer-backwards-next-marked ibuffer-forward-next-marked |
| 12998 | ;;;;;; ibuffer-add-to-tmp-show ibuffer-add-to-tmp-hide ibuffer-bs-show | 13512 | ;;;;;; ibuffer-add-to-tmp-show ibuffer-add-to-tmp-hide ibuffer-bs-show |
| @@ -13009,7 +13523,7 @@ Convert HTML to plain text in the current buffer. | |||
| 13009 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group | 13523 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group |
| 13010 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group | 13524 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group |
| 13011 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode | 13525 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode |
| 13012 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (17277 60154)) | 13526 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (17379 30025)) |
| 13013 | ;;; Generated autoloads from ibuf-ext.el | 13527 | ;;; Generated autoloads from ibuf-ext.el |
| 13014 | 13528 | ||
| 13015 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ | 13529 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ |
| @@ -13340,6 +13854,11 @@ Mark buffers like *Help*, *Apropos*, *Info*. | |||
| 13340 | 13854 | ||
| 13341 | \(fn)" t nil) | 13855 | \(fn)" t nil) |
| 13342 | 13856 | ||
| 13857 | (autoload (quote ibuffer-mark-compressed-file-buffers) "ibuf-ext" "\ | ||
| 13858 | Mark buffers whose associated file is compressed. | ||
| 13859 | |||
| 13860 | \(fn)" t nil) | ||
| 13861 | |||
| 13343 | (autoload (quote ibuffer-mark-old-buffers) "ibuf-ext" "\ | 13862 | (autoload (quote ibuffer-mark-old-buffers) "ibuf-ext" "\ |
| 13344 | Mark buffers which have not been viewed in `ibuffer-old-time' days. | 13863 | Mark buffers which have not been viewed in `ibuffer-old-time' days. |
| 13345 | 13864 | ||
| @@ -13370,8 +13889,8 @@ defaults to one. | |||
| 13370 | ;;;*** | 13889 | ;;;*** |
| 13371 | 13890 | ||
| 13372 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter | 13891 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter |
| 13373 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (17226 | 13892 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (17279 |
| 13374 | ;;;;;; 24576)) | 13893 | ;;;;;; 27171)) |
| 13375 | ;;; Generated autoloads from ibuf-macs.el | 13894 | ;;; Generated autoloads from ibuf-macs.el |
| 13376 | 13895 | ||
| 13377 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ | 13896 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ |
| @@ -13457,7 +13976,7 @@ bound to the current value of the filter. | |||
| 13457 | ;;;*** | 13976 | ;;;*** |
| 13458 | 13977 | ||
| 13459 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) | 13978 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) |
| 13460 | ;;;;;; "ibuffer" "ibuffer.el" (17263 27852)) | 13979 | ;;;;;; "ibuffer" "ibuffer.el" (17379 30025)) |
| 13461 | ;;; Generated autoloads from ibuffer.el | 13980 | ;;; Generated autoloads from ibuffer.el |
| 13462 | 13981 | ||
| 13463 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ | 13982 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ |
| @@ -13498,7 +14017,7 @@ FORMATS is the value to use for `ibuffer-formats'. | |||
| 13498 | 14017 | ||
| 13499 | ;;;### (autoloads (icalendar-import-buffer icalendar-import-file | 14018 | ;;;### (autoloads (icalendar-import-buffer icalendar-import-file |
| 13500 | ;;;;;; icalendar-export-region icalendar-export-file) "icalendar" | 14019 | ;;;;;; icalendar-export-region icalendar-export-file) "icalendar" |
| 13501 | ;;;;;; "calendar/icalendar.el" (17257 22482)) | 14020 | ;;;;;; "calendar/icalendar.el" (17279 27196)) |
| 13502 | ;;; Generated autoloads from calendar/icalendar.el | 14021 | ;;; Generated autoloads from calendar/icalendar.el |
| 13503 | 14022 | ||
| 13504 | (autoload (quote icalendar-export-file) "icalendar" "\ | 14023 | (autoload (quote icalendar-export-file) "icalendar" "\ |
| @@ -13550,8 +14069,8 @@ buffer `*icalendar-errors*'. | |||
| 13550 | 14069 | ||
| 13551 | ;;;*** | 14070 | ;;;*** |
| 13552 | 14071 | ||
| 13553 | ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (17187 | 14072 | ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (17279 |
| 13554 | ;;;;;; 59901)) | 14073 | ;;;;;; 27123)) |
| 13555 | ;;; Generated autoloads from icomplete.el | 14074 | ;;; Generated autoloads from icomplete.el |
| 13556 | 14075 | ||
| 13557 | (defvar icomplete-mode nil "\ | 14076 | (defvar icomplete-mode nil "\ |
| @@ -13572,7 +14091,7 @@ With a numeric argument, turn Icomplete mode on iff ARG is positive. | |||
| 13572 | 14091 | ||
| 13573 | ;;;*** | 14092 | ;;;*** |
| 13574 | 14093 | ||
| 13575 | ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (17277 60154)) | 14094 | ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (17279 27203)) |
| 13576 | ;;; Generated autoloads from progmodes/icon.el | 14095 | ;;; Generated autoloads from progmodes/icon.el |
| 13577 | 14096 | ||
| 13578 | (autoload (quote icon-mode) "icon" "\ | 14097 | (autoload (quote icon-mode) "icon" "\ |
| @@ -13613,7 +14132,7 @@ with no args, if that value is non-nil. | |||
| 13613 | ;;;*** | 14132 | ;;;*** |
| 13614 | 14133 | ||
| 13615 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" | 14134 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" |
| 13616 | ;;;;;; (17226 24577)) | 14135 | ;;;;;; (17307 17625)) |
| 13617 | ;;; Generated autoloads from progmodes/idlw-shell.el | 14136 | ;;; Generated autoloads from progmodes/idlw-shell.el |
| 13618 | 14137 | ||
| 13619 | (autoload (quote idlwave-shell) "idlw-shell" "\ | 14138 | (autoload (quote idlwave-shell) "idlw-shell" "\ |
| @@ -13639,7 +14158,7 @@ See also the variable `idlwave-shell-prompt-pattern'. | |||
| 13639 | ;;;*** | 14158 | ;;;*** |
| 13640 | 14159 | ||
| 13641 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" | 14160 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" |
| 13642 | ;;;;;; (17277 60154)) | 14161 | ;;;;;; (17279 27203)) |
| 13643 | ;;; Generated autoloads from progmodes/idlwave.el | 14162 | ;;; Generated autoloads from progmodes/idlwave.el |
| 13644 | 14163 | ||
| 13645 | (autoload (quote idlwave-mode) "idlwave" "\ | 14164 | (autoload (quote idlwave-mode) "idlwave" "\ |
| @@ -13775,8 +14294,8 @@ The main features of this mode are | |||
| 13775 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file | 14294 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file |
| 13776 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer | 14295 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer |
| 13777 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window | 14296 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window |
| 13778 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (17244 | 14297 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (17308 |
| 13779 | ;;;;;; 4913)) | 14298 | ;;;;;; 43140)) |
| 13780 | ;;; Generated autoloads from ido.el | 14299 | ;;; Generated autoloads from ido.el |
| 13781 | 14300 | ||
| 13782 | (defvar ido-mode nil "\ | 14301 | (defvar ido-mode nil "\ |
| @@ -13815,7 +14334,7 @@ As you type in a string, all of the buffers matching the string are | |||
| 13815 | displayed if substring-matching is used (default). Look at | 14334 | displayed if substring-matching is used (default). Look at |
| 13816 | `ido-enable-prefix' and `ido-toggle-prefix'. When you have found the | 14335 | `ido-enable-prefix' and `ido-toggle-prefix'. When you have found the |
| 13817 | buffer you want, it can then be selected. As you type, most keys have | 14336 | buffer you want, it can then be selected. As you type, most keys have |
| 13818 | their normal keybindings, except for the following: \\<ido-mode-map> | 14337 | their normal keybindings, except for the following: \\<ido-buffer-completion-map> |
| 13819 | 14338 | ||
| 13820 | RET Select the buffer at the front of the list of matches. If the | 14339 | RET Select the buffer at the front of the list of matches. If the |
| 13821 | list is empty, possibly prompt to create new buffer. | 14340 | list is empty, possibly prompt to create new buffer. |
| @@ -13892,7 +14411,7 @@ type in a string, all of the filenames matching the string are displayed | |||
| 13892 | if substring-matching is used (default). Look at `ido-enable-prefix' and | 14411 | if substring-matching is used (default). Look at `ido-enable-prefix' and |
| 13893 | `ido-toggle-prefix'. When you have found the filename you want, it can | 14412 | `ido-toggle-prefix'. When you have found the filename you want, it can |
| 13894 | then be selected. As you type, most keys have their normal keybindings, | 14413 | then be selected. As you type, most keys have their normal keybindings, |
| 13895 | except for the following: \\<ido-mode-map> | 14414 | except for the following: \\<ido-file-completion-map> |
| 13896 | 14415 | ||
| 13897 | RET Select the file at the front of the list of matches. If the | 14416 | RET Select the file at the front of the list of matches. If the |
| 13898 | list is empty, possibly prompt to create new file. | 14417 | list is empty, possibly prompt to create new file. |
| @@ -13911,7 +14430,7 @@ in a separate window. | |||
| 13911 | \\[ido-merge-work-directories] search for file in the work directory history. | 14430 | \\[ido-merge-work-directories] search for file in the work directory history. |
| 13912 | \\[ido-forget-work-directory] removes current directory from the work directory history. | 14431 | \\[ido-forget-work-directory] removes current directory from the work directory history. |
| 13913 | \\[ido-prev-work-file] or \\[ido-next-work-file] cycle through the work file history. | 14432 | \\[ido-prev-work-file] or \\[ido-next-work-file] cycle through the work file history. |
| 13914 | \\[ido-wide-find-file] and \\[ido-wide-find-dir] prompts and uses find to locate files or directories. | 14433 | \\[ido-wide-find-file-or-pop-dir] and \\[ido-wide-find-dir-or-delete-dir] prompts and uses find to locate files or directories. |
| 13915 | \\[ido-make-directory] prompts for a directory to create in current directory. | 14434 | \\[ido-make-directory] prompts for a directory to create in current directory. |
| 13916 | \\[ido-fallback-command] Fallback to non-ido version of current command. | 14435 | \\[ido-fallback-command] Fallback to non-ido version of current command. |
| 13917 | \\[ido-toggle-regexp] Toggle regexp searching. | 14436 | \\[ido-toggle-regexp] Toggle regexp searching. |
| @@ -14037,7 +14556,7 @@ DEF, if non-nil, is the default value. | |||
| 14037 | 14556 | ||
| 14038 | ;;;*** | 14557 | ;;;*** |
| 14039 | 14558 | ||
| 14040 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (17187 59901)) | 14559 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (17279 27123)) |
| 14041 | ;;; Generated autoloads from ielm.el | 14560 | ;;; Generated autoloads from ielm.el |
| 14042 | (add-hook 'same-window-buffer-names "*ielm*") | 14561 | (add-hook 'same-window-buffer-names "*ielm*") |
| 14043 | 14562 | ||
| @@ -14050,7 +14569,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist. | |||
| 14050 | ;;;*** | 14569 | ;;;*** |
| 14051 | 14570 | ||
| 14052 | ;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" | 14571 | ;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" |
| 14053 | ;;;;;; (17187 59901)) | 14572 | ;;;;;; (17279 27123)) |
| 14054 | ;;; Generated autoloads from iimage.el | 14573 | ;;; Generated autoloads from iimage.el |
| 14055 | 14574 | ||
| 14056 | (autoload (quote turn-on-iimage-mode) "iimage" "\ | 14575 | (autoload (quote turn-on-iimage-mode) "iimage" "\ |
| @@ -14068,7 +14587,7 @@ Toggle inline image minor mode. | |||
| 14068 | ;;;### (autoloads (defimage find-image remove-images insert-sliced-image | 14587 | ;;;### (autoloads (defimage find-image remove-images insert-sliced-image |
| 14069 | ;;;;;; insert-image put-image create-image image-type-available-p | 14588 | ;;;;;; insert-image put-image create-image image-type-available-p |
| 14070 | ;;;;;; image-type-from-file-name image-type-from-file-header image-type-from-buffer | 14589 | ;;;;;; image-type-from-file-name image-type-from-file-header image-type-from-buffer |
| 14071 | ;;;;;; image-type-from-data) "image" "image.el" (17257 22483)) | 14590 | ;;;;;; image-type-from-data) "image" "image.el" (17279 27196)) |
| 14072 | ;;; Generated autoloads from image.el | 14591 | ;;; Generated autoloads from image.el |
| 14073 | 14592 | ||
| 14074 | (autoload (quote image-type-from-data) "image" "\ | 14593 | (autoload (quote image-type-from-data) "image" "\ |
| @@ -14219,7 +14738,7 @@ Example: | |||
| 14219 | 14738 | ||
| 14220 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp | 14739 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp |
| 14221 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" | 14740 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" |
| 14222 | ;;;;;; "image-file.el" (17187 59901)) | 14741 | ;;;;;; "image-file.el" (17279 27123)) |
| 14223 | ;;; Generated autoloads from image-file.el | 14742 | ;;; Generated autoloads from image-file.el |
| 14224 | 14743 | ||
| 14225 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ | 14744 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ |
| @@ -14282,7 +14801,7 @@ Image files are those whose name has an extension in | |||
| 14282 | ;;;*** | 14801 | ;;;*** |
| 14283 | 14802 | ||
| 14284 | ;;;### (autoloads (image-mode-maybe image-minor-mode image-mode) | 14803 | ;;;### (autoloads (image-mode-maybe image-minor-mode image-mode) |
| 14285 | ;;;;;; "image-mode" "image-mode.el" (17226 24576)) | 14804 | ;;;;;; "image-mode" "image-mode.el" (17376 5576)) |
| 14286 | ;;; Generated autoloads from image-mode.el | 14805 | ;;; Generated autoloads from image-mode.el |
| 14287 | (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) | 14806 | (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) |
| 14288 | (push '("\\.png\\'" . image-mode) auto-mode-alist) | 14807 | (push '("\\.png\\'" . image-mode) auto-mode-alist) |
| @@ -14320,7 +14839,7 @@ information on these modes. | |||
| 14320 | ;;;*** | 14839 | ;;;*** |
| 14321 | 14840 | ||
| 14322 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar | 14841 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar |
| 14323 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (17187 59901)) | 14842 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (17279 27123)) |
| 14324 | ;;; Generated autoloads from imenu.el | 14843 | ;;; Generated autoloads from imenu.el |
| 14325 | 14844 | ||
| 14326 | (defvar imenu-sort-function nil "\ | 14845 | (defvar imenu-sort-function nil "\ |
| @@ -14440,11 +14959,11 @@ for more information. | |||
| 14440 | 14959 | ||
| 14441 | ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion | 14960 | ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion |
| 14442 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) | 14961 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) |
| 14443 | ;;;;;; "ind-util" "language/ind-util.el" (17187 59881)) | 14962 | ;;;;;; "ind-util" "language/ind-util.el" (17342 36796)) |
| 14444 | ;;; Generated autoloads from language/ind-util.el | 14963 | ;;; Generated autoloads from language/ind-util.el |
| 14445 | 14964 | ||
| 14446 | (autoload (quote indian-compose-region) "ind-util" "\ | 14965 | (autoload (quote indian-compose-region) "ind-util" "\ |
| 14447 | Compose the region according to `composition-function-table'. | 14966 | Compose the region according to `composition-function-table'. |
| 14448 | 14967 | ||
| 14449 | \(fn FROM TO)" t nil) | 14968 | \(fn FROM TO)" t nil) |
| 14450 | 14969 | ||
| @@ -14483,7 +15002,7 @@ See also the function `indian-glyph-char'. | |||
| 14483 | 15002 | ||
| 14484 | ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command | 15003 | ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command |
| 14485 | ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" | 15004 | ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" |
| 14486 | ;;;;;; "progmodes/inf-lisp.el" (17187 59902)) | 15005 | ;;;;;; "progmodes/inf-lisp.el" (17279 27123)) |
| 14487 | ;;; Generated autoloads from progmodes/inf-lisp.el | 15006 | ;;; Generated autoloads from progmodes/inf-lisp.el |
| 14488 | 15007 | ||
| 14489 | (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ | 15008 | (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ |
| @@ -14549,22 +15068,22 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 14549 | 15068 | ||
| 14550 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 15069 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 14551 | ;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index | 15070 | ;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index |
| 14552 | ;;;;;; Info-directory info-standalone info-emacs-manual info info-other-window) | 15071 | ;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual |
| 14553 | ;;;;;; "info" "info.el" (17263 27852)) | 15072 | ;;;;;; info info-other-window) "info" "info.el" (17383 37904)) |
| 14554 | ;;; Generated autoloads from info.el | 15073 | ;;; Generated autoloads from info.el |
| 14555 | 15074 | ||
| 14556 | (autoload (quote info-other-window) "info" "\ | 15075 | (autoload (quote info-other-window) "info" "\ |
| 14557 | Like `info' but show the Info buffer in another window. | 15076 | Like `info' but show the Info buffer in another window. |
| 14558 | 15077 | ||
| 14559 | \(fn &optional FILE)" t nil) | 15078 | \(fn &optional FILE-OR-NODE)" t nil) |
| 14560 | (add-hook 'same-window-regexps "\\*info\\*\\(\\|<[0-9]+>\\)") | 15079 | (add-hook 'same-window-regexps "\\*info\\*\\(\\|<[0-9]+>\\)") |
| 14561 | (put 'info 'info-file "emacs") | 15080 | (put 'info 'info-file "emacs") |
| 14562 | 15081 | ||
| 14563 | (autoload (quote info) "info" "\ | 15082 | (autoload (quote info) "info" "\ |
| 14564 | Enter Info, the documentation browser. | 15083 | Enter Info, the documentation browser. |
| 14565 | Optional argument FILE specifies the file to examine; | 15084 | Optional argument FILE-OR-NODE specifies the file to examine; |
| 14566 | the default is the top-level directory of Info. | 15085 | the default is the top-level directory of Info. |
| 14567 | Called from a program, FILE may specify an Info node of the form | 15086 | Called from a program, FILE-OR-NODE may specify an Info node of the form |
| 14568 | `(FILENAME)NODENAME'. | 15087 | `(FILENAME)NODENAME'. |
| 14569 | Optional argument BUFFER specifies the Info buffer name; | 15088 | Optional argument BUFFER specifies the Info buffer name; |
| 14570 | the default buffer name is *info*. If BUFFER exists, | 15089 | the default buffer name is *info*. If BUFFER exists, |
| @@ -14580,7 +15099,7 @@ The search path for Info files is in the variable `Info-directory-list'. | |||
| 14580 | The top-level Info directory is made by combining all the files named `dir' | 15099 | The top-level Info directory is made by combining all the files named `dir' |
| 14581 | in all the directories in that path. | 15100 | in all the directories in that path. |
| 14582 | 15101 | ||
| 14583 | \(fn &optional FILE BUFFER)" t nil) | 15102 | \(fn &optional FILE-OR-NODE BUFFER)" t nil) |
| 14584 | 15103 | ||
| 14585 | (autoload (quote info-emacs-manual) "info" "\ | 15104 | (autoload (quote info-emacs-manual) "info" "\ |
| 14586 | Display the Emacs manual in Info mode. | 15105 | Display the Emacs manual in Info mode. |
| @@ -14594,17 +15113,24 @@ In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself. | |||
| 14594 | 15113 | ||
| 14595 | \(fn)" nil nil) | 15114 | \(fn)" nil nil) |
| 14596 | 15115 | ||
| 15116 | (autoload (quote Info-on-current-buffer) "info" "\ | ||
| 15117 | Use Info mode to browse the current Info buffer. | ||
| 15118 | With a prefix arg, this queries for the node name to visit first; | ||
| 15119 | otherwise, that defaults to `Top'. | ||
| 15120 | |||
| 15121 | \(fn &optional NODENAME)" t nil) | ||
| 15122 | |||
| 14597 | (autoload (quote Info-directory) "info" "\ | 15123 | (autoload (quote Info-directory) "info" "\ |
| 14598 | Go to the Info directory node. | 15124 | Go to the Info directory node. |
| 14599 | 15125 | ||
| 14600 | \(fn)" t nil) | 15126 | \(fn)" t nil) |
| 14601 | 15127 | ||
| 14602 | (autoload (quote Info-index) "info" "\ | 15128 | (autoload (quote Info-index) "info" "\ |
| 14603 | Look up a string TOPIC in the index for this file. | 15129 | Look up a string TOPIC in the index for this manual and go to that entry. |
| 14604 | If there are no exact matches to the specified topic, this chooses | 15130 | If there are no exact matches to the specified topic, this chooses |
| 14605 | the first match which is a case-insensitive substring of a topic. | 15131 | the first match which is a case-insensitive substring of a topic. |
| 14606 | Use the \\<Info-mode-map>\\[Info-index-next] command to see the other matches. | 15132 | Use the \\<Info-mode-map>\\[Info-index-next] command to see the other matches. |
| 14607 | Give a blank topic name to go to the Index node itself. | 15133 | Give an empty topic name to go to the Index node itself. |
| 14608 | 15134 | ||
| 14609 | \(fn TOPIC)" t nil) | 15135 | \(fn TOPIC)" t nil) |
| 14610 | 15136 | ||
| @@ -14664,7 +15190,7 @@ Advanced commands: | |||
| 14664 | \\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively. | 15190 | \\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively. |
| 14665 | \\[Info-search-next] Search for another occurrence of regexp | 15191 | \\[Info-search-next] Search for another occurrence of regexp |
| 14666 | from a previous \\<Info-mode-map>\\[Info-search] command. | 15192 | from a previous \\<Info-mode-map>\\[Info-search] command. |
| 14667 | \\[Info-index] Look up a topic in this file's Index and move to that node. | 15193 | \\[Info-index] Look up a topic in this manual's Index and move to that index entry. |
| 14668 | \\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command. | 15194 | \\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command. |
| 14669 | \\[info-apropos] Look for a string in the indices of all manuals. | 15195 | \\[info-apropos] Look for a string in the indices of all manuals. |
| 14670 | \\[Info-goto-node] Move to node specified by name. | 15196 | \\[Info-goto-node] Move to node specified by name. |
| @@ -14709,7 +15235,7 @@ This will add a speedbar major display mode. | |||
| 14709 | 15235 | ||
| 14710 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file | 15236 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file |
| 14711 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" | 15237 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" |
| 14712 | ;;;;;; (17187 59901)) | 15238 | ;;;;;; (17279 27123)) |
| 14713 | ;;; Generated autoloads from info-look.el | 15239 | ;;; Generated autoloads from info-look.el |
| 14714 | 15240 | ||
| 14715 | (autoload (quote info-lookup-reset) "info-look" "\ | 15241 | (autoload (quote info-lookup-reset) "info-look" "\ |
| @@ -14757,7 +15283,7 @@ Perform completion on file preceding point. | |||
| 14757 | ;;;*** | 15283 | ;;;*** |
| 14758 | 15284 | ||
| 14759 | ;;;### (autoloads (info-xref-check-all-custom info-xref-check-all | 15285 | ;;;### (autoloads (info-xref-check-all-custom info-xref-check-all |
| 14760 | ;;;;;; info-xref-check) "info-xref" "info-xref.el" (17187 59901)) | 15286 | ;;;;;; info-xref-check) "info-xref" "info-xref.el" (17279 27123)) |
| 14761 | ;;; Generated autoloads from info-xref.el | 15287 | ;;; Generated autoloads from info-xref.el |
| 14762 | 15288 | ||
| 14763 | (autoload (quote info-xref-check) "info-xref" "\ | 15289 | (autoload (quote info-xref-check) "info-xref" "\ |
| @@ -14784,7 +15310,7 @@ quite a while. | |||
| 14784 | ;;;*** | 15310 | ;;;*** |
| 14785 | 15311 | ||
| 14786 | ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) | 15312 | ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) |
| 14787 | ;;;;;; "informat" "informat.el" (17187 59901)) | 15313 | ;;;;;; "informat" "informat.el" (17279 27123)) |
| 14788 | ;;; Generated autoloads from informat.el | 15314 | ;;; Generated autoloads from informat.el |
| 14789 | 15315 | ||
| 14790 | (autoload (quote Info-tagify) "informat" "\ | 15316 | (autoload (quote Info-tagify) "informat" "\ |
| @@ -14825,7 +15351,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\" | |||
| 14825 | 15351 | ||
| 14826 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method | 15352 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method |
| 14827 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" | 15353 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" |
| 14828 | ;;;;;; (17187 59901)) | 15354 | ;;;;;; (17279 27123)) |
| 14829 | ;;; Generated autoloads from international/isearch-x.el | 15355 | ;;; Generated autoloads from international/isearch-x.el |
| 14830 | 15356 | ||
| 14831 | (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ | 15357 | (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ |
| @@ -14845,8 +15371,8 @@ Not documented | |||
| 14845 | 15371 | ||
| 14846 | ;;;*** | 15372 | ;;;*** |
| 14847 | 15373 | ||
| 14848 | ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (17187 | 15374 | ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (17279 |
| 14849 | ;;;;;; 59901)) | 15375 | ;;;;;; 27123)) |
| 14850 | ;;; Generated autoloads from isearchb.el | 15376 | ;;; Generated autoloads from isearchb.el |
| 14851 | 15377 | ||
| 14852 | (autoload (quote isearchb-activate) "isearchb" "\ | 15378 | (autoload (quote isearchb-activate) "isearchb" "\ |
| @@ -14860,7 +15386,7 @@ accessed via isearchb. | |||
| 14860 | ;;;*** | 15386 | ;;;*** |
| 14861 | 15387 | ||
| 14862 | ;;;### (autoloads (iso-accents-mode) "iso-acc" "obsolete/iso-acc.el" | 15388 | ;;;### (autoloads (iso-accents-mode) "iso-acc" "obsolete/iso-acc.el" |
| 14863 | ;;;;;; (17187 59902)) | 15389 | ;;;;;; (17279 27123)) |
| 14864 | ;;; Generated autoloads from obsolete/iso-acc.el | 15390 | ;;; Generated autoloads from obsolete/iso-acc.el |
| 14865 | 15391 | ||
| 14866 | (autoload (quote iso-accents-mode) "iso-acc" "\ | 15392 | (autoload (quote iso-accents-mode) "iso-acc" "\ |
| @@ -14893,7 +15419,7 @@ and a negative argument disables it. | |||
| 14893 | ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only | 15419 | ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only |
| 14894 | ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso | 15420 | ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso |
| 14895 | ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" | 15421 | ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" |
| 14896 | ;;;;;; "international/iso-cvt.el" (17187 59880)) | 15422 | ;;;;;; "international/iso-cvt.el" (17279 27079)) |
| 14897 | ;;; Generated autoloads from international/iso-cvt.el | 15423 | ;;; Generated autoloads from international/iso-cvt.el |
| 14898 | 15424 | ||
| 14899 | (autoload (quote iso-spanish) "iso-cvt" "\ | 15425 | (autoload (quote iso-spanish) "iso-cvt" "\ |
| @@ -14977,7 +15503,7 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 14977 | ;;;*** | 15503 | ;;;*** |
| 14978 | 15504 | ||
| 14979 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" | 15505 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" |
| 14980 | ;;;;;; (17187 59894)) | 15506 | ;;;;;; (17279 27115)) |
| 14981 | ;;; Generated autoloads from international/iso-transl.el | 15507 | ;;; Generated autoloads from international/iso-transl.el |
| 14982 | (or key-translation-map (setq key-translation-map (make-sparse-keymap))) | 15508 | (or key-translation-map (setq key-translation-map (make-sparse-keymap))) |
| 14983 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) | 15509 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) |
| @@ -14990,7 +15516,7 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 14990 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 15516 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 14991 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist | 15517 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist |
| 14992 | ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" | 15518 | ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" |
| 14993 | ;;;;;; (17263 27852)) | 15519 | ;;;;;; (17374 21550)) |
| 14994 | ;;; Generated autoloads from textmodes/ispell.el | 15520 | ;;; Generated autoloads from textmodes/ispell.el |
| 14995 | 15521 | ||
| 14996 | (defvar ispell-personal-dictionary nil "\ | 15522 | (defvar ispell-personal-dictionary nil "\ |
| @@ -15276,8 +15802,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to | |||
| 15276 | 15802 | ||
| 15277 | ;;;*** | 15803 | ;;;*** |
| 15278 | 15804 | ||
| 15279 | ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (17263 | 15805 | ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (17356 |
| 15280 | ;;;;;; 27852)) | 15806 | ;;;;;; 16193)) |
| 15281 | ;;; Generated autoloads from iswitchb.el | 15807 | ;;; Generated autoloads from iswitchb.el |
| 15282 | 15808 | ||
| 15283 | (defvar iswitchb-mode nil "\ | 15809 | (defvar iswitchb-mode nil "\ |
| @@ -15303,7 +15829,7 @@ This mode enables switching between buffers using substrings. See | |||
| 15303 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region | 15829 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region |
| 15304 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku | 15830 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku |
| 15305 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) | 15831 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) |
| 15306 | ;;;;;; "japan-util" "language/japan-util.el" (17187 59881)) | 15832 | ;;;;;; "japan-util" "language/japan-util.el" (17279 27080)) |
| 15307 | ;;; Generated autoloads from language/japan-util.el | 15833 | ;;; Generated autoloads from language/japan-util.el |
| 15308 | 15834 | ||
| 15309 | (autoload (quote setup-japanese-environment-internal) "japan-util" "\ | 15835 | (autoload (quote setup-japanese-environment-internal) "japan-util" "\ |
| @@ -15381,7 +15907,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading. | |||
| 15381 | ;;;*** | 15907 | ;;;*** |
| 15382 | 15908 | ||
| 15383 | ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" | 15909 | ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" |
| 15384 | ;;;;;; "jka-compr.el" (17277 59649)) | 15910 | ;;;;;; "jka-compr.el" (17279 27201)) |
| 15385 | ;;; Generated autoloads from jka-compr.el | 15911 | ;;; Generated autoloads from jka-compr.el |
| 15386 | 15912 | ||
| 15387 | (defvar jka-compr-inhibit nil "\ | 15913 | (defvar jka-compr-inhibit nil "\ |
| @@ -15406,7 +15932,7 @@ by `jka-compr-installed'. | |||
| 15406 | 15932 | ||
| 15407 | ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup | 15933 | ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup |
| 15408 | ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" | 15934 | ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" |
| 15409 | ;;;;;; (17187 59901)) | 15935 | ;;;;;; (17279 27122)) |
| 15410 | ;;; Generated autoloads from emulation/keypad.el | 15936 | ;;; Generated autoloads from emulation/keypad.el |
| 15411 | 15937 | ||
| 15412 | (defvar keypad-setup nil "\ | 15938 | (defvar keypad-setup nil "\ |
| @@ -15462,7 +15988,7 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.' | |||
| 15462 | ;;;*** | 15988 | ;;;*** |
| 15463 | 15989 | ||
| 15464 | ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" | 15990 | ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" |
| 15465 | ;;;;;; (17187 59880)) | 15991 | ;;;;;; (17307 17630)) |
| 15466 | ;;; Generated autoloads from international/kinsoku.el | 15992 | ;;; Generated autoloads from international/kinsoku.el |
| 15467 | 15993 | ||
| 15468 | (autoload (quote kinsoku) "kinsoku" "\ | 15994 | (autoload (quote kinsoku) "kinsoku" "\ |
| @@ -15483,8 +16009,8 @@ the context of text formatting. | |||
| 15483 | 16009 | ||
| 15484 | ;;;*** | 16010 | ;;;*** |
| 15485 | 16011 | ||
| 15486 | ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (17187 | 16012 | ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (17279 |
| 15487 | ;;;;;; 59880)) | 16013 | ;;;;;; 27079)) |
| 15488 | ;;; Generated autoloads from international/kkc.el | 16014 | ;;; Generated autoloads from international/kkc.el |
| 15489 | 16015 | ||
| 15490 | (defvar kkc-after-update-conversion-functions nil "\ | 16016 | (defvar kkc-after-update-conversion-functions nil "\ |
| @@ -15509,7 +16035,7 @@ and the return value is the length of the conversion. | |||
| 15509 | ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro | 16035 | ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro |
| 15510 | ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter | 16036 | ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter |
| 15511 | ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" | 16037 | ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" |
| 15512 | ;;;;;; "kmacro.el" (17187 59901)) | 16038 | ;;;;;; "kmacro.el" (17279 27123)) |
| 15513 | ;;; Generated autoloads from kmacro.el | 16039 | ;;; Generated autoloads from kmacro.el |
| 15514 | (global-set-key "\C-x(" 'kmacro-start-macro) | 16040 | (global-set-key "\C-x(" 'kmacro-start-macro) |
| 15515 | (global-set-key "\C-x)" 'kmacro-end-macro) | 16041 | (global-set-key "\C-x)" 'kmacro-end-macro) |
| @@ -15616,7 +16142,7 @@ If kbd macro currently being defined end it before activating it. | |||
| 15616 | 16142 | ||
| 15617 | ;;;### (autoloads (kannada-post-read-conversion kannada-compose-string | 16143 | ;;;### (autoloads (kannada-post-read-conversion kannada-compose-string |
| 15618 | ;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el" | 16144 | ;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el" |
| 15619 | ;;;;;; (17187 59881)) | 16145 | ;;;;;; (17279 27080)) |
| 15620 | ;;; Generated autoloads from language/knd-util.el | 16146 | ;;; Generated autoloads from language/knd-util.el |
| 15621 | 16147 | ||
| 15622 | (defconst kannada-consonant "[\x51f75-\x51fb9]") | 16148 | (defconst kannada-consonant "[\x51f75-\x51fb9]") |
| @@ -15639,7 +16165,7 @@ Not documented | |||
| 15639 | ;;;*** | 16165 | ;;;*** |
| 15640 | 16166 | ||
| 15641 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" | 16167 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" |
| 15642 | ;;;;;; "language/korea-util.el" (17187 59881)) | 16168 | ;;;;;; "language/korea-util.el" (17279 27080)) |
| 15643 | ;;; Generated autoloads from language/korea-util.el | 16169 | ;;; Generated autoloads from language/korea-util.el |
| 15644 | 16170 | ||
| 15645 | (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ | 16171 | (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ |
| @@ -15654,7 +16180,7 @@ Not documented | |||
| 15654 | ;;;*** | 16180 | ;;;*** |
| 15655 | 16181 | ||
| 15656 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" | 16182 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" |
| 15657 | ;;;;;; (17226 24576)) | 16183 | ;;;;;; (17279 27172)) |
| 15658 | ;;; Generated autoloads from play/landmark.el | 16184 | ;;; Generated autoloads from play/landmark.el |
| 15659 | 16185 | ||
| 15660 | (defalias (quote landmark-repeat) (quote lm-test-run)) | 16186 | (defalias (quote landmark-repeat) (quote lm-test-run)) |
| @@ -15688,8 +16214,8 @@ Use \\[describe-mode] for more info. | |||
| 15688 | 16214 | ||
| 15689 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion | 16215 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion |
| 15690 | ;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao | 16216 | ;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao |
| 15691 | ;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (17187 | 16217 | ;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (17279 |
| 15692 | ;;;;;; 59881)) | 16218 | ;;;;;; 27080)) |
| 15693 | ;;; Generated autoloads from language/lao-util.el | 16219 | ;;; Generated autoloads from language/lao-util.el |
| 15694 | 16220 | ||
| 15695 | (autoload (quote lao-compose-string) "lao-util" "\ | 16221 | (autoload (quote lao-compose-string) "lao-util" "\ |
| @@ -15738,11 +16264,12 @@ Not documented | |||
| 15738 | 16264 | ||
| 15739 | ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc | 16265 | ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc |
| 15740 | ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) | 16266 | ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) |
| 15741 | ;;;;;; "latexenc" "international/latexenc.el" (17187 59880)) | 16267 | ;;;;;; "latexenc" "international/latexenc.el" (17374 21550)) |
| 15742 | ;;; Generated autoloads from international/latexenc.el | 16268 | ;;; Generated autoloads from international/latexenc.el |
| 15743 | 16269 | ||
| 15744 | (defvar latex-inputenc-coding-alist (quote (("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\ | 16270 | (defvar latex-inputenc-coding-alist (quote (("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\ |
| 15745 | Mapping from encoding names used by LaTeX's \"inputenc.sty\" to Emacs coding systems. | 16271 | Mapping from LaTeX encodings in \"inputenc.sty\" to Emacs coding systems. |
| 16272 | LaTeX encodings are specified with \"\\usepackage[encoding]{inputenc}\". | ||
| 15746 | Used by the function `latexenc-find-file-coding-system'.") | 16273 | Used by the function `latexenc-find-file-coding-system'.") |
| 15747 | 16274 | ||
| 15748 | (custom-autoload (quote latex-inputenc-coding-alist) "latexenc") | 16275 | (custom-autoload (quote latex-inputenc-coding-alist) "latexenc") |
| @@ -15769,7 +16296,7 @@ coding system names is determined from `latex-inputenc-coding-alist'. | |||
| 15769 | ;;;*** | 16296 | ;;;*** |
| 15770 | 16297 | ||
| 15771 | ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) | 16298 | ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) |
| 15772 | ;;;;;; "latin1-disp" "international/latin1-disp.el" (17187 59880)) | 16299 | ;;;;;; "latin1-disp" "international/latin1-disp.el" (17279 27079)) |
| 15773 | ;;; Generated autoloads from international/latin1-disp.el | 16300 | ;;; Generated autoloads from international/latin1-disp.el |
| 15774 | 16301 | ||
| 15775 | (defvar latin1-display nil "\ | 16302 | (defvar latin1-display nil "\ |
| @@ -15813,7 +16340,7 @@ use either \\[customize] or the function `latin1-display'.") | |||
| 15813 | ;;;*** | 16340 | ;;;*** |
| 15814 | 16341 | ||
| 15815 | ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" | 16342 | ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" |
| 15816 | ;;;;;; "obsolete/lazy-lock.el" (17187 59902)) | 16343 | ;;;;;; "obsolete/lazy-lock.el" (17279 27123)) |
| 15817 | ;;; Generated autoloads from obsolete/lazy-lock.el | 16344 | ;;; Generated autoloads from obsolete/lazy-lock.el |
| 15818 | 16345 | ||
| 15819 | (autoload (quote lazy-lock-mode) "lazy-lock" "\ | 16346 | (autoload (quote lazy-lock-mode) "lazy-lock" "\ |
| @@ -15881,10 +16408,12 @@ Unconditionally turn on Lazy Lock mode. | |||
| 15881 | ;;;*** | 16408 | ;;;*** |
| 15882 | 16409 | ||
| 15883 | ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" | 16410 | ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" |
| 15884 | ;;;;;; (17263 27852)) | 16411 | ;;;;;; (17356 16192)) |
| 15885 | ;;; Generated autoloads from progmodes/ld-script.el | 16412 | ;;; Generated autoloads from progmodes/ld-script.el |
| 15886 | 16413 | ||
| 15887 | (add-to-list (quote auto-mode-alist) (quote ("\\.ld[s]?\\(\\.in\\)?$" . ld-script-mode))) | 16414 | (add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode))) |
| 16415 | |||
| 16416 | (add-to-list (quote auto-mode-alist) (quote ("\\.x[bdsru]?[cn]?\\'" . ld-script-mode))) | ||
| 15888 | 16417 | ||
| 15889 | (autoload (quote ld-script-mode) "ld-script" "\ | 16418 | (autoload (quote ld-script-mode) "ld-script" "\ |
| 15890 | A major mode to edit GNU ld script files | 16419 | A major mode to edit GNU ld script files |
| @@ -15894,7 +16423,7 @@ A major mode to edit GNU ld script files | |||
| 15894 | ;;;*** | 16423 | ;;;*** |
| 15895 | 16424 | ||
| 15896 | ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" | 16425 | ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" |
| 15897 | ;;;;;; (17187 59901)) | 16426 | ;;;;;; (17279 27123)) |
| 15898 | ;;; Generated autoloads from ledit.el | 16427 | ;;; Generated autoloads from ledit.el |
| 15899 | 16428 | ||
| 15900 | (defconst ledit-save-files t "\ | 16429 | (defconst ledit-save-files t "\ |
| @@ -15928,7 +16457,7 @@ Not documented | |||
| 15928 | 16457 | ||
| 15929 | ;;;*** | 16458 | ;;;*** |
| 15930 | 16459 | ||
| 15931 | ;;;### (autoloads (life) "life" "play/life.el" (17187 59902)) | 16460 | ;;;### (autoloads (life) "life" "play/life.el" (17279 27123)) |
| 15932 | ;;; Generated autoloads from play/life.el | 16461 | ;;; Generated autoloads from play/life.el |
| 15933 | 16462 | ||
| 15934 | (autoload (quote life) "life" "\ | 16463 | (autoload (quote life) "life" "\ |
| @@ -15941,8 +16470,8 @@ generations (this defaults to 1). | |||
| 15941 | 16470 | ||
| 15942 | ;;;*** | 16471 | ;;;*** |
| 15943 | 16472 | ||
| 15944 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (17244 | 16473 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (17279 |
| 15945 | ;;;;;; 4913)) | 16474 | ;;;;;; 27189)) |
| 15946 | ;;; Generated autoloads from loadhist.el | 16475 | ;;; Generated autoloads from loadhist.el |
| 15947 | 16476 | ||
| 15948 | (autoload (quote unload-feature) "loadhist" "\ | 16477 | (autoload (quote unload-feature) "loadhist" "\ |
| @@ -15965,7 +16494,7 @@ such as redefining an Emacs function. | |||
| 15965 | ;;;*** | 16494 | ;;;*** |
| 15966 | 16495 | ||
| 15967 | ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) | 16496 | ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) |
| 15968 | ;;;;;; "locate" "locate.el" (17257 22483)) | 16497 | ;;;;;; "locate" "locate.el" (17337 56254)) |
| 15969 | ;;; Generated autoloads from locate.el | 16498 | ;;; Generated autoloads from locate.el |
| 15970 | 16499 | ||
| 15971 | (defvar locate-ls-subdir-switches "-al" "\ | 16500 | (defvar locate-ls-subdir-switches "-al" "\ |
| @@ -15990,7 +16519,7 @@ shown; this is often useful to constrain a big search. | |||
| 15990 | 16519 | ||
| 15991 | ;;;*** | 16520 | ;;;*** |
| 15992 | 16521 | ||
| 15993 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (17226 24576)) | 16522 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (17297 42808)) |
| 15994 | ;;; Generated autoloads from log-edit.el | 16523 | ;;; Generated autoloads from log-edit.el |
| 15995 | 16524 | ||
| 15996 | (autoload (quote log-edit) "log-edit" "\ | 16525 | (autoload (quote log-edit) "log-edit" "\ |
| @@ -16011,8 +16540,8 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the | |||
| 16011 | 16540 | ||
| 16012 | ;;;*** | 16541 | ;;;*** |
| 16013 | 16542 | ||
| 16014 | ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (17187 | 16543 | ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (17374 |
| 16015 | ;;;;;; 59901)) | 16544 | ;;;;;; 21531)) |
| 16016 | ;;; Generated autoloads from log-view.el | 16545 | ;;; Generated autoloads from log-view.el |
| 16017 | 16546 | ||
| 16018 | (autoload (quote log-view-mode) "log-view" "\ | 16547 | (autoload (quote log-view-mode) "log-view" "\ |
| @@ -16022,8 +16551,8 @@ Major mode for browsing CVS log output. | |||
| 16022 | 16551 | ||
| 16023 | ;;;*** | 16552 | ;;;*** |
| 16024 | 16553 | ||
| 16025 | ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (17257 | 16554 | ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (17327 |
| 16026 | ;;;;;; 22483)) | 16555 | ;;;;;; 23539)) |
| 16027 | ;;; Generated autoloads from longlines.el | 16556 | ;;; Generated autoloads from longlines.el |
| 16028 | 16557 | ||
| 16029 | (autoload (quote longlines-mode) "longlines" "\ | 16558 | (autoload (quote longlines-mode) "longlines" "\ |
| @@ -16044,8 +16573,8 @@ are indicated with a symbol. | |||
| 16044 | ;;;*** | 16573 | ;;;*** |
| 16045 | 16574 | ||
| 16046 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer | 16575 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer |
| 16047 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (17187 | 16576 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (17279 |
| 16048 | ;;;;;; 59901)) | 16577 | ;;;;;; 27123)) |
| 16049 | ;;; Generated autoloads from lpr.el | 16578 | ;;; Generated autoloads from lpr.el |
| 16050 | 16579 | ||
| 16051 | (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) | 16580 | (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) |
| @@ -16139,7 +16668,7 @@ for further customization of the printer command. | |||
| 16139 | ;;;*** | 16668 | ;;;*** |
| 16140 | 16669 | ||
| 16141 | ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" | 16670 | ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" |
| 16142 | ;;;;;; (17187 59901)) | 16671 | ;;;;;; (17297 42802)) |
| 16143 | ;;; Generated autoloads from ls-lisp.el | 16672 | ;;; Generated autoloads from ls-lisp.el |
| 16144 | 16673 | ||
| 16145 | (defvar ls-lisp-support-shell-wildcards t "\ | 16674 | (defvar ls-lisp-support-shell-wildcards t "\ |
| @@ -16150,8 +16679,8 @@ Otherwise they are treated as Emacs regexps (for backward compatibility).") | |||
| 16150 | 16679 | ||
| 16151 | ;;;*** | 16680 | ;;;*** |
| 16152 | 16681 | ||
| 16153 | ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (17187 | 16682 | ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (17308 |
| 16154 | ;;;;;; 59901)) | 16683 | ;;;;;; 43144)) |
| 16155 | ;;; Generated autoloads from calendar/lunar.el | 16684 | ;;; Generated autoloads from calendar/lunar.el |
| 16156 | 16685 | ||
| 16157 | (autoload (quote phases-of-moon) "lunar" "\ | 16686 | (autoload (quote phases-of-moon) "lunar" "\ |
| @@ -16164,8 +16693,8 @@ This function is suitable for execution in a .emacs file. | |||
| 16164 | 16693 | ||
| 16165 | ;;;*** | 16694 | ;;;*** |
| 16166 | 16695 | ||
| 16167 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (17277 | 16696 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (17279 |
| 16168 | ;;;;;; 60154)) | 16697 | ;;;;;; 27203)) |
| 16169 | ;;; Generated autoloads from progmodes/m4-mode.el | 16698 | ;;; Generated autoloads from progmodes/m4-mode.el |
| 16170 | 16699 | ||
| 16171 | (autoload (quote m4-mode) "m4-mode" "\ | 16700 | (autoload (quote m4-mode) "m4-mode" "\ |
| @@ -16177,7 +16706,7 @@ A major mode to edit m4 macro files. | |||
| 16177 | ;;;*** | 16706 | ;;;*** |
| 16178 | 16707 | ||
| 16179 | ;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" | 16708 | ;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" |
| 16180 | ;;;;;; (17187 59901)) | 16709 | ;;;;;; (17279 27122)) |
| 16181 | ;;; Generated autoloads from emacs-lisp/macroexp.el | 16710 | ;;; Generated autoloads from emacs-lisp/macroexp.el |
| 16182 | 16711 | ||
| 16183 | (autoload (quote macroexpand-all) "macroexp" "\ | 16712 | (autoload (quote macroexpand-all) "macroexp" "\ |
| @@ -16191,7 +16720,7 @@ definitions to shadow the loaded ones for use in file byte-compilation. | |||
| 16191 | ;;;*** | 16720 | ;;;*** |
| 16192 | 16721 | ||
| 16193 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro | 16722 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro |
| 16194 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (17187 59901)) | 16723 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (17279 27123)) |
| 16195 | ;;; Generated autoloads from macros.el | 16724 | ;;; Generated autoloads from macros.el |
| 16196 | 16725 | ||
| 16197 | (autoload (quote name-last-kbd-macro) "macros" "\ | 16726 | (autoload (quote name-last-kbd-macro) "macros" "\ |
| @@ -16280,14 +16809,15 @@ and then select the region of un-tablified names and use | |||
| 16280 | ;;;*** | 16809 | ;;;*** |
| 16281 | 16810 | ||
| 16282 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" | 16811 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" |
| 16283 | ;;;;;; "mail/mail-extr.el" (17187 59901)) | 16812 | ;;;;;; "mail/mail-extr.el" (17308 43144)) |
| 16284 | ;;; Generated autoloads from mail/mail-extr.el | 16813 | ;;; Generated autoloads from mail/mail-extr.el |
| 16285 | 16814 | ||
| 16286 | (autoload (quote mail-extract-address-components) "mail-extr" "\ | 16815 | (autoload (quote mail-extract-address-components) "mail-extr" "\ |
| 16287 | Given an RFC-822 address ADDRESS, extract full name and canonical address. | 16816 | Given an RFC-822 address ADDRESS, extract full name and canonical address. |
| 16288 | Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). | 16817 | Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). If no |
| 16289 | If no name can be extracted, FULL-NAME will be nil. Also see | 16818 | name can be extracted, FULL-NAME will be nil. Also see |
| 16290 | `mail-extr-ignore-single-names' and `mail-extr-ignore-realname-equals-mailbox-name'. | 16819 | `mail-extr-ignore-single-names' and |
| 16820 | `mail-extr-ignore-realname-equals-mailbox-name'. | ||
| 16291 | 16821 | ||
| 16292 | If the optional argument ALL is non-nil, then ADDRESS can contain zero | 16822 | If the optional argument ALL is non-nil, then ADDRESS can contain zero |
| 16293 | or more recipients, separated by commas, and we return a list of | 16823 | or more recipients, separated by commas, and we return a list of |
| @@ -16311,7 +16841,7 @@ Convert mail domain DOMAIN to the country it corresponds to. | |||
| 16311 | 16841 | ||
| 16312 | ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history | 16842 | ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history |
| 16313 | ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" | 16843 | ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" |
| 16314 | ;;;;;; (17187 59901)) | 16844 | ;;;;;; (17279 27123)) |
| 16315 | ;;; Generated autoloads from mail/mail-hist.el | 16845 | ;;; Generated autoloads from mail/mail-hist.el |
| 16316 | 16846 | ||
| 16317 | (autoload (quote mail-hist-define-keys) "mail-hist" "\ | 16847 | (autoload (quote mail-hist-define-keys) "mail-hist" "\ |
| @@ -16342,8 +16872,8 @@ This function normally would be called when the message is sent. | |||
| 16342 | 16872 | ||
| 16343 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region | 16873 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region |
| 16344 | ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p | 16874 | ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p |
| 16345 | ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (17187 | 16875 | ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (17279 |
| 16346 | ;;;;;; 59902)) | 16876 | ;;;;;; 27123)) |
| 16347 | ;;; Generated autoloads from mail/mail-utils.el | 16877 | ;;; Generated autoloads from mail/mail-utils.el |
| 16348 | 16878 | ||
| 16349 | (defvar mail-use-rfc822 nil "\ | 16879 | (defvar mail-use-rfc822 nil "\ |
| @@ -16395,7 +16925,7 @@ If 4th arg LIST is non-nil, return a list of all such fields. | |||
| 16395 | ;;;*** | 16925 | ;;;*** |
| 16396 | 16926 | ||
| 16397 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) | 16927 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) |
| 16398 | ;;;;;; "mailabbrev" "mail/mailabbrev.el" (17238 21257)) | 16928 | ;;;;;; "mailabbrev" "mail/mailabbrev.el" (17279 27185)) |
| 16399 | ;;; Generated autoloads from mail/mailabbrev.el | 16929 | ;;; Generated autoloads from mail/mailabbrev.el |
| 16400 | 16930 | ||
| 16401 | (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ | 16931 | (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ |
| @@ -16418,8 +16948,8 @@ If DEFINITION contains multiple addresses, separate them with commas. | |||
| 16418 | ;;;*** | 16948 | ;;;*** |
| 16419 | 16949 | ||
| 16420 | ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases | 16950 | ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases |
| 16421 | ;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (17187 | 16951 | ;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (17279 |
| 16422 | ;;;;;; 59902)) | 16952 | ;;;;;; 27123)) |
| 16423 | ;;; Generated autoloads from mail/mailalias.el | 16953 | ;;; Generated autoloads from mail/mailalias.el |
| 16424 | 16954 | ||
| 16425 | (defvar mail-complete-style (quote angles) "\ | 16955 | (defvar mail-complete-style (quote angles) "\ |
| @@ -16465,7 +16995,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any. | |||
| 16465 | ;;;*** | 16995 | ;;;*** |
| 16466 | 16996 | ||
| 16467 | ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" | 16997 | ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" |
| 16468 | ;;;;;; (17226 24564)) | 16998 | ;;;;;; (17379 24714)) |
| 16469 | ;;; Generated autoloads from mail/mailclient.el | 16999 | ;;; Generated autoloads from mail/mailclient.el |
| 16470 | 17000 | ||
| 16471 | (autoload (quote mailclient-send-it) "mailclient" "\ | 17001 | (autoload (quote mailclient-send-it) "mailclient" "\ |
| @@ -16477,9 +17007,9 @@ The mail client is taken to be the handler of mailto URLs. | |||
| 16477 | 17007 | ||
| 16478 | ;;;*** | 17008 | ;;;*** |
| 16479 | 17009 | ||
| 16480 | ;;;### (autoloads (makefile-bsdmake-mode makefile-makepp-mode makefile-gmake-mode | 17010 | ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode |
| 16481 | ;;;;;; makefile-automake-mode makefile-mode) "make-mode" "progmodes/make-mode.el" | 17011 | ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) |
| 16482 | ;;;;;; (17277 60154)) | 17012 | ;;;;;; "make-mode" "progmodes/make-mode.el" (17374 21244)) |
| 16483 | ;;; Generated autoloads from progmodes/make-mode.el | 17013 | ;;; Generated autoloads from progmodes/make-mode.el |
| 16484 | 17014 | ||
| 16485 | (autoload (quote makefile-mode) "make-mode" "\ | 17015 | (autoload (quote makefile-mode) "make-mode" "\ |
| @@ -16487,7 +17017,8 @@ Major mode for editing standard Makefiles. | |||
| 16487 | 17017 | ||
| 16488 | If you are editing a file for a different make, try one of the | 17018 | If you are editing a file for a different make, try one of the |
| 16489 | variants `makefile-automake-mode', `makefile-gmake-mode', | 17019 | variants `makefile-automake-mode', `makefile-gmake-mode', |
| 16490 | `makefile-makepp-mode' or `makefile-bsdmake-mode'. All but the | 17020 | `makefile-makepp-mode', `makefile-bsdmake-mode' or, |
| 17021 | `makefile-imake-mode'All but the | ||
| 16491 | last should be correctly chosen based on the file name, except if | 17022 | last should be correctly chosen based on the file name, except if |
| 16492 | it is *.mk. This function ends by invoking the function(s) | 17023 | it is *.mk. This function ends by invoking the function(s) |
| 16493 | `makefile-mode-hook'. | 17024 | `makefile-mode-hook'. |
| @@ -16589,10 +17120,15 @@ An adapted `makefile-mode' that knows about BSD make. | |||
| 16589 | 17120 | ||
| 16590 | \(fn)" t nil) | 17121 | \(fn)" t nil) |
| 16591 | 17122 | ||
| 17123 | (autoload (quote makefile-imake-mode) "make-mode" "\ | ||
| 17124 | An adapted `makefile-mode' that knows about imake. | ||
| 17125 | |||
| 17126 | \(fn)" t nil) | ||
| 17127 | |||
| 16592 | ;;;*** | 17128 | ;;;*** |
| 16593 | 17129 | ||
| 16594 | ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (17187 | 17130 | ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (17279 |
| 16595 | ;;;;;; 59902)) | 17131 | ;;;;;; 27123)) |
| 16596 | ;;; Generated autoloads from makesum.el | 17132 | ;;; Generated autoloads from makesum.el |
| 16597 | 17133 | ||
| 16598 | (autoload (quote make-command-summary) "makesum" "\ | 17134 | (autoload (quote make-command-summary) "makesum" "\ |
| @@ -16603,7 +17139,7 @@ Previous contents of that buffer are killed first. | |||
| 16603 | 17139 | ||
| 16604 | ;;;*** | 17140 | ;;;*** |
| 16605 | 17141 | ||
| 16606 | ;;;### (autoloads (man-follow man) "man" "man.el" (17277 59650)) | 17142 | ;;;### (autoloads (man-follow man) "man" "man.el" (17357 6510)) |
| 16607 | ;;; Generated autoloads from man.el | 17143 | ;;; Generated autoloads from man.el |
| 16608 | 17144 | ||
| 16609 | (defalias (quote manual-entry) (quote man)) | 17145 | (defalias (quote manual-entry) (quote man)) |
| @@ -16630,7 +17166,7 @@ Get a Un*x manual page of the item under point and put it in a buffer. | |||
| 16630 | 17166 | ||
| 16631 | ;;;*** | 17167 | ;;;*** |
| 16632 | 17168 | ||
| 16633 | ;;;### (autoloads (master-mode) "master" "master.el" (17187 59902)) | 17169 | ;;;### (autoloads (master-mode) "master" "master.el" (17279 27123)) |
| 16634 | ;;; Generated autoloads from master.el | 17170 | ;;; Generated autoloads from master.el |
| 16635 | 17171 | ||
| 16636 | (autoload (quote master-mode) "master" "\ | 17172 | (autoload (quote master-mode) "master" "\ |
| @@ -16652,8 +17188,8 @@ yourself the value of `master-of' by calling `master-show-slave'. | |||
| 16652 | 17188 | ||
| 16653 | ;;;*** | 17189 | ;;;*** |
| 16654 | 17190 | ||
| 16655 | ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17277 | 17191 | ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (17331 |
| 16656 | ;;;;;; 59650)) | 17192 | ;;;;;; 26267)) |
| 16657 | ;;; Generated autoloads from menu-bar.el | 17193 | ;;; Generated autoloads from menu-bar.el |
| 16658 | 17194 | ||
| 16659 | (put (quote menu-bar-mode) (quote standard-value) (quote (t))) | 17195 | (put (quote menu-bar-mode) (quote standard-value) (quote (t))) |
| @@ -16689,7 +17225,7 @@ turn on menu bars; otherwise, turn off menu bars. | |||
| 16689 | ;;;;;; message-cite-function message-yank-prefix message-citation-line-function | 17225 | ;;;;;; message-cite-function message-yank-prefix message-citation-line-function |
| 16690 | ;;;;;; message-send-mail-function message-user-organization-file | 17226 | ;;;;;; message-send-mail-function message-user-organization-file |
| 16691 | ;;;;;; message-signature-separator message-from-style) "message" | 17227 | ;;;;;; message-signature-separator message-from-style) "message" |
| 16692 | ;;;;;; "gnus/message.el" (17277 60154)) | 17228 | ;;;;;; "gnus/message.el" (17379 24711)) |
| 16693 | ;;; Generated autoloads from gnus/message.el | 17229 | ;;; Generated autoloads from gnus/message.el |
| 16694 | 17230 | ||
| 16695 | (defvar message-from-style (quote default) "\ | 17231 | (defvar message-from-style (quote default) "\ |
| @@ -16943,7 +17479,7 @@ which specify the range to operate on. | |||
| 16943 | ;;;*** | 17479 | ;;;*** |
| 16944 | 17480 | ||
| 16945 | ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" | 17481 | ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" |
| 16946 | ;;;;;; (17277 60154)) | 17482 | ;;;;;; (17279 27203)) |
| 16947 | ;;; Generated autoloads from progmodes/meta-mode.el | 17483 | ;;; Generated autoloads from progmodes/meta-mode.el |
| 16948 | 17484 | ||
| 16949 | (autoload (quote metafont-mode) "meta-mode" "\ | 17485 | (autoload (quote metafont-mode) "meta-mode" "\ |
| @@ -16970,7 +17506,7 @@ Turning on MetaPost mode calls the value of the variable | |||
| 16970 | 17506 | ||
| 16971 | ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body | 17507 | ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body |
| 16972 | ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" | 17508 | ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" |
| 16973 | ;;;;;; (17187 59902)) | 17509 | ;;;;;; (17279 27123)) |
| 16974 | ;;; Generated autoloads from mail/metamail.el | 17510 | ;;; Generated autoloads from mail/metamail.el |
| 16975 | 17511 | ||
| 16976 | (autoload (quote metamail-interpret-header) "metamail" "\ | 17512 | (autoload (quote metamail-interpret-header) "metamail" "\ |
| @@ -17013,9 +17549,9 @@ redisplayed as output is inserted. | |||
| 17013 | 17549 | ||
| 17014 | ;;;*** | 17550 | ;;;*** |
| 17015 | 17551 | ||
| 17016 | ;;;### (autoloads (mh-letter-mode mh-user-agent-compose mh-smail-batch | 17552 | ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose |
| 17017 | ;;;;;; mh-smail-other-window mh-smail) "mh-comp" "mh-e/mh-comp.el" | 17553 | ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" |
| 17018 | ;;;;;; (17263 27852)) | 17554 | ;;;;;; "mh-e/mh-comp.el" (17379 24713)) |
| 17019 | ;;; Generated autoloads from mh-e/mh-comp.el | 17555 | ;;; Generated autoloads from mh-e/mh-comp.el |
| 17020 | 17556 | ||
| 17021 | (autoload (quote mh-smail) "mh-comp" "\ | 17557 | (autoload (quote mh-smail) "mh-comp" "\ |
| @@ -17033,125 +17569,159 @@ See `mh-send' for more details on composing mail. | |||
| 17033 | (autoload (quote mh-smail-batch) "mh-comp" "\ | 17569 | (autoload (quote mh-smail-batch) "mh-comp" "\ |
| 17034 | Compose a message with the MH mail system. | 17570 | Compose a message with the MH mail system. |
| 17035 | 17571 | ||
| 17036 | This function does not prompt the user for any header fields, and thus | 17572 | This function does not prompt the user for any header fields, and |
| 17037 | is suitable for use by programs that want to create a mail buffer. Users | 17573 | thus is suitable for use by programs that want to create a mail |
| 17038 | should use \\[mh-smail] to compose mail. | 17574 | buffer. Users should use \\[mh-smail] to compose mail. |
| 17039 | 17575 | ||
| 17040 | Optional arguments for setting certain fields include TO, SUBJECT, and | 17576 | Optional arguments for setting certain fields include TO, |
| 17041 | OTHER-HEADERS. Additional arguments are IGNORED. | 17577 | SUBJECT, and OTHER-HEADERS. Additional arguments are IGNORED. |
| 17578 | |||
| 17579 | This function remains for Emacs 21 compatibility. New | ||
| 17580 | applications should use `mh-user-agent-compose'. | ||
| 17042 | 17581 | ||
| 17043 | \(fn &optional TO SUBJECT OTHER-HEADERS &rest IGNORED)" nil nil) | 17582 | \(fn &optional TO SUBJECT OTHER-HEADERS &rest IGNORED)" nil nil) |
| 17044 | 17583 | ||
| 17584 | (define-mail-user-agent (quote mh-e-user-agent) (quote mh-user-agent-compose) (quote mh-send-letter) (quote mh-fully-kill-draft) (quote mh-before-send-letter-hook)) | ||
| 17585 | |||
| 17045 | (autoload (quote mh-user-agent-compose) "mh-comp" "\ | 17586 | (autoload (quote mh-user-agent-compose) "mh-comp" "\ |
| 17046 | Set up mail composition draft with the MH mail system. | 17587 | Set up mail composition draft with the MH mail system. |
| 17047 | This is `mail-user-agent' entry point to MH-E. | 17588 | This is the `mail-user-agent' entry point to MH-E. This function |
| 17589 | conforms to the contract specified by `define-mail-user-agent' | ||
| 17590 | which means that this function should accept the same arguments | ||
| 17591 | as `compose-mail'. | ||
| 17048 | 17592 | ||
| 17049 | The optional arguments TO and SUBJECT specify recipients and the | 17593 | The optional arguments TO and SUBJECT specify recipients and the |
| 17050 | initial Subject field, respectively. | 17594 | initial Subject field, respectively. |
| 17051 | 17595 | ||
| 17052 | OTHER-HEADERS is an alist specifying additional | 17596 | OTHER-HEADERS is an alist specifying additional header fields. |
| 17053 | header fields. Elements look like (HEADER . VALUE) where both | 17597 | Elements look like (HEADER . VALUE) where both HEADER and VALUE |
| 17054 | HEADER and VALUE are strings. | 17598 | are strings. |
| 17055 | 17599 | ||
| 17056 | CONTINUE, SWITCH-FUNCTION, YANK-ACTION and SEND-ACTIONS are ignored. | 17600 | CONTINUE, SWITCH-FUNCTION, YANK-ACTION and SEND-ACTIONS are |
| 17601 | ignored. | ||
| 17057 | 17602 | ||
| 17058 | \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS)" nil nil) | 17603 | \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS)" nil nil) |
| 17059 | 17604 | ||
| 17060 | (autoload (quote mh-letter-mode) "mh-comp" "\ | 17605 | (autoload (quote mh-send-letter) "mh-comp" "\ |
| 17061 | Mode for composing letters in MH-E.\\<mh-letter-mode-map> | 17606 | Save draft and send message. |
| 17062 | 17607 | ||
| 17063 | When you have finished composing, type \\[mh-send-letter] to send the message | 17608 | When you are all through editing a message, you send it with this |
| 17064 | using the MH mail handling system. | 17609 | command. You can give a prefix argument ARG to monitor the first stage |
| 17610 | of the delivery; this output can be found in a buffer called \"*MH-E | ||
| 17611 | Mail Delivery*\". | ||
| 17065 | 17612 | ||
| 17066 | There are two types of tags used by MH-E when composing MIME messages: MML and | 17613 | The hook `mh-before-send-letter-hook' is run at the beginning of |
| 17067 | MH. The option `mh-compose-insertion' controls what type of tags are inserted | 17614 | this command. For example, if you want to check your spelling in |
| 17068 | by MH-E commands. These tags can be converted to MIME body parts by running | 17615 | your message before sending, add the function `ispell-message'. |
| 17069 | \\[mh-mh-to-mime] for MH-style directives or \\[mh-mml-to-mime] for MML tags. | ||
| 17070 | 17616 | ||
| 17071 | Options that control this mode can be changed with \\[customize-group]; | 17617 | In case the MH \"send\" program is installed under a different name, |
| 17072 | specify the \"mh-compose\" group. | 17618 | use `mh-send-prog' to tell MH-E the name. |
| 17073 | 17619 | ||
| 17074 | When a message is composed, the hooks `text-mode-hook' and | 17620 | \(fn &optional ARG)" t nil) |
| 17075 | `mh-letter-mode-hook' are run. | 17621 | |
| 17622 | (autoload (quote mh-fully-kill-draft) "mh-comp" "\ | ||
| 17623 | Quit editing and delete draft message. | ||
| 17076 | 17624 | ||
| 17077 | \\{mh-letter-mode-map} | 17625 | If for some reason you are not happy with the draft, you can use |
| 17626 | this command to kill the draft buffer and delete the draft | ||
| 17627 | message. Use the command \\[kill-buffer] if you don't want to | ||
| 17628 | delete the draft message. | ||
| 17078 | 17629 | ||
| 17079 | \(fn)" t nil) | 17630 | \(fn)" t nil) |
| 17080 | 17631 | ||
| 17081 | ;;;*** | 17632 | ;;;*** |
| 17082 | 17633 | ||
| 17083 | ;;;### (autoloads (mh-folder-mode mh-version mh-nmail mh-rmail) "mh-e" | 17634 | ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (17383 37960)) |
| 17084 | ;;;;;; "mh-e/mh-e.el" (17263 27852)) | ||
| 17085 | ;;; Generated autoloads from mh-e/mh-e.el | 17635 | ;;; Generated autoloads from mh-e/mh-e.el |
| 17086 | 17636 | ||
| 17087 | (autoload (quote mh-rmail) "mh-e" "\ | 17637 | (put (quote mh-progs) (quote risky-local-variable) t) |
| 17088 | Inc(orporate) new mail with MH. | ||
| 17089 | Scan an MH folder if ARG is non-nil. This function is an entry point to MH-E, | ||
| 17090 | the Emacs interface to the MH mail system. | ||
| 17091 | |||
| 17092 | \(fn &optional ARG)" t nil) | ||
| 17093 | 17638 | ||
| 17094 | (autoload (quote mh-nmail) "mh-e" "\ | 17639 | (put (quote mh-lib) (quote risky-local-variable) t) |
| 17095 | Check for new mail in inbox folder. | ||
| 17096 | Scan an MH folder if ARG is non-nil. This function is an entry point to MH-E, | ||
| 17097 | the Emacs interface to the MH mail system. | ||
| 17098 | 17640 | ||
| 17099 | \(fn &optional ARG)" t nil) | 17641 | (put (quote mh-lib-progs) (quote risky-local-variable) t) |
| 17100 | 17642 | ||
| 17101 | (autoload (quote mh-version) "mh-e" "\ | 17643 | (autoload (quote mh-version) "mh-e" "\ |
| 17102 | Display version information about MH-E and the MH mail handling system. | 17644 | Display version information about MH-E and the MH mail handling system. |
| 17103 | 17645 | ||
| 17104 | \(fn)" t nil) | 17646 | \(fn)" t nil) |
| 17105 | 17647 | ||
| 17106 | (autoload (quote mh-folder-mode) "mh-e" "\ | 17648 | ;;;*** |
| 17649 | |||
| 17650 | ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" | ||
| 17651 | ;;;;;; "mh-e/mh-folder.el" (17379 24713)) | ||
| 17652 | ;;; Generated autoloads from mh-e/mh-folder.el | ||
| 17653 | |||
| 17654 | (autoload (quote mh-rmail) "mh-folder" "\ | ||
| 17655 | Incorporate new mail with MH. | ||
| 17656 | Scan an MH folder if ARG is non-nil. | ||
| 17657 | |||
| 17658 | This function is an entry point to MH-E, the Emacs interface to | ||
| 17659 | the MH mail system. | ||
| 17660 | |||
| 17661 | \(fn &optional ARG)" t nil) | ||
| 17662 | |||
| 17663 | (autoload (quote mh-nmail) "mh-folder" "\ | ||
| 17664 | Check for new mail in inbox folder. | ||
| 17665 | Scan an MH folder if ARG is non-nil. | ||
| 17666 | |||
| 17667 | This function is an entry point to MH-E, the Emacs interface to | ||
| 17668 | the MH mail system. | ||
| 17669 | |||
| 17670 | \(fn &optional ARG)" t nil) | ||
| 17671 | |||
| 17672 | (autoload (quote mh-folder-mode) "mh-folder" "\ | ||
| 17107 | Major MH-E mode for \"editing\" an MH folder scan listing.\\<mh-folder-mode-map> | 17673 | Major MH-E mode for \"editing\" an MH folder scan listing.\\<mh-folder-mode-map> |
| 17108 | 17674 | ||
| 17109 | You can show the message the cursor is pointing to, and step through the | 17675 | You can show the message the cursor is pointing to, and step through |
| 17110 | messages. Messages can be marked for deletion or refiling into another | 17676 | the messages. Messages can be marked for deletion or refiling into |
| 17111 | folder; these commands are executed all at once with a separate command. | 17677 | another folder; these commands are executed all at once with a |
| 17678 | separate command. | ||
| 17112 | 17679 | ||
| 17113 | Options that control this mode can be changed with \\[customize-group]; | 17680 | Options that control this mode can be changed with |
| 17114 | specify the \"mh\" group. In particular, please see the `mh-scan-format-file' | 17681 | \\[customize-group]; specify the \"mh\" group. In particular, please |
| 17115 | option if you wish to modify scan's format. | 17682 | see the `mh-scan-format-file' option if you wish to modify scan's |
| 17683 | format. | ||
| 17116 | 17684 | ||
| 17117 | When a folder is visited, the hook `mh-folder-mode-hook' is run. | 17685 | When a folder is visited, the hook `mh-folder-mode-hook' is run. |
| 17118 | 17686 | ||
| 17119 | Ranges | 17687 | Ranges |
| 17120 | ====== | 17688 | ====== |
| 17121 | Many commands that operate on individual messages, such as `mh-forward' or | 17689 | Many commands that operate on individual messages, such as |
| 17122 | `mh-refile-msg' take a RANGE argument. This argument can be used in several | 17690 | `mh-forward' or `mh-refile-msg' take a RANGE argument. This argument |
| 17123 | ways. | 17691 | can be used in several ways. |
| 17124 | 17692 | ||
| 17125 | If you provide the prefix argument (\\[universal-argument]) to these commands, | 17693 | If you provide the prefix argument (\\[universal-argument]) to |
| 17126 | then you will be prompted for the message range. This can be any valid MH | 17694 | these commands, then you will be prompted for the message range. |
| 17127 | range which can include messages, sequences, and the abbreviations (described | 17695 | This can be any valid MH range which can include messages, |
| 17128 | in the mh(1) man page): | 17696 | sequences, and the abbreviations (described in the mh(1) man |
| 17697 | page): | ||
| 17129 | 17698 | ||
| 17130 | <num1>-<num2> | 17699 | <num1>-<num2> |
| 17131 | Indicates all messages in the range <num1> to <num2>, inclusive. The range | 17700 | Indicates all messages in the range <num1> to <num2>, inclusive. |
| 17132 | must be nonempty. | 17701 | The range must be nonempty. |
| 17133 | 17702 | ||
| 17134 | `<num>:N' | 17703 | <num>:N |
| 17135 | `<num>:+N' | 17704 | <num>:+N |
| 17136 | `<num>:-N' | 17705 | <num>:-N |
| 17137 | Up to N messages beginning with (or ending with) message num. Num may be | 17706 | Up to N messages beginning with (or ending with) message num. Num |
| 17138 | any of the pre-defined symbols: first, prev, cur, next or last. | 17707 | may be any of the predefined symbols: first, prev, cur, next or |
| 17139 | 17708 | last. | |
| 17140 | `first:N' | 17709 | |
| 17141 | `prev:N' | 17710 | first:N |
| 17142 | `next:N' | 17711 | prev:N |
| 17143 | `last:N' | 17712 | next:N |
| 17713 | last:N | ||
| 17144 | The first, previous, next or last messages, if they exist. | 17714 | The first, previous, next or last messages, if they exist. |
| 17145 | 17715 | ||
| 17146 | `all' | 17716 | all |
| 17147 | All of the messages. | 17717 | All of the messages. |
| 17148 | 17718 | ||
| 17149 | For example, a range that shows all of these things is `1 2 3 5-10 last:5 | 17719 | For example, a range that shows all of these things is `1 2 3 |
| 17150 | unseen'. | 17720 | 5-10 last:5 unseen'. |
| 17151 | 17721 | ||
| 17152 | If the option `transient-mark-mode' is set to t and you set a region in the | 17722 | If the option `transient-mark-mode' is set to t and you set a |
| 17153 | MH-Folder buffer, then the MH-E command will perform the operation on all | 17723 | region in the MH-Folder buffer, then the MH-E command will |
| 17154 | messages in that region. | 17724 | perform the operation on all messages in that region. |
| 17155 | 17725 | ||
| 17156 | \\{mh-folder-mode-map} | 17726 | \\{mh-folder-mode-map} |
| 17157 | 17727 | ||
| @@ -17159,19 +17729,8 @@ messages in that region. | |||
| 17159 | 17729 | ||
| 17160 | ;;;*** | 17730 | ;;;*** |
| 17161 | 17731 | ||
| 17162 | ;;;### (autoloads nil "mh-init" "mh-e/mh-init.el" (17263 27852)) | ||
| 17163 | ;;; Generated autoloads from mh-e/mh-init.el | ||
| 17164 | |||
| 17165 | (put (quote mh-progs) (quote risky-local-variable) t) | ||
| 17166 | |||
| 17167 | (put (quote mh-lib) (quote risky-local-variable) t) | ||
| 17168 | |||
| 17169 | (put (quote mh-lib-progs) (quote risky-local-variable) t) | ||
| 17170 | |||
| 17171 | ;;;*** | ||
| 17172 | |||
| 17173 | ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" | 17732 | ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" |
| 17174 | ;;;;;; "midnight.el" (17187 59902)) | 17733 | ;;;;;; "midnight.el" (17279 27123)) |
| 17175 | ;;; Generated autoloads from midnight.el | 17734 | ;;; Generated autoloads from midnight.el |
| 17176 | 17735 | ||
| 17177 | (autoload (quote clean-buffer-list) "midnight" "\ | 17736 | (autoload (quote clean-buffer-list) "midnight" "\ |
| @@ -17198,7 +17757,7 @@ to its second argument TM. | |||
| 17198 | ;;;*** | 17757 | ;;;*** |
| 17199 | 17758 | ||
| 17200 | ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" | 17759 | ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" |
| 17201 | ;;;;;; "minibuf-eldef.el" (17187 59902)) | 17760 | ;;;;;; "minibuf-eldef.el" (17279 27123)) |
| 17202 | ;;; Generated autoloads from minibuf-eldef.el | 17761 | ;;; Generated autoloads from minibuf-eldef.el |
| 17203 | 17762 | ||
| 17204 | (defvar minibuffer-electric-default-mode nil "\ | 17763 | (defvar minibuffer-electric-default-mode nil "\ |
| @@ -17227,7 +17786,7 @@ Returns non-nil if the new state is enabled. | |||
| 17227 | ;;;*** | 17786 | ;;;*** |
| 17228 | 17787 | ||
| 17229 | ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" | 17788 | ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" |
| 17230 | ;;;;;; (17238 21095)) | 17789 | ;;;;;; (17279 27183)) |
| 17231 | ;;; Generated autoloads from progmodes/mixal-mode.el | 17790 | ;;; Generated autoloads from progmodes/mixal-mode.el |
| 17232 | 17791 | ||
| 17233 | (autoload (quote mixal-mode) "mixal-mode" "\ | 17792 | (autoload (quote mixal-mode) "mixal-mode" "\ |
| @@ -17242,7 +17801,7 @@ Major mode for the mixal asm language. | |||
| 17242 | 17801 | ||
| 17243 | ;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion | 17802 | ;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion |
| 17244 | ;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el" | 17803 | ;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el" |
| 17245 | ;;;;;; (17187 59881)) | 17804 | ;;;;;; (17342 36796)) |
| 17246 | ;;; Generated autoloads from language/mlm-util.el | 17805 | ;;; Generated autoloads from language/mlm-util.el |
| 17247 | 17806 | ||
| 17248 | (autoload (quote malayalam-compose-region) "mlm-util" "\ | 17807 | (autoload (quote malayalam-compose-region) "mlm-util" "\ |
| @@ -17257,7 +17816,7 @@ Not documented | |||
| 17257 | 17816 | ||
| 17258 | (autoload (quote malayalam-composition-function) "mlm-util" "\ | 17817 | (autoload (quote malayalam-composition-function) "mlm-util" "\ |
| 17259 | Compose Malayalam characters in REGION, or STRING if specified. | 17818 | Compose Malayalam characters in REGION, or STRING if specified. |
| 17260 | Assume that the REGION or STRING must fully match the composable | 17819 | Assume that the REGION or STRING must fully match the composable |
| 17261 | PATTERN regexp. | 17820 | PATTERN regexp. |
| 17262 | 17821 | ||
| 17263 | \(fn FROM TO PATTERN &optional STRING)" nil nil) | 17822 | \(fn FROM TO PATTERN &optional STRING)" nil nil) |
| @@ -17265,7 +17824,7 @@ PATTERN regexp. | |||
| 17265 | ;;;*** | 17824 | ;;;*** |
| 17266 | 17825 | ||
| 17267 | ;;;### (autoloads (mm-inline-external-body) "mm-extern" "gnus/mm-extern.el" | 17826 | ;;;### (autoloads (mm-inline-external-body) "mm-extern" "gnus/mm-extern.el" |
| 17268 | ;;;;;; (17187 59901)) | 17827 | ;;;;;; (17279 27122)) |
| 17269 | ;;; Generated autoloads from gnus/mm-extern.el | 17828 | ;;; Generated autoloads from gnus/mm-extern.el |
| 17270 | 17829 | ||
| 17271 | (autoload (quote mm-inline-external-body) "mm-extern" "\ | 17830 | (autoload (quote mm-inline-external-body) "mm-extern" "\ |
| @@ -17279,7 +17838,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | |||
| 17279 | ;;;*** | 17838 | ;;;*** |
| 17280 | 17839 | ||
| 17281 | ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" | 17840 | ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" |
| 17282 | ;;;;;; (17187 59901)) | 17841 | ;;;;;; (17279 27122)) |
| 17283 | ;;; Generated autoloads from gnus/mm-partial.el | 17842 | ;;; Generated autoloads from gnus/mm-partial.el |
| 17284 | 17843 | ||
| 17285 | (autoload (quote mm-inline-partial) "mm-partial" "\ | 17844 | (autoload (quote mm-inline-partial) "mm-partial" "\ |
| @@ -17293,7 +17852,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | |||
| 17293 | ;;;*** | 17852 | ;;;*** |
| 17294 | 17853 | ||
| 17295 | ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) | 17854 | ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) |
| 17296 | ;;;;;; "mm-url" "gnus/mm-url.el" (17226 24575)) | 17855 | ;;;;;; "mm-url" "gnus/mm-url.el" (17319 1473)) |
| 17297 | ;;; Generated autoloads from gnus/mm-url.el | 17856 | ;;; Generated autoloads from gnus/mm-url.el |
| 17298 | 17857 | ||
| 17299 | (autoload (quote mm-url-insert-file-contents) "mm-url" "\ | 17858 | (autoload (quote mm-url-insert-file-contents) "mm-url" "\ |
| @@ -17309,19 +17868,28 @@ Insert file contents of URL using `mm-url-program'. | |||
| 17309 | 17868 | ||
| 17310 | ;;;*** | 17869 | ;;;*** |
| 17311 | 17870 | ||
| 17312 | ;;;### (autoloads (mm-uu-dissect) "mm-uu" "gnus/mm-uu.el" (17226 | 17871 | ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" |
| 17313 | ;;;;;; 24575)) | 17872 | ;;;;;; "gnus/mm-uu.el" (17379 24711)) |
| 17314 | ;;; Generated autoloads from gnus/mm-uu.el | 17873 | ;;; Generated autoloads from gnus/mm-uu.el |
| 17315 | 17874 | ||
| 17316 | (autoload (quote mm-uu-dissect) "mm-uu" "\ | 17875 | (autoload (quote mm-uu-dissect) "mm-uu" "\ |
| 17317 | Dissect the current buffer and return a list of uu handles. | 17876 | Dissect the current buffer and return a list of uu handles. |
| 17877 | The optional NOHEADER means there's no header in the buffer. | ||
| 17878 | MIME-TYPE specifies a MIME type and parameters, which defaults to the | ||
| 17879 | value of `mm-uu-text-plain-type'. | ||
| 17318 | 17880 | ||
| 17319 | \(fn)" nil nil) | 17881 | \(fn &optional NOHEADER MIME-TYPE)" nil nil) |
| 17882 | |||
| 17883 | (autoload (quote mm-uu-dissect-text-parts) "mm-uu" "\ | ||
| 17884 | Dissect text parts and put uu handles into HANDLE. | ||
| 17885 | Assume text has been decoded if DECODED is non-nil. | ||
| 17886 | |||
| 17887 | \(fn HANDLE &optional DECODED)" nil nil) | ||
| 17320 | 17888 | ||
| 17321 | ;;;*** | 17889 | ;;;*** |
| 17322 | 17890 | ||
| 17323 | ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" | 17891 | ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" |
| 17324 | ;;;;;; (17187 59901)) | 17892 | ;;;;;; (17279 27122)) |
| 17325 | ;;; Generated autoloads from gnus/mml1991.el | 17893 | ;;; Generated autoloads from gnus/mml1991.el |
| 17326 | 17894 | ||
| 17327 | (autoload (quote mml1991-encrypt) "mml1991" "\ | 17895 | (autoload (quote mml1991-encrypt) "mml1991" "\ |
| @@ -17338,7 +17906,7 @@ Not documented | |||
| 17338 | 17906 | ||
| 17339 | ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt | 17907 | ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt |
| 17340 | ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) | 17908 | ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) |
| 17341 | ;;;;;; "mml2015" "gnus/mml2015.el" (17187 59901)) | 17909 | ;;;;;; "mml2015" "gnus/mml2015.el" (17279 27122)) |
| 17342 | ;;; Generated autoloads from gnus/mml2015.el | 17910 | ;;; Generated autoloads from gnus/mml2015.el |
| 17343 | 17911 | ||
| 17344 | (autoload (quote mml2015-decrypt) "mml2015" "\ | 17912 | (autoload (quote mml2015-decrypt) "mml2015" "\ |
| @@ -17379,7 +17947,7 @@ Not documented | |||
| 17379 | ;;;*** | 17947 | ;;;*** |
| 17380 | 17948 | ||
| 17381 | ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" | 17949 | ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" |
| 17382 | ;;;;;; (17277 60154)) | 17950 | ;;;;;; (17322 60488)) |
| 17383 | ;;; Generated autoloads from progmodes/modula2.el | 17951 | ;;; Generated autoloads from progmodes/modula2.el |
| 17384 | 17952 | ||
| 17385 | (autoload (quote modula-2-mode) "modula2" "\ | 17953 | (autoload (quote modula-2-mode) "modula2" "\ |
| @@ -17411,7 +17979,7 @@ followed by the first character of the construct. | |||
| 17411 | ;;;*** | 17979 | ;;;*** |
| 17412 | 17980 | ||
| 17413 | ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" | 17981 | ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" |
| 17414 | ;;;;;; (17187 59902)) | 17982 | ;;;;;; (17279 27123)) |
| 17415 | ;;; Generated autoloads from play/morse.el | 17983 | ;;; Generated autoloads from play/morse.el |
| 17416 | 17984 | ||
| 17417 | (autoload (quote morse-region) "morse" "\ | 17985 | (autoload (quote morse-region) "morse" "\ |
| @@ -17426,8 +17994,8 @@ Convert morse coded text in region to ordinary ASCII text. | |||
| 17426 | 17994 | ||
| 17427 | ;;;*** | 17995 | ;;;*** |
| 17428 | 17996 | ||
| 17429 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (17187 | 17997 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (17279 |
| 17430 | ;;;;;; 59902)) | 17998 | ;;;;;; 27123)) |
| 17431 | ;;; Generated autoloads from mouse-sel.el | 17999 | ;;; Generated autoloads from mouse-sel.el |
| 17432 | 18000 | ||
| 17433 | (defvar mouse-sel-mode nil "\ | 18001 | (defvar mouse-sel-mode nil "\ |
| @@ -17480,7 +18048,7 @@ primary selection and region. | |||
| 17480 | 18048 | ||
| 17481 | ;;;*** | 18049 | ;;;*** |
| 17482 | 18050 | ||
| 17483 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (17226 24576)) | 18051 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (17279 27172)) |
| 17484 | ;;; Generated autoloads from play/mpuz.el | 18052 | ;;; Generated autoloads from play/mpuz.el |
| 17485 | 18053 | ||
| 17486 | (autoload (quote mpuz) "mpuz" "\ | 18054 | (autoload (quote mpuz) "mpuz" "\ |
| @@ -17490,7 +18058,7 @@ Multiplication puzzle with GNU Emacs. | |||
| 17490 | 18058 | ||
| 17491 | ;;;*** | 18059 | ;;;*** |
| 17492 | 18060 | ||
| 17493 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (17187 59914)) | 18061 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (17279 27150)) |
| 17494 | ;;; Generated autoloads from msb.el | 18062 | ;;; Generated autoloads from msb.el |
| 17495 | 18063 | ||
| 17496 | (defvar msb-mode nil "\ | 18064 | (defvar msb-mode nil "\ |
| @@ -17518,7 +18086,7 @@ different buffer menu using the function `msb'. | |||
| 17518 | ;;;;;; describe-current-coding-system describe-current-coding-system-briefly | 18086 | ;;;;;; describe-current-coding-system describe-current-coding-system-briefly |
| 17519 | ;;;;;; describe-coding-system describe-character-set list-charset-chars | 18087 | ;;;;;; describe-coding-system describe-character-set list-charset-chars |
| 17520 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" | 18088 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" |
| 17521 | ;;;;;; (17226 24576)) | 18089 | ;;;;;; (17279 27171)) |
| 17522 | ;;; Generated autoloads from international/mule-diag.el | 18090 | ;;; Generated autoloads from international/mule-diag.el |
| 17523 | 18091 | ||
| 17524 | (defvar non-iso-charset-alist (\` ((mac-roman (ascii latin-iso8859-1 mule-unicode-2500-33ff mule-unicode-0100-24ff mule-unicode-e000-ffff) mac-roman-decoder ((0 255))) (viscii (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-viscii-nonascii-translation-table ((0 255))) (vietnamese-tcvn (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-tcvn-nonascii-translation-table ((0 255))) (koi8-r (ascii cyrillic-iso8859-5) cyrillic-koi8-r-nonascii-translation-table ((32 255))) (alternativnyj (ascii cyrillic-iso8859-5) cyrillic-alternativnyj-nonascii-translation-table ((32 255))) (koi8-u (ascii cyrillic-iso8859-5 mule-unicode-0100-24ff) cyrillic-koi8-u-nonascii-translation-table ((32 255))) (big5 (ascii chinese-big5-1 chinese-big5-2) decode-big5-char ((32 127) ((161 254) 64 126 161 254))) (sjis (ascii katakana-jisx0201 japanese-jisx0208) decode-sjis-char ((32 127 161 223) ((129 159 224 239) 64 126 128 252))))) "\ | 18092 | (defvar non-iso-charset-alist (\` ((mac-roman (ascii latin-iso8859-1 mule-unicode-2500-33ff mule-unicode-0100-24ff mule-unicode-e000-ffff) mac-roman-decoder ((0 255))) (viscii (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-viscii-nonascii-translation-table ((0 255))) (vietnamese-tcvn (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-tcvn-nonascii-translation-table ((0 255))) (koi8-r (ascii cyrillic-iso8859-5) cyrillic-koi8-r-nonascii-translation-table ((32 255))) (alternativnyj (ascii cyrillic-iso8859-5) cyrillic-alternativnyj-nonascii-translation-table ((32 255))) (koi8-u (ascii cyrillic-iso8859-5 mule-unicode-0100-24ff) cyrillic-koi8-u-nonascii-translation-table ((32 255))) (big5 (ascii chinese-big5-1 chinese-big5-2) decode-big5-char ((32 127) ((161 254) 64 126 161 254))) (sjis (ascii katakana-jisx0201 japanese-jisx0208) decode-sjis-char ((32 127 161 223) ((129 159 224 239) 64 126 128 252))))) "\ |
| @@ -17691,7 +18259,7 @@ system which uses fontsets). | |||
| 17691 | ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion | 18259 | ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion |
| 17692 | ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist | 18260 | ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist |
| 17693 | ;;;;;; truncate-string-to-width store-substring string-to-sequence) | 18261 | ;;;;;; truncate-string-to-width store-substring string-to-sequence) |
| 17694 | ;;;;;; "mule-util" "international/mule-util.el" (17187 59880)) | 18262 | ;;;;;; "mule-util" "international/mule-util.el" (17279 27079)) |
| 17695 | ;;; Generated autoloads from international/mule-util.el | 18263 | ;;; Generated autoloads from international/mule-util.el |
| 17696 | 18264 | ||
| 17697 | (autoload (quote string-to-sequence) "mule-util" "\ | 18265 | (autoload (quote string-to-sequence) "mule-util" "\ |
| @@ -17820,7 +18388,7 @@ basis, this may not be accurate. | |||
| 17820 | ;;;*** | 18388 | ;;;*** |
| 17821 | 18389 | ||
| 17822 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" | 18390 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" |
| 17823 | ;;;;;; (17263 27079)) | 18391 | ;;;;;; (17279 27123)) |
| 17824 | ;;; Generated autoloads from mwheel.el | 18392 | ;;; Generated autoloads from mwheel.el |
| 17825 | 18393 | ||
| 17826 | (defvar mouse-wheel-mode nil "\ | 18394 | (defvar mouse-wheel-mode nil "\ |
| @@ -17850,7 +18418,7 @@ Enable mouse wheel support. | |||
| 17850 | ;;;### (autoloads (network-connection network-connection-to-service | 18418 | ;;;### (autoloads (network-connection network-connection-to-service |
| 17851 | ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host | 18419 | ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host |
| 17852 | ;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute) | 18420 | ;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute) |
| 17853 | ;;;;;; "net-utils" "net/net-utils.el" (17187 59902)) | 18421 | ;;;;;; "net-utils" "net/net-utils.el" (17279 27123)) |
| 17854 | ;;; Generated autoloads from net/net-utils.el | 18422 | ;;; Generated autoloads from net/net-utils.el |
| 17855 | 18423 | ||
| 17856 | (autoload (quote traceroute) "net-utils" "\ | 18424 | (autoload (quote traceroute) "net-utils" "\ |
| @@ -17946,7 +18514,7 @@ Open a network connection to HOST on PORT. | |||
| 17946 | ;;;;;; comment-kill comment-set-column comment-indent comment-indent-default | 18514 | ;;;;;; comment-kill comment-set-column comment-indent comment-indent-default |
| 17947 | ;;;;;; comment-normalize-vars comment-multi-line comment-padding | 18515 | ;;;;;; comment-normalize-vars comment-multi-line comment-padding |
| 17948 | ;;;;;; comment-style comment-column) "newcomment" "newcomment.el" | 18516 | ;;;;;; comment-style comment-column) "newcomment" "newcomment.el" |
| 17949 | ;;;;;; (17263 27852)) | 18517 | ;;;;;; (17383 37889)) |
| 17950 | ;;; Generated autoloads from newcomment.el | 18518 | ;;; Generated autoloads from newcomment.el |
| 17951 | 18519 | ||
| 17952 | (defalias (quote indent-for-comment) (quote comment-indent)) | 18520 | (defalias (quote indent-for-comment) (quote comment-indent)) |
| @@ -17965,7 +18533,7 @@ to understand comments or not in the given buffer. | |||
| 17965 | Major modes should set this variable.") | 18533 | Major modes should set this variable.") |
| 17966 | 18534 | ||
| 17967 | (defvar comment-column 32 "\ | 18535 | (defvar comment-column 32 "\ |
| 17968 | *Column to indent right-margin comments to. | 18536 | Column to indent right-margin comments to. |
| 17969 | Each mode establishes a different default value for this variable; you | 18537 | Each mode establishes a different default value for this variable; you |
| 17970 | can set the value for a particular mode using that mode's hook. | 18538 | can set the value for a particular mode using that mode's hook. |
| 17971 | Comments might be indented to a value smaller than this in order | 18539 | Comments might be indented to a value smaller than this in order |
| @@ -18003,7 +18571,7 @@ Applicable at least in modes for languages like fixed-format Fortran where | |||
| 18003 | comments always start in column zero.") | 18571 | comments always start in column zero.") |
| 18004 | 18572 | ||
| 18005 | (defvar comment-style (quote plain) "\ | 18573 | (defvar comment-style (quote plain) "\ |
| 18006 | *Style to be used for `comment-region'. | 18574 | Style to be used for `comment-region'. |
| 18007 | See `comment-styles' for a list of available styles.") | 18575 | See `comment-styles' for a list of available styles.") |
| 18008 | 18576 | ||
| 18009 | (custom-autoload (quote comment-style) "newcomment") | 18577 | (custom-autoload (quote comment-style) "newcomment") |
| @@ -18019,7 +18587,7 @@ makes the comment easier to read. Default is 1. nil means 0.") | |||
| 18019 | (custom-autoload (quote comment-padding) "newcomment") | 18587 | (custom-autoload (quote comment-padding) "newcomment") |
| 18020 | 18588 | ||
| 18021 | (defvar comment-multi-line nil "\ | 18589 | (defvar comment-multi-line nil "\ |
| 18022 | *Non-nil means `comment-indent-new-line' continues comments. | 18590 | Non-nil means `comment-indent-new-line' continues comments. |
| 18023 | That is, it inserts no new terminator or starter. | 18591 | That is, it inserts no new terminator or starter. |
| 18024 | This affects `auto-fill-mode', which is the main reason to | 18592 | This affects `auto-fill-mode', which is the main reason to |
| 18025 | customize this variable. | 18593 | customize this variable. |
| @@ -18099,6 +18667,7 @@ If the region is active and `transient-mark-mode' is on, call | |||
| 18099 | Else, if the current line is empty, insert a comment and indent it. | 18667 | Else, if the current line is empty, insert a comment and indent it. |
| 18100 | Else if a prefix ARG is specified, call `comment-kill'. | 18668 | Else if a prefix ARG is specified, call `comment-kill'. |
| 18101 | Else, call `comment-indent'. | 18669 | Else, call `comment-indent'. |
| 18670 | You can configure `comment-style' to change the way regions are commented. | ||
| 18102 | 18671 | ||
| 18103 | \(fn ARG)" t nil) | 18672 | \(fn ARG)" t nil) |
| 18104 | 18673 | ||
| @@ -18127,11 +18696,26 @@ unless optional argument SOFT is non-nil. | |||
| 18127 | 18696 | ||
| 18128 | ;;;*** | 18697 | ;;;*** |
| 18129 | 18698 | ||
| 18130 | ;;;### (autoloads (newsticker-ticker-running-p newsticker-running-p | 18699 | ;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start |
| 18131 | ;;;;;; newsticker-show-news newsticker-start-ticker newsticker-start) | 18700 | ;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker" |
| 18132 | ;;;;;; "newsticker" "net/newsticker.el" (17263 27852)) | 18701 | ;;;;;; "net/newsticker.el" (17379 30025)) |
| 18133 | ;;; Generated autoloads from net/newsticker.el | 18702 | ;;; Generated autoloads from net/newsticker.el |
| 18134 | 18703 | ||
| 18704 | (autoload (quote newsticker-running-p) "newsticker" "\ | ||
| 18705 | Check whether newsticker is running. | ||
| 18706 | Return t if newsticker is running, nil otherwise. Newsticker is | ||
| 18707 | considered to be running if the newsticker timer list is not empty. | ||
| 18708 | |||
| 18709 | \(fn)" nil nil) | ||
| 18710 | |||
| 18711 | (autoload (quote newsticker-ticker-running-p) "newsticker" "\ | ||
| 18712 | Check whether newsticker's actual ticker is running. | ||
| 18713 | Return t if ticker is running, nil otherwise. Newsticker is | ||
| 18714 | considered to be running if the newsticker timer list is not | ||
| 18715 | empty. | ||
| 18716 | |||
| 18717 | \(fn)" nil nil) | ||
| 18718 | |||
| 18135 | (autoload (quote newsticker-start) "newsticker" "\ | 18719 | (autoload (quote newsticker-start) "newsticker" "\ |
| 18136 | Start the newsticker. | 18720 | Start the newsticker. |
| 18137 | Start the timers for display and retrieval. If the newsticker, i.e. the | 18721 | Start the timers for display and retrieval. If the newsticker, i.e. the |
| @@ -18153,25 +18737,10 @@ Switch to newsticker buffer. You may want to bind this to a key. | |||
| 18153 | 18737 | ||
| 18154 | \(fn)" t nil) | 18738 | \(fn)" t nil) |
| 18155 | 18739 | ||
| 18156 | (autoload (quote newsticker-running-p) "newsticker" "\ | ||
| 18157 | Check whether newsticker is running. | ||
| 18158 | Return t if newsticker is running, nil otherwise. Newsticker is | ||
| 18159 | considered to be running if the newsticker timer list is not empty. | ||
| 18160 | |||
| 18161 | \(fn)" nil nil) | ||
| 18162 | |||
| 18163 | (autoload (quote newsticker-ticker-running-p) "newsticker" "\ | ||
| 18164 | Check whether newsticker's actual ticker is running. | ||
| 18165 | Return t if ticker is running, nil otherwise. Newsticker is | ||
| 18166 | considered to be running if the newsticker timer list is not | ||
| 18167 | empty. | ||
| 18168 | |||
| 18169 | \(fn)" nil nil) | ||
| 18170 | |||
| 18171 | ;;;*** | 18740 | ;;;*** |
| 18172 | 18741 | ||
| 18173 | ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" | 18742 | ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" |
| 18174 | ;;;;;; (17187 59901)) | 18743 | ;;;;;; (17279 27122)) |
| 18175 | ;;; Generated autoloads from gnus/nndiary.el | 18744 | ;;; Generated autoloads from gnus/nndiary.el |
| 18176 | 18745 | ||
| 18177 | (autoload (quote nndiary-generate-nov-databases) "nndiary" "\ | 18746 | (autoload (quote nndiary-generate-nov-databases) "nndiary" "\ |
| @@ -18181,8 +18750,8 @@ Generate NOV databases in all nndiary directories. | |||
| 18181 | 18750 | ||
| 18182 | ;;;*** | 18751 | ;;;*** |
| 18183 | 18752 | ||
| 18184 | ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (17187 | 18753 | ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (17279 |
| 18185 | ;;;;;; 59901)) | 18754 | ;;;;;; 27122)) |
| 18186 | ;;; Generated autoloads from gnus/nndoc.el | 18755 | ;;; Generated autoloads from gnus/nndoc.el |
| 18187 | 18756 | ||
| 18188 | (autoload (quote nndoc-add-type) "nndoc" "\ | 18757 | (autoload (quote nndoc-add-type) "nndoc" "\ |
| @@ -18197,7 +18766,7 @@ symbol in the alist. | |||
| 18197 | ;;;*** | 18766 | ;;;*** |
| 18198 | 18767 | ||
| 18199 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" | 18768 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" |
| 18200 | ;;;;;; (17187 59901)) | 18769 | ;;;;;; (17279 27122)) |
| 18201 | ;;; Generated autoloads from gnus/nnfolder.el | 18770 | ;;; Generated autoloads from gnus/nnfolder.el |
| 18202 | 18771 | ||
| 18203 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ | 18772 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ |
| @@ -18209,7 +18778,7 @@ This command does not work if you use short group names. | |||
| 18209 | ;;;*** | 18778 | ;;;*** |
| 18210 | 18779 | ||
| 18211 | ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" | 18780 | ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" |
| 18212 | ;;;;;; (17187 59901)) | 18781 | ;;;;;; (17279 27122)) |
| 18213 | ;;; Generated autoloads from gnus/nnkiboze.el | 18782 | ;;; Generated autoloads from gnus/nnkiboze.el |
| 18214 | 18783 | ||
| 18215 | (autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ | 18784 | (autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ |
| @@ -18221,7 +18790,7 @@ Finds out what articles are to be part of the nnkiboze groups. | |||
| 18221 | ;;;*** | 18790 | ;;;*** |
| 18222 | 18791 | ||
| 18223 | ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" | 18792 | ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" |
| 18224 | ;;;;;; (17187 59901)) | 18793 | ;;;;;; (17279 27122)) |
| 18225 | ;;; Generated autoloads from gnus/nnml.el | 18794 | ;;; Generated autoloads from gnus/nnml.el |
| 18226 | 18795 | ||
| 18227 | (autoload (quote nnml-generate-nov-databases) "nnml" "\ | 18796 | (autoload (quote nnml-generate-nov-databases) "nnml" "\ |
| @@ -18232,7 +18801,7 @@ Generate NOV databases in all nnml directories. | |||
| 18232 | ;;;*** | 18801 | ;;;*** |
| 18233 | 18802 | ||
| 18234 | ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) | 18803 | ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) |
| 18235 | ;;;;;; "nnsoup" "gnus/nnsoup.el" (17187 59901)) | 18804 | ;;;;;; "nnsoup" "gnus/nnsoup.el" (17279 27122)) |
| 18236 | ;;; Generated autoloads from gnus/nnsoup.el | 18805 | ;;; Generated autoloads from gnus/nnsoup.el |
| 18237 | 18806 | ||
| 18238 | (autoload (quote nnsoup-pack-replies) "nnsoup" "\ | 18807 | (autoload (quote nnsoup-pack-replies) "nnsoup" "\ |
| @@ -18253,7 +18822,7 @@ Revert posting and mailing methods to the standard Emacs methods. | |||
| 18253 | ;;;*** | 18822 | ;;;*** |
| 18254 | 18823 | ||
| 18255 | ;;;### (autoloads (disable-command enable-command disabled-command-function) | 18824 | ;;;### (autoloads (disable-command enable-command disabled-command-function) |
| 18256 | ;;;;;; "novice" "novice.el" (17187 59902)) | 18825 | ;;;;;; "novice" "novice.el" (17279 27123)) |
| 18257 | ;;; Generated autoloads from novice.el | 18826 | ;;; Generated autoloads from novice.el |
| 18258 | 18827 | ||
| 18259 | (defvar disabled-command-function (quote disabled-command-function) "\ | 18828 | (defvar disabled-command-function (quote disabled-command-function) "\ |
| @@ -18286,7 +18855,7 @@ to future sessions. | |||
| 18286 | ;;;*** | 18855 | ;;;*** |
| 18287 | 18856 | ||
| 18288 | ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" | 18857 | ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" |
| 18289 | ;;;;;; (17277 60154)) | 18858 | ;;;;;; (17383 37890)) |
| 18290 | ;;; Generated autoloads from textmodes/nroff-mode.el | 18859 | ;;; Generated autoloads from textmodes/nroff-mode.el |
| 18291 | 18860 | ||
| 18292 | (autoload (quote nroff-mode) "nroff-mode" "\ | 18861 | (autoload (quote nroff-mode) "nroff-mode" "\ |
| @@ -18301,7 +18870,7 @@ closing requests for requests that are used in matched pairs. | |||
| 18301 | ;;;*** | 18870 | ;;;*** |
| 18302 | 18871 | ||
| 18303 | ;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el" | 18872 | ;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el" |
| 18304 | ;;;;;; (17187 59902)) | 18873 | ;;;;;; (17279 27123)) |
| 18305 | ;;; Generated autoloads from progmodes/octave-hlp.el | 18874 | ;;; Generated autoloads from progmodes/octave-hlp.el |
| 18306 | 18875 | ||
| 18307 | (autoload (quote octave-help) "octave-hlp" "\ | 18876 | (autoload (quote octave-help) "octave-hlp" "\ |
| @@ -18315,7 +18884,7 @@ If KEY is not a string, prompt for it with completion. | |||
| 18315 | ;;;*** | 18884 | ;;;*** |
| 18316 | 18885 | ||
| 18317 | ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" | 18886 | ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" |
| 18318 | ;;;;;; (17187 59926)) | 18887 | ;;;;;; (17297 42806)) |
| 18319 | ;;; Generated autoloads from progmodes/octave-inf.el | 18888 | ;;; Generated autoloads from progmodes/octave-inf.el |
| 18320 | 18889 | ||
| 18321 | (autoload (quote inferior-octave) "octave-inf" "\ | 18890 | (autoload (quote inferior-octave) "octave-inf" "\ |
| @@ -18338,7 +18907,7 @@ startup file, `~/.emacs-octave'. | |||
| 18338 | ;;;*** | 18907 | ;;;*** |
| 18339 | 18908 | ||
| 18340 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" | 18909 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" |
| 18341 | ;;;;;; (17277 60154)) | 18910 | ;;;;;; (17308 43144)) |
| 18342 | ;;; Generated autoloads from progmodes/octave-mod.el | 18911 | ;;; Generated autoloads from progmodes/octave-mod.el |
| 18343 | 18912 | ||
| 18344 | (autoload (quote octave-mode) "octave-mod" "\ | 18913 | (autoload (quote octave-mode) "octave-mod" "\ |
| @@ -18437,7 +19006,7 @@ including a reproducible test case and send the message. | |||
| 18437 | ;;;*** | 19006 | ;;;*** |
| 18438 | 19007 | ||
| 18439 | ;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el" | 19008 | ;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el" |
| 18440 | ;;;;;; (17187 59902)) | 19009 | ;;;;;; (17279 27123)) |
| 18441 | ;;; Generated autoloads from obsolete/options.el | 19010 | ;;; Generated autoloads from obsolete/options.el |
| 18442 | 19011 | ||
| 18443 | (autoload (quote list-options) "options" "\ | 19012 | (autoload (quote list-options) "options" "\ |
| @@ -18460,13 +19029,14 @@ The Custom feature is intended to make this obsolete. | |||
| 18460 | 19029 | ||
| 18461 | ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files | 19030 | ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files |
| 18462 | ;;;;;; orgtbl-mode turn-on-orgtbl org-remember-handler org-remember-annotation | 19031 | ;;;;;; orgtbl-mode turn-on-orgtbl org-remember-handler org-remember-annotation |
| 18463 | ;;;;;; org-store-link org-diary org-agenda org-agenda-mode org-mode) | 19032 | ;;;;;; org-store-link org-tags-view org-diary org-todo-list org-agenda-list |
| 18464 | ;;;;;; "org" "textmodes/org.el" (17277 59650)) | 19033 | ;;;;;; org-agenda org-agenda-mode org-mode) "org" "textmodes/org.el" |
| 19034 | ;;;;;; (17374 21578)) | ||
| 18465 | ;;; Generated autoloads from textmodes/org.el | 19035 | ;;; Generated autoloads from textmodes/org.el |
| 18466 | 19036 | ||
| 18467 | (autoload (quote org-mode) "org" "\ | 19037 | (autoload (quote org-mode) "org" "\ |
| 18468 | Outline-based notes management and organizer, alias | 19038 | Outline-based notes management and organizer, alias |
| 18469 | \"Carstens outline-mode for keeping track of everything.\" | 19039 | \"Carsten's outline-mode for keeping track of everything.\" |
| 18470 | 19040 | ||
| 18471 | Org-mode develops organizational tasks around a NOTES file which | 19041 | Org-mode develops organizational tasks around a NOTES file which |
| 18472 | contains information about projects as plain text. Org-mode is | 19042 | contains information about projects as plain text. Org-mode is |
| @@ -18495,16 +19065,51 @@ The following commands are available: | |||
| 18495 | \(fn)" t nil) | 19065 | \(fn)" t nil) |
| 18496 | 19066 | ||
| 18497 | (autoload (quote org-agenda) "org" "\ | 19067 | (autoload (quote org-agenda) "org" "\ |
| 19068 | Dispatch agenda commands to collect entries to the agenda buffer. | ||
| 19069 | Prompts for a character to select a command. Any prefix arg will be passed | ||
| 19070 | on to the selected command. The default selections are: | ||
| 19071 | |||
| 19072 | a Call `org-agenda' to display the agenda for the current day or week. | ||
| 19073 | t Call `org-todo-list' to display the global todo list. | ||
| 19074 | T Call `org-todo-list' to display the global todo list, select only | ||
| 19075 | entries with a specific TODO keyword (the user gets a prompt). | ||
| 19076 | m Call `org-tags-view' to display headlines with tags matching | ||
| 19077 | a condition (the user is prompted for the condition). | ||
| 19078 | M Like `m', but select only TODO entries, no ordinary headlines. | ||
| 19079 | |||
| 19080 | More commands can be added by configuring the variable | ||
| 19081 | `org-agenda-custom-commands'. In particular, specific tags and TODO keyword | ||
| 19082 | searches can be pre-defined in this way. | ||
| 19083 | |||
| 19084 | If the current buffer is in Org-mode and visiting a file, you can also | ||
| 19085 | first press `1' to indicate that the agenda should be temporarily (until the | ||
| 19086 | next use of \\[org-agenda]) restricted to the current file. | ||
| 19087 | |||
| 19088 | \(fn ARG)" t nil) | ||
| 19089 | |||
| 19090 | (autoload (quote org-agenda-list) "org" "\ | ||
| 18498 | Produce a weekly view from all files in variable `org-agenda-files'. | 19091 | Produce a weekly view from all files in variable `org-agenda-files'. |
| 18499 | The view will be for the current week, but from the overview buffer you | 19092 | The view will be for the current week, but from the overview buffer you |
| 18500 | will be able to go to other weeks. | 19093 | will be able to go to other weeks. |
| 18501 | With one \\[universal-argument] prefix argument INCLUDE-ALL, all unfinished TODO items will | 19094 | With one \\[universal-argument] prefix argument INCLUDE-ALL, all unfinished TODO items will |
| 18502 | also be shown, under the current date. | 19095 | also be shown, under the current date. |
| 19096 | With two \\[universal-argument] prefix argument INCLUDE-ALL, all TODO entries marked DONE | ||
| 19097 | on the days are also shown. See the variable `org-log-done' for how | ||
| 19098 | to turn on logging. | ||
| 18503 | START-DAY defaults to TODAY, or to the most recent match for the weekday | 19099 | START-DAY defaults to TODAY, or to the most recent match for the weekday |
| 18504 | given in `org-agenda-start-on-weekday'. | 19100 | given in `org-agenda-start-on-weekday'. |
| 18505 | NDAYS defaults to `org-agenda-ndays'. | 19101 | NDAYS defaults to `org-agenda-ndays'. |
| 18506 | 19102 | ||
| 18507 | \(fn &optional INCLUDE-ALL START-DAY NDAYS)" t nil) | 19103 | \(fn &optional INCLUDE-ALL START-DAY NDAYS KEEP-MODES)" t nil) |
| 19104 | |||
| 19105 | (autoload (quote org-todo-list) "org" "\ | ||
| 19106 | Show all TODO entries from all agenda file in a single list. | ||
| 19107 | The prefix arg can be used to select a specific TODO keyword and limit | ||
| 19108 | the list to these. When using \\[universal-argument], you will be prompted | ||
| 19109 | for a keyword. A numeric prefix directly selects the Nth keyword in | ||
| 19110 | `org-todo-keywords'. | ||
| 19111 | |||
| 19112 | \(fn ARG &optional KEEP-MODES)" t nil) | ||
| 18508 | 19113 | ||
| 18509 | (autoload (quote org-diary) "org" "\ | 19114 | (autoload (quote org-diary) "org" "\ |
| 18510 | Return diary information from org-files. | 19115 | Return diary information from org-files. |
| @@ -18552,13 +19157,19 @@ function from a program - use `org-agenda-get-day-entries' instead. | |||
| 18552 | 19157 | ||
| 18553 | \(fn &rest ARGS)" nil nil) | 19158 | \(fn &rest ARGS)" nil nil) |
| 18554 | 19159 | ||
| 19160 | (autoload (quote org-tags-view) "org" "\ | ||
| 19161 | Show all headlines for all `org-agenda-files' matching a TAGS criterion. | ||
| 19162 | The prefix arg TODO-ONLY limits the search to TODO entries. | ||
| 19163 | |||
| 19164 | \(fn &optional TODO-ONLY MATCH KEEP-MODES)" t nil) | ||
| 19165 | |||
| 18555 | (autoload (quote org-store-link) "org" "\ | 19166 | (autoload (quote org-store-link) "org" "\ |
| 18556 | \\<org-mode-map>Store an org-link to the current location. | 19167 | \\<org-mode-map>Store an org-link to the current location. |
| 18557 | This link can later be inserted into an org-buffer with | 19168 | This link can later be inserted into an org-buffer with |
| 18558 | \\[org-insert-link]. | 19169 | \\[org-insert-link]. |
| 18559 | For some link types, a prefix arg is interpreted: | 19170 | For some link types, a prefix arg is interpreted: |
| 18560 | For links to usenet articles, arg negates `org-usenet-links-prefer-google'. | 19171 | For links to usenet articles, arg negates `org-usenet-links-prefer-google'. |
| 18561 | For file links, arg negates `org-line-numbers-in-file-links'. | 19172 | For file links, arg negates `org-context-in-file-links'. |
| 18562 | 19173 | ||
| 18563 | \(fn ARG)" t nil) | 19174 | \(fn ARG)" t nil) |
| 18564 | 19175 | ||
| @@ -18577,7 +19188,7 @@ of `org-default-notes-file' is used. | |||
| 18577 | Then the command offers the headings tree of the selected file in order to | 19188 | Then the command offers the headings tree of the selected file in order to |
| 18578 | file the text at a specific location. | 19189 | file the text at a specific location. |
| 18579 | You can either immediately press RET to get the note appended to the | 19190 | You can either immediately press RET to get the note appended to the |
| 18580 | file. Or you can use vertical cursor motion and visibility cycling (TAB) to | 19191 | file, or you can use vertical cursor motion and visibility cycling (TAB) to |
| 18581 | find a better place. Then press RET or <left> or <right> in insert the note. | 19192 | find a better place. Then press RET or <left> or <right> in insert the note. |
| 18582 | 19193 | ||
| 18583 | Key Cursor position Note gets inserted | 19194 | Key Cursor position Note gets inserted |
| @@ -18632,7 +19243,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'. | |||
| 18632 | ;;;*** | 19243 | ;;;*** |
| 18633 | 19244 | ||
| 18634 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" | 19245 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" |
| 18635 | ;;;;;; (17226 24576)) | 19246 | ;;;;;; (17374 21284)) |
| 18636 | ;;; Generated autoloads from outline.el | 19247 | ;;; Generated autoloads from outline.el |
| 18637 | 19248 | ||
| 18638 | (autoload (quote outline-mode) "outline" "\ | 19249 | (autoload (quote outline-mode) "outline" "\ |
| @@ -18687,7 +19298,7 @@ See the command `outline-mode' for more information on this mode. | |||
| 18687 | 19298 | ||
| 18688 | ;;;*** | 19299 | ;;;*** |
| 18689 | 19300 | ||
| 18690 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (17187 59902)) | 19301 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (17337 56255)) |
| 18691 | ;;; Generated autoloads from paren.el | 19302 | ;;; Generated autoloads from paren.el |
| 18692 | 19303 | ||
| 18693 | (defvar show-paren-mode nil "\ | 19304 | (defvar show-paren-mode nil "\ |
| @@ -18713,7 +19324,7 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time. | |||
| 18713 | ;;;*** | 19324 | ;;;*** |
| 18714 | 19325 | ||
| 18715 | ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" | 19326 | ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" |
| 18716 | ;;;;;; (17187 59880)) | 19327 | ;;;;;; (17308 43144)) |
| 18717 | ;;; Generated autoloads from calendar/parse-time.el | 19328 | ;;; Generated autoloads from calendar/parse-time.el |
| 18718 | 19329 | ||
| 18719 | (autoload (quote parse-time-string) "parse-time" "\ | 19330 | (autoload (quote parse-time-string) "parse-time" "\ |
| @@ -18725,8 +19336,8 @@ unknown are returned as nil. | |||
| 18725 | 19336 | ||
| 18726 | ;;;*** | 19337 | ;;;*** |
| 18727 | 19338 | ||
| 18728 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (17277 | 19339 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (17279 |
| 18729 | ;;;;;; 60154)) | 19340 | ;;;;;; 27203)) |
| 18730 | ;;; Generated autoloads from progmodes/pascal.el | 19341 | ;;; Generated autoloads from progmodes/pascal.el |
| 18731 | 19342 | ||
| 18732 | (autoload (quote pascal-mode) "pascal" "\ | 19343 | (autoload (quote pascal-mode) "pascal" "\ |
| @@ -18779,7 +19390,7 @@ no args, if that value is non-nil. | |||
| 18779 | ;;;*** | 19390 | ;;;*** |
| 18780 | 19391 | ||
| 18781 | ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" | 19392 | ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" |
| 18782 | ;;;;;; (17187 59901)) | 19393 | ;;;;;; (17279 27122)) |
| 18783 | ;;; Generated autoloads from emulation/pc-mode.el | 19394 | ;;; Generated autoloads from emulation/pc-mode.el |
| 18784 | 19395 | ||
| 18785 | (autoload (quote pc-bindings-mode) "pc-mode" "\ | 19396 | (autoload (quote pc-bindings-mode) "pc-mode" "\ |
| @@ -18797,7 +19408,7 @@ C-Escape does list-buffers. | |||
| 18797 | ;;;*** | 19408 | ;;;*** |
| 18798 | 19409 | ||
| 18799 | ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" | 19410 | ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" |
| 18800 | ;;;;;; "emulation/pc-select.el" (17187 59901)) | 19411 | ;;;;;; "emulation/pc-select.el" (17279 27122)) |
| 18801 | ;;; Generated autoloads from emulation/pc-select.el | 19412 | ;;; Generated autoloads from emulation/pc-select.el |
| 18802 | 19413 | ||
| 18803 | (defvar pc-selection-mode nil "\ | 19414 | (defvar pc-selection-mode nil "\ |
| @@ -18874,8 +19485,8 @@ you must modify it using \\[customize] or \\[pc-selection-mode].") | |||
| 18874 | 19485 | ||
| 18875 | ;;;*** | 19486 | ;;;*** |
| 18876 | 19487 | ||
| 18877 | ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (17187 | 19488 | ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (17279 |
| 18878 | ;;;;;; 59902)) | 19489 | ;;;;;; 27123)) |
| 18879 | ;;; Generated autoloads from pcmpl-cvs.el | 19490 | ;;; Generated autoloads from pcmpl-cvs.el |
| 18880 | 19491 | ||
| 18881 | (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ | 19492 | (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ |
| @@ -18886,7 +19497,7 @@ Completion rules for the `cvs' command. | |||
| 18886 | ;;;*** | 19497 | ;;;*** |
| 18887 | 19498 | ||
| 18888 | ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) | 19499 | ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) |
| 18889 | ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (17187 59902)) | 19500 | ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (17279 27123)) |
| 18890 | ;;; Generated autoloads from pcmpl-gnu.el | 19501 | ;;; Generated autoloads from pcmpl-gnu.el |
| 18891 | 19502 | ||
| 18892 | (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ | 19503 | (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ |
| @@ -18914,7 +19525,7 @@ Completion for the GNU tar utility. | |||
| 18914 | ;;;*** | 19525 | ;;;*** |
| 18915 | 19526 | ||
| 18916 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) | 19527 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) |
| 18917 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (17187 59902)) | 19528 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (17279 27123)) |
| 18918 | ;;; Generated autoloads from pcmpl-linux.el | 19529 | ;;; Generated autoloads from pcmpl-linux.el |
| 18919 | 19530 | ||
| 18920 | (autoload (quote pcomplete/kill) "pcmpl-linux" "\ | 19531 | (autoload (quote pcomplete/kill) "pcmpl-linux" "\ |
| @@ -18934,8 +19545,8 @@ Completion for GNU/Linux `mount'. | |||
| 18934 | 19545 | ||
| 18935 | ;;;*** | 19546 | ;;;*** |
| 18936 | 19547 | ||
| 18937 | ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (17187 | 19548 | ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (17279 |
| 18938 | ;;;;;; 59902)) | 19549 | ;;;;;; 27123)) |
| 18939 | ;;; Generated autoloads from pcmpl-rpm.el | 19550 | ;;; Generated autoloads from pcmpl-rpm.el |
| 18940 | 19551 | ||
| 18941 | (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ | 19552 | (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ |
| @@ -18951,7 +19562,7 @@ You can use \\[eshell-report-bug] to do so. | |||
| 18951 | 19562 | ||
| 18952 | ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which | 19563 | ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which |
| 18953 | ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) | 19564 | ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) |
| 18954 | ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (17187 59902)) | 19565 | ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (17279 27123)) |
| 18955 | ;;; Generated autoloads from pcmpl-unix.el | 19566 | ;;; Generated autoloads from pcmpl-unix.el |
| 18956 | 19567 | ||
| 18957 | (autoload (quote pcomplete/cd) "pcmpl-unix" "\ | 19568 | (autoload (quote pcomplete/cd) "pcmpl-unix" "\ |
| @@ -18997,8 +19608,8 @@ Completion for the `chgrp' command. | |||
| 18997 | 19608 | ||
| 18998 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list | 19609 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list |
| 18999 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete | 19610 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete |
| 19000 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (17226 | 19611 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (17279 |
| 19001 | ;;;;;; 24576)) | 19612 | ;;;;;; 27172)) |
| 19002 | ;;; Generated autoloads from pcomplete.el | 19613 | ;;; Generated autoloads from pcomplete.el |
| 19003 | 19614 | ||
| 19004 | (autoload (quote pcomplete) "pcomplete" "\ | 19615 | (autoload (quote pcomplete) "pcomplete" "\ |
| @@ -19057,7 +19668,7 @@ Setup shell-mode to use pcomplete. | |||
| 19057 | 19668 | ||
| 19058 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status | 19669 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status |
| 19059 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" | 19670 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" |
| 19060 | ;;;;;; "pcvs.el" (17238 21257)) | 19671 | ;;;;;; "pcvs.el" (17308 43140)) |
| 19061 | ;;; Generated autoloads from pcvs.el | 19672 | ;;; Generated autoloads from pcvs.el |
| 19062 | 19673 | ||
| 19063 | (autoload (quote cvs-checkout) "pcvs" "\ | 19674 | (autoload (quote cvs-checkout) "pcvs" "\ |
| @@ -19134,7 +19745,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 19134 | 19745 | ||
| 19135 | ;;;*** | 19746 | ;;;*** |
| 19136 | 19747 | ||
| 19137 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (17196 27217)) | 19748 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (17279 27169)) |
| 19138 | ;;; Generated autoloads from pcvs-defs.el | 19749 | ;;; Generated autoloads from pcvs-defs.el |
| 19139 | 19750 | ||
| 19140 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) (fset (quote cvs-global-menu) m))) | 19751 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) (fset (quote cvs-global-menu) m))) |
| @@ -19142,7 +19753,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 19142 | ;;;*** | 19753 | ;;;*** |
| 19143 | 19754 | ||
| 19144 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" | 19755 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" |
| 19145 | ;;;;;; (17277 60154)) | 19756 | ;;;;;; (17279 27203)) |
| 19146 | ;;; Generated autoloads from progmodes/perl-mode.el | 19757 | ;;; Generated autoloads from progmodes/perl-mode.el |
| 19147 | 19758 | ||
| 19148 | (autoload (quote perl-mode) "perl-mode" "\ | 19759 | (autoload (quote perl-mode) "perl-mode" "\ |
| @@ -19200,7 +19811,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'. | |||
| 19200 | ;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key | 19811 | ;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key |
| 19201 | ;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt | 19812 | ;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt |
| 19202 | ;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region | 19813 | ;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region |
| 19203 | ;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (17263 27852)) | 19814 | ;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (17279 27198)) |
| 19204 | ;;; Generated autoloads from pgg.el | 19815 | ;;; Generated autoloads from pgg.el |
| 19205 | 19816 | ||
| 19206 | (autoload (quote pgg-encrypt-region) "pgg" "\ | 19817 | (autoload (quote pgg-encrypt-region) "pgg" "\ |
| @@ -19334,7 +19945,7 @@ Import public keys in the current buffer. | |||
| 19334 | ;;;*** | 19945 | ;;;*** |
| 19335 | 19946 | ||
| 19336 | ;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" | 19947 | ;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" |
| 19337 | ;;;;;; (17263 27852)) | 19948 | ;;;;;; (17279 27198)) |
| 19338 | ;;; Generated autoloads from pgg-gpg.el | 19949 | ;;; Generated autoloads from pgg-gpg.el |
| 19339 | 19950 | ||
| 19340 | (autoload (quote pgg-gpg-symmetric-key-p) "pgg-gpg" "\ | 19951 | (autoload (quote pgg-gpg-symmetric-key-p) "pgg-gpg" "\ |
| @@ -19345,65 +19956,74 @@ True if decoded armor MESSAGE-KEYS has symmetric encryption indicator. | |||
| 19345 | ;;;*** | 19956 | ;;;*** |
| 19346 | 19957 | ||
| 19347 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" | 19958 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" |
| 19348 | ;;;;;; (17187 59902)) | 19959 | ;;;;;; (17327 23539)) |
| 19349 | ;;; Generated autoloads from textmodes/picture.el | 19960 | ;;; Generated autoloads from textmodes/picture.el |
| 19350 | 19961 | ||
| 19351 | (autoload (quote picture-mode) "picture" "\ | 19962 | (autoload (quote picture-mode) "picture" "\ |
| 19352 | Switch to Picture mode, in which a quarter-plane screen model is used. | 19963 | Switch to Picture mode, in which a quarter-plane screen model is used. |
| 19964 | \\<picture-mode-map> | ||
| 19353 | Printing characters replace instead of inserting themselves with motion | 19965 | Printing characters replace instead of inserting themselves with motion |
| 19354 | afterwards settable by these commands: | 19966 | afterwards settable by these commands: |
| 19355 | C-c < Move left after insertion. | 19967 | |
| 19356 | C-c > Move right after insertion. | 19968 | Move left after insertion: \\[picture-movement-left] |
| 19357 | C-c ^ Move up after insertion. | 19969 | Move right after insertion: \\[picture-movement-right] |
| 19358 | C-c . Move down after insertion. | 19970 | Move up after insertion: \\[picture-movement-up] |
| 19359 | C-c ` Move northwest (nw) after insertion. | 19971 | Move down after insertion: \\[picture-movement-down] |
| 19360 | C-c ' Move northeast (ne) after insertion. | 19972 | |
| 19361 | C-c / Move southwest (sw) after insertion. | 19973 | Move northwest (nw) after insertion: \\[picture-movement-nw] |
| 19362 | C-c \\ Move southeast (se) after insertion. | 19974 | Move northeast (ne) after insertion: \\[picture-movement-ne] |
| 19363 | C-u C-c ` Move westnorthwest (wnw) after insertion. | 19975 | Move southwest (sw) after insertion: \\[picture-movement-sw] |
| 19364 | C-u C-c ' Move eastnortheast (ene) after insertion. | 19976 | Move southeast (se) after insertion: \\[picture-movement-se] |
| 19365 | C-u C-c / Move westsouthwest (wsw) after insertion. | 19977 | |
| 19366 | C-u C-c \\ Move eastsoutheast (ese) after insertion. | 19978 | Move westnorthwest (wnw) after insertion: C-u \\[picture-movement-nw] |
| 19979 | Move eastnortheast (ene) after insertion: C-u \\[picture-movement-ne] | ||
| 19980 | Move westsouthwest (wsw) after insertion: C-u \\[picture-movement-sw] | ||
| 19981 | Move eastsoutheast (ese) after insertion: C-u \\[picture-movement-se] | ||
| 19982 | |||
| 19367 | The current direction is displayed in the mode line. The initial | 19983 | The current direction is displayed in the mode line. The initial |
| 19368 | direction is right. Whitespace is inserted and tabs are changed to | 19984 | direction is right. Whitespace is inserted and tabs are changed to |
| 19369 | spaces when required by movement. You can move around in the buffer | 19985 | spaces when required by movement. You can move around in the buffer |
| 19370 | with these commands: | 19986 | with these commands: |
| 19371 | \\[picture-move-down] Move vertically to SAME column in previous line. | 19987 | |
| 19372 | \\[picture-move-up] Move vertically to SAME column in next line. | 19988 | Move vertically to SAME column in previous line: \\[picture-move-down] |
| 19373 | \\[picture-end-of-line] Move to column following last non-whitespace character. | 19989 | Move vertically to SAME column in next line: \\[picture-move-up] |
| 19374 | \\[picture-forward-column] Move right inserting spaces if required. | 19990 | Move to column following last |
| 19375 | \\[picture-backward-column] Move left changing tabs to spaces if required. | 19991 | non-whitespace character: \\[picture-end-of-line] |
| 19376 | C-c C-f Move in direction of current picture motion. | 19992 | Move right, inserting spaces if required: \\[picture-forward-column] |
| 19377 | C-c C-b Move in opposite direction of current picture motion. | 19993 | Move left changing tabs to spaces if required: \\[picture-backward-column] |
| 19378 | Return Move to beginning of next line. | 19994 | Move in direction of current picture motion: \\[picture-motion] |
| 19995 | Move opposite to current picture motion: \\[picture-motion-reverse] | ||
| 19996 | Move to beginning of next line: \\[next-line] | ||
| 19997 | |||
| 19379 | You can edit tabular text with these commands: | 19998 | You can edit tabular text with these commands: |
| 19380 | M-Tab Move to column beneath (or at) next interesting character. | 19999 | |
| 19381 | `Indents' relative to a previous line. | 20000 | Move to column beneath (or at) next interesting |
| 19382 | Tab Move to next stop in tab stop list. | 20001 | character (see variable `picture-tab-chars'): \\[picture-tab-search] |
| 19383 | C-c Tab Set tab stops according to context of this line. | 20002 | Move to next stop in tab stop list: \\[picture-tab] |
| 19384 | With ARG resets tab stops to default (global) value. | 20003 | Set tab stops according to context of this line: \\[picture-set-tab-stops] |
| 19385 | See also documentation of variable picture-tab-chars | 20004 | (With ARG, resets tab stops to default value.) |
| 19386 | which defines \"interesting character\". You can manually | 20005 | Change the tab stop list: \\[edit-tab-stops] |
| 19387 | change the tab stop list with command \\[edit-tab-stops]. | 20006 | |
| 19388 | You can manipulate text with these commands: | 20007 | You can manipulate text with these commands: |
| 19389 | C-d Clear (replace) ARG columns after point without moving. | 20008 | Clear ARG columns after point without moving: \\[picture-clear-column] |
| 19390 | C-c C-d Delete char at point - the command normally assigned to C-d. | 20009 | Delete char at point: \\[delete-char] |
| 19391 | \\[picture-backward-clear-column] Clear (replace) ARG columns before point, moving back over them. | 20010 | Clear ARG columns backward: \\[picture-backward-clear-column] |
| 19392 | \\[picture-clear-line] Clear ARG lines, advancing over them. The cleared | 20011 | Clear ARG lines, advancing over them: \\[picture-clear-line] |
| 19393 | text is saved in the kill ring. | 20012 | (the cleared text is saved in the kill ring) |
| 19394 | \\[picture-open-line] Open blank line(s) beneath current line. | 20013 | Open blank line(s) beneath current line: \\[picture-open-line] |
| 20014 | |||
| 19395 | You can manipulate rectangles with these commands: | 20015 | You can manipulate rectangles with these commands: |
| 19396 | C-c C-k Clear (or kill) a rectangle and save it. | 20016 | Clear a rectangle and save it: \\[picture-clear-rectangle] |
| 19397 | C-c C-w Like C-c C-k except rectangle is saved in named register. | 20017 | Clear a rectangle, saving in a named register: \\[picture-clear-rectangle-to-register] |
| 19398 | C-c C-y Overlay (or insert) currently saved rectangle at point. | 20018 | Insert currently saved rectangle at point: \\[picture-yank-rectangle] |
| 19399 | C-c C-x Like C-c C-y except rectangle is taken from named register. | 20019 | Insert rectangle from named register: \\[picture-yank-rectangle-from-register] |
| 19400 | C-c C-r Draw a rectangular box around mark and point. | 20020 | Draw a rectangular box around mark and point: \\[picture-draw-rectangle] |
| 19401 | \\[copy-rectangle-to-register] Copies a rectangle to a register. | 20021 | Copies a rectangle to a register: \\[copy-rectangle-to-register] |
| 19402 | \\[advertised-undo] Can undo effects of rectangle overlay commands | 20022 | Undo effects of rectangle overlay commands: \\[advertised-undo] |
| 19403 | if invoked soon enough. | 20023 | |
| 19404 | You can return to the previous mode with: | 20024 | You can return to the previous mode with \\[picture-mode-exit], which |
| 19405 | C-c C-c Which also strips trailing whitespace from every line. | 20025 | also strips trailing whitespace from every line. Stripping is suppressed |
| 19406 | Stripping is suppressed by supplying an argument. | 20026 | by supplying an argument. |
| 19407 | 20027 | ||
| 19408 | Entry to this mode calls the value of `picture-mode-hook' if non-nil. | 20028 | Entry to this mode calls the value of `picture-mode-hook' if non-nil. |
| 19409 | 20029 | ||
| @@ -19417,7 +20037,7 @@ they are not defaultly assigned to keys. | |||
| 19417 | ;;;*** | 20037 | ;;;*** |
| 19418 | 20038 | ||
| 19419 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" | 20039 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" |
| 19420 | ;;;;;; (17187 59902)) | 20040 | ;;;;;; (17279 27123)) |
| 19421 | ;;; Generated autoloads from textmodes/po.el | 20041 | ;;; Generated autoloads from textmodes/po.el |
| 19422 | 20042 | ||
| 19423 | (autoload (quote po-find-file-coding-system) "po" "\ | 20043 | (autoload (quote po-find-file-coding-system) "po" "\ |
| @@ -19428,7 +20048,7 @@ Called through `file-coding-system-alist', before the file is visited for real. | |||
| 19428 | 20048 | ||
| 19429 | ;;;*** | 20049 | ;;;*** |
| 19430 | 20050 | ||
| 19431 | ;;;### (autoloads (pong) "pong" "play/pong.el" (17187 59902)) | 20051 | ;;;### (autoloads (pong) "pong" "play/pong.el" (17279 27123)) |
| 19432 | ;;; Generated autoloads from play/pong.el | 20052 | ;;; Generated autoloads from play/pong.el |
| 19433 | 20053 | ||
| 19434 | (autoload (quote pong) "pong" "\ | 20054 | (autoload (quote pong) "pong" "\ |
| @@ -19445,7 +20065,7 @@ pong-mode keybindings:\\<pong-mode-map> | |||
| 19445 | ;;;*** | 20065 | ;;;*** |
| 19446 | 20066 | ||
| 19447 | ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer | 20067 | ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer |
| 19448 | ;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (17187 59901)) | 20068 | ;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (17279 27122)) |
| 19449 | ;;; Generated autoloads from emacs-lisp/pp.el | 20069 | ;;; Generated autoloads from emacs-lisp/pp.el |
| 19450 | 20070 | ||
| 19451 | (autoload (quote pp-to-string) "pp" "\ | 20071 | (autoload (quote pp-to-string) "pp" "\ |
| @@ -19503,7 +20123,7 @@ Ignores leading comment characters. | |||
| 19503 | ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview | 20123 | ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview |
| 19504 | ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript | 20124 | ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript |
| 19505 | ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" | 20125 | ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" |
| 19506 | ;;;;;; (17277 59650)) | 20126 | ;;;;;; (17279 27201)) |
| 19507 | ;;; Generated autoloads from printing.el | 20127 | ;;; Generated autoloads from printing.el |
| 19508 | 20128 | ||
| 19509 | (autoload (quote pr-interface) "printing" "\ | 20129 | (autoload (quote pr-interface) "printing" "\ |
| @@ -20091,7 +20711,7 @@ are both set to t. | |||
| 20091 | ;;;*** | 20711 | ;;;*** |
| 20092 | 20712 | ||
| 20093 | ;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el" | 20713 | ;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el" |
| 20094 | ;;;;;; (17277 60154)) | 20714 | ;;;;;; (17279 27203)) |
| 20095 | ;;; Generated autoloads from progmodes/prolog.el | 20715 | ;;; Generated autoloads from progmodes/prolog.el |
| 20096 | 20716 | ||
| 20097 | (autoload (quote prolog-mode) "prolog" "\ | 20717 | (autoload (quote prolog-mode) "prolog" "\ |
| @@ -20111,7 +20731,7 @@ Run an inferior Prolog process, input and output via buffer *prolog*. | |||
| 20111 | 20731 | ||
| 20112 | ;;;*** | 20732 | ;;;*** |
| 20113 | 20733 | ||
| 20114 | ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (17187 59902)) | 20734 | ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (17327 23539)) |
| 20115 | ;;; Generated autoloads from ps-bdf.el | 20735 | ;;; Generated autoloads from ps-bdf.el |
| 20116 | 20736 | ||
| 20117 | (defvar bdf-directory-list (if (memq system-type (quote (ms-dos windows-nt))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ | 20737 | (defvar bdf-directory-list (if (memq system-type (quote (ms-dos windows-nt))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ |
| @@ -20120,8 +20740,8 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") | |||
| 20120 | 20740 | ||
| 20121 | ;;;*** | 20741 | ;;;*** |
| 20122 | 20742 | ||
| 20123 | ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (17277 | 20743 | ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (17279 |
| 20124 | ;;;;;; 60154)) | 20744 | ;;;;;; 27203)) |
| 20125 | ;;; Generated autoloads from progmodes/ps-mode.el | 20745 | ;;; Generated autoloads from progmodes/ps-mode.el |
| 20126 | 20746 | ||
| 20127 | (autoload (quote ps-mode) "ps-mode" "\ | 20747 | (autoload (quote ps-mode) "ps-mode" "\ |
| @@ -20170,7 +20790,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number | |||
| 20170 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string | 20790 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string |
| 20171 | ;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string | 20791 | ;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string |
| 20172 | ;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer) | 20792 | ;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer) |
| 20173 | ;;;;;; "ps-mule" "ps-mule.el" (17226 24577)) | 20793 | ;;;;;; "ps-mule" "ps-mule.el" (17279 27172)) |
| 20174 | ;;; Generated autoloads from ps-mule.el | 20794 | ;;; Generated autoloads from ps-mule.el |
| 20175 | 20795 | ||
| 20176 | (defvar ps-multibyte-buffer nil "\ | 20796 | (defvar ps-multibyte-buffer nil "\ |
| @@ -20291,8 +20911,8 @@ Not documented | |||
| 20291 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 20911 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 20292 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 20912 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 20293 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type | 20913 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type |
| 20294 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (17226 | 20914 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (17279 |
| 20295 | ;;;;;; 24577)) | 20915 | ;;;;;; 27172)) |
| 20296 | ;;; Generated autoloads from ps-print.el | 20916 | ;;; Generated autoloads from ps-print.el |
| 20297 | 20917 | ||
| 20298 | (defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\ | 20918 | (defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\ |
| @@ -20489,7 +21109,7 @@ If EXTENSION is any other symbol, it is ignored. | |||
| 20489 | ;;;*** | 21109 | ;;;*** |
| 20490 | 21110 | ||
| 20491 | ;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" | 21111 | ;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" |
| 20492 | ;;;;;; (17238 21257)) | 21112 | ;;;;;; (17374 21423)) |
| 20493 | ;;; Generated autoloads from progmodes/python.el | 21113 | ;;; Generated autoloads from progmodes/python.el |
| 20494 | 21114 | ||
| 20495 | (add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode))) | 21115 | (add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode))) |
| @@ -20553,7 +21173,7 @@ Runs `jython-mode-hook' after `python-mode-hook'. | |||
| 20553 | ;;;*** | 21173 | ;;;*** |
| 20554 | 21174 | ||
| 20555 | ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" | 21175 | ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" |
| 20556 | ;;;;;; (17187 59901)) | 21176 | ;;;;;; (17279 27122)) |
| 20557 | ;;; Generated autoloads from gnus/qp.el | 21177 | ;;; Generated autoloads from gnus/qp.el |
| 20558 | 21178 | ||
| 20559 | (autoload (quote quoted-printable-decode-region) "qp" "\ | 21179 | (autoload (quote quoted-printable-decode-region) "qp" "\ |
| @@ -20576,7 +21196,7 @@ them into characters should be done separately. | |||
| 20576 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map | 21196 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map |
| 20577 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout | 21197 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout |
| 20578 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" | 21198 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" |
| 20579 | ;;;;;; "international/quail.el" (17257 22483)) | 21199 | ;;;;;; "international/quail.el" (17279 27196)) |
| 20580 | ;;; Generated autoloads from international/quail.el | 21200 | ;;; Generated autoloads from international/quail.el |
| 20581 | 21201 | ||
| 20582 | (autoload (quote quail-title) "quail" "\ | 21202 | (autoload (quote quail-title) "quail" "\ |
| @@ -20807,8 +21427,8 @@ of each directory. | |||
| 20807 | 21427 | ||
| 20808 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls | 21428 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls |
| 20809 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url | 21429 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url |
| 20810 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (17187 | 21430 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (17279 |
| 20811 | ;;;;;; 59902)) | 21431 | ;;;;;; 27123)) |
| 20812 | ;;; Generated autoloads from net/quickurl.el | 21432 | ;;; Generated autoloads from net/quickurl.el |
| 20813 | 21433 | ||
| 20814 | (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ | 21434 | (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ |
| @@ -20879,7 +21499,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'. | |||
| 20879 | 21499 | ||
| 20880 | ;;;*** | 21500 | ;;;*** |
| 20881 | 21501 | ||
| 20882 | ;;;### (autoloads (rcirc) "rcirc" "net/rcirc.el" (17263 27852)) | 21502 | ;;;### (autoloads (rcirc) "rcirc" "net/rcirc.el" (17379 30025)) |
| 20883 | ;;; Generated autoloads from net/rcirc.el | 21503 | ;;; Generated autoloads from net/rcirc.el |
| 20884 | 21504 | ||
| 20885 | (autoload (quote rcirc) "rcirc" "\ | 21505 | (autoload (quote rcirc) "rcirc" "\ |
| @@ -20896,8 +21516,8 @@ respectively. | |||
| 20896 | 21516 | ||
| 20897 | ;;;*** | 21517 | ;;;*** |
| 20898 | 21518 | ||
| 20899 | ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (17226 | 21519 | ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (17279 |
| 20900 | ;;;;;; 24576)) | 21520 | ;;;;;; 27172)) |
| 20901 | ;;; Generated autoloads from net/rcompile.el | 21521 | ;;; Generated autoloads from net/rcompile.el |
| 20902 | 21522 | ||
| 20903 | (autoload (quote remote-compile) "rcompile" "\ | 21523 | (autoload (quote remote-compile) "rcompile" "\ |
| @@ -20909,7 +21529,7 @@ See \\[compile]. | |||
| 20909 | ;;;*** | 21529 | ;;;*** |
| 20910 | 21530 | ||
| 20911 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" | 21531 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" |
| 20912 | ;;;;;; (17187 59901)) | 21532 | ;;;;;; (17279 27122)) |
| 20913 | ;;; Generated autoloads from emacs-lisp/re-builder.el | 21533 | ;;; Generated autoloads from emacs-lisp/re-builder.el |
| 20914 | 21534 | ||
| 20915 | (defalias (quote regexp-builder) (quote re-builder)) | 21535 | (defalias (quote regexp-builder) (quote re-builder)) |
| @@ -20921,7 +21541,7 @@ Construct a regexp interactively. | |||
| 20921 | 21541 | ||
| 20922 | ;;;*** | 21542 | ;;;*** |
| 20923 | 21543 | ||
| 20924 | ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (17238 21257)) | 21544 | ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (17319 2458)) |
| 20925 | ;;; Generated autoloads from recentf.el | 21545 | ;;; Generated autoloads from recentf.el |
| 20926 | 21546 | ||
| 20927 | (defvar recentf-mode nil "\ | 21547 | (defvar recentf-mode nil "\ |
| @@ -20951,8 +21571,8 @@ that were operated on recently. | |||
| 20951 | ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle | 21571 | ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle |
| 20952 | ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle | 21572 | ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle |
| 20953 | ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle | 21573 | ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle |
| 20954 | ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17226 | 21574 | ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17279 |
| 20955 | ;;;;;; 24577)) | 21575 | ;;;;;; 27172)) |
| 20956 | ;;; Generated autoloads from rect.el | 21576 | ;;; Generated autoloads from rect.el |
| 20957 | 21577 | ||
| 20958 | (autoload (quote move-to-column-force) "rect" "\ | 21578 | (autoload (quote move-to-column-force) "rect" "\ |
| @@ -21074,8 +21694,8 @@ rectangle which were empty. | |||
| 21074 | 21694 | ||
| 21075 | ;;;*** | 21695 | ;;;*** |
| 21076 | 21696 | ||
| 21077 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (17187 | 21697 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (17279 |
| 21078 | ;;;;;; 59902)) | 21698 | ;;;;;; 27123)) |
| 21079 | ;;; Generated autoloads from textmodes/refill.el | 21699 | ;;; Generated autoloads from textmodes/refill.el |
| 21080 | 21700 | ||
| 21081 | (autoload (quote refill-mode) "refill" "\ | 21701 | (autoload (quote refill-mode) "refill" "\ |
| @@ -21091,7 +21711,7 @@ refilling if they would cause auto-filling. | |||
| 21091 | ;;;*** | 21711 | ;;;*** |
| 21092 | 21712 | ||
| 21093 | ;;;### (autoloads (reftex-reset-scanning-information reftex-mode | 21713 | ;;;### (autoloads (reftex-reset-scanning-information reftex-mode |
| 21094 | ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (17277 59650)) | 21714 | ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (17279 27201)) |
| 21095 | ;;; Generated autoloads from textmodes/reftex.el | 21715 | ;;; Generated autoloads from textmodes/reftex.el |
| 21096 | 21716 | ||
| 21097 | (autoload (quote turn-on-reftex) "reftex" "\ | 21717 | (autoload (quote turn-on-reftex) "reftex" "\ |
| @@ -21141,7 +21761,7 @@ This enforces rescanning the buffer on next use. | |||
| 21141 | ;;;*** | 21761 | ;;;*** |
| 21142 | 21762 | ||
| 21143 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" | 21763 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" |
| 21144 | ;;;;;; (17226 24577)) | 21764 | ;;;;;; (17279 27172)) |
| 21145 | ;;; Generated autoloads from textmodes/reftex-cite.el | 21765 | ;;; Generated autoloads from textmodes/reftex-cite.el |
| 21146 | 21766 | ||
| 21147 | (autoload (quote reftex-citation) "reftex-cite" "\ | 21767 | (autoload (quote reftex-citation) "reftex-cite" "\ |
| @@ -21171,7 +21791,7 @@ While entering the regexp, completion on knows citation keys is possible. | |||
| 21171 | ;;;*** | 21791 | ;;;*** |
| 21172 | 21792 | ||
| 21173 | ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" | 21793 | ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" |
| 21174 | ;;;;;; (17226 24577)) | 21794 | ;;;;;; (17279 27172)) |
| 21175 | ;;; Generated autoloads from textmodes/reftex-global.el | 21795 | ;;; Generated autoloads from textmodes/reftex-global.el |
| 21176 | 21796 | ||
| 21177 | (autoload (quote reftex-isearch-minor-mode) "reftex-global" "\ | 21797 | (autoload (quote reftex-isearch-minor-mode) "reftex-global" "\ |
| @@ -21188,7 +21808,7 @@ With no argument, this command toggles | |||
| 21188 | ;;;*** | 21808 | ;;;*** |
| 21189 | 21809 | ||
| 21190 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" | 21810 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" |
| 21191 | ;;;;;; (17226 24577)) | 21811 | ;;;;;; (17279 27172)) |
| 21192 | ;;; Generated autoloads from textmodes/reftex-index.el | 21812 | ;;; Generated autoloads from textmodes/reftex-index.el |
| 21193 | 21813 | ||
| 21194 | (autoload (quote reftex-index-phrases-mode) "reftex-index" "\ | 21814 | (autoload (quote reftex-index-phrases-mode) "reftex-index" "\ |
| @@ -21221,7 +21841,7 @@ Here are all local bindings. | |||
| 21221 | ;;;*** | 21841 | ;;;*** |
| 21222 | 21842 | ||
| 21223 | ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" | 21843 | ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" |
| 21224 | ;;;;;; (17226 24578)) | 21844 | ;;;;;; (17279 27172)) |
| 21225 | ;;; Generated autoloads from textmodes/reftex-parse.el | 21845 | ;;; Generated autoloads from textmodes/reftex-parse.el |
| 21226 | 21846 | ||
| 21227 | (autoload (quote reftex-all-document-files) "reftex-parse" "\ | 21847 | (autoload (quote reftex-all-document-files) "reftex-parse" "\ |
| @@ -21234,7 +21854,7 @@ of master file. | |||
| 21234 | ;;;*** | 21854 | ;;;*** |
| 21235 | 21855 | ||
| 21236 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" | 21856 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" |
| 21237 | ;;;;;; (17187 59901)) | 21857 | ;;;;;; (17279 27122)) |
| 21238 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el | 21858 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el |
| 21239 | 21859 | ||
| 21240 | (autoload (quote regexp-opt) "regexp-opt" "\ | 21860 | (autoload (quote regexp-opt) "regexp-opt" "\ |
| @@ -21261,7 +21881,7 @@ This means the number of non-shy regexp grouping constructs | |||
| 21261 | 21881 | ||
| 21262 | ;;;*** | 21882 | ;;;*** |
| 21263 | 21883 | ||
| 21264 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (17187 59902)) | 21884 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (17279 27123)) |
| 21265 | ;;; Generated autoloads from repeat.el | 21885 | ;;; Generated autoloads from repeat.el |
| 21266 | 21886 | ||
| 21267 | (autoload (quote repeat) "repeat" "\ | 21887 | (autoload (quote repeat) "repeat" "\ |
| @@ -21279,7 +21899,7 @@ can be modified by the global variable `repeat-on-final-keystroke'. | |||
| 21279 | ;;;*** | 21899 | ;;;*** |
| 21280 | 21900 | ||
| 21281 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" | 21901 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" |
| 21282 | ;;;;;; (17187 59902)) | 21902 | ;;;;;; (17279 27123)) |
| 21283 | ;;; Generated autoloads from mail/reporter.el | 21903 | ;;; Generated autoloads from mail/reporter.el |
| 21284 | 21904 | ||
| 21285 | (autoload (quote reporter-submit-bug-report) "reporter" "\ | 21905 | (autoload (quote reporter-submit-bug-report) "reporter" "\ |
| @@ -21311,7 +21931,7 @@ mail-sending package is used for editing and sending the message. | |||
| 21311 | ;;;*** | 21931 | ;;;*** |
| 21312 | 21932 | ||
| 21313 | ;;;### (autoloads (reposition-window) "reposition" "reposition.el" | 21933 | ;;;### (autoloads (reposition-window) "reposition" "reposition.el" |
| 21314 | ;;;;;; (17187 59902)) | 21934 | ;;;;;; (17279 27123)) |
| 21315 | ;;; Generated autoloads from reposition.el | 21935 | ;;; Generated autoloads from reposition.el |
| 21316 | 21936 | ||
| 21317 | (autoload (quote reposition-window) "reposition" "\ | 21937 | (autoload (quote reposition-window) "reposition" "\ |
| @@ -21338,8 +21958,8 @@ first comment line visible (if point is in a comment). | |||
| 21338 | 21958 | ||
| 21339 | ;;;*** | 21959 | ;;;*** |
| 21340 | 21960 | ||
| 21341 | ;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (17187 | 21961 | ;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (17279 |
| 21342 | ;;;;;; 59902)) | 21962 | ;;;;;; 27123)) |
| 21343 | ;;; Generated autoloads from resume.el | 21963 | ;;; Generated autoloads from resume.el |
| 21344 | 21964 | ||
| 21345 | (autoload (quote resume-suspend-hook) "resume" "\ | 21965 | (autoload (quote resume-suspend-hook) "resume" "\ |
| @@ -21350,7 +21970,7 @@ Clear out the file used for transmitting args when Emacs resumes. | |||
| 21350 | ;;;*** | 21970 | ;;;*** |
| 21351 | 21971 | ||
| 21352 | ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" | 21972 | ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" |
| 21353 | ;;;;;; (17277 59650)) | 21973 | ;;;;;; (17356 16046)) |
| 21354 | ;;; Generated autoloads from reveal.el | 21974 | ;;; Generated autoloads from reveal.el |
| 21355 | 21975 | ||
| 21356 | (autoload (quote reveal-mode) "reveal" "\ | 21976 | (autoload (quote reveal-mode) "reveal" "\ |
| @@ -21386,7 +22006,7 @@ With zero or negative ARG turn mode off. | |||
| 21386 | ;;;*** | 22006 | ;;;*** |
| 21387 | 22007 | ||
| 21388 | ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" | 22008 | ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" |
| 21389 | ;;;;;; (17187 59901)) | 22009 | ;;;;;; (17279 27122)) |
| 21390 | ;;; Generated autoloads from emacs-lisp/ring.el | 22010 | ;;; Generated autoloads from emacs-lisp/ring.el |
| 21391 | 22011 | ||
| 21392 | (autoload (quote ring-p) "ring" "\ | 22012 | (autoload (quote ring-p) "ring" "\ |
| @@ -21401,7 +22021,7 @@ Make a ring that can contain SIZE elements. | |||
| 21401 | 22021 | ||
| 21402 | ;;;*** | 22022 | ;;;*** |
| 21403 | 22023 | ||
| 21404 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (17187 59902)) | 22024 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (17279 27123)) |
| 21405 | ;;; Generated autoloads from net/rlogin.el | 22025 | ;;; Generated autoloads from net/rlogin.el |
| 21406 | (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") | 22026 | (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") |
| 21407 | 22027 | ||
| @@ -21452,8 +22072,8 @@ variable. | |||
| 21452 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 22072 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 21453 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 22073 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 21454 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names | 22074 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names |
| 21455 | ;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (17226 | 22075 | ;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (17374 |
| 21456 | ;;;;;; 24576)) | 22076 | ;;;;;; 21275)) |
| 21457 | ;;; Generated autoloads from mail/rmail.el | 22077 | ;;; Generated autoloads from mail/rmail.el |
| 21458 | 22078 | ||
| 21459 | (autoload (quote rmail-movemail-variant-p) "rmail" "\ | 22079 | (autoload (quote rmail-movemail-variant-p) "rmail" "\ |
| @@ -21575,7 +22195,11 @@ This is set to nil by default.") | |||
| 21575 | *If non-nil, RMAIL uses MIME feature. | 22195 | *If non-nil, RMAIL uses MIME feature. |
| 21576 | If the value is t, RMAIL automatically shows MIME decoded message. | 22196 | If the value is t, RMAIL automatically shows MIME decoded message. |
| 21577 | If the value is neither t nor nil, RMAIL does not show MIME decoded message | 22197 | If the value is neither t nor nil, RMAIL does not show MIME decoded message |
| 21578 | until a user explicitly requires it.") | 22198 | until a user explicitly requires it. |
| 22199 | |||
| 22200 | Even if the value is non-nil, you can't use MIME feature | ||
| 22201 | if the feature specified by `rmail-mime-feature' is not available | ||
| 22202 | in your session.") | ||
| 21579 | 22203 | ||
| 21580 | (custom-autoload (quote rmail-enable-mime) "rmail") | 22204 | (custom-autoload (quote rmail-enable-mime) "rmail") |
| 21581 | 22205 | ||
| @@ -21616,7 +22240,10 @@ LIMIT is the position specifying the end of header.") | |||
| 21616 | (defvar rmail-mime-feature (quote rmail-mime) "\ | 22240 | (defvar rmail-mime-feature (quote rmail-mime) "\ |
| 21617 | Feature to require to load MIME support in Rmail. | 22241 | Feature to require to load MIME support in Rmail. |
| 21618 | When starting Rmail, if `rmail-enable-mime' is non-nil, | 22242 | When starting Rmail, if `rmail-enable-mime' is non-nil, |
| 21619 | this feature is required with `require'.") | 22243 | this feature is required with `require'. |
| 22244 | |||
| 22245 | The default value is `rmail-mime'. This feature is provided by | ||
| 22246 | the rmail-mime package available at <http://www.m17n.org/rmail-mime/>.") | ||
| 21620 | 22247 | ||
| 21621 | (defvar rmail-decode-mime-charset t "\ | 22248 | (defvar rmail-decode-mime-charset t "\ |
| 21622 | *Non-nil means a message is decoded by MIME's charset specification. | 22249 | *Non-nil means a message is decoded by MIME's charset specification. |
| @@ -21711,7 +22338,7 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server. | |||
| 21711 | ;;;*** | 22338 | ;;;*** |
| 21712 | 22339 | ||
| 21713 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" | 22340 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" |
| 21714 | ;;;;;; (17187 59902)) | 22341 | ;;;;;; (17279 27123)) |
| 21715 | ;;; Generated autoloads from mail/rmailedit.el | 22342 | ;;; Generated autoloads from mail/rmailedit.el |
| 21716 | 22343 | ||
| 21717 | (autoload (quote rmail-edit-current-message) "rmailedit" "\ | 22344 | (autoload (quote rmail-edit-current-message) "rmailedit" "\ |
| @@ -21723,7 +22350,7 @@ Edit the contents of this message. | |||
| 21723 | 22350 | ||
| 21724 | ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message | 22351 | ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message |
| 21725 | ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" | 22352 | ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" |
| 21726 | ;;;;;; "mail/rmailkwd.el" (17187 59902)) | 22353 | ;;;;;; "mail/rmailkwd.el" (17279 27123)) |
| 21727 | ;;; Generated autoloads from mail/rmailkwd.el | 22354 | ;;; Generated autoloads from mail/rmailkwd.el |
| 21728 | 22355 | ||
| 21729 | (autoload (quote rmail-add-label) "rmailkwd" "\ | 22356 | (autoload (quote rmail-add-label) "rmailkwd" "\ |
| @@ -21762,7 +22389,7 @@ With prefix argument N moves forward N messages with these labels. | |||
| 21762 | ;;;*** | 22389 | ;;;*** |
| 21763 | 22390 | ||
| 21764 | ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" | 22391 | ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" |
| 21765 | ;;;;;; (17187 59902)) | 22392 | ;;;;;; (17279 27123)) |
| 21766 | ;;; Generated autoloads from mail/rmailmsc.el | 22393 | ;;; Generated autoloads from mail/rmailmsc.el |
| 21767 | 22394 | ||
| 21768 | (autoload (quote set-rmail-inbox-list) "rmailmsc" "\ | 22395 | (autoload (quote set-rmail-inbox-list) "rmailmsc" "\ |
| @@ -21776,7 +22403,7 @@ If FILE-NAME is empty, remove any existing inbox list. | |||
| 21776 | 22403 | ||
| 21777 | ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output | 22404 | ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output |
| 21778 | ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" | 22405 | ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" |
| 21779 | ;;;;;; "mail/rmailout.el" (17263 27852)) | 22406 | ;;;;;; "mail/rmailout.el" (17374 21423)) |
| 21780 | ;;; Generated autoloads from mail/rmailout.el | 22407 | ;;; Generated autoloads from mail/rmailout.el |
| 21781 | 22408 | ||
| 21782 | (defvar rmail-output-file-alist nil "\ | 22409 | (defvar rmail-output-file-alist nil "\ |
| @@ -21843,8 +22470,8 @@ FILE-NAME defaults, interactively, from the Subject field of the message. | |||
| 21843 | 22470 | ||
| 21844 | ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent | 22471 | ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent |
| 21845 | ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject | 22472 | ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject |
| 21846 | ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (17187 | 22473 | ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (17279 |
| 21847 | ;;;;;; 59902)) | 22474 | ;;;;;; 27123)) |
| 21848 | ;;; Generated autoloads from mail/rmailsort.el | 22475 | ;;; Generated autoloads from mail/rmailsort.el |
| 21849 | 22476 | ||
| 21850 | (autoload (quote rmail-sort-by-date) "rmailsort" "\ | 22477 | (autoload (quote rmail-sort-by-date) "rmailsort" "\ |
| @@ -21896,7 +22523,7 @@ KEYWORDS is a comma-separated list of labels. | |||
| 21896 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp | 22523 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp |
| 21897 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary | 22524 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary |
| 21898 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) | 22525 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) |
| 21899 | ;;;;;; "rmailsum" "mail/rmailsum.el" (17226 24576)) | 22526 | ;;;;;; "rmailsum" "mail/rmailsum.el" (17374 21544)) |
| 21900 | ;;; Generated autoloads from mail/rmailsum.el | 22527 | ;;; Generated autoloads from mail/rmailsum.el |
| 21901 | 22528 | ||
| 21902 | (defvar rmail-summary-scroll-between-messages t "\ | 22529 | (defvar rmail-summary-scroll-between-messages t "\ |
| @@ -21978,7 +22605,7 @@ Setting this variable has an effect only before reading a mail.") | |||
| 21978 | ;;;*** | 22605 | ;;;*** |
| 21979 | 22606 | ||
| 21980 | ;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el" | 22607 | ;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el" |
| 21981 | ;;;;;; (17187 59902)) | 22608 | ;;;;;; (17279 27123)) |
| 21982 | ;;; Generated autoloads from obsolete/rnewspost.el | 22609 | ;;; Generated autoloads from obsolete/rnewspost.el |
| 21983 | 22610 | ||
| 21984 | (autoload (quote news-post-news) "rnewspost" "\ | 22611 | (autoload (quote news-post-news) "rnewspost" "\ |
| @@ -21991,7 +22618,7 @@ If NOQUERY is non-nil, we do not query before doing the work. | |||
| 21991 | ;;;*** | 22618 | ;;;*** |
| 21992 | 22619 | ||
| 21993 | ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region | 22620 | ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region |
| 21994 | ;;;;;; rot13-string rot13) "rot13" "rot13.el" (17187 59902)) | 22621 | ;;;;;; rot13-string rot13) "rot13" "rot13.el" (17279 27123)) |
| 21995 | ;;; Generated autoloads from rot13.el | 22622 | ;;; Generated autoloads from rot13.el |
| 21996 | 22623 | ||
| 21997 | (autoload (quote rot13) "rot13" "\ | 22624 | (autoload (quote rot13) "rot13" "\ |
| @@ -22032,7 +22659,7 @@ Toggle the use of rot 13 encoding for the current window. | |||
| 22032 | ;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame | 22659 | ;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame |
| 22033 | ;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height | 22660 | ;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height |
| 22034 | ;;;;;; resize-minibuffer-mode) "rsz-mini" "obsolete/rsz-mini.el" | 22661 | ;;;;;; resize-minibuffer-mode) "rsz-mini" "obsolete/rsz-mini.el" |
| 22035 | ;;;;;; (17187 59902)) | 22662 | ;;;;;; (17279 27123)) |
| 22036 | ;;; Generated autoloads from obsolete/rsz-mini.el | 22663 | ;;; Generated autoloads from obsolete/rsz-mini.el |
| 22037 | 22664 | ||
| 22038 | (defvar resize-minibuffer-mode nil "\ | 22665 | (defvar resize-minibuffer-mode nil "\ |
| @@ -22072,8 +22699,8 @@ This function is obsolete. | |||
| 22072 | 22699 | ||
| 22073 | ;;;*** | 22700 | ;;;*** |
| 22074 | 22701 | ||
| 22075 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (17187 | 22702 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (17279 |
| 22076 | ;;;;;; 59902)) | 22703 | ;;;;;; 27123)) |
| 22077 | ;;; Generated autoloads from ruler-mode.el | 22704 | ;;; Generated autoloads from ruler-mode.el |
| 22078 | 22705 | ||
| 22079 | (autoload (quote ruler-mode) "ruler-mode" "\ | 22706 | (autoload (quote ruler-mode) "ruler-mode" "\ |
| @@ -22083,8 +22710,8 @@ Display a ruler in the header line if ARG > 0. | |||
| 22083 | 22710 | ||
| 22084 | ;;;*** | 22711 | ;;;*** |
| 22085 | 22712 | ||
| 22086 | ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (17187 | 22713 | ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (17279 |
| 22087 | ;;;;;; 59901)) | 22714 | ;;;;;; 27122)) |
| 22088 | ;;; Generated autoloads from emacs-lisp/rx.el | 22715 | ;;; Generated autoloads from emacs-lisp/rx.el |
| 22089 | 22716 | ||
| 22090 | (autoload (quote rx-to-string) "rx" "\ | 22717 | (autoload (quote rx-to-string) "rx" "\ |
| @@ -22392,7 +23019,7 @@ enclosed in `(and ...)'. | |||
| 22392 | ;;;*** | 23019 | ;;;*** |
| 22393 | 23020 | ||
| 22394 | ;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" | 23021 | ;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" |
| 22395 | ;;;;;; (17277 59650)) | 23022 | ;;;;;; (17379 24714)) |
| 22396 | ;;; Generated autoloads from savehist.el | 23023 | ;;; Generated autoloads from savehist.el |
| 22397 | 23024 | ||
| 22398 | (defvar savehist-mode nil "\ | 23025 | (defvar savehist-mode nil "\ |
| @@ -22418,7 +23045,7 @@ which is probably undesirable. | |||
| 22418 | ;;;*** | 23045 | ;;;*** |
| 22419 | 23046 | ||
| 22420 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" | 23047 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" |
| 22421 | ;;;;;; (17277 60154)) | 23048 | ;;;;;; (17279 27203)) |
| 22422 | ;;; Generated autoloads from progmodes/scheme.el | 23049 | ;;; Generated autoloads from progmodes/scheme.el |
| 22423 | 23050 | ||
| 22424 | (autoload (quote scheme-mode) "scheme" "\ | 23051 | (autoload (quote scheme-mode) "scheme" "\ |
| @@ -22460,7 +23087,7 @@ that variable's value is a string. | |||
| 22460 | ;;;*** | 23087 | ;;;*** |
| 22461 | 23088 | ||
| 22462 | ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" | 23089 | ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" |
| 22463 | ;;;;;; (17187 59901)) | 23090 | ;;;;;; (17279 27122)) |
| 22464 | ;;; Generated autoloads from gnus/score-mode.el | 23091 | ;;; Generated autoloads from gnus/score-mode.el |
| 22465 | 23092 | ||
| 22466 | (autoload (quote gnus-score-mode) "score-mode" "\ | 23093 | (autoload (quote gnus-score-mode) "score-mode" "\ |
| @@ -22473,8 +23100,8 @@ This mode is an extended emacs-lisp mode. | |||
| 22473 | 23100 | ||
| 22474 | ;;;*** | 23101 | ;;;*** |
| 22475 | 23102 | ||
| 22476 | ;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (17187 | 23103 | ;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (17279 |
| 22477 | ;;;;;; 59902)) | 23104 | ;;;;;; 27123)) |
| 22478 | ;;; Generated autoloads from obsolete/scribe.el | 23105 | ;;; Generated autoloads from obsolete/scribe.el |
| 22479 | 23106 | ||
| 22480 | (autoload (quote scribe-mode) "scribe" "\ | 23107 | (autoload (quote scribe-mode) "scribe" "\ |
| @@ -22499,7 +23126,7 @@ Interesting variables: | |||
| 22499 | ;;;*** | 23126 | ;;;*** |
| 22500 | 23127 | ||
| 22501 | ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" | 23128 | ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" |
| 22502 | ;;;;;; (17187 59902)) | 23129 | ;;;;;; (17279 27123)) |
| 22503 | ;;; Generated autoloads from scroll-all.el | 23130 | ;;; Generated autoloads from scroll-all.el |
| 22504 | 23131 | ||
| 22505 | (defvar scroll-all-mode nil "\ | 23132 | (defvar scroll-all-mode nil "\ |
| @@ -22523,7 +23150,7 @@ apply to all visible windows in the same frame. | |||
| 22523 | ;;;*** | 23150 | ;;;*** |
| 22524 | 23151 | ||
| 22525 | ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" | 23152 | ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" |
| 22526 | ;;;;;; (17187 59900)) | 23153 | ;;;;;; (17279 27122)) |
| 22527 | ;;; Generated autoloads from scroll-lock.el | 23154 | ;;; Generated autoloads from scroll-lock.el |
| 22528 | 23155 | ||
| 22529 | (autoload (quote scroll-lock-mode) "scroll-lock" "\ | 23156 | (autoload (quote scroll-lock-mode) "scroll-lock" "\ |
| @@ -22543,13 +23170,13 @@ during scrolling. | |||
| 22543 | ;;;;;; mail-citation-prefix-regexp mail-citation-hook mail-indentation-spaces | 23170 | ;;;;;; mail-citation-prefix-regexp mail-citation-hook mail-indentation-spaces |
| 22544 | ;;;;;; mail-yank-prefix mail-setup-hook mail-personal-alias-file | 23171 | ;;;;;; mail-yank-prefix mail-setup-hook mail-personal-alias-file |
| 22545 | ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name | 23172 | ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name |
| 22546 | ;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers | 23173 | ;;;;;; mail-header-separator send-mail-function mail-interactive |
| 22547 | ;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from | 23174 | ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) |
| 22548 | ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (17277 60154)) | 23175 | ;;;;;; "sendmail" "mail/sendmail.el" (17331 26860)) |
| 22549 | ;;; Generated autoloads from mail/sendmail.el | 23176 | ;;; Generated autoloads from mail/sendmail.el |
| 22550 | 23177 | ||
| 22551 | (defvar mail-from-style (quote angles) "\ | 23178 | (defvar mail-from-style (quote angles) "\ |
| 22552 | *Specifies how \"From:\" fields look. | 23179 | Specifies how \"From:\" fields look. |
| 22553 | 23180 | ||
| 22554 | If `nil', they contain just the return address like: | 23181 | If `nil', they contain just the return address like: |
| 22555 | king@grassland.com | 23182 | king@grassland.com |
| @@ -22568,7 +23195,7 @@ controlled by a separate variable, `mail-specify-envelope-from'.") | |||
| 22568 | (custom-autoload (quote mail-from-style) "sendmail") | 23195 | (custom-autoload (quote mail-from-style) "sendmail") |
| 22569 | 23196 | ||
| 22570 | (defvar mail-specify-envelope-from nil "\ | 23197 | (defvar mail-specify-envelope-from nil "\ |
| 22571 | *If non-nil, specify the envelope-from address when sending mail. | 23198 | If non-nil, specify the envelope-from address when sending mail. |
| 22572 | The value used to specify it is whatever is found in | 23199 | The value used to specify it is whatever is found in |
| 22573 | the variable `mail-envelope-from', with `user-mail-address' as fallback. | 23200 | the variable `mail-envelope-from', with `user-mail-address' as fallback. |
| 22574 | 23201 | ||
| @@ -22580,22 +23207,19 @@ variable `feedmail-deduce-envelope-from'.") | |||
| 22580 | (custom-autoload (quote mail-specify-envelope-from) "sendmail") | 23207 | (custom-autoload (quote mail-specify-envelope-from) "sendmail") |
| 22581 | 23208 | ||
| 22582 | (defvar mail-self-blind nil "\ | 23209 | (defvar mail-self-blind nil "\ |
| 22583 | *Non-nil means insert BCC to self in messages to be sent. | 23210 | Non-nil means insert BCC to self in messages to be sent. |
| 22584 | This is done when the message is initialized, | 23211 | This is done when the message is initialized, |
| 22585 | so you can remove or alter the BCC field to override the default.") | 23212 | so you can remove or alter the BCC field to override the default.") |
| 22586 | 23213 | ||
| 22587 | (custom-autoload (quote mail-self-blind) "sendmail") | 23214 | (custom-autoload (quote mail-self-blind) "sendmail") |
| 22588 | 23215 | ||
| 22589 | (defvar mail-interactive nil "\ | 23216 | (defvar mail-interactive nil "\ |
| 22590 | *Non-nil means when sending a message wait for and display errors. | 23217 | Non-nil means when sending a message wait for and display errors. |
| 22591 | nil means let mailer mail back a message to report errors.") | 23218 | nil means let mailer mail back a message to report errors.") |
| 22592 | 23219 | ||
| 22593 | (custom-autoload (quote mail-interactive) "sendmail") | 23220 | (custom-autoload (quote mail-interactive) "sendmail") |
| 22594 | 23221 | ||
| 22595 | (defvar mail-yank-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^remailed\\|^received:\\|^message-id:\\|^summary-line:\\|^to:\\|^subject:\\|^in-reply-to:\\|^return-path:\\|^mail-reply-to:\\|^mail-followup-to:" "\ | 23222 | (put (quote send-mail-function) (quote standard-value) (quote ((if (and window-system (memq system-type (quote (darwin windows-nt)))) (quote mailclient-send-it) (quote sendmail-send-it))))) |
| 22596 | *Delete these headers from old message when it's inserted in a reply.") | ||
| 22597 | |||
| 22598 | (custom-autoload (quote mail-yank-ignored-headers) "sendmail") | ||
| 22599 | 23223 | ||
| 22600 | (defvar send-mail-function (if (and window-system (memq system-type (quote (darwin windows-nt)))) (quote mailclient-send-it) (quote sendmail-send-it)) "\ | 23224 | (defvar send-mail-function (if (and window-system (memq system-type (quote (darwin windows-nt)))) (quote mailclient-send-it) (quote sendmail-send-it)) "\ |
| 22601 | Function to call to send the current buffer as mail. | 23225 | Function to call to send the current buffer as mail. |
| @@ -22608,25 +23232,25 @@ This is used by the default mail-sending commands. See also | |||
| 22608 | (custom-autoload (quote send-mail-function) "sendmail") | 23232 | (custom-autoload (quote send-mail-function) "sendmail") |
| 22609 | 23233 | ||
| 22610 | (defvar mail-header-separator "--text follows this line--" "\ | 23234 | (defvar mail-header-separator "--text follows this line--" "\ |
| 22611 | *Line used to separate headers from text in messages being composed.") | 23235 | Line used to separate headers from text in messages being composed.") |
| 22612 | 23236 | ||
| 22613 | (custom-autoload (quote mail-header-separator) "sendmail") | 23237 | (custom-autoload (quote mail-header-separator) "sendmail") |
| 22614 | 23238 | ||
| 22615 | (defvar mail-archive-file-name nil "\ | 23239 | (defvar mail-archive-file-name nil "\ |
| 22616 | *Name of file to write all outgoing messages in, or nil for none. | 23240 | Name of file to write all outgoing messages in, or nil for none. |
| 22617 | This can be an inbox file or an Rmail file.") | 23241 | This can be an inbox file or an Rmail file.") |
| 22618 | 23242 | ||
| 22619 | (custom-autoload (quote mail-archive-file-name) "sendmail") | 23243 | (custom-autoload (quote mail-archive-file-name) "sendmail") |
| 22620 | 23244 | ||
| 22621 | (defvar mail-default-reply-to nil "\ | 23245 | (defvar mail-default-reply-to nil "\ |
| 22622 | *Address to insert as default Reply-to field of outgoing messages. | 23246 | Address to insert as default Reply-to field of outgoing messages. |
| 22623 | If nil, it will be initialized from the REPLYTO environment variable | 23247 | If nil, it will be initialized from the REPLYTO environment variable |
| 22624 | when you first send mail.") | 23248 | when you first send mail.") |
| 22625 | 23249 | ||
| 22626 | (custom-autoload (quote mail-default-reply-to) "sendmail") | 23250 | (custom-autoload (quote mail-default-reply-to) "sendmail") |
| 22627 | 23251 | ||
| 22628 | (defvar mail-alias-file nil "\ | 23252 | (defvar mail-alias-file nil "\ |
| 22629 | *If non-nil, the name of a file to use instead of `/usr/lib/aliases'. | 23253 | If non-nil, the name of a file to use instead of `/usr/lib/aliases'. |
| 22630 | This file defines aliases to be expanded by the mailer; this is a different | 23254 | This file defines aliases to be expanded by the mailer; this is a different |
| 22631 | feature from that of defining aliases in `.mailrc' to be expanded in Emacs. | 23255 | feature from that of defining aliases in `.mailrc' to be expanded in Emacs. |
| 22632 | This variable has no effect unless your system uses sendmail as its mailer.") | 23256 | This variable has no effect unless your system uses sendmail as its mailer.") |
| @@ -22634,7 +23258,7 @@ This variable has no effect unless your system uses sendmail as its mailer.") | |||
| 22634 | (custom-autoload (quote mail-alias-file) "sendmail") | 23258 | (custom-autoload (quote mail-alias-file) "sendmail") |
| 22635 | 23259 | ||
| 22636 | (defvar mail-personal-alias-file "~/.mailrc" "\ | 23260 | (defvar mail-personal-alias-file "~/.mailrc" "\ |
| 22637 | *If non-nil, the name of the user's personal mail alias file. | 23261 | If non-nil, the name of the user's personal mail alias file. |
| 22638 | This file typically should be in same format as the `.mailrc' file used by | 23262 | This file typically should be in same format as the `.mailrc' file used by |
| 22639 | the `Mail' or `mailx' program. | 23263 | the `Mail' or `mailx' program. |
| 22640 | This file need not actually exist.") | 23264 | This file need not actually exist.") |
| @@ -22656,19 +23280,19 @@ The alias definitions in the file have this form: | |||
| 22656 | alias ALIAS MEANING") | 23280 | alias ALIAS MEANING") |
| 22657 | 23281 | ||
| 22658 | (defvar mail-yank-prefix nil "\ | 23282 | (defvar mail-yank-prefix nil "\ |
| 22659 | *Prefix insert on lines of yanked message being replied to. | 23283 | Prefix insert on lines of yanked message being replied to. |
| 22660 | nil means use indentation.") | 23284 | nil means use indentation.") |
| 22661 | 23285 | ||
| 22662 | (custom-autoload (quote mail-yank-prefix) "sendmail") | 23286 | (custom-autoload (quote mail-yank-prefix) "sendmail") |
| 22663 | 23287 | ||
| 22664 | (defvar mail-indentation-spaces 3 "\ | 23288 | (defvar mail-indentation-spaces 3 "\ |
| 22665 | *Number of spaces to insert at the beginning of each cited line. | 23289 | Number of spaces to insert at the beginning of each cited line. |
| 22666 | Used by `mail-yank-original' via `mail-indent-citation'.") | 23290 | Used by `mail-yank-original' via `mail-indent-citation'.") |
| 22667 | 23291 | ||
| 22668 | (custom-autoload (quote mail-indentation-spaces) "sendmail") | 23292 | (custom-autoload (quote mail-indentation-spaces) "sendmail") |
| 22669 | 23293 | ||
| 22670 | (defvar mail-citation-hook nil "\ | 23294 | (defvar mail-citation-hook nil "\ |
| 22671 | *Hook for modifying a citation just inserted in the mail buffer. | 23295 | Hook for modifying a citation just inserted in the mail buffer. |
| 22672 | Each hook function can find the citation between (point) and (mark t), | 23296 | Each hook function can find the citation between (point) and (mark t), |
| 22673 | and should leave point and mark around the citation text as modified. | 23297 | and should leave point and mark around the citation text as modified. |
| 22674 | The hook functions can find the header of the cited message | 23298 | The hook functions can find the header of the cited message |
| @@ -22681,7 +23305,7 @@ instead of no action.") | |||
| 22681 | (custom-autoload (quote mail-citation-hook) "sendmail") | 23305 | (custom-autoload (quote mail-citation-hook) "sendmail") |
| 22682 | 23306 | ||
| 22683 | (defvar mail-citation-prefix-regexp "[ ]*[-a-z0-9A-Z]*>+[ ]*\\|[ ]*" "\ | 23307 | (defvar mail-citation-prefix-regexp "[ ]*[-a-z0-9A-Z]*>+[ ]*\\|[ ]*" "\ |
| 22684 | *Regular expression to match a citation prefix plus whitespace. | 23308 | Regular expression to match a citation prefix plus whitespace. |
| 22685 | It should match whatever sort of citation prefixes you want to handle, | 23309 | It should match whatever sort of citation prefixes you want to handle, |
| 22686 | with whitespace before and after; it should also match just whitespace. | 23310 | with whitespace before and after; it should also match just whitespace. |
| 22687 | The default value matches citations like `foo-bar>' plus whitespace.") | 23311 | The default value matches citations like `foo-bar>' plus whitespace.") |
| @@ -22689,7 +23313,7 @@ The default value matches citations like `foo-bar>' plus whitespace.") | |||
| 22689 | (custom-autoload (quote mail-citation-prefix-regexp) "sendmail") | 23313 | (custom-autoload (quote mail-citation-prefix-regexp) "sendmail") |
| 22690 | 23314 | ||
| 22691 | (defvar mail-signature nil "\ | 23315 | (defvar mail-signature nil "\ |
| 22692 | *Text inserted at end of mail buffer when a message is initialized. | 23316 | Text inserted at end of mail buffer when a message is initialized. |
| 22693 | If t, it means to insert the contents of the file `mail-signature-file'. | 23317 | If t, it means to insert the contents of the file `mail-signature-file'. |
| 22694 | If a string, that string is inserted. | 23318 | If a string, that string is inserted. |
| 22695 | (To make a proper signature, the string should begin with \\n\\n-- \\n, | 23319 | (To make a proper signature, the string should begin with \\n\\n-- \\n, |
| @@ -22700,26 +23324,26 @@ and should insert whatever you want to insert.") | |||
| 22700 | (custom-autoload (quote mail-signature) "sendmail") | 23324 | (custom-autoload (quote mail-signature) "sendmail") |
| 22701 | 23325 | ||
| 22702 | (defvar mail-signature-file "~/.signature" "\ | 23326 | (defvar mail-signature-file "~/.signature" "\ |
| 22703 | *File containing the text inserted at end of mail buffer.") | 23327 | File containing the text inserted at end of mail buffer.") |
| 22704 | 23328 | ||
| 22705 | (custom-autoload (quote mail-signature-file) "sendmail") | 23329 | (custom-autoload (quote mail-signature-file) "sendmail") |
| 22706 | 23330 | ||
| 22707 | (defvar mail-default-directory "~/" "\ | 23331 | (defvar mail-default-directory "~/" "\ |
| 22708 | *Directory for mail buffers. | 23332 | Directory for mail buffers. |
| 22709 | Value of `default-directory' for mail buffers. | 23333 | Value of `default-directory' for mail buffers. |
| 22710 | This directory is used for auto-save files of mail buffers.") | 23334 | This directory is used for auto-save files of mail buffers.") |
| 22711 | 23335 | ||
| 22712 | (custom-autoload (quote mail-default-directory) "sendmail") | 23336 | (custom-autoload (quote mail-default-directory) "sendmail") |
| 22713 | 23337 | ||
| 22714 | (defvar mail-default-headers nil "\ | 23338 | (defvar mail-default-headers nil "\ |
| 22715 | *A string containing header lines, to be inserted in outgoing messages. | 23339 | A string containing header lines, to be inserted in outgoing messages. |
| 22716 | It is inserted before you edit the message, | 23340 | It is inserted before you edit the message, |
| 22717 | so you can edit or delete these lines.") | 23341 | so you can edit or delete these lines.") |
| 22718 | 23342 | ||
| 22719 | (custom-autoload (quote mail-default-headers) "sendmail") | 23343 | (custom-autoload (quote mail-default-headers) "sendmail") |
| 22720 | 23344 | ||
| 22721 | (defvar mail-bury-selects-summary t "\ | 23345 | (defvar mail-bury-selects-summary t "\ |
| 22722 | *If non-nil, try to show RMAIL summary buffer after returning from mail. | 23346 | If non-nil, try to show RMAIL summary buffer after returning from mail. |
| 22723 | The functions \\[mail-send-on-exit] or \\[mail-dont-send] select | 23347 | The functions \\[mail-send-on-exit] or \\[mail-dont-send] select |
| 22724 | the RMAIL summary buffer before returning, if it exists and this variable | 23348 | the RMAIL summary buffer before returning, if it exists and this variable |
| 22725 | is non-nil.") | 23349 | is non-nil.") |
| @@ -22727,7 +23351,7 @@ is non-nil.") | |||
| 22727 | (custom-autoload (quote mail-bury-selects-summary) "sendmail") | 23351 | (custom-autoload (quote mail-bury-selects-summary) "sendmail") |
| 22728 | 23352 | ||
| 22729 | (defvar mail-send-nonascii (quote mime) "\ | 23353 | (defvar mail-send-nonascii (quote mime) "\ |
| 22730 | *Specify whether to allow sending non-ASCII characters in mail. | 23354 | Specify whether to allow sending non-ASCII characters in mail. |
| 22731 | If t, that means do allow it. nil means don't allow it. | 23355 | If t, that means do allow it. nil means don't allow it. |
| 22732 | `query' means ask the user each time. | 23356 | `query' means ask the user each time. |
| 22733 | `mime' means add an appropriate MIME header if none already present. | 23357 | `mime' means add an appropriate MIME header if none already present. |
| @@ -22740,7 +23364,10 @@ for the recipient, who may not know how to decode them properly.") | |||
| 22740 | (autoload (quote mail-mode) "sendmail" "\ | 23364 | (autoload (quote mail-mode) "sendmail" "\ |
| 22741 | Major mode for editing mail to be sent. | 23365 | Major mode for editing mail to be sent. |
| 22742 | Like Text Mode but with these additional commands: | 23366 | Like Text Mode but with these additional commands: |
| 22743 | \\[mail-send] mail-send (send the message) \\[mail-send-and-exit] mail-send-and-exit | 23367 | |
| 23368 | \\[mail-send] mail-send (send the message) | ||
| 23369 | \\[mail-send-and-exit] mail-send-and-exit (send the message and exit) | ||
| 23370 | |||
| 22744 | Here are commands that move to a header field (and create it if there isn't): | 23371 | Here are commands that move to a header field (and create it if there isn't): |
| 22745 | \\[mail-to] move to To: \\[mail-subject] move to Subject: | 23372 | \\[mail-to] move to To: \\[mail-subject] move to Subject: |
| 22746 | \\[mail-cc] move to CC: \\[mail-bcc] move to BCC: | 23373 | \\[mail-cc] move to CC: \\[mail-bcc] move to BCC: |
| @@ -22845,8 +23472,8 @@ Like `mail' command, but display mail buffer in another frame. | |||
| 22845 | 23472 | ||
| 22846 | ;;;*** | 23473 | ;;;*** |
| 22847 | 23474 | ||
| 22848 | ;;;### (autoloads (server-mode server-start) "server" "server.el" | 23475 | ;;;### (autoloads (server-save-buffers-kill-terminal server-mode |
| 22849 | ;;;;;; (17279 19612)) | 23476 | ;;;;;; server-start) "server" "server.el" (17337 53564)) |
| 22850 | ;;; Generated autoloads from server.el | 23477 | ;;; Generated autoloads from server.el |
| 22851 | 23478 | ||
| 22852 | (autoload (quote server-start) "server" "\ | 23479 | (autoload (quote server-start) "server" "\ |
| @@ -22879,9 +23506,19 @@ Server mode runs a process that accepts commands from the | |||
| 22879 | 23506 | ||
| 22880 | \(fn &optional ARG)" t nil) | 23507 | \(fn &optional ARG)" t nil) |
| 22881 | 23508 | ||
| 23509 | (autoload (quote server-save-buffers-kill-terminal) "server" "\ | ||
| 23510 | Offer to save each buffer, then kill PROC. | ||
| 23511 | |||
| 23512 | With prefix arg, silently save all file-visiting buffers, then kill. | ||
| 23513 | |||
| 23514 | If emacsclient was started with a list of filenames to edit, then | ||
| 23515 | only these files will be asked to be saved. | ||
| 23516 | |||
| 23517 | \(fn PROC &optional ARG)" nil nil) | ||
| 23518 | |||
| 22882 | ;;;*** | 23519 | ;;;*** |
| 22883 | 23520 | ||
| 22884 | ;;;### (autoloads (ses-mode) "ses" "ses.el" (17226 24577)) | 23521 | ;;;### (autoloads (ses-mode) "ses" "ses.el" (17374 21531)) |
| 22885 | ;;; Generated autoloads from ses.el | 23522 | ;;; Generated autoloads from ses.el |
| 22886 | 23523 | ||
| 22887 | (autoload (quote ses-mode) "ses" "\ | 23524 | (autoload (quote ses-mode) "ses" "\ |
| @@ -22900,7 +23537,7 @@ These are active only in the minibuffer, when entering or editing a formula: | |||
| 22900 | ;;;*** | 23537 | ;;;*** |
| 22901 | 23538 | ||
| 22902 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" | 23539 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" |
| 22903 | ;;;;;; (17277 60154)) | 23540 | ;;;;;; (17357 6510)) |
| 22904 | ;;; Generated autoloads from textmodes/sgml-mode.el | 23541 | ;;; Generated autoloads from textmodes/sgml-mode.el |
| 22905 | 23542 | ||
| 22906 | (autoload (quote sgml-mode) "sgml-mode" "\ | 23543 | (autoload (quote sgml-mode) "sgml-mode" "\ |
| @@ -22968,7 +23605,7 @@ To work around that, do: | |||
| 22968 | ;;;*** | 23605 | ;;;*** |
| 22969 | 23606 | ||
| 22970 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 23607 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
| 22971 | ;;;;;; (17277 60154)) | 23608 | ;;;;;; (17327 23539)) |
| 22972 | ;;; Generated autoloads from progmodes/sh-script.el | 23609 | ;;; Generated autoloads from progmodes/sh-script.el |
| 22973 | 23610 | ||
| 22974 | (autoload (quote sh-mode) "sh-script" "\ | 23611 | (autoload (quote sh-mode) "sh-script" "\ |
| @@ -22986,7 +23623,7 @@ shell-specific features. | |||
| 22986 | The default style of this mode is that of Rosenblatt's Korn shell book. | 23623 | The default style of this mode is that of Rosenblatt's Korn shell book. |
| 22987 | The syntax of the statements varies with the shell being used. The | 23624 | The syntax of the statements varies with the shell being used. The |
| 22988 | following commands are available, based on the current shell's syntax: | 23625 | following commands are available, based on the current shell's syntax: |
| 22989 | 23626 | \\<sh-mode-map> | |
| 22990 | \\[sh-case] case statement | 23627 | \\[sh-case] case statement |
| 22991 | \\[sh-for] for loop | 23628 | \\[sh-for] for loop |
| 22992 | \\[sh-function] function definition | 23629 | \\[sh-function] function definition |
| @@ -23031,7 +23668,7 @@ with your script for an edit-interpret-debug cycle. | |||
| 23031 | 23668 | ||
| 23032 | ;;;*** | 23669 | ;;;*** |
| 23033 | 23670 | ||
| 23034 | ;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (17187 59901)) | 23671 | ;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (17279 27122)) |
| 23035 | ;;; Generated autoloads from gnus/sha1.el | 23672 | ;;; Generated autoloads from gnus/sha1.el |
| 23036 | 23673 | ||
| 23037 | (autoload (quote sha1) "sha1" "\ | 23674 | (autoload (quote sha1) "sha1" "\ |
| @@ -23046,7 +23683,7 @@ If BINARY is non-nil, return a string in binary form. | |||
| 23046 | ;;;*** | 23683 | ;;;*** |
| 23047 | 23684 | ||
| 23048 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" | 23685 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" |
| 23049 | ;;;;;; (17187 59901)) | 23686 | ;;;;;; (17283 59910)) |
| 23050 | ;;; Generated autoloads from emacs-lisp/shadow.el | 23687 | ;;; Generated autoloads from emacs-lisp/shadow.el |
| 23051 | 23688 | ||
| 23052 | (autoload (quote list-load-path-shadows) "shadow" "\ | 23689 | (autoload (quote list-load-path-shadows) "shadow" "\ |
| @@ -23093,8 +23730,8 @@ buffer called `*Shadows*'. Shadowings are located by calling the | |||
| 23093 | ;;;*** | 23730 | ;;;*** |
| 23094 | 23731 | ||
| 23095 | ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group | 23732 | ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group |
| 23096 | ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (17226 | 23733 | ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (17279 |
| 23097 | ;;;;;; 24577)) | 23734 | ;;;;;; 27172)) |
| 23098 | ;;; Generated autoloads from shadowfile.el | 23735 | ;;; Generated autoloads from shadowfile.el |
| 23099 | 23736 | ||
| 23100 | (autoload (quote shadow-define-cluster) "shadowfile" "\ | 23737 | (autoload (quote shadow-define-cluster) "shadowfile" "\ |
| @@ -23133,7 +23770,7 @@ Set up file shadowing. | |||
| 23133 | ;;;*** | 23770 | ;;;*** |
| 23134 | 23771 | ||
| 23135 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 23772 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 23136 | ;;;;;; (17226 24577)) | 23773 | ;;;;;; (17279 27172)) |
| 23137 | ;;; Generated autoloads from shell.el | 23774 | ;;; Generated autoloads from shell.el |
| 23138 | 23775 | ||
| 23139 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ | 23776 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ |
| @@ -23180,7 +23817,7 @@ Otherwise, one argument `-i' is passed to the shell. | |||
| 23180 | ;;;*** | 23817 | ;;;*** |
| 23181 | 23818 | ||
| 23182 | ;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) | 23819 | ;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) |
| 23183 | ;;;;;; "sieve" "gnus/sieve.el" (17226 24575)) | 23820 | ;;;;;; "sieve" "gnus/sieve.el" (17279 27171)) |
| 23184 | ;;; Generated autoloads from gnus/sieve.el | 23821 | ;;; Generated autoloads from gnus/sieve.el |
| 23185 | 23822 | ||
| 23186 | (autoload (quote sieve-manage) "sieve" "\ | 23823 | (autoload (quote sieve-manage) "sieve" "\ |
| @@ -23201,7 +23838,7 @@ Not documented | |||
| 23201 | ;;;*** | 23838 | ;;;*** |
| 23202 | 23839 | ||
| 23203 | ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" | 23840 | ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" |
| 23204 | ;;;;;; (17187 59901)) | 23841 | ;;;;;; (17279 27122)) |
| 23205 | ;;; Generated autoloads from gnus/sieve-mode.el | 23842 | ;;; Generated autoloads from gnus/sieve-mode.el |
| 23206 | 23843 | ||
| 23207 | (autoload (quote sieve-mode) "sieve-mode" "\ | 23844 | (autoload (quote sieve-mode) "sieve-mode" "\ |
| @@ -23216,8 +23853,8 @@ Turning on Sieve mode runs `sieve-mode-hook'. | |||
| 23216 | 23853 | ||
| 23217 | ;;;*** | 23854 | ;;;*** |
| 23218 | 23855 | ||
| 23219 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (17277 | 23856 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (17279 |
| 23220 | ;;;;;; 60154)) | 23857 | ;;;;;; 27203)) |
| 23221 | ;;; Generated autoloads from progmodes/simula.el | 23858 | ;;; Generated autoloads from progmodes/simula.el |
| 23222 | 23859 | ||
| 23223 | (autoload (quote simula-mode) "simula" "\ | 23860 | (autoload (quote simula-mode) "simula" "\ |
| @@ -23266,7 +23903,7 @@ with no arguments, if that value is non-nil. | |||
| 23266 | ;;;*** | 23903 | ;;;*** |
| 23267 | 23904 | ||
| 23268 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new | 23905 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new |
| 23269 | ;;;;;; define-skeleton) "skeleton" "skeleton.el" (17187 59902)) | 23906 | ;;;;;; define-skeleton) "skeleton" "skeleton.el" (17279 27123)) |
| 23270 | ;;; Generated autoloads from skeleton.el | 23907 | ;;; Generated autoloads from skeleton.el |
| 23271 | 23908 | ||
| 23272 | (defvar skeleton-filter (quote identity) "\ | 23909 | (defvar skeleton-filter (quote identity) "\ |
| @@ -23376,7 +24013,7 @@ symmetrical ones, and the same character twice for the others. | |||
| 23376 | ;;;*** | 24013 | ;;;*** |
| 23377 | 24014 | ||
| 23378 | ;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" | 24015 | ;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" |
| 23379 | ;;;;;; (17257 22483)) | 24016 | ;;;;;; (17279 27196)) |
| 23380 | ;;; Generated autoloads from smerge-mode.el | 24017 | ;;; Generated autoloads from smerge-mode.el |
| 23381 | 24018 | ||
| 23382 | (autoload (quote smerge-ediff) "smerge-mode" "\ | 24019 | (autoload (quote smerge-ediff) "smerge-mode" "\ |
| @@ -23395,7 +24032,7 @@ Minor mode to simplify editing output from the diff3 program. | |||
| 23395 | ;;;*** | 24032 | ;;;*** |
| 23396 | 24033 | ||
| 23397 | ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" | 24034 | ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" |
| 23398 | ;;;;;; (17187 59901)) | 24035 | ;;;;;; (17279 27122)) |
| 23399 | ;;; Generated autoloads from gnus/smiley.el | 24036 | ;;; Generated autoloads from gnus/smiley.el |
| 23400 | 24037 | ||
| 23401 | (autoload (quote smiley-region) "smiley" "\ | 24038 | (autoload (quote smiley-region) "smiley" "\ |
| @@ -23413,7 +24050,7 @@ interactively. If there's no argument, do it at the current buffer | |||
| 23413 | ;;;*** | 24050 | ;;;*** |
| 23414 | 24051 | ||
| 23415 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" | 24052 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" |
| 23416 | ;;;;;; "mail/smtpmail.el" (17277 59650)) | 24053 | ;;;;;; "mail/smtpmail.el" (17374 21266)) |
| 23417 | ;;; Generated autoloads from mail/smtpmail.el | 24054 | ;;; Generated autoloads from mail/smtpmail.el |
| 23418 | 24055 | ||
| 23419 | (autoload (quote smtpmail-send-it) "smtpmail" "\ | 24056 | (autoload (quote smtpmail-send-it) "smtpmail" "\ |
| @@ -23428,7 +24065,7 @@ Send mail that was queued as a result of setting `smtpmail-queue-mail'. | |||
| 23428 | 24065 | ||
| 23429 | ;;;*** | 24066 | ;;;*** |
| 23430 | 24067 | ||
| 23431 | ;;;### (autoloads (snake) "snake" "play/snake.el" (17187 59902)) | 24068 | ;;;### (autoloads (snake) "snake" "play/snake.el" (17279 27123)) |
| 23432 | ;;; Generated autoloads from play/snake.el | 24069 | ;;; Generated autoloads from play/snake.el |
| 23433 | 24070 | ||
| 23434 | (autoload (quote snake) "snake" "\ | 24071 | (autoload (quote snake) "snake" "\ |
| @@ -23452,7 +24089,7 @@ Snake mode keybindings: | |||
| 23452 | ;;;*** | 24089 | ;;;*** |
| 23453 | 24090 | ||
| 23454 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" | 24091 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" |
| 23455 | ;;;;;; (17187 59902)) | 24092 | ;;;;;; (17279 27123)) |
| 23456 | ;;; Generated autoloads from net/snmp-mode.el | 24093 | ;;; Generated autoloads from net/snmp-mode.el |
| 23457 | 24094 | ||
| 23458 | (autoload (quote snmp-mode) "snmp-mode" "\ | 24095 | (autoload (quote snmp-mode) "snmp-mode" "\ |
| @@ -23483,7 +24120,7 @@ then `snmpv2-mode-hook'. | |||
| 23483 | 24120 | ||
| 23484 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name | 24121 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name |
| 23485 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) | 24122 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) |
| 23486 | ;;;;;; "solar" "calendar/solar.el" (17229 28052)) | 24123 | ;;;;;; "solar" "calendar/solar.el" (17308 43144)) |
| 23487 | ;;; Generated autoloads from calendar/solar.el | 24124 | ;;; Generated autoloads from calendar/solar.el |
| 23488 | 24125 | ||
| 23489 | (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ | 24126 | (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ |
| @@ -23554,8 +24191,8 @@ Requires floating point. | |||
| 23554 | 24191 | ||
| 23555 | ;;;*** | 24192 | ;;;*** |
| 23556 | 24193 | ||
| 23557 | ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (17187 | 24194 | ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (17279 |
| 23558 | ;;;;;; 59902)) | 24195 | ;;;;;; 27123)) |
| 23559 | ;;; Generated autoloads from play/solitaire.el | 24196 | ;;; Generated autoloads from play/solitaire.el |
| 23560 | 24197 | ||
| 23561 | (autoload (quote solitaire) "solitaire" "\ | 24198 | (autoload (quote solitaire) "solitaire" "\ |
| @@ -23632,7 +24269,7 @@ Pick your favourite shortcuts: | |||
| 23632 | 24269 | ||
| 23633 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields | 24270 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields |
| 23634 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs | 24271 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs |
| 23635 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (17187 59902)) | 24272 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (17279 27123)) |
| 23636 | ;;; Generated autoloads from sort.el | 24273 | ;;; Generated autoloads from sort.el |
| 23637 | 24274 | ||
| 23638 | (autoload (quote sort-subr) "sort" "\ | 24275 | (autoload (quote sort-subr) "sort" "\ |
| @@ -23774,8 +24411,8 @@ From a program takes two point or marker arguments, BEG and END. | |||
| 23774 | 24411 | ||
| 23775 | ;;;*** | 24412 | ;;;*** |
| 23776 | 24413 | ||
| 23777 | ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (17187 | 24414 | ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (17374 |
| 23778 | ;;;;;; 59901)) | 24415 | ;;;;;; 21275)) |
| 23779 | ;;; Generated autoloads from gnus/spam.el | 24416 | ;;; Generated autoloads from gnus/spam.el |
| 23780 | 24417 | ||
| 23781 | (autoload (quote spam-initialize) "spam" "\ | 24418 | (autoload (quote spam-initialize) "spam" "\ |
| @@ -23787,7 +24424,7 @@ Install the spam.el hooks and do other initialization | |||
| 23787 | 24424 | ||
| 23788 | ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file | 24425 | ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file |
| 23789 | ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" | 24426 | ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" |
| 23790 | ;;;;;; "gnus/spam-report.el" (17226 24576)) | 24427 | ;;;;;; "gnus/spam-report.el" (17279 27171)) |
| 23791 | ;;; Generated autoloads from gnus/spam-report.el | 24428 | ;;; Generated autoloads from gnus/spam-report.el |
| 23792 | 24429 | ||
| 23793 | (autoload (quote spam-report-process-queue) "spam-report" "\ | 24430 | (autoload (quote spam-report-process-queue) "spam-report" "\ |
| @@ -23830,7 +24467,7 @@ Spam reports will be queued with the method used when | |||
| 23830 | ;;;*** | 24467 | ;;;*** |
| 23831 | 24468 | ||
| 23832 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" | 24469 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" |
| 23833 | ;;;;;; "speedbar.el" (17238 21257)) | 24470 | ;;;;;; "speedbar.el" (17297 42917)) |
| 23834 | ;;; Generated autoloads from speedbar.el | 24471 | ;;; Generated autoloads from speedbar.el |
| 23835 | 24472 | ||
| 23836 | (defalias (quote speedbar) (quote speedbar-frame-mode)) | 24473 | (defalias (quote speedbar) (quote speedbar-frame-mode)) |
| @@ -23855,7 +24492,7 @@ selected. If the speedbar frame is active, then select the attached frame. | |||
| 23855 | ;;;*** | 24492 | ;;;*** |
| 23856 | 24493 | ||
| 23857 | ;;;### (autoloads (spell-string spell-region spell-word spell-buffer) | 24494 | ;;;### (autoloads (spell-string spell-region spell-word spell-buffer) |
| 23858 | ;;;;;; "spell" "textmodes/spell.el" (17187 59902)) | 24495 | ;;;;;; "spell" "textmodes/spell.el" (17279 27123)) |
| 23859 | ;;; Generated autoloads from textmodes/spell.el | 24496 | ;;; Generated autoloads from textmodes/spell.el |
| 23860 | 24497 | ||
| 23861 | (put (quote spell-filter) (quote risky-local-variable) t) | 24498 | (put (quote spell-filter) (quote risky-local-variable) t) |
| @@ -23891,8 +24528,8 @@ Check spelling of string supplied as argument. | |||
| 23891 | 24528 | ||
| 23892 | ;;;*** | 24529 | ;;;*** |
| 23893 | 24530 | ||
| 23894 | ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (17187 | 24531 | ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (17279 |
| 23895 | ;;;;;; 59902)) | 24532 | ;;;;;; 27123)) |
| 23896 | ;;; Generated autoloads from play/spook.el | 24533 | ;;; Generated autoloads from play/spook.el |
| 23897 | 24534 | ||
| 23898 | (autoload (quote spook) "spook" "\ | 24535 | (autoload (quote spook) "spook" "\ |
| @@ -23910,8 +24547,8 @@ Return a vector containing the lines from `spook-phrases-file'. | |||
| 23910 | ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres | 24547 | ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres |
| 23911 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix | 24548 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix |
| 23912 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help | 24549 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help |
| 23913 | ;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (17187 | 24550 | ;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (17279 |
| 23914 | ;;;;;; 59902)) | 24551 | ;;;;;; 27123)) |
| 23915 | ;;; Generated autoloads from progmodes/sql.el | 24552 | ;;; Generated autoloads from progmodes/sql.el |
| 23916 | 24553 | ||
| 23917 | (autoload (quote sql-add-product-keywords) "sql" "\ | 24554 | (autoload (quote sql-add-product-keywords) "sql" "\ |
| @@ -24342,8 +24979,8 @@ input. See `sql-interactive-mode'. | |||
| 24342 | ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes | 24979 | ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes |
| 24343 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke | 24980 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke |
| 24344 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke | 24981 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke |
| 24345 | ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (17226 | 24982 | ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (17279 |
| 24346 | ;;;;;; 24577)) | 24983 | ;;;;;; 27172)) |
| 24347 | ;;; Generated autoloads from strokes.el | 24984 | ;;; Generated autoloads from strokes.el |
| 24348 | 24985 | ||
| 24349 | (autoload (quote strokes-global-set-stroke) "strokes" "\ | 24986 | (autoload (quote strokes-global-set-stroke) "strokes" "\ |
| @@ -24454,7 +25091,7 @@ Read a complex stroke and insert its glyph into the current buffer. | |||
| 24454 | ;;;*** | 25091 | ;;;*** |
| 24455 | 25092 | ||
| 24456 | ;;;### (autoloads (studlify-buffer studlify-word studlify-region) | 25093 | ;;;### (autoloads (studlify-buffer studlify-word studlify-region) |
| 24457 | ;;;;;; "studly" "play/studly.el" (17187 59879)) | 25094 | ;;;;;; "studly" "play/studly.el" (17279 27079)) |
| 24458 | ;;; Generated autoloads from play/studly.el | 25095 | ;;; Generated autoloads from play/studly.el |
| 24459 | 25096 | ||
| 24460 | (autoload (quote studlify-region) "studly" "\ | 25097 | (autoload (quote studlify-region) "studly" "\ |
| @@ -24474,7 +25111,7 @@ Studlify-case the current buffer. | |||
| 24474 | 25111 | ||
| 24475 | ;;;*** | 25112 | ;;;*** |
| 24476 | 25113 | ||
| 24477 | ;;;### (autoloads (locate-library) "subr" "subr.el" (17263 27852)) | 25114 | ;;;### (autoloads (locate-library) "subr" "subr.el" (17376 5576)) |
| 24478 | ;;; Generated autoloads from subr.el | 25115 | ;;; Generated autoloads from subr.el |
| 24479 | 25116 | ||
| 24480 | (autoload (quote locate-library) "subr" "\ | 25117 | (autoload (quote locate-library) "subr" "\ |
| @@ -24496,7 +25133,7 @@ and the file name is displayed in the echo area. | |||
| 24496 | ;;;*** | 25133 | ;;;*** |
| 24497 | 25134 | ||
| 24498 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" | 25135 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" |
| 24499 | ;;;;;; (17229 28053)) | 25136 | ;;;;;; (17279 27174)) |
| 24500 | ;;; Generated autoloads from mail/supercite.el | 25137 | ;;; Generated autoloads from mail/supercite.el |
| 24501 | 25138 | ||
| 24502 | (autoload (quote sc-cite-original) "supercite" "\ | 25139 | (autoload (quote sc-cite-original) "supercite" "\ |
| @@ -24528,7 +25165,7 @@ before, and `sc-post-hook' is run after the guts of this function. | |||
| 24528 | 25165 | ||
| 24529 | ;;;*** | 25166 | ;;;*** |
| 24530 | 25167 | ||
| 24531 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17187 59902)) | 25168 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (17279 27123)) |
| 24532 | ;;; Generated autoloads from tabify.el | 25169 | ;;; Generated autoloads from tabify.el |
| 24533 | 25170 | ||
| 24534 | (autoload (quote untabify) "tabify" "\ | 25171 | (autoload (quote untabify) "tabify" "\ |
| @@ -24563,7 +25200,7 @@ The variable `tab-width' controls the spacing of tab stops. | |||
| 24563 | ;;;;;; table-recognize table-insert-row-column table-insert-column | 25200 | ;;;;;; table-recognize table-insert-row-column table-insert-column |
| 24564 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook | 25201 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook |
| 24565 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) | 25202 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) |
| 24566 | ;;;;;; "table" "textmodes/table.el" (17187 59902)) | 25203 | ;;;;;; "table" "textmodes/table.el" (17379 30025)) |
| 24567 | ;;; Generated autoloads from textmodes/table.el | 25204 | ;;; Generated autoloads from textmodes/table.el |
| 24568 | 25205 | ||
| 24569 | (defvar table-cell-map-hook nil "\ | 25206 | (defvar table-cell-map-hook nil "\ |
| @@ -25151,7 +25788,7 @@ converts a table into plain text without frames. It is a companion to | |||
| 25151 | 25788 | ||
| 25152 | ;;;*** | 25789 | ;;;*** |
| 25153 | 25790 | ||
| 25154 | ;;;### (autoloads (talk talk-connect) "talk" "talk.el" (17187 59902)) | 25791 | ;;;### (autoloads (talk talk-connect) "talk" "talk.el" (17332 7267)) |
| 25155 | ;;; Generated autoloads from talk.el | 25792 | ;;; Generated autoloads from talk.el |
| 25156 | 25793 | ||
| 25157 | (autoload (quote talk-connect) "talk" "\ | 25794 | (autoload (quote talk-connect) "talk" "\ |
| @@ -25166,7 +25803,7 @@ Connect to the Emacs talk group from the current X display or tty frame. | |||
| 25166 | 25803 | ||
| 25167 | ;;;*** | 25804 | ;;;*** |
| 25168 | 25805 | ||
| 25169 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (17277 59650)) | 25806 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (17279 27201)) |
| 25170 | ;;; Generated autoloads from tar-mode.el | 25807 | ;;; Generated autoloads from tar-mode.el |
| 25171 | 25808 | ||
| 25172 | (autoload (quote tar-mode) "tar-mode" "\ | 25809 | (autoload (quote tar-mode) "tar-mode" "\ |
| @@ -25190,7 +25827,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 25190 | ;;;*** | 25827 | ;;;*** |
| 25191 | 25828 | ||
| 25192 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" | 25829 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" |
| 25193 | ;;;;;; "progmodes/tcl.el" (17277 60154)) | 25830 | ;;;;;; "progmodes/tcl.el" (17350 14840)) |
| 25194 | ;;; Generated autoloads from progmodes/tcl.el | 25831 | ;;; Generated autoloads from progmodes/tcl.el |
| 25195 | 25832 | ||
| 25196 | (autoload (quote tcl-mode) "tcl" "\ | 25833 | (autoload (quote tcl-mode) "tcl" "\ |
| @@ -25241,7 +25878,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'. | |||
| 25241 | 25878 | ||
| 25242 | ;;;*** | 25879 | ;;;*** |
| 25243 | 25880 | ||
| 25244 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (17187 59902)) | 25881 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (17279 27123)) |
| 25245 | ;;; Generated autoloads from net/telnet.el | 25882 | ;;; Generated autoloads from net/telnet.el |
| 25246 | (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") | 25883 | (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") |
| 25247 | 25884 | ||
| @@ -25268,8 +25905,8 @@ Normally input is edited in Emacs and sent a line at a time. | |||
| 25268 | 25905 | ||
| 25269 | ;;;*** | 25906 | ;;;*** |
| 25270 | 25907 | ||
| 25271 | ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (17277 | 25908 | ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (17356 |
| 25272 | ;;;;;; 59650)) | 25909 | ;;;;;; 16193)) |
| 25273 | ;;; Generated autoloads from term.el | 25910 | ;;; Generated autoloads from term.el |
| 25274 | 25911 | ||
| 25275 | (autoload (quote make-term) "term" "\ | 25912 | (autoload (quote make-term) "term" "\ |
| @@ -25297,8 +25934,8 @@ Start a terminal-emulator in a new buffer. | |||
| 25297 | 25934 | ||
| 25298 | ;;;*** | 25935 | ;;;*** |
| 25299 | 25936 | ||
| 25300 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (17226 | 25937 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (17279 |
| 25301 | ;;;;;; 24577)) | 25938 | ;;;;;; 27172)) |
| 25302 | ;;; Generated autoloads from terminal.el | 25939 | ;;; Generated autoloads from terminal.el |
| 25303 | 25940 | ||
| 25304 | (autoload (quote terminal-emulator) "terminal" "\ | 25941 | (autoload (quote terminal-emulator) "terminal" "\ |
| @@ -25335,7 +25972,7 @@ subprocess started. | |||
| 25335 | ;;;*** | 25972 | ;;;*** |
| 25336 | 25973 | ||
| 25337 | ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" | 25974 | ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" |
| 25338 | ;;;;;; (17187 59901)) | 25975 | ;;;;;; (17279 27122)) |
| 25339 | ;;; Generated autoloads from emacs-lisp/testcover.el | 25976 | ;;; Generated autoloads from emacs-lisp/testcover.el |
| 25340 | 25977 | ||
| 25341 | (autoload (quote testcover-this-defun) "testcover" "\ | 25978 | (autoload (quote testcover-this-defun) "testcover" "\ |
| @@ -25345,7 +25982,7 @@ Start coverage on function under point. | |||
| 25345 | 25982 | ||
| 25346 | ;;;*** | 25983 | ;;;*** |
| 25347 | 25984 | ||
| 25348 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (17187 59902)) | 25985 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (17279 27123)) |
| 25349 | ;;; Generated autoloads from play/tetris.el | 25986 | ;;; Generated autoloads from play/tetris.el |
| 25350 | 25987 | ||
| 25351 | (autoload (quote tetris) "tetris" "\ | 25988 | (autoload (quote tetris) "tetris" "\ |
| @@ -25376,7 +26013,7 @@ tetris-mode keybindings: | |||
| 25376 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command | 26013 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command |
| 25377 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp | 26014 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp |
| 25378 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" | 26015 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" |
| 25379 | ;;;;;; (17238 21257)) | 26016 | ;;;;;; (17279 27185)) |
| 25380 | ;;; Generated autoloads from textmodes/tex-mode.el | 26017 | ;;; Generated autoloads from textmodes/tex-mode.el |
| 25381 | 26018 | ||
| 25382 | (defvar tex-shell-file-name nil "\ | 26019 | (defvar tex-shell-file-name nil "\ |
| @@ -25678,7 +26315,7 @@ Major mode to edit DocTeX files. | |||
| 25678 | ;;;*** | 26315 | ;;;*** |
| 25679 | 26316 | ||
| 25680 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) | 26317 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) |
| 25681 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (17187 59902)) | 26318 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (17319 2455)) |
| 25682 | ;;; Generated autoloads from textmodes/texinfmt.el | 26319 | ;;; Generated autoloads from textmodes/texinfmt.el |
| 25683 | 26320 | ||
| 25684 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ | 26321 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ |
| @@ -25718,7 +26355,7 @@ if large. You can use Info-split to do this manually. | |||
| 25718 | ;;;*** | 26355 | ;;;*** |
| 25719 | 26356 | ||
| 25720 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) | 26357 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) |
| 25721 | ;;;;;; "texinfo" "textmodes/texinfo.el" (17277 60154)) | 26358 | ;;;;;; "texinfo" "textmodes/texinfo.el" (17279 27203)) |
| 25722 | ;;; Generated autoloads from textmodes/texinfo.el | 26359 | ;;; Generated autoloads from textmodes/texinfo.el |
| 25723 | 26360 | ||
| 25724 | (defvar texinfo-open-quote "``" "\ | 26361 | (defvar texinfo-open-quote "``" "\ |
| @@ -25805,7 +26442,7 @@ value of `texinfo-mode-hook'. | |||
| 25805 | ;;;### (autoloads (thai-auto-composition-mode thai-composition-function | 26442 | ;;;### (autoloads (thai-auto-composition-mode thai-composition-function |
| 25806 | ;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string | 26443 | ;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string |
| 25807 | ;;;;;; thai-compose-region) "thai-util" "language/thai-util.el" | 26444 | ;;;;;; thai-compose-region) "thai-util" "language/thai-util.el" |
| 25808 | ;;;;;; (17187 59901)) | 26445 | ;;;;;; (17279 27123)) |
| 25809 | ;;; Generated autoloads from language/thai-util.el | 26446 | ;;; Generated autoloads from language/thai-util.el |
| 25810 | 26447 | ||
| 25811 | (autoload (quote thai-compose-region) "thai-util" "\ | 26448 | (autoload (quote thai-compose-region) "thai-util" "\ |
| @@ -25849,7 +26486,7 @@ Minor mode for automatically correct Thai character composition. | |||
| 25849 | 26486 | ||
| 25850 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point | 26487 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point |
| 25851 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) | 26488 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) |
| 25852 | ;;;;;; "thingatpt" "thingatpt.el" (17187 59902)) | 26489 | ;;;;;; "thingatpt" "thingatpt.el" (17279 27123)) |
| 25853 | ;;; Generated autoloads from thingatpt.el | 26490 | ;;; Generated autoloads from thingatpt.el |
| 25854 | 26491 | ||
| 25855 | (autoload (quote forward-thing) "thingatpt" "\ | 26492 | (autoload (quote forward-thing) "thingatpt" "\ |
| @@ -25904,9 +26541,9 @@ Not documented | |||
| 25904 | 26541 | ||
| 25905 | ;;;*** | 26542 | ;;;*** |
| 25906 | 26543 | ||
| 25907 | ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show-all thumbs-dired-show-marked | 26544 | ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked |
| 25908 | ;;;;;; thumbs-show-all-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" | 26545 | ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" |
| 25909 | ;;;;;; (17263 27852)) | 26546 | ;;;;;; (17376 5576)) |
| 25910 | ;;; Generated autoloads from thumbs.el | 26547 | ;;; Generated autoloads from thumbs.el |
| 25911 | 26548 | ||
| 25912 | (autoload (quote thumbs-find-thumb) "thumbs" "\ | 26549 | (autoload (quote thumbs-find-thumb) "thumbs" "\ |
| @@ -25914,7 +26551,7 @@ Display the thumbnail for IMG. | |||
| 25914 | 26551 | ||
| 25915 | \(fn IMG)" t nil) | 26552 | \(fn IMG)" t nil) |
| 25916 | 26553 | ||
| 25917 | (autoload (quote thumbs-show-all-from-dir) "thumbs" "\ | 26554 | (autoload (quote thumbs-show-from-dir) "thumbs" "\ |
| 25918 | Make a preview buffer for all images in DIR. | 26555 | Make a preview buffer for all images in DIR. |
| 25919 | Optional argument REG to select file matching a regexp, | 26556 | Optional argument REG to select file matching a regexp, |
| 25920 | and SAME-WINDOW to show thumbs in the same window. | 26557 | and SAME-WINDOW to show thumbs in the same window. |
| @@ -25922,16 +26559,16 @@ and SAME-WINDOW to show thumbs in the same window. | |||
| 25922 | \(fn DIR &optional REG SAME-WINDOW)" t nil) | 26559 | \(fn DIR &optional REG SAME-WINDOW)" t nil) |
| 25923 | 26560 | ||
| 25924 | (autoload (quote thumbs-dired-show-marked) "thumbs" "\ | 26561 | (autoload (quote thumbs-dired-show-marked) "thumbs" "\ |
| 25925 | In dired, make a thumbs buffer with all marked files. | 26562 | In dired, make a thumbs buffer with marked files. |
| 25926 | 26563 | ||
| 25927 | \(fn)" t nil) | 26564 | \(fn)" t nil) |
| 25928 | 26565 | ||
| 25929 | (autoload (quote thumbs-dired-show-all) "thumbs" "\ | 26566 | (autoload (quote thumbs-dired-show) "thumbs" "\ |
| 25930 | In dired, make a thumbs buffer with all files in current directory. | 26567 | In dired, make a thumbs buffer with all files in current directory. |
| 25931 | 26568 | ||
| 25932 | \(fn)" t nil) | 26569 | \(fn)" t nil) |
| 25933 | 26570 | ||
| 25934 | (defalias (quote thumbs) (quote thumbs-show-all-from-dir)) | 26571 | (defalias (quote thumbs) (quote thumbs-show-from-dir)) |
| 25935 | 26572 | ||
| 25936 | (autoload (quote thumbs-dired-setroot) "thumbs" "\ | 26573 | (autoload (quote thumbs-dired-setroot) "thumbs" "\ |
| 25937 | In dired, call the setroot program on the image at point. | 26574 | In dired, call the setroot program on the image at point. |
| @@ -25945,7 +26582,7 @@ In dired, call the setroot program on the image at point. | |||
| 25945 | ;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region | 26582 | ;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region |
| 25946 | ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan | 26583 | ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan |
| 25947 | ;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" | 26584 | ;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" |
| 25948 | ;;;;;; "language/tibet-util.el" (17187 59881)) | 26585 | ;;;;;; "language/tibet-util.el" (17279 27080)) |
| 25949 | ;;; Generated autoloads from language/tibet-util.el | 26586 | ;;; Generated autoloads from language/tibet-util.el |
| 25950 | 26587 | ||
| 25951 | (autoload (quote tibetan-char-p) "tibet-util" "\ | 26588 | (autoload (quote tibetan-char-p) "tibet-util" "\ |
| @@ -26024,7 +26661,7 @@ Not documented | |||
| 26024 | ;;;*** | 26661 | ;;;*** |
| 26025 | 26662 | ||
| 26026 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" | 26663 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" |
| 26027 | ;;;;;; (17226 24578)) | 26664 | ;;;;;; (17350 14833)) |
| 26028 | ;;; Generated autoloads from textmodes/tildify.el | 26665 | ;;; Generated autoloads from textmodes/tildify.el |
| 26029 | 26666 | ||
| 26030 | (autoload (quote tildify-region) "tildify" "\ | 26667 | (autoload (quote tildify-region) "tildify" "\ |
| @@ -26048,7 +26685,7 @@ This function performs no refilling of the changed text. | |||
| 26048 | ;;;*** | 26685 | ;;;*** |
| 26049 | 26686 | ||
| 26050 | ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) | 26687 | ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) |
| 26051 | ;;;;;; "time" "time.el" (17187 59902)) | 26688 | ;;;;;; "time" "time.el" (17357 6510)) |
| 26052 | ;;; Generated autoloads from time.el | 26689 | ;;; Generated autoloads from time.el |
| 26053 | 26690 | ||
| 26054 | (defvar display-time-day-and-date nil "\ | 26691 | (defvar display-time-day-and-date nil "\ |
| @@ -26091,8 +26728,8 @@ This runs the normal hook `display-time-hook' after each update. | |||
| 26091 | ;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year | 26728 | ;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year |
| 26092 | ;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract | 26729 | ;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract |
| 26093 | ;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds | 26730 | ;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds |
| 26094 | ;;;;;; date-to-time) "time-date" "calendar/time-date.el" (17226 | 26731 | ;;;;;; date-to-time) "time-date" "calendar/time-date.el" (17308 |
| 26095 | ;;;;;; 24571)) | 26732 | ;;;;;; 43144)) |
| 26096 | ;;; Generated autoloads from calendar/time-date.el | 26733 | ;;; Generated autoloads from calendar/time-date.el |
| 26097 | 26734 | ||
| 26098 | (autoload (quote date-to-time) "time-date" "\ | 26735 | (autoload (quote date-to-time) "time-date" "\ |
| @@ -26178,7 +26815,7 @@ If DATE is malformed, return a time value of zeros. | |||
| 26178 | ;;;*** | 26815 | ;;;*** |
| 26179 | 26816 | ||
| 26180 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" | 26817 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" |
| 26181 | ;;;;;; "time-stamp.el" (17196 26624)) | 26818 | ;;;;;; "time-stamp.el" (17279 27167)) |
| 26182 | ;;; Generated autoloads from time-stamp.el | 26819 | ;;; Generated autoloads from time-stamp.el |
| 26183 | 26820 | ||
| 26184 | (autoload (quote time-stamp) "time-stamp" "\ | 26821 | (autoload (quote time-stamp) "time-stamp" "\ |
| @@ -26214,7 +26851,7 @@ With ARG, turn time stamping on if and only if arg is positive. | |||
| 26214 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out | 26851 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out |
| 26215 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in | 26852 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in |
| 26216 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" | 26853 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" |
| 26217 | ;;;;;; (17226 24571)) | 26854 | ;;;;;; (17308 43144)) |
| 26218 | ;;; Generated autoloads from calendar/timeclock.el | 26855 | ;;; Generated autoloads from calendar/timeclock.el |
| 26219 | 26856 | ||
| 26220 | (autoload (quote timeclock-modeline-display) "timeclock" "\ | 26857 | (autoload (quote timeclock-modeline-display) "timeclock" "\ |
| @@ -26315,7 +26952,7 @@ relative only to the time worked today, and not to past time. | |||
| 26315 | 26952 | ||
| 26316 | ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer | 26953 | ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer |
| 26317 | ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" | 26954 | ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" |
| 26318 | ;;;;;; "emacs-lisp/timer.el" (17263 27852)) | 26955 | ;;;;;; "emacs-lisp/timer.el" (17279 27198)) |
| 26319 | ;;; Generated autoloads from emacs-lisp/timer.el | 26956 | ;;; Generated autoloads from emacs-lisp/timer.el |
| 26320 | 26957 | ||
| 26321 | (defalias (quote disable-timeout) (quote cancel-timer)) | 26958 | (defalias (quote disable-timeout) (quote cancel-timer)) |
| @@ -26386,7 +27023,7 @@ be detected. | |||
| 26386 | ;;;*** | 27023 | ;;;*** |
| 26387 | 27024 | ||
| 26388 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" | 27025 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" |
| 26389 | ;;;;;; "international/titdic-cnv.el" (17187 59880)) | 27026 | ;;;;;; "international/titdic-cnv.el" (17279 27079)) |
| 26390 | ;;; Generated autoloads from international/titdic-cnv.el | 27027 | ;;; Generated autoloads from international/titdic-cnv.el |
| 26391 | 27028 | ||
| 26392 | (autoload (quote titdic-convert) "titdic-cnv" "\ | 27029 | (autoload (quote titdic-convert) "titdic-cnv" "\ |
| @@ -26409,8 +27046,8 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\". | |||
| 26409 | ;;;*** | 27046 | ;;;*** |
| 26410 | 27047 | ||
| 26411 | ;;;### (autoloads (tamil-composition-function tamil-post-read-conversion | 27048 | ;;;### (autoloads (tamil-composition-function tamil-post-read-conversion |
| 26412 | ;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (17187 | 27049 | ;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (17279 |
| 26413 | ;;;;;; 59881)) | 27050 | ;;;;;; 27080)) |
| 26414 | ;;; Generated autoloads from language/tml-util.el | 27051 | ;;; Generated autoloads from language/tml-util.el |
| 26415 | 27052 | ||
| 26416 | (autoload (quote tamil-compose-region) "tml-util" "\ | 27053 | (autoload (quote tamil-compose-region) "tml-util" "\ |
| @@ -26433,7 +27070,7 @@ PATTERN regexp. | |||
| 26433 | ;;;*** | 27070 | ;;;*** |
| 26434 | 27071 | ||
| 26435 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" | 27072 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" |
| 26436 | ;;;;;; "tmm.el" (17187 59902)) | 27073 | ;;;;;; "tmm.el" (17279 27123)) |
| 26437 | ;;; Generated autoloads from tmm.el | 27074 | ;;; Generated autoloads from tmm.el |
| 26438 | (define-key global-map "\M-`" 'tmm-menubar) | 27075 | (define-key global-map "\M-`" 'tmm-menubar) |
| 26439 | (define-key global-map [f10] 'tmm-menubar) | 27076 | (define-key global-map [f10] 'tmm-menubar) |
| @@ -26474,7 +27111,7 @@ Its value should be an event that has a binding in MENU. | |||
| 26474 | 27111 | ||
| 26475 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities | 27112 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities |
| 26476 | ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) | 27113 | ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) |
| 26477 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (17187 59880)) | 27114 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (17308 43144)) |
| 26478 | ;;; Generated autoloads from calendar/todo-mode.el | 27115 | ;;; Generated autoloads from calendar/todo-mode.el |
| 26479 | 27116 | ||
| 26480 | (autoload (quote todo-add-category) "todo-mode" "\ | 27117 | (autoload (quote todo-add-category) "todo-mode" "\ |
| @@ -26535,7 +27172,7 @@ Show TODO list. | |||
| 26535 | 27172 | ||
| 26536 | ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu | 27173 | ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu |
| 26537 | ;;;;;; tool-bar-local-item tool-bar-add-item) "tool-bar" "tool-bar.el" | 27174 | ;;;;;; tool-bar-local-item tool-bar-add-item) "tool-bar" "tool-bar.el" |
| 26538 | ;;;;;; (17263 27852)) | 27175 | ;;;;;; (17331 26268)) |
| 26539 | ;;; Generated autoloads from tool-bar.el | 27176 | ;;; Generated autoloads from tool-bar.el |
| 26540 | 27177 | ||
| 26541 | (put (quote tool-bar-mode) (quote standard-value) (quote (t))) | 27178 | (put (quote tool-bar-mode) (quote standard-value) (quote (t))) |
| @@ -26602,7 +27239,7 @@ holds a keymap. | |||
| 26602 | ;;;*** | 27239 | ;;;*** |
| 26603 | 27240 | ||
| 26604 | ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" | 27241 | ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" |
| 26605 | ;;;;;; (17187 59901)) | 27242 | ;;;;;; (17279 27122)) |
| 26606 | ;;; Generated autoloads from emulation/tpu-edt.el | 27243 | ;;; Generated autoloads from emulation/tpu-edt.el |
| 26607 | 27244 | ||
| 26608 | (defvar tpu-edt-mode nil "\ | 27245 | (defvar tpu-edt-mode nil "\ |
| @@ -26630,7 +27267,7 @@ Turn on TPU/edt emulation. | |||
| 26630 | ;;;*** | 27267 | ;;;*** |
| 26631 | 27268 | ||
| 26632 | ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) | 27269 | ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) |
| 26633 | ;;;;;; "tpu-extras" "emulation/tpu-extras.el" (17187 59901)) | 27270 | ;;;;;; "tpu-extras" "emulation/tpu-extras.el" (17279 27122)) |
| 26634 | ;;; Generated autoloads from emulation/tpu-extras.el | 27271 | ;;; Generated autoloads from emulation/tpu-extras.el |
| 26635 | 27272 | ||
| 26636 | (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ | 27273 | (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ |
| @@ -26650,7 +27287,7 @@ Constrain the cursor to the flow of the text. | |||
| 26650 | 27287 | ||
| 26651 | ;;;*** | 27288 | ;;;*** |
| 26652 | 27289 | ||
| 26653 | ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (17187 59901)) | 27290 | ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (17279 27122)) |
| 26654 | ;;; Generated autoloads from emacs-lisp/tq.el | 27291 | ;;; Generated autoloads from emacs-lisp/tq.el |
| 26655 | 27292 | ||
| 26656 | (autoload (quote tq-create) "tq" "\ | 27293 | (autoload (quote tq-create) "tq" "\ |
| @@ -26664,7 +27301,7 @@ to a tcp server on another machine. | |||
| 26664 | ;;;*** | 27301 | ;;;*** |
| 26665 | 27302 | ||
| 26666 | ;;;### (autoloads (trace-function-background trace-function trace-buffer) | 27303 | ;;;### (autoloads (trace-function-background trace-function trace-buffer) |
| 26667 | ;;;;;; "trace" "emacs-lisp/trace.el" (17187 59901)) | 27304 | ;;;;;; "trace" "emacs-lisp/trace.el" (17279 27122)) |
| 26668 | ;;; Generated autoloads from emacs-lisp/trace.el | 27305 | ;;; Generated autoloads from emacs-lisp/trace.el |
| 26669 | 27306 | ||
| 26670 | (defvar trace-buffer "*trace-output*" "\ | 27307 | (defvar trace-buffer "*trace-output*" "\ |
| @@ -26695,9 +27332,10 @@ the window or buffer configuration at all. | |||
| 26695 | 27332 | ||
| 26696 | ;;;*** | 27333 | ;;;*** |
| 26697 | 27334 | ||
| 26698 | ;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler | 27335 | ;;;### (autoloads (tramp-unload-tramp tramp-unload-file-name-handler-alist |
| 27336 | ;;;;;; tramp-completion-file-name-handler tramp-file-name-handler | ||
| 26699 | ;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp) | 27337 | ;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp) |
| 26700 | ;;;;;; "tramp" "net/tramp.el" (17263 27852)) | 27338 | ;;;;;; "tramp" "net/tramp.el" (17379 24712)) |
| 26701 | ;;; Generated autoloads from net/tramp.el | 27339 | ;;; Generated autoloads from net/tramp.el |
| 26702 | 27340 | ||
| 26703 | (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ | 27341 | (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ |
| @@ -26771,10 +27409,57 @@ Falls back to normal file name handler if no tramp file name handler exists. | |||
| 26771 | 27409 | ||
| 26772 | (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) | 27410 | (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) |
| 26773 | 27411 | ||
| 27412 | (autoload (quote tramp-unload-file-name-handler-alist) "tramp" "\ | ||
| 27413 | Not documented | ||
| 27414 | |||
| 27415 | \(fn)" nil nil) | ||
| 27416 | |||
| 27417 | (autoload (quote tramp-unload-tramp) "tramp" "\ | ||
| 27418 | Not documented | ||
| 27419 | |||
| 27420 | \(fn)" t nil) | ||
| 27421 | |||
| 27422 | ;;;*** | ||
| 27423 | |||
| 27424 | ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" | ||
| 27425 | ;;;;;; (17374 21429)) | ||
| 27426 | ;;; Generated autoloads from net/tramp-ftp.el | ||
| 27427 | |||
| 27428 | (autoload (quote tramp-ftp-enable-ange-ftp) "tramp-ftp" "\ | ||
| 27429 | Not documented | ||
| 27430 | |||
| 27431 | \(fn)" nil nil) | ||
| 27432 | |||
| 27433 | ;;;*** | ||
| 27434 | |||
| 27435 | ;;;### (autoloads (tumme-setup-dired-keybindings tumme-dired) "tumme" | ||
| 27436 | ;;;;;; "tumme.el" (17374 21544)) | ||
| 27437 | ;;; Generated autoloads from tumme.el | ||
| 27438 | |||
| 27439 | (autoload (quote tumme-dired) "tumme" "\ | ||
| 27440 | Open directory DIR and create a default window configuration. | ||
| 27441 | |||
| 27442 | Convenience command that: | ||
| 27443 | |||
| 27444 | - Opens dired in folder DIR | ||
| 27445 | - Splits windows in most useful (?) way | ||
| 27446 | - Set `truncate-lines' to t | ||
| 27447 | |||
| 27448 | If called with prefix argument ARG, skip splitting of windows. | ||
| 27449 | |||
| 27450 | \(fn DIR &optional ARG)" t nil) | ||
| 27451 | |||
| 27452 | (autoload (quote tumme-setup-dired-keybindings) "tumme" "\ | ||
| 27453 | Setup easy-to-use keybindings for the commands to be used in dired mode. | ||
| 27454 | Note that n, p and <down> and <up> will be hijacked and bound to | ||
| 27455 | `tumme-dired-x-line'. | ||
| 27456 | |||
| 27457 | \(fn)" t nil) | ||
| 27458 | |||
| 26774 | ;;;*** | 27459 | ;;;*** |
| 26775 | 27460 | ||
| 26776 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" | 27461 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" |
| 26777 | ;;;;;; "textmodes/two-column.el" (17187 59902)) | 27462 | ;;;;;; "textmodes/two-column.el" (17279 27123)) |
| 26778 | ;;; Generated autoloads from textmodes/two-column.el | 27463 | ;;; Generated autoloads from textmodes/two-column.el |
| 26779 | (autoload '2C-command "two-column" () t 'keymap) | 27464 | (autoload '2C-command "two-column" () t 'keymap) |
| 26780 | (global-set-key "\C-x6" '2C-command) | 27465 | (global-set-key "\C-x6" '2C-command) |
| @@ -26825,7 +27510,7 @@ First column's text sSs Second column's text | |||
| 26825 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold | 27510 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold |
| 26826 | ;;;;;; type-break-good-break-interval type-break-good-rest-interval | 27511 | ;;;;;; type-break-good-break-interval type-break-good-rest-interval |
| 26827 | ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" | 27512 | ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" |
| 26828 | ;;;;;; (17187 59902)) | 27513 | ;;;;;; (17279 27123)) |
| 26829 | ;;; Generated autoloads from type-break.el | 27514 | ;;; Generated autoloads from type-break.el |
| 26830 | 27515 | ||
| 26831 | (defvar type-break-mode nil "\ | 27516 | (defvar type-break-mode nil "\ |
| @@ -27008,7 +27693,7 @@ FRAC should be the inverse of the fractional value; for example, a value of | |||
| 27008 | ;;;*** | 27693 | ;;;*** |
| 27009 | 27694 | ||
| 27010 | ;;;### (autoloads (ununderline-region underline-region) "underline" | 27695 | ;;;### (autoloads (ununderline-region underline-region) "underline" |
| 27011 | ;;;;;; "textmodes/underline.el" (17187 59902)) | 27696 | ;;;;;; "textmodes/underline.el" (17279 27123)) |
| 27012 | ;;; Generated autoloads from textmodes/underline.el | 27697 | ;;; Generated autoloads from textmodes/underline.el |
| 27013 | 27698 | ||
| 27014 | (autoload (quote underline-region) "underline" "\ | 27699 | (autoload (quote underline-region) "underline" "\ |
| @@ -27029,7 +27714,7 @@ which specify the range to operate on. | |||
| 27029 | ;;;*** | 27714 | ;;;*** |
| 27030 | 27715 | ||
| 27031 | ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) | 27716 | ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) |
| 27032 | ;;;;;; "undigest" "mail/undigest.el" (17187 59902)) | 27717 | ;;;;;; "undigest" "mail/undigest.el" (17279 27123)) |
| 27033 | ;;; Generated autoloads from mail/undigest.el | 27718 | ;;; Generated autoloads from mail/undigest.el |
| 27034 | 27719 | ||
| 27035 | (autoload (quote undigestify-rmail-message) "undigest" "\ | 27720 | (autoload (quote undigestify-rmail-message) "undigest" "\ |
| @@ -27048,7 +27733,7 @@ following the containing message. | |||
| 27048 | ;;;*** | 27733 | ;;;*** |
| 27049 | 27734 | ||
| 27050 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" | 27735 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" |
| 27051 | ;;;;;; (17187 59902)) | 27736 | ;;;;;; (17279 27123)) |
| 27052 | ;;; Generated autoloads from mail/unrmail.el | 27737 | ;;; Generated autoloads from mail/unrmail.el |
| 27053 | 27738 | ||
| 27054 | (autoload (quote batch-unrmail) "unrmail" "\ | 27739 | (autoload (quote batch-unrmail) "unrmail" "\ |
| @@ -27067,8 +27752,8 @@ Convert Rmail file FILE to system inbox format file TO-FILE. | |||
| 27067 | 27752 | ||
| 27068 | ;;;*** | 27753 | ;;;*** |
| 27069 | 27754 | ||
| 27070 | ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (17187 | 27755 | ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (17379 |
| 27071 | ;;;;;; 59901)) | 27756 | ;;;;;; 24712)) |
| 27072 | ;;; Generated autoloads from emacs-lisp/unsafep.el | 27757 | ;;; Generated autoloads from emacs-lisp/unsafep.el |
| 27073 | 27758 | ||
| 27074 | (autoload (quote unsafep) "unsafep" "\ | 27759 | (autoload (quote unsafep) "unsafep" "\ |
| @@ -27080,15 +27765,38 @@ of symbols with local bindings. | |||
| 27080 | 27765 | ||
| 27081 | ;;;*** | 27766 | ;;;*** |
| 27082 | 27767 | ||
| 27083 | ;;;### (autoloads nil "url" "url/url.el" (17238 21257)) | 27768 | ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" |
| 27769 | ;;;;;; "url/url.el" (17350 14840)) | ||
| 27084 | ;;; Generated autoloads from url/url.el | 27770 | ;;; Generated autoloads from url/url.el |
| 27085 | 27771 | ||
| 27086 | (defvar url-configuration-directory "~/.url") | 27772 | (autoload (quote url-retrieve) "url" "\ |
| 27773 | Retrieve URL asynchronously and call CALLBACK with CBARGS when finished. | ||
| 27774 | URL is either a string or a parsed URL. | ||
| 27775 | |||
| 27776 | CALLBACK is called when the object has been completely retrieved, with | ||
| 27777 | the current buffer containing the object, and any MIME headers associated | ||
| 27778 | with it. Normally it gets the arguments in the list CBARGS. | ||
| 27779 | However, if what we find is a redirect, CALLBACK is given | ||
| 27780 | two additional args, `:redirect' and the redirected URL, | ||
| 27781 | followed by CBARGS. | ||
| 27782 | |||
| 27783 | Return the buffer URL will load into, or nil if the process has | ||
| 27784 | already completed. | ||
| 27785 | |||
| 27786 | \(fn URL CALLBACK &optional CBARGS)" nil nil) | ||
| 27787 | |||
| 27788 | (autoload (quote url-retrieve-synchronously) "url" "\ | ||
| 27789 | Retrieve URL synchronously. | ||
| 27790 | Return the buffer containing the data, or nil if there are no data | ||
| 27791 | associated with it (the case for dired, info, or mailto URLs that need | ||
| 27792 | no further processing). URL is either a string or a parsed URL. | ||
| 27793 | |||
| 27794 | \(fn URL)" nil nil) | ||
| 27087 | 27795 | ||
| 27088 | ;;;*** | 27796 | ;;;*** |
| 27089 | 27797 | ||
| 27090 | ;;;### (autoloads (url-register-auth-scheme url-get-authentication) | 27798 | ;;;### (autoloads (url-register-auth-scheme url-get-authentication) |
| 27091 | ;;;;;; "url-auth" "url/url-auth.el" (17187 59902)) | 27799 | ;;;;;; "url-auth" "url/url-auth.el" (17279 27123)) |
| 27092 | ;;; Generated autoloads from url/url-auth.el | 27800 | ;;; Generated autoloads from url/url-auth.el |
| 27093 | 27801 | ||
| 27094 | (autoload (quote url-get-authentication) "url-auth" "\ | 27802 | (autoload (quote url-get-authentication) "url-auth" "\ |
| @@ -27130,8 +27838,8 @@ RATING a rating between 1 and 10 of the strength of the authentication. | |||
| 27130 | ;;;*** | 27838 | ;;;*** |
| 27131 | 27839 | ||
| 27132 | ;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached | 27840 | ;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached |
| 27133 | ;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (17187 | 27841 | ;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (17337 |
| 27134 | ;;;;;; 59902)) | 27842 | ;;;;;; 56256)) |
| 27135 | ;;; Generated autoloads from url/url-cache.el | 27843 | ;;; Generated autoloads from url/url-cache.el |
| 27136 | 27844 | ||
| 27137 | (autoload (quote url-store-in-cache) "url-cache" "\ | 27845 | (autoload (quote url-store-in-cache) "url-cache" "\ |
| @@ -27156,7 +27864,7 @@ Return t iff a cached file has expired. | |||
| 27156 | 27864 | ||
| 27157 | ;;;*** | 27865 | ;;;*** |
| 27158 | 27866 | ||
| 27159 | ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (17187 59902)) | 27867 | ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (17279 27123)) |
| 27160 | ;;; Generated autoloads from url/url-cid.el | 27868 | ;;; Generated autoloads from url/url-cid.el |
| 27161 | 27869 | ||
| 27162 | (autoload (quote url-cid) "url-cid" "\ | 27870 | (autoload (quote url-cid) "url-cid" "\ |
| @@ -27166,46 +27874,8 @@ Not documented | |||
| 27166 | 27874 | ||
| 27167 | ;;;*** | 27875 | ;;;*** |
| 27168 | 27876 | ||
| 27169 | ;;;### (autoloads (url-cookie-setup-save-timer url-cookie-handle-set-cookie | ||
| 27170 | ;;;;;; url-cookie-generate-header-lines url-cookie-retrieve url-cookie-write-file | ||
| 27171 | ;;;;;; url-cookie-parse-file) "url-cookie" "url/url-cookie.el" (17187 | ||
| 27172 | ;;;;;; 59902)) | ||
| 27173 | ;;; Generated autoloads from url/url-cookie.el | ||
| 27174 | |||
| 27175 | (autoload (quote url-cookie-parse-file) "url-cookie" "\ | ||
| 27176 | Not documented | ||
| 27177 | |||
| 27178 | \(fn &optional FNAME)" nil nil) | ||
| 27179 | |||
| 27180 | (autoload (quote url-cookie-write-file) "url-cookie" "\ | ||
| 27181 | Not documented | ||
| 27182 | |||
| 27183 | \(fn &optional FNAME)" nil nil) | ||
| 27184 | |||
| 27185 | (autoload (quote url-cookie-retrieve) "url-cookie" "\ | ||
| 27186 | Retrieve all the netscape-style cookies for a specified HOST and LOCALPART. | ||
| 27187 | |||
| 27188 | \(fn HOST LOCALPART &optional SECURE)" nil nil) | ||
| 27189 | |||
| 27190 | (autoload (quote url-cookie-generate-header-lines) "url-cookie" "\ | ||
| 27191 | Not documented | ||
| 27192 | |||
| 27193 | \(fn HOST LOCALPART SECURE)" nil nil) | ||
| 27194 | |||
| 27195 | (autoload (quote url-cookie-handle-set-cookie) "url-cookie" "\ | ||
| 27196 | Not documented | ||
| 27197 | |||
| 27198 | \(fn STR)" nil nil) | ||
| 27199 | |||
| 27200 | (autoload (quote url-cookie-setup-save-timer) "url-cookie" "\ | ||
| 27201 | Reset the cookie saver timer. | ||
| 27202 | |||
| 27203 | \(fn)" t nil) | ||
| 27204 | |||
| 27205 | ;;;*** | ||
| 27206 | |||
| 27207 | ;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" | 27877 | ;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" |
| 27208 | ;;;;;; "url/url-dav.el" (17187 59902)) | 27878 | ;;;;;; "url/url-dav.el" (17279 27123)) |
| 27209 | ;;; Generated autoloads from url/url-dav.el | 27879 | ;;; Generated autoloads from url/url-dav.el |
| 27210 | 27880 | ||
| 27211 | (autoload (quote url-dav-supported-p) "url-dav" "\ | 27881 | (autoload (quote url-dav-supported-p) "url-dav" "\ |
| @@ -27220,8 +27890,8 @@ Not documented | |||
| 27220 | 27890 | ||
| 27221 | ;;;*** | 27891 | ;;;*** |
| 27222 | 27892 | ||
| 27223 | ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (17244 | 27893 | ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (17279 |
| 27224 | ;;;;;; 4914)) | 27894 | ;;;;;; 27189)) |
| 27225 | ;;; Generated autoloads from url/url-file.el | 27895 | ;;; Generated autoloads from url/url-file.el |
| 27226 | 27896 | ||
| 27227 | (autoload (quote url-file) "url-file" "\ | 27897 | (autoload (quote url-file) "url-file" "\ |
| @@ -27232,7 +27902,7 @@ Handle file: and ftp: URLs. | |||
| 27232 | ;;;*** | 27902 | ;;;*** |
| 27233 | 27903 | ||
| 27234 | ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" | 27904 | ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" |
| 27235 | ;;;;;; "url/url-gw.el" (17187 59902)) | 27905 | ;;;;;; "url/url-gw.el" (17279 27123)) |
| 27236 | ;;; Generated autoloads from url/url-gw.el | 27906 | ;;; Generated autoloads from url/url-gw.el |
| 27237 | 27907 | ||
| 27238 | (autoload (quote url-gateway-nslookup-host) "url-gw" "\ | 27908 | (autoload (quote url-gateway-nslookup-host) "url-gw" "\ |
| @@ -27250,8 +27920,8 @@ Will not make a connection if `url-gateway-unplugged' is non-nil. | |||
| 27250 | ;;;*** | 27920 | ;;;*** |
| 27251 | 27921 | ||
| 27252 | ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file | 27922 | ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file |
| 27253 | ;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (17277 | 27923 | ;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (17337 |
| 27254 | ;;;;;; 59650)) | 27924 | ;;;;;; 56256)) |
| 27255 | ;;; Generated autoloads from url/url-handlers.el | 27925 | ;;; Generated autoloads from url/url-handlers.el |
| 27256 | 27926 | ||
| 27257 | (defvar url-handler-mode nil "\ | 27927 | (defvar url-handler-mode nil "\ |
| @@ -27295,33 +27965,8 @@ Not documented | |||
| 27295 | 27965 | ||
| 27296 | ;;;*** | 27966 | ;;;*** |
| 27297 | 27967 | ||
| 27298 | ;;;### (autoloads (url-history-save-history url-history-parse-history | ||
| 27299 | ;;;;;; url-history-setup-save-timer) "url-history" "url/url-history.el" | ||
| 27300 | ;;;;;; (17187 59902)) | ||
| 27301 | ;;; Generated autoloads from url/url-history.el | ||
| 27302 | |||
| 27303 | (autoload (quote url-history-setup-save-timer) "url-history" "\ | ||
| 27304 | Reset the history list timer. | ||
| 27305 | |||
| 27306 | \(fn)" t nil) | ||
| 27307 | |||
| 27308 | (autoload (quote url-history-parse-history) "url-history" "\ | ||
| 27309 | Parse a history file stored in FNAME. | ||
| 27310 | |||
| 27311 | \(fn &optional FNAME)" nil nil) | ||
| 27312 | |||
| 27313 | (autoload (quote url-history-save-history) "url-history" "\ | ||
| 27314 | Write the global history file into `url-history-file'. | ||
| 27315 | The type of data written is determined by what is in the file to begin | ||
| 27316 | with. If the type of storage cannot be determined, then prompt the | ||
| 27317 | user for what type to save as. | ||
| 27318 | |||
| 27319 | \(fn &optional FNAME)" t nil) | ||
| 27320 | |||
| 27321 | ;;;*** | ||
| 27322 | |||
| 27323 | ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p | 27968 | ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p |
| 27324 | ;;;;;; url-http) "url-http" "url/url-http.el" (17244 4914)) | 27969 | ;;;;;; url-http) "url-http" "url/url-http.el" (17283 59911)) |
| 27325 | ;;; Generated autoloads from url/url-http.el | 27970 | ;;; Generated autoloads from url/url-http.el |
| 27326 | 27971 | ||
| 27327 | (autoload (quote url-http) "url-http" "\ | 27972 | (autoload (quote url-http) "url-http" "\ |
| @@ -27374,7 +28019,7 @@ p3p | |||
| 27374 | 28019 | ||
| 27375 | ;;;*** | 28020 | ;;;*** |
| 27376 | 28021 | ||
| 27377 | ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (17187 59902)) | 28022 | ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (17279 27123)) |
| 27378 | ;;; Generated autoloads from url/url-irc.el | 28023 | ;;; Generated autoloads from url/url-irc.el |
| 27379 | 28024 | ||
| 27380 | (autoload (quote url-irc) "url-irc" "\ | 28025 | (autoload (quote url-irc) "url-irc" "\ |
| @@ -27384,8 +28029,8 @@ Not documented | |||
| 27384 | 28029 | ||
| 27385 | ;;;*** | 28030 | ;;;*** |
| 27386 | 28031 | ||
| 27387 | ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (17187 | 28032 | ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (17279 |
| 27388 | ;;;;;; 59902)) | 28033 | ;;;;;; 27123)) |
| 27389 | ;;; Generated autoloads from url/url-ldap.el | 28034 | ;;; Generated autoloads from url/url-ldap.el |
| 27390 | 28035 | ||
| 27391 | (autoload (quote url-ldap) "url-ldap" "\ | 28036 | (autoload (quote url-ldap) "url-ldap" "\ |
| @@ -27399,7 +28044,7 @@ URL can be a URL string, or a URL vector of the type returned by | |||
| 27399 | ;;;*** | 28044 | ;;;*** |
| 27400 | 28045 | ||
| 27401 | ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" | 28046 | ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" |
| 27402 | ;;;;;; (17226 24578)) | 28047 | ;;;;;; (17279 27172)) |
| 27403 | ;;; Generated autoloads from url/url-mailto.el | 28048 | ;;; Generated autoloads from url/url-mailto.el |
| 27404 | 28049 | ||
| 27405 | (autoload (quote url-mail) "url-mailto" "\ | 28050 | (autoload (quote url-mail) "url-mailto" "\ |
| @@ -27415,7 +28060,7 @@ Handle the mailto: URL syntax. | |||
| 27415 | ;;;*** | 28060 | ;;;*** |
| 27416 | 28061 | ||
| 27417 | ;;;### (autoloads (url-data url-generic-emulator-loader url-info | 28062 | ;;;### (autoloads (url-data url-generic-emulator-loader url-info |
| 27418 | ;;;;;; url-man) "url-misc" "url/url-misc.el" (17187 59902)) | 28063 | ;;;;;; url-man) "url-misc" "url/url-misc.el" (17279 27123)) |
| 27419 | ;;; Generated autoloads from url/url-misc.el | 28064 | ;;; Generated autoloads from url/url-misc.el |
| 27420 | 28065 | ||
| 27421 | (autoload (quote url-man) "url-misc" "\ | 28066 | (autoload (quote url-man) "url-misc" "\ |
| @@ -27447,7 +28092,7 @@ Fetch a data URL (RFC 2397). | |||
| 27447 | ;;;*** | 28092 | ;;;*** |
| 27448 | 28093 | ||
| 27449 | ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" | 28094 | ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" |
| 27450 | ;;;;;; (17187 59902)) | 28095 | ;;;;;; (17374 21266)) |
| 27451 | ;;; Generated autoloads from url/url-news.el | 28096 | ;;; Generated autoloads from url/url-news.el |
| 27452 | 28097 | ||
| 27453 | (autoload (quote url-news) "url-news" "\ | 28098 | (autoload (quote url-news) "url-news" "\ |
| @@ -27464,7 +28109,7 @@ Not documented | |||
| 27464 | 28109 | ||
| 27465 | ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable | 28110 | ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable |
| 27466 | ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" | 28111 | ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" |
| 27467 | ;;;;;; (17187 59902)) | 28112 | ;;;;;; (17279 27123)) |
| 27468 | ;;; Generated autoloads from url/url-ns.el | 28113 | ;;; Generated autoloads from url/url-ns.el |
| 27469 | 28114 | ||
| 27470 | (autoload (quote isPlainHostName) "url-ns" "\ | 28115 | (autoload (quote isPlainHostName) "url-ns" "\ |
| @@ -27505,7 +28150,7 @@ Not documented | |||
| 27505 | ;;;*** | 28150 | ;;;*** |
| 27506 | 28151 | ||
| 27507 | ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" | 28152 | ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" |
| 27508 | ;;;;;; "url/url-parse.el" (17187 59902)) | 28153 | ;;;;;; "url/url-parse.el" (17279 27123)) |
| 27509 | ;;; Generated autoloads from url/url-parse.el | 28154 | ;;; Generated autoloads from url/url-parse.el |
| 27510 | 28155 | ||
| 27511 | (autoload (quote url-recreate-url) "url-parse" "\ | 28156 | (autoload (quote url-recreate-url) "url-parse" "\ |
| @@ -27523,11 +28168,11 @@ Format is: | |||
| 27523 | ;;;*** | 28168 | ;;;*** |
| 27524 | 28169 | ||
| 27525 | ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" | 28170 | ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" |
| 27526 | ;;;;;; (17187 59902)) | 28171 | ;;;;;; (17350 14840)) |
| 27527 | ;;; Generated autoloads from url/url-privacy.el | 28172 | ;;; Generated autoloads from url/url-privacy.el |
| 27528 | 28173 | ||
| 27529 | (autoload (quote url-setup-privacy-info) "url-privacy" "\ | 28174 | (autoload (quote url-setup-privacy-info) "url-privacy" "\ |
| 27530 | Not documented | 28175 | Setup variables that expose info about you and your system. |
| 27531 | 28176 | ||
| 27532 | \(fn)" t nil) | 28177 | \(fn)" t nil) |
| 27533 | 28178 | ||
| @@ -27539,7 +28184,7 @@ Not documented | |||
| 27539 | ;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date | 28184 | ;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date |
| 27540 | ;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string | 28185 | ;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string |
| 27541 | ;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el" | 28186 | ;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el" |
| 27542 | ;;;;;; (17187 59902)) | 28187 | ;;;;;; (17279 27123)) |
| 27543 | ;;; Generated autoloads from url/url-util.el | 28188 | ;;; Generated autoloads from url/url-util.el |
| 27544 | 28189 | ||
| 27545 | (defvar url-debug nil "\ | 28190 | (defvar url-debug nil "\ |
| @@ -27664,7 +28309,7 @@ This uses `url-current-object', set locally to the buffer. | |||
| 27664 | ;;;*** | 28309 | ;;;*** |
| 27665 | 28310 | ||
| 27666 | ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) | 28311 | ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) |
| 27667 | ;;;;;; "userlock" "userlock.el" (17187 59902)) | 28312 | ;;;;;; "userlock" "userlock.el" (17279 27123)) |
| 27668 | ;;; Generated autoloads from userlock.el | 28313 | ;;; Generated autoloads from userlock.el |
| 27669 | 28314 | ||
| 27670 | (autoload (quote ask-user-about-lock) "userlock" "\ | 28315 | (autoload (quote ask-user-about-lock) "userlock" "\ |
| @@ -27692,7 +28337,7 @@ The buffer in question is current when this function is called. | |||
| 27692 | 28337 | ||
| 27693 | ;;;*** | 28338 | ;;;*** |
| 27694 | 28339 | ||
| 27695 | ;;;### (autoloads nil "utf-7" "international/utf-7.el" (17257 22483)) | 28340 | ;;;### (autoloads nil "utf-7" "international/utf-7.el" (17279 27196)) |
| 27696 | ;;; Generated autoloads from international/utf-7.el | 28341 | ;;; Generated autoloads from international/utf-7.el |
| 27697 | (autoload-coding-system 'utf-7 '(require 'utf-7)) | 28342 | (autoload-coding-system 'utf-7 '(require 'utf-7)) |
| 27698 | 28343 | ||
| @@ -27700,7 +28345,7 @@ The buffer in question is current when this function is called. | |||
| 27700 | 28345 | ||
| 27701 | ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal | 28346 | ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal |
| 27702 | ;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el" | 28347 | ;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el" |
| 27703 | ;;;;;; (17187 59901)) | 28348 | ;;;;;; (17279 27122)) |
| 27704 | ;;; Generated autoloads from gnus/uudecode.el | 28349 | ;;; Generated autoloads from gnus/uudecode.el |
| 27705 | 28350 | ||
| 27706 | (autoload (quote uudecode-decode-region-external) "uudecode" "\ | 28351 | (autoload (quote uudecode-decode-region-external) "uudecode" "\ |
| @@ -27730,23 +28375,23 @@ If FILE-NAME is non-nil, save the result to FILE-NAME. | |||
| 27730 | ;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window | 28375 | ;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window |
| 27731 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file | 28376 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file |
| 27732 | ;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook | 28377 | ;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook |
| 27733 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (17263 27852)) | 28378 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (17374 21541)) |
| 27734 | ;;; Generated autoloads from vc.el | 28379 | ;;; Generated autoloads from vc.el |
| 27735 | 28380 | ||
| 27736 | (defvar vc-checkout-hook nil "\ | 28381 | (defvar vc-checkout-hook nil "\ |
| 27737 | *Normal hook (list of functions) run after checking out a file. | 28382 | Normal hook (list of functions) run after checking out a file. |
| 27738 | See `run-hooks'.") | 28383 | See `run-hooks'.") |
| 27739 | 28384 | ||
| 27740 | (custom-autoload (quote vc-checkout-hook) "vc") | 28385 | (custom-autoload (quote vc-checkout-hook) "vc") |
| 27741 | 28386 | ||
| 27742 | (defvar vc-checkin-hook nil "\ | 28387 | (defvar vc-checkin-hook nil "\ |
| 27743 | *Normal hook (list of functions) run after a checkin is done. | 28388 | Normal hook (list of functions) run after a checkin is done. |
| 27744 | See also `log-edit-done-hook'.") | 28389 | See also `log-edit-done-hook'.") |
| 27745 | 28390 | ||
| 27746 | (custom-autoload (quote vc-checkin-hook) "vc") | 28391 | (custom-autoload (quote vc-checkin-hook) "vc") |
| 27747 | 28392 | ||
| 27748 | (defvar vc-before-checkin-hook nil "\ | 28393 | (defvar vc-before-checkin-hook nil "\ |
| 27749 | *Normal hook (list of functions) run before a file is checked in. | 28394 | Normal hook (list of functions) run before a file is checked in. |
| 27750 | See `run-hooks'.") | 28395 | See `run-hooks'.") |
| 27751 | 28396 | ||
| 27752 | (custom-autoload (quote vc-before-checkin-hook) "vc") | 28397 | (custom-autoload (quote vc-before-checkin-hook) "vc") |
| @@ -27784,8 +28429,9 @@ Output from COMMAND goes to BUFFER, or *vc* if BUFFER is nil or the | |||
| 27784 | current buffer if BUFFER is t. If the destination buffer is not | 28429 | current buffer if BUFFER is t. If the destination buffer is not |
| 27785 | already current, set it up properly and erase it. The command is | 28430 | already current, set it up properly and erase it. The command is |
| 27786 | considered successful if its exit status does not exceed OKSTATUS (if | 28431 | considered successful if its exit status does not exceed OKSTATUS (if |
| 27787 | OKSTATUS is nil, that means to ignore errors, if it is 'async, that | 28432 | OKSTATUS is nil, that means to ignore error status, if it is `async', that |
| 27788 | means not to wait for termination of the subprocess). FILE is the | 28433 | means not to wait for termination of the subprocess; if it is t it means to |
| 28434 | ignore all execution errors). FILE is the | ||
| 27789 | name of the working file (may also be nil, to execute commands that | 28435 | name of the working file (may also be nil, to execute commands that |
| 27790 | don't expect a file name). If an optional list of FLAGS is present, | 28436 | don't expect a file name). If an optional list of FLAGS is present, |
| 27791 | that is inserted into the command line before the filename. | 28437 | that is inserted into the command line before the filename. |
| @@ -28013,11 +28659,11 @@ mode-specific menu. `vc-annotate-color-map' and | |||
| 28013 | `vc-annotate-very-old-color' defines the mapping of time to | 28659 | `vc-annotate-very-old-color' defines the mapping of time to |
| 28014 | colors. `vc-annotate-background' specifies the background color. | 28660 | colors. `vc-annotate-background' specifies the background color. |
| 28015 | 28661 | ||
| 28016 | \(fn PREFIX &optional REVISION DISPLAY-MODE)" t nil) | 28662 | \(fn FILE REV &optional DISPLAY-MODE BUF)" t nil) |
| 28017 | 28663 | ||
| 28018 | ;;;*** | 28664 | ;;;*** |
| 28019 | 28665 | ||
| 28020 | ;;;### (autoloads nil "vc-arch" "vc-arch.el" (17187 59902)) | 28666 | ;;;### (autoloads nil "vc-arch" "vc-arch.el" (17279 27123)) |
| 28021 | ;;; Generated autoloads from vc-arch.el | 28667 | ;;; Generated autoloads from vc-arch.el |
| 28022 | (defun vc-arch-registered (file) | 28668 | (defun vc-arch-registered (file) |
| 28023 | (if (vc-find-root file "{arch}/=tagging-method") | 28669 | (if (vc-find-root file "{arch}/=tagging-method") |
| @@ -28027,7 +28673,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 28027 | 28673 | ||
| 28028 | ;;;*** | 28674 | ;;;*** |
| 28029 | 28675 | ||
| 28030 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (17263 27852)) | 28676 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (17279 27198)) |
| 28031 | ;;; Generated autoloads from vc-cvs.el | 28677 | ;;; Generated autoloads from vc-cvs.el |
| 28032 | (defun vc-cvs-registered (f) | 28678 | (defun vc-cvs-registered (f) |
| 28033 | (when (file-readable-p (expand-file-name | 28679 | (when (file-readable-p (expand-file-name |
| @@ -28037,7 +28683,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 28037 | 28683 | ||
| 28038 | ;;;*** | 28684 | ;;;*** |
| 28039 | 28685 | ||
| 28040 | ;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (17226 24578)) | 28686 | ;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (17319 2456)) |
| 28041 | ;;; Generated autoloads from vc-mcvs.el | 28687 | ;;; Generated autoloads from vc-mcvs.el |
| 28042 | (defun vc-mcvs-registered (file) | 28688 | (defun vc-mcvs-registered (file) |
| 28043 | (if (vc-find-root file "MCVS/CVS") | 28689 | (if (vc-find-root file "MCVS/CVS") |
| @@ -28048,7 +28694,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 28048 | ;;;*** | 28694 | ;;;*** |
| 28049 | 28695 | ||
| 28050 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" | 28696 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" |
| 28051 | ;;;;;; (17187 59902)) | 28697 | ;;;;;; (17374 21550)) |
| 28052 | ;;; Generated autoloads from vc-rcs.el | 28698 | ;;; Generated autoloads from vc-rcs.el |
| 28053 | 28699 | ||
| 28054 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ | 28700 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ |
| @@ -28061,7 +28707,7 @@ For a description of possible values, see `vc-check-master-templates'.") | |||
| 28061 | ;;;*** | 28707 | ;;;*** |
| 28062 | 28708 | ||
| 28063 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" | 28709 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" |
| 28064 | ;;;;;; (17263 27852)) | 28710 | ;;;;;; (17374 21550)) |
| 28065 | ;;; Generated autoloads from vc-sccs.el | 28711 | ;;; Generated autoloads from vc-sccs.el |
| 28066 | 28712 | ||
| 28067 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ | 28713 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ |
| @@ -28078,7 +28724,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 28078 | 28724 | ||
| 28079 | ;;;*** | 28725 | ;;;*** |
| 28080 | 28726 | ||
| 28081 | ;;;### (autoloads nil "vc-svn" "vc-svn.el" (17277 59650)) | 28727 | ;;;### (autoloads nil "vc-svn" "vc-svn.el" (17319 1481)) |
| 28082 | ;;; Generated autoloads from vc-svn.el | 28728 | ;;; Generated autoloads from vc-svn.el |
| 28083 | (defun vc-svn-registered (f) | 28729 | (defun vc-svn-registered (f) |
| 28084 | (when (file-readable-p (expand-file-name | 28730 | (when (file-readable-p (expand-file-name |
| @@ -28091,7 +28737,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 28091 | ;;;*** | 28737 | ;;;*** |
| 28092 | 28738 | ||
| 28093 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" | 28739 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" |
| 28094 | ;;;;;; (17229 28055)) | 28740 | ;;;;;; (17279 27174)) |
| 28095 | ;;; Generated autoloads from progmodes/vhdl-mode.el | 28741 | ;;; Generated autoloads from progmodes/vhdl-mode.el |
| 28096 | 28742 | ||
| 28097 | (autoload (quote vhdl-mode) "vhdl-mode" "\ | 28743 | (autoload (quote vhdl-mode) "vhdl-mode" "\ |
| @@ -28632,7 +29278,7 @@ Key bindings: | |||
| 28632 | 29278 | ||
| 28633 | ;;;*** | 29279 | ;;;*** |
| 28634 | 29280 | ||
| 28635 | ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (17187 59879)) | 29281 | ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (17279 27079)) |
| 28636 | ;;; Generated autoloads from emulation/vi.el | 29282 | ;;; Generated autoloads from emulation/vi.el |
| 28637 | 29283 | ||
| 28638 | (autoload (quote vi-mode) "vi" "\ | 29284 | (autoload (quote vi-mode) "vi" "\ |
| @@ -28687,7 +29333,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs. | |||
| 28687 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion | 29333 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion |
| 28688 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer | 29334 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer |
| 28689 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" | 29335 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" |
| 28690 | ;;;;;; "language/viet-util.el" (17187 59881)) | 29336 | ;;;;;; "language/viet-util.el" (17279 27080)) |
| 28691 | ;;; Generated autoloads from language/viet-util.el | 29337 | ;;; Generated autoloads from language/viet-util.el |
| 28692 | 29338 | ||
| 28693 | (autoload (quote viet-encode-viscii-char) "viet-util" "\ | 29339 | (autoload (quote viet-encode-viscii-char) "viet-util" "\ |
| @@ -28733,8 +29379,8 @@ Not documented | |||
| 28733 | 29379 | ||
| 28734 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame | 29380 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame |
| 28735 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame | 29381 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame |
| 28736 | ;;;;;; view-file-other-window view-file) "view" "view.el" (17263 | 29382 | ;;;;;; view-file-other-window view-file) "view" "view.el" (17307 |
| 28737 | ;;;;;; 27852)) | 29383 | ;;;;;; 17625)) |
| 28738 | ;;; Generated autoloads from view.el | 29384 | ;;; Generated autoloads from view.el |
| 28739 | 29385 | ||
| 28740 | (defvar view-mode nil "\ | 29386 | (defvar view-mode nil "\ |
| @@ -28898,12 +29544,14 @@ p searches backward for last regular expression. | |||
| 28898 | \\[View-kill-and-leave] quit View mode, kill current buffer and go back to other buffer. | 29544 | \\[View-kill-and-leave] quit View mode, kill current buffer and go back to other buffer. |
| 28899 | 29545 | ||
| 28900 | The effect of \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] depends on how view-mode was entered. If it was | 29546 | The effect of \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] depends on how view-mode was entered. If it was |
| 28901 | entered by view-file, view-file-other-window or view-file-other-frame | 29547 | entered by view-file, view-file-other-window, view-file-other-frame, or |
| 28902 | \(\\[view-file], \\[view-file-other-window], \\[view-file-other-frame] or the dired mode v command), then \\[View-quit] will | 29548 | \\[dired-view-file] (\\[view-file], \\[view-file-other-window], |
| 28903 | try to kill the current buffer. If view-mode was entered from another buffer | 29549 | \\[view-file-other-frame], or the Dired mode v command), |
| 28904 | as is done by View-buffer, View-buffer-other-window, View-buffer-other frame, | 29550 | then \\[View-quit] will try to kill the current buffer. |
| 28905 | View-file, View-file-other-window or View-file-other-frame then \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] | 29551 | If view-mode was entered from another buffer, by \\[view-buffer], |
| 28906 | will return to that buffer. | 29552 | \\[view-buffer-other-window], \\[view-buffer-other frame], \\[view-file], |
| 29553 | \\[view-file-other-window], or \\[view-file-other-frame], | ||
| 29554 | then \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] will return to that buffer. | ||
| 28907 | 29555 | ||
| 28908 | Entry to view-mode runs the normal hook `view-mode-hook'. | 29556 | Entry to view-mode runs the normal hook `view-mode-hook'. |
| 28909 | 29557 | ||
| @@ -28941,8 +29589,8 @@ Exit View mode and make the current buffer editable. | |||
| 28941 | 29589 | ||
| 28942 | ;;;*** | 29590 | ;;;*** |
| 28943 | 29591 | ||
| 28944 | ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (17226 | 29592 | ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (17279 |
| 28945 | ;;;;;; 24575)) | 29593 | ;;;;;; 27171)) |
| 28946 | ;;; Generated autoloads from emulation/vip.el | 29594 | ;;; Generated autoloads from emulation/vip.el |
| 28947 | 29595 | ||
| 28948 | (autoload (quote vip-setup) "vip" "\ | 29596 | (autoload (quote vip-setup) "vip" "\ |
| @@ -28958,7 +29606,7 @@ Turn on VIP emulation of VI. | |||
| 28958 | ;;;*** | 29606 | ;;;*** |
| 28959 | 29607 | ||
| 28960 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" | 29608 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" |
| 28961 | ;;;;;; (17277 59649)) | 29609 | ;;;;;; (17374 21575)) |
| 28962 | ;;; Generated autoloads from emulation/viper.el | 29610 | ;;; Generated autoloads from emulation/viper.el |
| 28963 | 29611 | ||
| 28964 | (autoload (quote toggle-viper-mode) "viper" "\ | 29612 | (autoload (quote toggle-viper-mode) "viper" "\ |
| @@ -28975,7 +29623,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Viper'. | |||
| 28975 | ;;;*** | 29623 | ;;;*** |
| 28976 | 29624 | ||
| 28977 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" | 29625 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" |
| 28978 | ;;;;;; (17187 59901)) | 29626 | ;;;;;; (17279 27122)) |
| 28979 | ;;; Generated autoloads from emacs-lisp/warnings.el | 29627 | ;;; Generated autoloads from emacs-lisp/warnings.el |
| 28980 | 29628 | ||
| 28981 | (defvar warning-prefix-function nil "\ | 29629 | (defvar warning-prefix-function nil "\ |
| @@ -29063,7 +29711,7 @@ this is equivalent to `display-warning', using | |||
| 29063 | ;;;*** | 29711 | ;;;*** |
| 29064 | 29712 | ||
| 29065 | ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" | 29713 | ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" |
| 29066 | ;;;;;; (17226 24579)) | 29714 | ;;;;;; (17356 16048)) |
| 29067 | ;;; Generated autoloads from wdired.el | 29715 | ;;; Generated autoloads from wdired.el |
| 29068 | 29716 | ||
| 29069 | (autoload (quote wdired-change-to-wdired-mode) "wdired" "\ | 29717 | (autoload (quote wdired-change-to-wdired-mode) "wdired" "\ |
| @@ -29079,7 +29727,7 @@ See `wdired-mode'. | |||
| 29079 | 29727 | ||
| 29080 | ;;;*** | 29728 | ;;;*** |
| 29081 | 29729 | ||
| 29082 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (17187 59902)) | 29730 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (17337 56255)) |
| 29083 | ;;; Generated autoloads from net/webjump.el | 29731 | ;;; Generated autoloads from net/webjump.el |
| 29084 | 29732 | ||
| 29085 | (autoload (quote webjump) "webjump" "\ | 29733 | (autoload (quote webjump) "webjump" "\ |
| @@ -29096,7 +29744,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 29096 | ;;;*** | 29744 | ;;;*** |
| 29097 | 29745 | ||
| 29098 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" | 29746 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" |
| 29099 | ;;;;;; (17187 59902)) | 29747 | ;;;;;; (17279 27123)) |
| 29100 | ;;; Generated autoloads from progmodes/which-func.el | 29748 | ;;; Generated autoloads from progmodes/which-func.el |
| 29101 | (put 'which-func-format 'risky-local-variable t) | 29749 | (put 'which-func-format 'risky-local-variable t) |
| 29102 | (put 'which-func-current 'risky-local-variable t) | 29750 | (put 'which-func-current 'risky-local-variable t) |
| @@ -29130,7 +29778,7 @@ and off otherwise. | |||
| 29130 | ;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check | 29778 | ;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check |
| 29131 | ;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check | 29779 | ;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check |
| 29132 | ;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" | 29780 | ;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" |
| 29133 | ;;;;;; (17257 22483)) | 29781 | ;;;;;; (17279 27196)) |
| 29134 | ;;; Generated autoloads from whitespace.el | 29782 | ;;; Generated autoloads from whitespace.el |
| 29135 | 29783 | ||
| 29136 | (autoload (quote whitespace-toggle-leading-check) "whitespace" "\ | 29784 | (autoload (quote whitespace-toggle-leading-check) "whitespace" "\ |
| @@ -29220,7 +29868,7 @@ This is meant to be added buffer-locally to `write-file-functions'. | |||
| 29220 | ;;;*** | 29868 | ;;;*** |
| 29221 | 29869 | ||
| 29222 | ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse | 29870 | ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse |
| 29223 | ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (17187 59902)) | 29871 | ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (17279 27123)) |
| 29224 | ;;; Generated autoloads from wid-browse.el | 29872 | ;;; Generated autoloads from wid-browse.el |
| 29225 | 29873 | ||
| 29226 | (autoload (quote widget-browse-at) "wid-browse" "\ | 29874 | (autoload (quote widget-browse-at) "wid-browse" "\ |
| @@ -29247,8 +29895,8 @@ With arg, turn widget mode on if and only if arg is positive. | |||
| 29247 | ;;;*** | 29895 | ;;;*** |
| 29248 | 29896 | ||
| 29249 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create | 29897 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create |
| 29250 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (17277 | 29898 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (17374 |
| 29251 | ;;;;;; 59650)) | 29899 | ;;;;;; 21544)) |
| 29252 | ;;; Generated autoloads from wid-edit.el | 29900 | ;;; Generated autoloads from wid-edit.el |
| 29253 | 29901 | ||
| 29254 | (autoload (quote widgetp) "wid-edit" "\ | 29902 | (autoload (quote widgetp) "wid-edit" "\ |
| @@ -29278,7 +29926,9 @@ Call `insert' with ARGS even if surrounding text is read only. | |||
| 29278 | 29926 | ||
| 29279 | \(fn &rest ARGS)" nil nil) | 29927 | \(fn &rest ARGS)" nil nil) |
| 29280 | 29928 | ||
| 29281 | (defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map " " (quote widget-forward)) (define-key map [(shift tab)] (quote widget-backward)) (define-key map [backtab] (quote widget-backward)) (define-key map [down-mouse-2] (quote widget-button-click)) (define-key map " " (quote widget-button-press)) map) "\ | 29929 | (defalias (quote advertised-widget-backward) (quote widget-backward)) |
| 29930 | |||
| 29931 | (defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map " " (quote widget-forward)) (define-key map " " (quote widget-backward)) (define-key map [(shift tab)] (quote advertised-widget-backward)) (define-key map [backtab] (quote widget-backward)) (define-key map [down-mouse-2] (quote widget-button-click)) (define-key map " " (quote widget-button-press)) map) "\ | ||
| 29282 | Keymap containing useful binding for buffers containing widgets. | 29932 | Keymap containing useful binding for buffers containing widgets. |
| 29283 | Recommended as a parent keymap for modes using widgets.") | 29933 | Recommended as a parent keymap for modes using widgets.") |
| 29284 | 29934 | ||
| @@ -29290,8 +29940,8 @@ Setup current buffer so editing string widgets works. | |||
| 29290 | ;;;*** | 29940 | ;;;*** |
| 29291 | 29941 | ||
| 29292 | ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right | 29942 | ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right |
| 29293 | ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (17187 | 29943 | ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (17279 |
| 29294 | ;;;;;; 59902)) | 29944 | ;;;;;; 27123)) |
| 29295 | ;;; Generated autoloads from windmove.el | 29945 | ;;; Generated autoloads from windmove.el |
| 29296 | 29946 | ||
| 29297 | (autoload (quote windmove-left) "windmove" "\ | 29947 | (autoload (quote windmove-left) "windmove" "\ |
| @@ -29344,7 +29994,7 @@ Default MODIFIER is 'shift. | |||
| 29344 | ;;;*** | 29994 | ;;;*** |
| 29345 | 29995 | ||
| 29346 | ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" | 29996 | ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" |
| 29347 | ;;;;;; (17187 59902)) | 29997 | ;;;;;; (17279 27123)) |
| 29348 | ;;; Generated autoloads from winner.el | 29998 | ;;; Generated autoloads from winner.el |
| 29349 | 29999 | ||
| 29350 | (defvar winner-mode nil "\ | 30000 | (defvar winner-mode nil "\ |
| @@ -29363,7 +30013,7 @@ With arg, turn Winner mode on if and only if arg is positive. | |||
| 29363 | ;;;*** | 30013 | ;;;*** |
| 29364 | 30014 | ||
| 29365 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" | 30015 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" |
| 29366 | ;;;;;; "woman.el" (17238 21257)) | 30016 | ;;;;;; "woman.el" (17279 27185)) |
| 29367 | ;;; Generated autoloads from woman.el | 30017 | ;;; Generated autoloads from woman.el |
| 29368 | 30018 | ||
| 29369 | (autoload (quote woman) "woman" "\ | 30019 | (autoload (quote woman) "woman" "\ |
| @@ -29399,7 +30049,7 @@ decompress the file if appropriate. See the documentation for the | |||
| 29399 | ;;;*** | 30049 | ;;;*** |
| 29400 | 30050 | ||
| 29401 | ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" | 30051 | ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" |
| 29402 | ;;;;;; (17226 24575)) | 30052 | ;;;;;; (17279 27171)) |
| 29403 | ;;; Generated autoloads from emulation/ws-mode.el | 30053 | ;;; Generated autoloads from emulation/ws-mode.el |
| 29404 | 30054 | ||
| 29405 | (autoload (quote wordstar-mode) "ws-mode" "\ | 30055 | (autoload (quote wordstar-mode) "ws-mode" "\ |
| @@ -29512,7 +30162,7 @@ The key bindings are: | |||
| 29512 | ;;;*** | 30162 | ;;;*** |
| 29513 | 30163 | ||
| 29514 | ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" | 30164 | ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" |
| 29515 | ;;;;;; (17263 27852)) | 30165 | ;;;;;; (17379 24713)) |
| 29516 | ;;; Generated autoloads from xml.el | 30166 | ;;; Generated autoloads from xml.el |
| 29517 | 30167 | ||
| 29518 | (autoload (quote xml-parse-file) "xml" "\ | 30168 | (autoload (quote xml-parse-file) "xml" "\ |
| @@ -29537,8 +30187,8 @@ If PARSE-NS is non-nil, then QNAMES are expanded. | |||
| 29537 | 30187 | ||
| 29538 | ;;;*** | 30188 | ;;;*** |
| 29539 | 30189 | ||
| 29540 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (17187 | 30190 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (17337 |
| 29541 | ;;;;;; 59919)) | 30191 | ;;;;;; 56257)) |
| 29542 | ;;; Generated autoloads from xt-mouse.el | 30192 | ;;; Generated autoloads from xt-mouse.el |
| 29543 | 30193 | ||
| 29544 | (defvar xterm-mouse-mode nil "\ | 30194 | (defvar xterm-mouse-mode nil "\ |
| @@ -29567,7 +30217,7 @@ down the SHIFT key while pressing the mouse button. | |||
| 29567 | ;;;*** | 30217 | ;;;*** |
| 29568 | 30218 | ||
| 29569 | ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" | 30219 | ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" |
| 29570 | ;;;;;; "gnus/yenc.el" (17187 59901)) | 30220 | ;;;;;; "gnus/yenc.el" (17279 27122)) |
| 29571 | ;;; Generated autoloads from gnus/yenc.el | 30221 | ;;; Generated autoloads from gnus/yenc.el |
| 29572 | 30222 | ||
| 29573 | (autoload (quote yenc-decode-region) "yenc" "\ | 30223 | (autoload (quote yenc-decode-region) "yenc" "\ |
| @@ -29583,7 +30233,7 @@ Extract file name from an yenc header. | |||
| 29583 | ;;;*** | 30233 | ;;;*** |
| 29584 | 30234 | ||
| 29585 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism | 30235 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism |
| 29586 | ;;;;;; yow) "yow" "play/yow.el" (17187 59902)) | 30236 | ;;;;;; yow) "yow" "play/yow.el" (17307 17624)) |
| 29587 | ;;; Generated autoloads from play/yow.el | 30237 | ;;; Generated autoloads from play/yow.el |
| 29588 | 30238 | ||
| 29589 | (autoload (quote yow) "yow" "\ | 30239 | (autoload (quote yow) "yow" "\ |
| @@ -29609,7 +30259,7 @@ Zippy goes to the analyst. | |||
| 29609 | 30259 | ||
| 29610 | ;;;*** | 30260 | ;;;*** |
| 29611 | 30261 | ||
| 29612 | ;;;### (autoloads (zone) "zone" "play/zone.el" (17229 28054)) | 30262 | ;;;### (autoloads (zone) "zone" "play/zone.el" (17279 27174)) |
| 29613 | ;;; Generated autoloads from play/zone.el | 30263 | ;;; Generated autoloads from play/zone.el |
| 29614 | 30264 | ||
| 29615 | (autoload (quote zone) "zone" "\ | 30265 | (autoload (quote zone) "zone" "\ |
| @@ -29620,7 +30270,7 @@ Zone out, completely. | |||
| 29620 | ;;;*** | 30270 | ;;;*** |
| 29621 | 30271 | ||
| 29622 | ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" | 30272 | ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" |
| 29623 | ;;;;;; "net/zone-mode.el" (17187 59902)) | 30273 | ;;;;;; "net/zone-mode.el" (17279 27123)) |
| 29624 | ;;; Generated autoloads from net/zone-mode.el | 30274 | ;;; Generated autoloads from net/zone-mode.el |
| 29625 | 30275 | ||
| 29626 | (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ | 30276 | (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ |
| @@ -29679,7 +30329,9 @@ Zone-mode does two things: | |||
| 29679 | ;;;;;; "emulation/edt-vt100.el" "emulation/tpu-mapper.el" "emulation/viper-cmd.el" | 30329 | ;;;;;; "emulation/edt-vt100.el" "emulation/tpu-mapper.el" "emulation/viper-cmd.el" |
| 29680 | ;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" | 30330 | ;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" |
| 29681 | ;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el" | 30331 | ;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el" |
| 29682 | ;;;;;; "env.el" "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" | 30332 | ;;;;;; "env.el" "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el" |
| 30333 | ;;;;;; "erc/erc-identd.el" "erc/erc-lang.el" "erc/erc-menu.el" "erc/erc-nicklist.el" | ||
| 30334 | ;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" | ||
| 29683 | ;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" | 30335 | ;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" |
| 29684 | ;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" | 30336 | ;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" |
| 29685 | ;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" | 30337 | ;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" |
| @@ -29736,14 +30388,16 @@ Zone-mode does two things: | |||
| 29736 | ;;;;;; "ldefs-boot.el" "loadup.el" "mail/blessmail.el" "mail/mailheader.el" | 30388 | ;;;;;; "ldefs-boot.el" "loadup.el" "mail/blessmail.el" "mail/mailheader.el" |
| 29737 | ;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" | 30389 | ;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" |
| 29738 | ;;;;;; "mail/rmail-spam-filter.el" "mail/uce.el" "mail/vms-pmail.el" | 30390 | ;;;;;; "mail/rmail-spam-filter.el" "mail/uce.el" "mail/vms-pmail.el" |
| 29739 | ;;;;;; "mh-e/mh-acros.el" "mh-e/mh-alias.el" "mh-e/mh-customize.el" | 30391 | ;;;;;; "mh-e/mh-acros.el" "mh-e/mh-alias.el" "mh-e/mh-buffers.el" |
| 29740 | ;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el" | 30392 | ;;;;;; "mh-e/mh-compat.el" "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" |
| 29741 | ;;;;;; "mh-e/mh-inc.el" "mh-e/mh-index.el" "mh-e/mh-junk.el" "mh-e/mh-loaddefs.el" | 30393 | ;;;;;; "mh-e/mh-identity.el" "mh-e/mh-inc.el" "mh-e/mh-junk.el" |
| 29742 | ;;;;;; "mh-e/mh-mime.el" "mh-e/mh-pick.el" "mh-e/mh-print.el" "mh-e/mh-seq.el" | 30394 | ;;;;;; "mh-e/mh-letter.el" "mh-e/mh-limit.el" "mh-e/mh-loaddefs.el" |
| 29743 | ;;;;;; "mh-e/mh-speed.el" "mh-e/mh-utils.el" "misc.el" "mouse-copy.el" | 30395 | ;;;;;; "mh-e/mh-mime.el" "mh-e/mh-print.el" "mh-e/mh-scan.el" "mh-e/mh-search.el" |
| 29744 | ;;;;;; "mouse-drag.el" "mouse.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" | 30396 | ;;;;;; "mh-e/mh-seq.el" "mh-e/mh-show.el" "mh-e/mh-speed.el" "mh-e/mh-thread.el" |
| 29745 | ;;;;;; "net/eudcb-ldap.el" "net/eudcb-mab.el" "net/eudcb-ph.el" | 30397 | ;;;;;; "mh-e/mh-tool-bar.el" "mh-e/mh-utils.el" "mh-e/mh-xface.el" |
| 29746 | ;;;;;; "net/ldap.el" "net/netrc.el" "net/tls.el" "net/tramp-ftp.el" | 30398 | ;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el" |
| 30399 | ;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-mab.el" | ||
| 30400 | ;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tls.el" | ||
| 29747 | ;;;;;; "net/tramp-smb.el" "net/tramp-util.el" "net/tramp-uu.el" | 30401 | ;;;;;; "net/tramp-smb.el" "net/tramp-util.el" "net/tramp-uu.el" |
| 29748 | ;;;;;; "net/tramp-vc.el" "net/trampver.el" "obsolete/awk-mode.el" | 30402 | ;;;;;; "net/tramp-vc.el" "net/trampver.el" "obsolete/awk-mode.el" |
| 29749 | ;;;;;; "obsolete/bg-mouse.el" "obsolete/float.el" "obsolete/hilit19.el" | 30403 | ;;;;;; "obsolete/bg-mouse.el" "obsolete/float.el" "obsolete/hilit19.el" |
| @@ -29773,19 +30427,20 @@ Zone-mode does two things: | |||
| 29773 | ;;;;;; "term/vt100.el" "term/vt102.el" "term/vt125.el" "term/vt200.el" | 30427 | ;;;;;; "term/vt100.el" "term/vt102.el" "term/vt125.el" "term/vt200.el" |
| 29774 | ;;;;;; "term/vt201.el" "term/vt220.el" "term/vt240.el" "term/vt300.el" | 30428 | ;;;;;; "term/vt201.el" "term/vt220.el" "term/vt240.el" "term/vt300.el" |
| 29775 | ;;;;;; "term/vt320.el" "term/vt400.el" "term/vt420.el" "term/w32-win.el" | 30429 | ;;;;;; "term/vt320.el" "term/vt400.el" "term/vt420.el" "term/w32-win.el" |
| 29776 | ;;;;;; "term/wyse50.el" "term/x-win.el" "term/xterm.el" "textmodes/bib-mode.el" | 30430 | ;;;;;; "term/wyse50.el" "term/x-win.el" "term/xterm.el" "termdev.el" |
| 29777 | ;;;;;; "textmodes/fill.el" "textmodes/makeinfo.el" "textmodes/page-ext.el" | 30431 | ;;;;;; "textmodes/bib-mode.el" "textmodes/fill.el" "textmodes/makeinfo.el" |
| 29778 | ;;;;;; "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/refbib.el" | 30432 | ;;;;;; "textmodes/page-ext.el" "textmodes/page.el" "textmodes/paragraphs.el" |
| 29779 | ;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" | 30433 | ;;;;;; "textmodes/refbib.el" "textmodes/refer.el" "textmodes/reftex-auc.el" |
| 29780 | ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" | 30434 | ;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" |
| 29781 | ;;;;;; "textmodes/reftex-vars.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el" | 30435 | ;;;;;; "textmodes/reftex-toc.el" "textmodes/reftex-vars.el" "textmodes/texnfo-upd.el" |
| 29782 | ;;;;;; "timezone.el" "tooltip.el" "tree-widget.el" "uniquify.el" | 30436 | ;;;;;; "textmodes/text-mode.el" "timezone.el" "tooltip.el" "tree-widget.el" |
| 29783 | ;;;;;; "url/url-about.el" "url/url-dired.el" "url/url-expand.el" | 30437 | ;;;;;; "uniquify.el" "url/url-about.el" "url/url-cookie.el" "url/url-dired.el" |
| 29784 | ;;;;;; "url/url-ftp.el" "url/url-https.el" "url/url-imap.el" "url/url-methods.el" | 30438 | ;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" |
| 30439 | ;;;;;; "url/url-https.el" "url/url-imap.el" "url/url-methods.el" | ||
| 29785 | ;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el" | 30440 | ;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el" |
| 29786 | ;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el" | 30441 | ;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el" |
| 29787 | ;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" | 30442 | ;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" |
| 29788 | ;;;;;; "widget.el" "window.el" "x-dnd.el") (17279 20072 750932)) | 30443 | ;;;;;; "widget.el" "window.el" "x-dnd.el") (17383 38265 629878)) |
| 29789 | 30444 | ||
| 29790 | ;;;*** | 30445 | ;;;*** |
| 29791 | 30446 | ||
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 656630c61ac..47c7808f192 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,55 @@ | |||
| 1 | 2006-02-04 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-e.el (mh-inc-spool-list): Update example for Emacs 22 which | ||
| 4 | has an emacsclient command that supports --eval. I had read that | ||
| 5 | gnudoit was deprecated in favor of gnuclient anyway. | ||
| 6 | |||
| 7 | 2006-02-04 Eric Ding <ericding@alum.mit.edu> | ||
| 8 | |||
| 9 | * mh-mime.el (mh-file-mime-type-substitutions): Added entries to | ||
| 10 | handle OpenOffice documents. | ||
| 11 | |||
| 12 | 2006-02-03 Bill Wohler <wohler@newt.com> | ||
| 13 | |||
| 14 | * mh-e.el (Version, mh-version): Add +cvs to version. | ||
| 15 | |||
| 16 | 2006-02-03 Bill Wohler <wohler@newt.com> | ||
| 17 | |||
| 18 | Release MH-E version 7.91. | ||
| 19 | |||
| 20 | * mh-e.el (Version, mh-version): Update for release 7.91. | ||
| 21 | |||
| 22 | 2006-02-03 Bill Wohler <wohler@newt.com> | ||
| 23 | |||
| 24 | * mh-utils.el (mh-image-load-path, mh-image-load-path-called-flag) | ||
| 25 | (mh-image-load-path): Checkdoc fix. Docstring edits. Reduce scope | ||
| 26 | of local variable mh-library-name. | ||
| 27 | |||
| 28 | * mh-e.el (mh-folder-msg-number, mh-folder-refiled, mh-folder-to) | ||
| 29 | (mh-show-cc, mh-show-date, mh-show-header): Replace (min-colors | ||
| 30 | 88) with (min-colors 64) in face specifications so that MH-E still | ||
| 31 | looks good on systems with fewer colors (such as Eric Ding's). | ||
| 32 | |||
| 33 | 2006-02-03 Peter S Galbraith <psg@debian.org> | ||
| 34 | |||
| 35 | * mh-utils.el (mh-image-load-path): New variable to optionally | ||
| 36 | hold the directory where MH-E images are stored. If nil, then | ||
| 37 | the function `mh-image-load-path' will find it. This variable | ||
| 38 | will be used for Debian packaging. | ||
| 39 | (mh-image-load-path function): Use variable `mh-image-load-path' | ||
| 40 | if non-nil and exists. | ||
| 41 | |||
| 42 | 2006-02-03 Mark D. Baushke <mdb@gnu.org> | ||
| 43 | |||
| 44 | * mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar | ||
| 45 | for gnu-emacs or xemacs to avoid void-variable tool-bar-map lisp | ||
| 46 | errors if describe-bindings is called before tool-bar-mode is used. | ||
| 47 | |||
| 48 | 2006-02-03 Peter S Galbraith <psg@debian.org> | ||
| 49 | |||
| 50 | * mh-compat.el (mh-url-unreserved-chars): Fix typo from | ||
| 51 | `mh-url-unresrved-chars'. | ||
| 52 | |||
| 1 | 2006-02-02 Bill Wohler <wohler@newt.com> | 53 | 2006-02-02 Bill Wohler <wohler@newt.com> |
| 2 | 54 | ||
| 3 | * mh-e.el (Version, mh-version): Add +cvs to version. | 55 | * mh-e.el (Version, mh-version): Add +cvs to version. |
diff --git a/lisp/mh-e/mh-compat.el b/lisp/mh-e/mh-compat.el index d726a85a38f..1d7f1c90e79 100644 --- a/lisp/mh-e/mh-compat.el +++ b/lisp/mh-e/mh-compat.el | |||
| @@ -153,7 +153,7 @@ The arguments FIXEDCASE, LITERAL, SUBEXP, and START are ignored." | |||
| 153 | 153 | ||
| 154 | ;; Copy of constant from url-util.el in Emacs 22; needed by Emacs 21. | 154 | ;; Copy of constant from url-util.el in Emacs 22; needed by Emacs 21. |
| 155 | (if (not (boundp 'url-unreserved-chars)) | 155 | (if (not (boundp 'url-unreserved-chars)) |
| 156 | (defconst mh-url-unresrved-chars | 156 | (defconst mh-url-unreserved-chars |
| 157 | '( | 157 | '( |
| 158 | ?a ?b ?c ?d ?e ?f ?g ?h ?i ?j ?k ?l ?m ?n ?o ?p ?q ?r ?s ?t ?u ?v ?w ?x ?y ?z | 158 | ?a ?b ?c ?d ?e ?f ?g ?h ?i ?j ?k ?l ?m ?n ?o ?p ?q ?r ?s ?t ?u ?v ?w ?x ?y ?z |
| 159 | ?A ?B ?C ?D ?E ?F ?G ?H ?I ?J ?K ?L ?M ?N ?O ?P ?Q ?R ?S ?T ?U ?V ?W ?X ?Y ?Z | 159 | ?A ?B ?C ?D ?E ?F ?G ?H ?I ?J ?K ?L ?M ?N ?O ?P ?Q ?R ?S ?T ?U ?V ?W ?X ?Y ?Z |
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 5dd99466313..8012eab5c8a 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | ;; Author: Bill Wohler <wohler@newt.com> | 7 | ;; Author: Bill Wohler <wohler@newt.com> |
| 8 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 8 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
| 9 | ;; Version: 7.90+cvs | 9 | ;; Version: 7.91+cvs |
| 10 | ;; Keywords: mail | 10 | ;; Keywords: mail |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| @@ -121,7 +121,7 @@ | |||
| 121 | ;; Try to keep variables local to a single file. Provide accessors if | 121 | ;; Try to keep variables local to a single file. Provide accessors if |
| 122 | ;; variables are shared. Use this section as a last resort. | 122 | ;; variables are shared. Use this section as a last resort. |
| 123 | 123 | ||
| 124 | (defconst mh-version "7.90+cvs" "Version number of MH-E.") | 124 | (defconst mh-version "7.91+cvs" "Version number of MH-E.") |
| 125 | 125 | ||
| 126 | ;; Variants | 126 | ;; Variants |
| 127 | 127 | ||
| @@ -1521,14 +1521,17 @@ on the \"INS\" button. Enter a \"Spool File\" of \"~/mail/mh-e\", a | |||
| 1521 | \"Folder\" of \"mh-e\", and a \"Key Binding\" of \"m\". | 1521 | \"Folder\" of \"mh-e\", and a \"Key Binding\" of \"m\". |
| 1522 | 1522 | ||
| 1523 | You can use \"xbuffy\" to automate the incorporation of this mail | 1523 | You can use \"xbuffy\" to automate the incorporation of this mail |
| 1524 | using the \"gnudoit\" command in the \"gnuserv\" package as follows: | 1524 | using the Emacs 22 command \"emacsclient\" as follows: |
| 1525 | 1525 | ||
| 1526 | box ~/mail/mh-e | 1526 | box ~/mail/mh-e |
| 1527 | title mh-e | 1527 | title mh-e |
| 1528 | origMode | 1528 | origMode |
| 1529 | polltime 10 | 1529 | polltime 10 |
| 1530 | headertime 0 | 1530 | headertime 0 |
| 1531 | command gnudoit -q '(mh-inc-spool-mh-e)'" | 1531 | command emacsclient --eval '(mh-inc-spool-mh-e)' |
| 1532 | |||
| 1533 | In XEmacs, the command \"gnuclient\" is used in a similar | ||
| 1534 | fashion." | ||
| 1532 | :type '(repeat (list (file :tag "Spool File") | 1535 | :type '(repeat (list (file :tag "Spool File") |
| 1533 | (string :tag "Folder") | 1536 | (string :tag "Folder") |
| 1534 | (character :tag "Key Binding"))) | 1537 | (character :tag "Key Binding"))) |
| @@ -3037,9 +3040,9 @@ colors." | |||
| 3037 | 3040 | ||
| 3038 | (defface mh-folder-msg-number | 3041 | (defface mh-folder-msg-number |
| 3039 | (mh-defface-compat | 3042 | (mh-defface-compat |
| 3040 | '((((class color) (min-colors 88) (background light)) | 3043 | '((((class color) (min-colors 64) (background light)) |
| 3041 | (:foreground "snow4")) | 3044 | (:foreground "snow4")) |
| 3042 | (((class color) (min-colors 88) (background dark)) | 3045 | (((class color) (min-colors 64) (background dark)) |
| 3043 | (:foreground "snow3")) | 3046 | (:foreground "snow3")) |
| 3044 | (((class color)) | 3047 | (((class color)) |
| 3045 | (:foreground "cyan")))) | 3048 | (:foreground "cyan")))) |
| @@ -3050,9 +3053,9 @@ colors." | |||
| 3050 | 3053 | ||
| 3051 | (defface mh-folder-refiled | 3054 | (defface mh-folder-refiled |
| 3052 | (mh-defface-compat | 3055 | (mh-defface-compat |
| 3053 | '((((class color) (min-colors 88) (background light)) | 3056 | '((((class color) (min-colors 64) (background light)) |
| 3054 | (:foreground "DarkGoldenrod")) | 3057 | (:foreground "DarkGoldenrod")) |
| 3055 | (((class color) (min-colors 88) (background dark)) | 3058 | (((class color) (min-colors 64) (background dark)) |
| 3056 | (:foreground "LightGoldenrod")) | 3059 | (:foreground "LightGoldenrod")) |
| 3057 | (((class color)) | 3060 | (((class color)) |
| 3058 | (:foreground "yellow" :weight light)) | 3061 | (:foreground "yellow" :weight light)) |
| @@ -3106,9 +3109,9 @@ format `mh-scan-format-nmh' and the regular expression | |||
| 3106 | 3109 | ||
| 3107 | (defface mh-folder-to | 3110 | (defface mh-folder-to |
| 3108 | (mh-defface-compat | 3111 | (mh-defface-compat |
| 3109 | '((((class color) (min-colors 88) (background light)) | 3112 | '((((class color) (min-colors 64) (background light)) |
| 3110 | (:foreground "RosyBrown")) | 3113 | (:foreground "RosyBrown")) |
| 3111 | (((class color) (min-colors 88) (background dark)) | 3114 | (((class color) (min-colors 64) (background dark)) |
| 3112 | (:foreground "LightSalmon")) | 3115 | (:foreground "LightSalmon")) |
| 3113 | (((class color)) | 3116 | (((class color)) |
| 3114 | (:foreground "green")) | 3117 | (:foreground "green")) |
| @@ -3146,9 +3149,9 @@ format `mh-scan-format-nmh' and the regular expression | |||
| 3146 | 3149 | ||
| 3147 | (defface mh-show-cc | 3150 | (defface mh-show-cc |
| 3148 | (mh-defface-compat | 3151 | (mh-defface-compat |
| 3149 | '((((class color) (min-colors 88) (background light)) | 3152 | '((((class color) (min-colors 64) (background light)) |
| 3150 | (:foreground "DarkGoldenrod")) | 3153 | (:foreground "DarkGoldenrod")) |
| 3151 | (((class color) (min-colors 88) (background dark)) | 3154 | (((class color) (min-colors 64) (background dark)) |
| 3152 | (:foreground "LightGoldenrod")) | 3155 | (:foreground "LightGoldenrod")) |
| 3153 | (((class color)) | 3156 | (((class color)) |
| 3154 | (:foreground "yellow" :weight light)) | 3157 | (:foreground "yellow" :weight light)) |
| @@ -3164,9 +3167,9 @@ format `mh-scan-format-nmh' and the regular expression | |||
| 3164 | 3167 | ||
| 3165 | (defface mh-show-date | 3168 | (defface mh-show-date |
| 3166 | (mh-defface-compat | 3169 | (mh-defface-compat |
| 3167 | '((((class color) (min-colors 88) (background light)) | 3170 | '((((class color) (min-colors 64) (background light)) |
| 3168 | (:foreground "ForestGreen")) | 3171 | (:foreground "ForestGreen")) |
| 3169 | (((class color) (min-colors 88) (background dark)) | 3172 | (((class color) (min-colors 64) (background dark)) |
| 3170 | (:foreground "PaleGreen")) | 3173 | (:foreground "PaleGreen")) |
| 3171 | (((class color)) | 3174 | (((class color)) |
| 3172 | (:foreground "green")) | 3175 | (:foreground "green")) |
| @@ -3193,9 +3196,9 @@ format `mh-scan-format-nmh' and the regular expression | |||
| 3193 | 3196 | ||
| 3194 | (defface mh-show-header | 3197 | (defface mh-show-header |
| 3195 | (mh-defface-compat | 3198 | (mh-defface-compat |
| 3196 | '((((class color) (min-colors 88) (background light)) | 3199 | '((((class color) (min-colors 64) (background light)) |
| 3197 | (:foreground "RosyBrown")) | 3200 | (:foreground "RosyBrown")) |
| 3198 | (((class color) (min-colors 88) (background dark)) | 3201 | (((class color) (min-colors 64) (background dark)) |
| 3199 | (:foreground "LightSalmon")) | 3202 | (:foreground "LightSalmon")) |
| 3200 | (((class color)) | 3203 | (((class color)) |
| 3201 | (:foreground "green")) | 3204 | (:foreground "green")) |
diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index 787f5c371fe..b35b1e6aace 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el | |||
| @@ -1733,7 +1733,19 @@ Returns nil if file command not on system." | |||
| 1733 | (defvar mh-file-mime-type-substitutions | 1733 | (defvar mh-file-mime-type-substitutions |
| 1734 | '(("application/msword" "\.xls" "application/ms-excel") | 1734 | '(("application/msword" "\.xls" "application/ms-excel") |
| 1735 | ("application/msword" "\.ppt" "application/ms-powerpoint") | 1735 | ("application/msword" "\.ppt" "application/ms-powerpoint") |
| 1736 | ("text/plain" "\.vcf" "text/x-vcard")) | 1736 | ("text/plain" "\.vcf" "text/x-vcard") |
| 1737 | ("text/rtf" "\.rtf" "application/rtf") | ||
| 1738 | ("application/x-zip" "\.sxc" "application/vnd.sun.xml.calc") | ||
| 1739 | ("application/x-zip" "\.sxd" "application/vnd.sun.xml.draw") | ||
| 1740 | ("application/x-zip" "\.sxi" "application/vnd.sun.xml.impress") | ||
| 1741 | ("application/x-zip" "\.sxw" "application/vnd.sun.xml.writer") | ||
| 1742 | ("application/x-zip" "\.odg" "application/vnd.oasis.opendocument.graphics") | ||
| 1743 | ("application/x-zip" "\.odi" "application/vnd.oasis.opendocument.image") | ||
| 1744 | ("application/x-zip" "\.odp" | ||
| 1745 | "application/vnd.oasis.opendocument.presentation") | ||
| 1746 | ("application/x-zip" "\.ods" | ||
| 1747 | "application/vnd.oasis.opendocument.spreadsheet") | ||
| 1748 | ("application/x-zip" "\.odt" "application/vnd.oasis.opendocument.text")) | ||
| 1737 | "Substitutions to make for Content-Type returned from file command. | 1749 | "Substitutions to make for Content-Type returned from file command. |
| 1738 | The first element is the Content-Type returned by the file command. | 1750 | The first element is the Content-Type returned by the file command. |
| 1739 | The second element is a regexp matching the file name, usually the | 1751 | The second element is a regexp matching the file name, usually the |
diff --git a/lisp/mh-e/mh-tool-bar.el b/lisp/mh-e/mh-tool-bar.el index ebf07a77672..20b239189fa 100644 --- a/lisp/mh-e/mh-tool-bar.el +++ b/lisp/mh-e/mh-tool-bar.el | |||
| @@ -31,6 +31,10 @@ | |||
| 31 | ;;; Code: | 31 | ;;; Code: |
| 32 | 32 | ||
| 33 | (require 'mh-e) | 33 | (require 'mh-e) |
| 34 | (mh-do-in-gnu-emacs | ||
| 35 | (require 'tool-bar)) | ||
| 36 | (mh-do-in-xemacs | ||
| 37 | (require 'toolbar)) | ||
| 34 | 38 | ||
| 35 | ;;; Tool Bar Commands | 39 | ;;; Tool Bar Commands |
| 36 | 40 | ||
diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el index e948860058f..42f11376262 100644 --- a/lisp/mh-e/mh-utils.el +++ b/lisp/mh-e/mh-utils.el | |||
| @@ -81,30 +81,49 @@ used in lieu of `search' in the CL package." | |||
| 81 | "Delete the next LINES lines." | 81 | "Delete the next LINES lines." |
| 82 | (delete-region (point) (progn (forward-line lines) (point)))) | 82 | (delete-region (point) (progn (forward-line lines) (point)))) |
| 83 | 83 | ||
| 84 | (defvar mh-image-load-path-called-flag nil) | 84 | (defvar mh-image-load-path nil |
| 85 | "Directory where images for MH-E are found. | ||
| 86 | If nil, then the function `mh-image-load-path' will search for | ||
| 87 | the images in \"../../etc/images\" relative to the files in | ||
| 88 | \"lisp/mh-e\".") | ||
| 89 | |||
| 90 | (defvar mh-image-load-path-called-flag nil | ||
| 91 | "Non-nil means that the function `mh-image-load-path' has been called. | ||
| 92 | This variable is used by that function to avoid doing the work repeatedly.") | ||
| 85 | 93 | ||
| 86 | ;;;###mh-autoload | 94 | ;;;###mh-autoload |
| 87 | (defun mh-image-load-path () | 95 | (defun mh-image-load-path () |
| 88 | "Ensure that the MH-E images are accessible by `find-image'. | 96 | "Ensure that the MH-E images are accessible by `find-image'. |
| 89 | Images for MH-E are found in ../../etc/images relative to the | 97 | |
| 90 | files in \"lisp/mh-e\". If `image-load-path' exists (since Emacs | 98 | Images for MH-E are found in \"../../etc/images\" relative to the |
| 91 | 22), then the images directory is added to it if isn't already | 99 | files in \"lisp/mh-e\". This function saves the actual location |
| 92 | there. Otherwise, the images directory is added to the | 100 | found in the variable `mh-image-load-path'. If the images on your |
| 93 | `load-path' if it isn't already there." | 101 | system are actually located elsewhere, then set the variable |
| 102 | `mh-image-load-path' before starting MH-E. | ||
| 103 | |||
| 104 | If `image-load-path' exists (since Emacs 22), then the contents | ||
| 105 | of the variable `mh-image-load-path' is added to it if isn't | ||
| 106 | already there. Otherwise, the contents of the variable | ||
| 107 | `mh-image-load-path' is added to the `load-path' if it isn't | ||
| 108 | already there. | ||
| 109 | |||
| 110 | See also variable `mh-image-load-path-called-flag'." | ||
| 94 | (unless mh-image-load-path-called-flag | 111 | (unless mh-image-load-path-called-flag |
| 95 | (let (mh-library-name mh-image-load-path) | 112 | (if (or (not mh-image-load-path) |
| 96 | ;; First, find mh-e in the load-path. | 113 | (not (file-exists-p mh-image-load-path))) |
| 97 | (setq mh-library-name (locate-library "mh-e")) | 114 | (let (mh-library-name) |
| 98 | (if (not mh-library-name) | 115 | ;; First, find mh-e in the load-path. |
| 99 | (error "Can not find MH-E in load-path")) | 116 | (setq mh-library-name (locate-library "mh-e")) |
| 100 | (setq mh-image-load-path | 117 | (if (not mh-library-name) |
| 101 | (expand-file-name (concat (file-name-directory mh-library-name) | 118 | (error "Can not find MH-E in load-path")) |
| 102 | "../../etc/images"))) | 119 | (setq mh-image-load-path |
| 103 | (if (not (file-exists-p mh-image-load-path)) | 120 | (expand-file-name (concat (file-name-directory mh-library-name) |
| 104 | (error "Can not find image directory %s" mh-image-load-path)) | 121 | "../../etc/images"))))) |
| 105 | (if (boundp 'image-load-path) | 122 | (if (not (file-exists-p mh-image-load-path)) |
| 106 | (add-to-list 'image-load-path mh-image-load-path) | 123 | (error "Can not find image directory %s" mh-image-load-path)) |
| 107 | (add-to-list 'load-path mh-image-load-path))) | 124 | (if (boundp 'image-load-path) |
| 125 | (add-to-list 'image-load-path mh-image-load-path) | ||
| 126 | (add-to-list 'load-path mh-image-load-path)) | ||
| 108 | (setq mh-image-load-path-called-flag t))) | 127 | (setq mh-image-load-path-called-flag t))) |
| 109 | 128 | ||
| 110 | ;;;###mh-autoload | 129 | ;;;###mh-autoload |
diff --git a/lisp/newcomment.el b/lisp/newcomment.el index 9995b4b9156..5fa9ac09b0b 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; newcomment.el --- (un)comment regions of buffers | 1 | ;;; newcomment.el --- (un)comment regions of buffers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: code extracted from Emacs-20's simple.el | 6 | ;; Author: code extracted from Emacs-20's simple.el |
| 7 | ;; Maintainer: Stefan Monnier <monnier@iro.umontreal.ca> | 7 | ;; Maintainer: Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -96,7 +96,7 @@ Major modes should set this variable.") | |||
| 96 | 96 | ||
| 97 | ;;;###autoload | 97 | ;;;###autoload |
| 98 | (defcustom comment-column 32 | 98 | (defcustom comment-column 32 |
| 99 | "*Column to indent right-margin comments to. | 99 | "Column to indent right-margin comments to. |
| 100 | Each mode establishes a different default value for this variable; you | 100 | Each mode establishes a different default value for this variable; you |
| 101 | can set the value for a particular mode using that mode's hook. | 101 | can set the value for a particular mode using that mode's hook. |
| 102 | Comments might be indented to a value smaller than this in order | 102 | Comments might be indented to a value smaller than this in order |
| @@ -200,7 +200,7 @@ INDENT specifies that the `comment-start' markers should not be put at the | |||
| 200 | 200 | ||
| 201 | ;;;###autoload | 201 | ;;;###autoload |
| 202 | (defcustom comment-style 'plain | 202 | (defcustom comment-style 'plain |
| 203 | "*Style to be used for `comment-region'. | 203 | "Style to be used for `comment-region'. |
| 204 | See `comment-styles' for a list of available styles." | 204 | See `comment-styles' for a list of available styles." |
| 205 | :type (if (boundp 'comment-styles) | 205 | :type (if (boundp 'comment-styles) |
| 206 | `(choice ,@(mapcar (lambda (s) `(const ,(car s))) comment-styles)) | 206 | `(choice ,@(mapcar (lambda (s) `(const ,(car s))) comment-styles)) |
| @@ -220,7 +220,7 @@ makes the comment easier to read. Default is 1. nil means 0." | |||
| 220 | 220 | ||
| 221 | ;;;###autoload | 221 | ;;;###autoload |
| 222 | (defcustom comment-multi-line nil | 222 | (defcustom comment-multi-line nil |
| 223 | "*Non-nil means `comment-indent-new-line' continues comments. | 223 | "Non-nil means `comment-indent-new-line' continues comments. |
| 224 | That is, it inserts no new terminator or starter. | 224 | That is, it inserts no new terminator or starter. |
| 225 | This affects `auto-fill-mode', which is the main reason to | 225 | This affects `auto-fill-mode', which is the main reason to |
| 226 | customize this variable. | 226 | customize this variable. |
| @@ -1081,7 +1081,8 @@ If the region is active and `transient-mark-mode' is on, call | |||
| 1081 | case it calls `uncomment-region'). | 1081 | case it calls `uncomment-region'). |
| 1082 | Else, if the current line is empty, insert a comment and indent it. | 1082 | Else, if the current line is empty, insert a comment and indent it. |
| 1083 | Else if a prefix ARG is specified, call `comment-kill'. | 1083 | Else if a prefix ARG is specified, call `comment-kill'. |
| 1084 | Else, call `comment-indent'." | 1084 | Else, call `comment-indent'. |
| 1085 | You can configure `comment-style' to change the way regions are commented." | ||
| 1085 | (interactive "*P") | 1086 | (interactive "*P") |
| 1086 | (comment-normalize-vars) | 1087 | (comment-normalize-vars) |
| 1087 | (if (and mark-active transient-mark-mode) | 1088 | (if (and mark-active transient-mark-mode) |
diff --git a/lisp/obsolete/awk-mode.el b/lisp/obsolete/awk-mode.el index 166986fd34e..95c3a0582b7 100644 --- a/lisp/obsolete/awk-mode.el +++ b/lisp/obsolete/awk-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; awk-mode.el --- AWK code editing commands for Emacs | 1 | ;;; awk-mode.el --- AWK code editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1994, 1996, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1988, 1994, 1996, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: unix, languages | 7 | ;; Keywords: unix, languages |
diff --git a/lisp/obsolete/bg-mouse.el b/lisp/obsolete/bg-mouse.el index 687619a051b..abb0b9560ce 100644 --- a/lisp/obsolete/bg-mouse.el +++ b/lisp/obsolete/bg-mouse.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; bg-mouse.el --- GNU Emacs code for BBN Bitgraph mouse | 1 | ;;; bg-mouse.el --- GNU Emacs code for BBN Bitgraph mouse |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: John Robinson <jr@bbn-unix.arpa> | 6 | ;; Author: John Robinson <jr@bbn-unix.arpa> |
| 6 | ;; Stephen Gildea <gildea@bbn.com> | 7 | ;; Stephen Gildea <gildea@bbn.com> |
diff --git a/lisp/obsolete/fast-lock.el b/lisp/obsolete/fast-lock.el index 0d8fcfadc58..60c7988a66b 100644 --- a/lisp/obsolete/fast-lock.el +++ b/lisp/obsolete/fast-lock.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; fast-lock.el --- automagic text properties caching for fast Font Lock mode | 1 | ;;; fast-lock.el --- automagic text properties caching for fast Font Lock mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Marshall <simon@gnu.org> | 6 | ;; Author: Simon Marshall <simon@gnu.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/obsolete/float.el b/lisp/obsolete/float.el index 400956ea232..32f0ef6a412 100644 --- a/lisp/obsolete/float.el +++ b/lisp/obsolete/float.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; float.el --- obsolete floating point arithmetic package | 1 | ;;; float.el --- obsolete floating point arithmetic package |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Bill Rosenblatt | 6 | ;; Author: Bill Rosenblatt |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/obsolete/hilit19.el b/lisp/obsolete/hilit19.el index 666c580098f..adb4f7701dc 100644 --- a/lisp/obsolete/hilit19.el +++ b/lisp/obsolete/hilit19.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; hilit19.el --- customizable highlighting for Emacs 19 | 1 | ;;; hilit19.el --- customizable highlighting for Emacs 19 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jonathan Stigelman <stig@hackvan.com> | 6 | ;; Author: Jonathan Stigelman <stig@hackvan.com> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/obsolete/hscroll.el b/lisp/obsolete/hscroll.el index 5e3d141f73b..0659c47c199 100644 --- a/lisp/obsolete/hscroll.el +++ b/lisp/obsolete/hscroll.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; hscroll.el --- automatically scroll truncated lines horizontally | 1 | ;;; hscroll.el --- automatically scroll truncated lines horizontally |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1995, 1996, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1992, 1993, 1995, 1996, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Wayne Mesard <wmesard@esd.sgi.com> | 6 | ;; Author: Wayne Mesard <wmesard@esd.sgi.com> |
| 7 | ;; Keywords: display | 7 | ;; Keywords: display |
diff --git a/lisp/obsolete/iso-acc.el b/lisp/obsolete/iso-acc.el index 6ff9e31d7fd..756833fec4b 100644 --- a/lisp/obsolete/iso-acc.el +++ b/lisp/obsolete/iso-acc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; iso-acc.el --- minor mode providing electric accent keys | 1 | ;;; iso-acc.el --- minor mode providing electric accent keys |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Johan Vromans | 6 | ;; Author: Johan Vromans |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/obsolete/iso-swed.el b/lisp/obsolete/iso-swed.el index ab5287bc97a..510efd32016 100644 --- a/lisp/obsolete/iso-swed.el +++ b/lisp/obsolete/iso-swed.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; iso-swed.el --- set up char tables for ISO 8859/1 for Swedish/Finnish ttys | 1 | ;;; iso-swed.el --- set up char tables for ISO 8859/1 for Swedish/Finnish ttys |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Howard Gayle | 6 | ;; Author: Howard Gayle |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/obsolete/keyswap.el b/lisp/obsolete/keyswap.el index 0ed70d61dee..61b5bbeb171 100644 --- a/lisp/obsolete/keyswap.el +++ b/lisp/obsolete/keyswap.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; keyswap.el --- swap BS and DEL keys -*- no-byte-compile: t -*- | 1 | ;;; keyswap.el --- swap BS and DEL keys -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 6 | ;; Keywords: terminals | 7 | ;; Keywords: terminals |
diff --git a/lisp/obsolete/lazy-lock.el b/lisp/obsolete/lazy-lock.el index eaef84a6ab4..6dc9f31c066 100644 --- a/lisp/obsolete/lazy-lock.el +++ b/lisp/obsolete/lazy-lock.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; lazy-lock.el --- lazy demand-driven fontification for fast Font Lock mode | 1 | ;;; lazy-lock.el --- lazy demand-driven fontification for fast Font Lock mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Simon Marshall <simon@gnu.org> | 6 | ;; Author: Simon Marshall <simon@gnu.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/obsolete/mlsupport.el b/lisp/obsolete/mlsupport.el index 22356f1df64..68ee625cd8f 100644 --- a/lisp/obsolete/mlsupport.el +++ b/lisp/obsolete/mlsupport.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; mlsupport.el --- run-time support for mocklisp code | 1 | ;;; mlsupport.el --- run-time support for mocklisp code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: extensions | 7 | ;; Keywords: extensions |
diff --git a/lisp/obsolete/ooutline.el b/lisp/obsolete/ooutline.el index 17374ba1781..83f6fa69f30 100644 --- a/lisp/obsolete/ooutline.el +++ b/lisp/obsolete/ooutline.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ooutline.el --- outline mode commands for Emacs | 1 | ;;; ooutline.el --- outline mode commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1993, 1994, 1997, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1986, 1993, 1994, 1997, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: outlines | 7 | ;; Keywords: outlines |
diff --git a/lisp/obsolete/options.el b/lisp/obsolete/options.el index 733e3740dc0..1383666a9b1 100644 --- a/lisp/obsolete/options.el +++ b/lisp/obsolete/options.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; options.el --- edit Options command for Emacs | 1 | ;;; options.el --- edit Options command for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | 7 | ||
diff --git a/lisp/obsolete/profile.el b/lisp/obsolete/profile.el index 3d5ea982b86..80b27063dbc 100644 --- a/lisp/obsolete/profile.el +++ b/lisp/obsolete/profile.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; profile.el --- Emacs profiler (OBSOLETE; use elp.el instead) | 1 | ;;; profile.el --- Emacs profiler (OBSOLETE; use elp.el instead) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 1998, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1992, 1994, 1998, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> | 6 | ;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> |
| 7 | ;; Created: 07 Feb 1992 | 7 | ;; Created: 07 Feb 1992 |
diff --git a/lisp/obsolete/rnews.el b/lisp/obsolete/rnews.el index e6ab3e8c872..89c74dd7993 100644 --- a/lisp/obsolete/rnews.el +++ b/lisp/obsolete/rnews.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rnews.el --- USENET news reader for GNU Emacs | 1 | ;;; rnews.el --- USENET news reader for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1987, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
diff --git a/lisp/obsolete/rnewspost.el b/lisp/obsolete/rnewspost.el index 221f1a0e675..f07ce703db8 100644 --- a/lisp/obsolete/rnewspost.el +++ b/lisp/obsolete/rnewspost.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rnewspost.el --- USENET news poster/mailer for GNU Emacs | 1 | ;;; rnewspost.el --- USENET news poster/mailer for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1995, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1995, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: mail, news | 7 | ;; Keywords: mail, news |
diff --git a/lisp/obsolete/rsz-mini.el b/lisp/obsolete/rsz-mini.el index 94b7e212279..a9e4b007dd8 100644 --- a/lisp/obsolete/rsz-mini.el +++ b/lisp/obsolete/rsz-mini.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; rsz-mini.el --- dynamically resize minibuffer to display entire contents | 1 | ;;; rsz-mini.el --- dynamically resize minibuffer to display entire contents |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1993, 1994, 1995, 1997, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1993, 1994, 1995, 1997, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Noah Friedman <friedman@splode.com> | 6 | ;; Author: Noah Friedman <friedman@splode.com> |
| 7 | ;; Roland McGrath <roland@gnu.org> | 7 | ;; Roland McGrath <roland@gnu.org> |
diff --git a/lisp/obsolete/scribe.el b/lisp/obsolete/scribe.el index 1be01ebc5bb..905e63ea1c5 100644 --- a/lisp/obsolete/scribe.el +++ b/lisp/obsolete/scribe.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; scribe.el --- scribe mode, and its idiosyncratic commands | 1 | ;;; scribe.el --- scribe mode, and its idiosyncratic commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: wp | 7 | ;; Keywords: wp |
diff --git a/lisp/obsolete/sun-curs.el b/lisp/obsolete/sun-curs.el index 769d4de868f..faa55fb8dd5 100644 --- a/lisp/obsolete/sun-curs.el +++ b/lisp/obsolete/sun-curs.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; sun-curs.el --- cursor definitions for Sun windows | 1 | ;;; sun-curs.el --- cursor definitions for Sun windows |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Jeff Peck <peck@sun.com> | 6 | ;; Author: Jeff Peck <peck@sun.com> |
| 6 | ;; Keywords: hardware | 7 | ;; Keywords: hardware |
diff --git a/lisp/obsolete/sun-fns.el b/lisp/obsolete/sun-fns.el index 614b352ad3a..532d28462c9 100644 --- a/lisp/obsolete/sun-fns.el +++ b/lisp/obsolete/sun-fns.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; sun-fns.el --- subroutines of Mouse handling for Sun windows | 1 | ;;; sun-fns.el --- subroutines of Mouse handling for Sun windows |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Jeff Peck <peck@sun.com> | 6 | ;; Author: Jeff Peck <peck@sun.com> |
| 6 | ;; Maintainer: none | 7 | ;; Maintainer: none |
diff --git a/lisp/obsolete/uncompress.el b/lisp/obsolete/uncompress.el index 7ee25992218..7c1ab59fd87 100644 --- a/lisp/obsolete/uncompress.el +++ b/lisp/obsolete/uncompress.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; uncompress.el --- auto-decompression hook for visiting .Z files | 1 | ;;; uncompress.el --- auto-decompression hook for visiting .Z files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1992, 1994, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: files | 7 | ;; Keywords: files |
diff --git a/lisp/obsolete/x-apollo.el b/lisp/obsolete/x-apollo.el index edf3436aa96..869f63481ee 100644 --- a/lisp/obsolete/x-apollo.el +++ b/lisp/obsolete/x-apollo.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; x-apollo.el --- Apollo support functions | 1 | ;;; x-apollo.el --- Apollo support functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/lisp/obsolete/x-menu.el b/lisp/obsolete/x-menu.el index 12427f803cc..c13c9c1865b 100644 --- a/lisp/obsolete/x-menu.el +++ b/lisp/obsolete/x-menu.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; x-menu.el --- menu support for X | 1 | ;;; x-menu.el --- menu support for X |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/lisp/play/5x5.el b/lisp/play/5x5.el index 855de92ffc0..db76fbb7725 100644 --- a/lisp/play/5x5.el +++ b/lisp/play/5x5.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; 5x5.el --- simple little puzzle game | 1 | ;;; 5x5.el --- simple little puzzle game |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Pearson <davep@davep.org> | 6 | ;; Author: Dave Pearson <davep@davep.org> |
| 7 | ;; Maintainer: Dave Pearson <davep@davep.org> | 7 | ;; Maintainer: Dave Pearson <davep@davep.org> |
diff --git a/lisp/play/animate.el b/lisp/play/animate.el index 47f08a8b098..8664023c230 100644 --- a/lisp/play/animate.el +++ b/lisp/play/animate.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; animate.el --- make text dance | 1 | ;;; animate.el --- make text dance |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: Richard Stallman <rms@gnu.org> | 6 | ;; Maintainer: Richard Stallman <rms@gnu.org> |
| 6 | ;; Keywords: games | 7 | ;; Keywords: games |
diff --git a/lisp/play/blackbox.el b/lisp/play/blackbox.el index fb0474d1460..10a7c231b30 100644 --- a/lisp/play/blackbox.el +++ b/lisp/play/blackbox.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; blackbox.el --- blackbox game in Emacs Lisp | 1 | ;;; blackbox.el --- blackbox game in Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: F. Thomas May <uw-nsr!uw-warp!tom@beaver.cs.washington.edu> | 6 | ;; Author: F. Thomas May <uw-nsr!uw-warp!tom@beaver.cs.washington.edu> |
| 7 | ;; Adapted-By: ESR | 7 | ;; Adapted-By: ESR |
diff --git a/lisp/play/bruce.el b/lisp/play/bruce.el index 7774e29f2a4..98294884ebd 100644 --- a/lisp/play/bruce.el +++ b/lisp/play/bruce.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;;; Decency Act snoops, if any. | 2 | ;;; Decency Act snoops, if any. |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1988, 1993, 1997, 2002, 2003, 2004, | 4 | ;; Copyright (C) 1988, 1993, 1997, 2002, 2003, 2004, |
| 5 | ;; 2005 Free Software Foundation, Inc. | 5 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 8 | ;; Keywords: games | 8 | ;; Keywords: games |
diff --git a/lisp/play/cookie1.el b/lisp/play/cookie1.el index 7f17274a68d..bc4ee84da2f 100644 --- a/lisp/play/cookie1.el +++ b/lisp/play/cookie1.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; cookie1.el --- retrieve random phrases from fortune cookie files | 1 | ;;; cookie1.el --- retrieve random phrases from fortune cookie files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 6 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el index e8850e6fdf4..88b5f2ace46 100644 --- a/lisp/play/decipher.el +++ b/lisp/play/decipher.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; decipher.el --- cryptanalyze monoalphabetic substitution ciphers | 1 | ;;; decipher.el --- cryptanalyze monoalphabetic substitution ciphers |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1995, 1996, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1995, 1996, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Christopher J. Madsen <chris_madsen@geocities.com> | 6 | ;; Author: Christopher J. Madsen <chris_madsen@geocities.com> |
| 7 | ;; Keywords: games | 7 | ;; Keywords: games |
diff --git a/lisp/play/dissociate.el b/lisp/play/dissociate.el index cd19a716864..ce1f8b55432 100644 --- a/lisp/play/dissociate.el +++ b/lisp/play/dissociate.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; dissociate.el --- scramble text amusingly for Emacs | 1 | ;;; dissociate.el --- scramble text amusingly for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 6 | ;; Keywords: games | 7 | ;; Keywords: games |
diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el index 62a30d34191..2c6a75da03e 100644 --- a/lisp/play/dunnet.el +++ b/lisp/play/dunnet.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; dunnet.el --- text adventure for Emacs | 1 | ;;; dunnet.el --- text adventure for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1992, 1993, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ron Schnell <ronnie@driver-aces.com> | 6 | ;; Author: Ron Schnell <ronnie@driver-aces.com> |
| 7 | ;; Created: 25 Jul 1992 | 7 | ;; Created: 25 Jul 1992 |
diff --git a/lisp/play/fortune.el b/lisp/play/fortune.el index 3524eeb5294..12692292d3a 100644 --- a/lisp/play/fortune.el +++ b/lisp/play/fortune.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; fortune.el --- use fortune to create signatures | 1 | ;;; fortune.el --- use fortune to create signatures |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1999, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Holger Schauer <Holger.Schauer@gmx.de> | 6 | ;; Author: Holger Schauer <Holger.Schauer@gmx.de> |
| 7 | ;; Keywords: games utils mail | 7 | ;; Keywords: games utils mail |
diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el index ee64c178414..3cc91226fe8 100644 --- a/lisp/play/gamegrid.el +++ b/lisp/play/gamegrid.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gamegrid.el --- library for implementing grid-based games on Emacs | 1 | ;;; gamegrid.el --- library for implementing grid-based games on Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1998, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Glynn Clements <glynn@sensei.co.uk> | 6 | ;; Author: Glynn Clements <glynn@sensei.co.uk> |
| 7 | ;; Version: 1.02 | 7 | ;; Version: 1.02 |
diff --git a/lisp/play/gametree.el b/lisp/play/gametree.el index 9e80024c90b..82eef652f52 100644 --- a/lisp/play/gametree.el +++ b/lisp/play/gametree.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gametree.el --- manage game analysis trees in Emacs | 1 | ;;; gametree.el --- manage game analysis trees in Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1999, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1997, 1999, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ian T Zimmerman <itz@rahul.net> | 6 | ;; Author: Ian T Zimmerman <itz@rahul.net> |
| 7 | ;; Created: Wed Dec 10 07:41:46 PST 1997 | 7 | ;; Created: Wed Dec 10 07:41:46 PST 1997 |
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el index c7089ddd7f7..ee321b44d31 100644 --- a/lisp/play/gomoku.el +++ b/lisp/play/gomoku.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; gomoku.el --- Gomoku game between you and Emacs | 1 | ;;; gomoku.el --- Gomoku game between you and Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1994, 1996, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1988, 1994, 1996, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> | 6 | ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el index 066832e7eb3..5e9ba975607 100644 --- a/lisp/play/handwrite.el +++ b/lisp/play/handwrite.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; handwrite.el --- turns your emacs buffer into a handwritten document -*- coding: iso-latin-1; -*- | 1 | ;;; handwrite.el --- turns your emacs buffer into a handwritten document -*- coding: iso-latin-1; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Danny Roozendaal (was: <danny@tvs.kun.nl>) | 6 | ;; Author: Danny Roozendaal (was: <danny@tvs.kun.nl>) |
| 6 | ;; Created: October 21 1996 | 7 | ;; Created: October 21 1996 |
diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el index 48b614ea111..ed4181e5b8d 100644 --- a/lisp/play/landmark.el +++ b/lisp/play/landmark.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; landmark.el --- neural-network robot that learns landmarks | 1 | ;;; landmark.el --- neural-network robot that learns landmarks |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Terrence Brannon (was: <brannon@rana.usc.edu>) | 6 | ;; Author: Terrence Brannon (was: <brannon@rana.usc.edu>) |
| 7 | ;; Created: December 16, 1996 - first release to usenet | 7 | ;; Created: December 16, 1996 - first release to usenet |
diff --git a/lisp/play/life.el b/lisp/play/life.el index 56f10ff2581..263c4450c9d 100644 --- a/lisp/play/life.el +++ b/lisp/play/life.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; life.el --- John Horton Conway's `Life' game for GNU Emacs | 1 | ;;; life.el --- John Horton Conway's `Life' game for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kyle Jones <kyleuunet.uu.net> | 6 | ;; Author: Kyle Jones <kyleuunet.uu.net> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
diff --git a/lisp/play/morse.el b/lisp/play/morse.el index ae3533227e4..bf5abdfbd4c 100644 --- a/lisp/play/morse.el +++ b/lisp/play/morse.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; morse.el --- convert text to morse code and back -*- coding: utf-8 -*- | 1 | ;;; morse.el --- convert text to morse code and back -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Rick Farnbach <rick_farnbach@MENTORG.COM> | 6 | ;; Author: Rick Farnbach <rick_farnbach@MENTORG.COM> |
| 6 | ;; Keywords: games | 7 | ;; Keywords: games |
diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el index 6f2c9200928..ebeeb3159f8 100644 --- a/lisp/play/mpuz.el +++ b/lisp/play/mpuz.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; mpuz.el --- multiplication puzzle for GNU Emacs | 1 | ;;; mpuz.el --- multiplication puzzle for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> | 6 | ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> |
| 6 | ;; Overhauled: Daniel Pfeiffer <occitan@esperanto.org> | 7 | ;; Overhauled: Daniel Pfeiffer <occitan@esperanto.org> |
diff --git a/lisp/play/pong.el b/lisp/play/pong.el index e4931c63088..d73d789d0d3 100644 --- a/lisp/play/pong.el +++ b/lisp/play/pong.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; pong.el --- classical implementation of pong | 1 | ;;; pong.el --- classical implementation of pong |
| 2 | 2 | ||
| 3 | ;; Copyright 1999, 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Benjamin Drieu <bdrieu@april.org> | 6 | ;; Author: Benjamin Drieu <bdrieu@april.org> |
| 7 | ;; Keywords: games | 7 | ;; Keywords: games |
diff --git a/lisp/play/snake.el b/lisp/play/snake.el index 9f2f9c62098..ae942212a18 100644 --- a/lisp/play/snake.el +++ b/lisp/play/snake.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; snake.el --- implementation of Snake for Emacs | 1 | ;;; snake.el --- implementation of Snake for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Glynn Clements <glynn@sensei.co.uk> | 6 | ;; Author: Glynn Clements <glynn@sensei.co.uk> |
| 6 | ;; Created: 1997-09-10 | 7 | ;; Created: 1997-09-10 |
diff --git a/lisp/play/solitaire.el b/lisp/play/solitaire.el index 2e20a737e08..d6faeb5e5ad 100644 --- a/lisp/play/solitaire.el +++ b/lisp/play/solitaire.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; solitaire.el --- game of solitaire in Emacs Lisp | 1 | ;;; solitaire.el --- game of solitaire in Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Jan Schormann <Jan.Schormann@rechen-gilde.de> | 6 | ;; Author: Jan Schormann <Jan.Schormann@rechen-gilde.de> |
| 6 | ;; Created: Fri afternoon, Jun 3, 1994 | 7 | ;; Created: Fri afternoon, Jun 3, 1994 |
diff --git a/lisp/play/spook.el b/lisp/play/spook.el index 0979f6a0043..fbad9ab0f13 100644 --- a/lisp/play/spook.el +++ b/lisp/play/spook.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; spook.el --- spook phrase utility for overloading the NSA line eater | 1 | ;;; spook.el --- spook phrase utility for overloading the NSA line eater |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1993, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1988, 1993, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: games | 7 | ;; Keywords: games |
diff --git a/lisp/play/tetris.el b/lisp/play/tetris.el index 839046a9613..531d61e20e6 100644 --- a/lisp/play/tetris.el +++ b/lisp/play/tetris.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; tetris.el --- implementation of Tetris for Emacs | 1 | ;;; tetris.el --- implementation of Tetris for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2002, 2003, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Glynn Clements <glynn@sensei.co.uk> | 6 | ;; Author: Glynn Clements <glynn@sensei.co.uk> |
| 6 | ;; Version: 2.01 | 7 | ;; Version: 2.01 |
diff --git a/lisp/play/yow.el b/lisp/play/yow.el index 74a30d6ac9d..b86ad9d4c66 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; yow.el --- quote random zippyisms | 1 | ;;; yow.el --- quote random zippyisms |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 2000, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1993, 1994, 1995, 2000, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Author: Richard Mlynarik | 7 | ;; Author: Richard Mlynarik |
diff --git a/lisp/play/zone.el b/lisp/play/zone.el index b914d1ba887..0f04a043c8e 100644 --- a/lisp/play/zone.el +++ b/lisp/play/zone.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; zone.el --- idle display hacks | 1 | ;;; zone.el --- idle display hacks |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Victor Zandy <zandy@cs.wisc.edu> | 6 | ;; Author: Victor Zandy <zandy@cs.wisc.edu> |
| 7 | ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org> | 7 | ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org> |
diff --git a/lisp/simple.el b/lisp/simple.el index 53f3d7cfc91..b8f01680a81 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -1889,11 +1889,14 @@ the contents are inserted into the buffer anyway. | |||
| 1889 | 1889 | ||
| 1890 | Optional arguments NOT-THIS-WINDOW and FRAME are as for `display-buffer', | 1890 | Optional arguments NOT-THIS-WINDOW and FRAME are as for `display-buffer', |
| 1891 | and only used if a buffer is displayed." | 1891 | and only used if a buffer is displayed." |
| 1892 | (cond ((and (stringp message) (not (string-match "\n" message))) | 1892 | (cond ((and (stringp message) |
| 1893 | (not (string-match "\n" message)) | ||
| 1894 | (<= (length message) (frame-width))) | ||
| 1893 | ;; Trivial case where we can use the echo area | 1895 | ;; Trivial case where we can use the echo area |
| 1894 | (message "%s" message)) | 1896 | (message "%s" message)) |
| 1895 | ((and (stringp message) | 1897 | ((and (stringp message) |
| 1896 | (= (string-match "\n" message) (1- (length message)))) | 1898 | (= (string-match "\n" message) (1- (length message))) |
| 1899 | (<= (1- (length message)) (frame-width))) | ||
| 1897 | ;; Trivial case where we can just remove single trailing newline | 1900 | ;; Trivial case where we can just remove single trailing newline |
| 1898 | (message "%s" (substring message 0 (1- (length message))))) | 1901 | (message "%s" (substring message 0 (1- (length message))))) |
| 1899 | (t | 1902 | (t |
| @@ -1910,7 +1913,7 @@ and only used if a buffer is displayed." | |||
| 1910 | (let ((lines | 1913 | (let ((lines |
| 1911 | (if (= (buffer-size) 0) | 1914 | (if (= (buffer-size) 0) |
| 1912 | 0 | 1915 | 0 |
| 1913 | (count-lines (point-min) (point-max))))) | 1916 | (count-screen-lines nil nil nil (minibuffer-window))))) |
| 1914 | (cond ((= lines 0)) | 1917 | (cond ((= lines 0)) |
| 1915 | ((and (or (<= lines 1) | 1918 | ((and (or (<= lines 1) |
| 1916 | (<= lines | 1919 | (<= lines |
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el index 7fd2db1deb6..ababc041099 100644 --- a/lisp/textmodes/nroff-mode.el +++ b/lisp/textmodes/nroff-mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source | 1 | ;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1994, 1995, 1997, 2001, 2002, 2003, | 3 | ;; Copyright (C) 1985, 1986, 1994, 1995, 1997, 2001, 2002, 2003, |
| 4 | ;; 2004, 2005 Free Software Foundation, Inc. | 4 | ;; 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: wp | 7 | ;; Keywords: wp |
| @@ -86,14 +86,14 @@ | |||
| 86 | ;; variants). This won't currently do groff's \A'foo' and | 86 | ;; variants). This won't currently do groff's \A'foo' and |
| 87 | ;; the like properly. One might expect it to highlight an escape's | 87 | ;; the like properly. One might expect it to highlight an escape's |
| 88 | ;; arguments in common cases, like \f. | 88 | ;; arguments in common cases, like \f. |
| 89 | (concat "\\\\" ; backslash | 89 | (concat "\\\\" ; backslash |
| 90 | "\\(" ; followed by various possibilities | 90 | "\\(" ; followed by various possibilities |
| 91 | (mapconcat 'identity | 91 | (mapconcat 'identity |
| 92 | '("[f*n]*\\[.+]" ; some groff extensions | 92 | '("[f*n]*\\[.+?]" ; some groff extensions |
| 93 | "(.." ; two chars after ( | 93 | "(.." ; two chars after ( |
| 94 | "[^(\"]" ; single char escape | 94 | "[^(\"]" ; single char escape |
| 95 | ) "\\|") | 95 | ) "\\|") |
| 96 | "\\)") | 96 | "\\)") |
| 97 | ) | 97 | ) |
| 98 | "Font-lock highlighting control in `nroff-mode'." | 98 | "Font-lock highlighting control in `nroff-mode'." |
| 99 | :group 'nroff | 99 | :group 'nroff |
diff --git a/lisp/url/url-about.el b/lisp/url/url-about.el index c305bb31f7a..d0dcc6dc905 100644 --- a/lisp/url/url-about.el +++ b/lisp/url/url-about.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-about.el --- Show internal URLs | 1 | ;;; url-about.el --- Show internal URLs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
diff --git a/lisp/url/url-auth.el b/lisp/url/url-auth.el index 317f91c9a13..5845b9d660e 100644 --- a/lisp/url/url-auth.el +++ b/lisp/url/url-auth.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-auth.el --- Uniform Resource Locator authorization modules | 1 | ;;; url-auth.el --- Uniform Resource Locator authorization modules |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes, hypermedia | 6 | ;; Keywords: comm, data, processes, hypermedia |
| 7 | 7 | ||
diff --git a/lisp/url/url-cid.el b/lisp/url/url-cid.el index abaf8dd9e76..f6e569a4b2f 100644 --- a/lisp/url/url-cid.el +++ b/lisp/url/url-cid.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-cid.el --- Content-ID URL loader | 1 | ;;; url-cid.el --- Content-ID URL loader |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
diff --git a/lisp/url/url-dav.el b/lisp/url/url-dav.el index 2a6b28b9b3c..449d8a510b5 100644 --- a/lisp/url/url-dav.el +++ b/lisp/url/url-dav.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-dav.el --- WebDAV support | 1 | ;;; url-dav.el --- WebDAV support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: Bill Perry <wmperry@gnu.org> | 6 | ;; Maintainer: Bill Perry <wmperry@gnu.org> |
diff --git a/lisp/url/url-dired.el b/lisp/url/url-dired.el index b5ff892721e..28f86560942 100644 --- a/lisp/url/url-dired.el +++ b/lisp/url/url-dired.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-dired.el --- URL Dired minor mode | 1 | ;;; url-dired.el --- URL Dired minor mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, files | 6 | ;; Keywords: comm, files |
| 7 | 7 | ||
diff --git a/lisp/url/url-expand.el b/lisp/url/url-expand.el index ca4b8c72ab8..4f422e5cc5f 100644 --- a/lisp/url/url-expand.el +++ b/lisp/url/url-expand.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-expand.el --- expand-file-name for URLs | 1 | ;;; url-expand.el --- expand-file-name for URLs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
diff --git a/lisp/url/url-file.el b/lisp/url/url-file.el index 64766930c43..c9bbebdfddb 100644 --- a/lisp/url/url-file.el +++ b/lisp/url/url-file.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-file.el --- File retrieval code | 1 | ;;; url-file.el --- File retrieval code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
| 7 | 7 | ||
diff --git a/lisp/url/url-ftp.el b/lisp/url/url-ftp.el index 633f4ed40d1..8ff43ff57a5 100644 --- a/lisp/url/url-ftp.el +++ b/lisp/url/url-ftp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-ftp.el --- FTP wrapper | 1 | ;;; url-ftp.el --- FTP wrapper |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
| 7 | 7 | ||
diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el index 66ac39612fd..0cd2e6f9a50 100644 --- a/lisp/url/url-gw.el +++ b/lisp/url/url-gw.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-gw.el --- Gateway munging for URL loading | 1 | ;;; url-gw.el --- Gateway munging for URL loading |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1998, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 725f4bc1c8a..ac8f490f3e8 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-http.el --- HTTP retrieval routines | 1 | ;;; url-http.el --- HTTP retrieval routines |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2001, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2001, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
diff --git a/lisp/url/url-https.el b/lisp/url/url-https.el index 1777da0b6b9..a7440a76535 100644 --- a/lisp/url/url-https.el +++ b/lisp/url/url-https.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-https.el --- HTTP over SSL/TLS routines | 1 | ;;; url-https.el --- HTTP over SSL/TLS routines |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
diff --git a/lisp/url/url-imap.el b/lisp/url/url-imap.el index 8d1b9b3877b..a10db8e7445 100644 --- a/lisp/url/url-imap.el +++ b/lisp/url/url-imap.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-imap.el --- IMAP retrieval routines | 1 | ;;; url-imap.el --- IMAP retrieval routines |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simon Josefsson <jas@pdc.kth.se> | 5 | ;; Author: Simon Josefsson <jas@pdc.kth.se> |
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
diff --git a/lisp/url/url-irc.el b/lisp/url/url-irc.el index a06bdff5bfd..a876657d393 100644 --- a/lisp/url/url-irc.el +++ b/lisp/url/url-irc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-irc.el --- IRC URL interface | 1 | ;;; url-irc.el --- IRC URL interface |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
| 7 | 7 | ||
diff --git a/lisp/url/url-ldap.el b/lisp/url/url-ldap.el index ce7b7a9bab1..64471bae5b1 100644 --- a/lisp/url/url-ldap.el +++ b/lisp/url/url-ldap.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-ldap.el --- LDAP Uniform Resource Locator retrieval code | 1 | ;;; url-ldap.el --- LDAP Uniform Resource Locator retrieval code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes | 5 | ;; Keywords: comm, data, processes |
| 6 | 6 | ||
diff --git a/lisp/url/url-mailto.el b/lisp/url/url-mailto.el index e9d5ff6fc15..d9d6e22cd05 100644 --- a/lisp/url/url-mailto.el +++ b/lisp/url/url-mailto.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-mail.el --- Mail Uniform Resource Locator retrieval code | 1 | ;;; url-mail.el --- Mail Uniform Resource Locator retrieval code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
| 7 | 7 | ||
diff --git a/lisp/url/url-methods.el b/lisp/url/url-methods.el index e39ffa1eb5b..6854d62af03 100644 --- a/lisp/url/url-methods.el +++ b/lisp/url/url-methods.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-methods.el --- Load URL schemes as needed | 1 | ;;; url-methods.el --- Load URL schemes as needed |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes, hypermedia | 6 | ;; Keywords: comm, data, processes, hypermedia |
| 7 | 7 | ||
diff --git a/lisp/url/url-misc.el b/lisp/url/url-misc.el index 5041a407420..f7f9bcd439c 100644 --- a/lisp/url/url-misc.el +++ b/lisp/url/url-misc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-misc.el --- Misc Uniform Resource Locator retrieval code | 1 | ;;; url-misc.el --- Misc Uniform Resource Locator retrieval code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
| 7 | 7 | ||
diff --git a/lisp/url/url-nfs.el b/lisp/url/url-nfs.el index e6822efc242..d6bc8417631 100644 --- a/lisp/url/url-nfs.el +++ b/lisp/url/url-nfs.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-nfs.el --- NFS URL interface | 1 | ;;; url-nfs.el --- NFS URL interface |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
| 7 | 7 | ||
diff --git a/lisp/url/url-ns.el b/lisp/url/url-ns.el index 3edbf2c84d4..6b017b83ca9 100644 --- a/lisp/url/url-ns.el +++ b/lisp/url/url-ns.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; url-ns.el --- Various netscape-ish functions for proxy definitions | 1 | ;;; url-ns.el --- Various netscape-ish functions for proxy definitions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 1999, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1998, 1999, 2004, 2005, |
| 4 | ;; 2006 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Keywords: comm, data, processes, hypermedia | 6 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 7 | ||
diff --git a/lisp/url/url-parse.el b/lisp/url/url-parse.el index bbe7f112cea..f84bf1a7ba2 100644 --- a/lisp/url/url-parse.el +++ b/lisp/url/url-parse.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-parse.el --- Uniform Resource Locator parser | 1 | ;;; url-parse.el --- Uniform Resource Locator parser |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
| 7 | 7 | ||
diff --git a/lisp/url/url-proxy.el b/lisp/url/url-proxy.el index c5d7753daf5..c3bfb1e0c4b 100644 --- a/lisp/url/url-proxy.el +++ b/lisp/url/url-proxy.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-proxy.el --- Proxy server support | 1 | ;;; url-proxy.el --- Proxy server support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: comm, data, processes, hypermedia | 5 | ;; Keywords: comm, data, processes, hypermedia |
| 6 | 6 | ||
diff --git a/lisp/url/url-util.el b/lisp/url/url-util.el index 538eb3eca45..f33a58950fc 100644 --- a/lisp/url/url-util.el +++ b/lisp/url/url-util.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; url-util.el --- Miscellaneous helper routines for URL library | 1 | ;;; url-util.el --- Miscellaneous helper routines for URL library |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, | 3 | ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, |
| 4 | ;; 2005 Free Software Foundation, Inc. | 4 | ;; 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Perry <wmperry@gnu.org> | 6 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 7 | ;; Keywords: comm, data, processes | 7 | ;; Keywords: comm, data, processes |
diff --git a/lisp/url/vc-dav.el b/lisp/url/vc-dav.el index 926b90d5f31..8181788a05c 100644 --- a/lisp/url/vc-dav.el +++ b/lisp/url/vc-dav.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-dav.el --- vc.el support for WebDAV | 1 | ;;; vc-dav.el --- vc.el support for WebDAV |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2004, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: Bill Perry <wmperry@gnu.org> | 6 | ;; Maintainer: Bill Perry <wmperry@gnu.org> |
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog index 380dd66ec10..753aec71d80 100644 --- a/lispintro/ChangeLog +++ b/lispintro/ChangeLog | |||
| @@ -58,8 +58,8 @@ | |||
| 58 | ;; coding: iso-2022-7bit | 58 | ;; coding: iso-2022-7bit |
| 59 | ;; End: | 59 | ;; End: |
| 60 | 60 | ||
| 61 | Copyright (C) 2001, 2002, 2003, 2004, 2005 | 61 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 62 | Free Software Foundation, Inc. | 62 | 2006 Free Software Foundation, Inc. |
| 63 | Copying and distribution of this file, with or without modification, | 63 | Copying and distribution of this file, with or without modification, |
| 64 | are permitted provided the copyright notice and this notice are preserved. | 64 | are permitted provided the copyright notice and this notice are preserved. |
| 65 | 65 | ||
diff --git a/lispintro/Makefile.in b/lispintro/Makefile.in index 0f912d61487..8d902f41a64 100644 --- a/lispintro/Makefile.in +++ b/lispintro/Makefile.in | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #### Makefile for the Emacs Lisp Introduction manual | 1 | #### Makefile for the Emacs Lisp Introduction manual |
| 2 | 2 | ||
| 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, | 3 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, |
| 4 | # 2003, 2004, 2005 Free Software Foundation, Inc. | 4 | # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/lispintro/aclocal.m4 b/lispintro/aclocal.m4 index e446f25337a..2568263f93b 100644 --- a/lispintro/aclocal.m4 +++ b/lispintro/aclocal.m4 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | dnl aclocal.m4 generated automatically by aclocal 1.4-p4 | 1 | dnl aclocal.m4 generated automatically by aclocal 1.4-p4 |
| 2 | 2 | ||
| 3 | dnl Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003, | 3 | dnl Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003, |
| 4 | dnl 2004, 2005 Free Software Foundation, Inc. | 4 | dnl 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | dnl This file is free software; the Free Software Foundation | 5 | dnl This file is free software; the Free Software Foundation |
| 6 | dnl gives unlimited permission to copy and/or distribute it, | 6 | dnl gives unlimited permission to copy and/or distribute it, |
| 7 | dnl with or without modifications, as long as this notice is preserved. | 7 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index e0338fb3cbc..b5719a4d214 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi | |||
| @@ -183,7 +183,7 @@ people who are not programmers. | |||
| 183 | Edition @value{edition-number}, @value{update-date} | 183 | Edition @value{edition-number}, @value{update-date} |
| 184 | @sp 1 | 184 | @sp 1 |
| 185 | Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, | 185 | Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, |
| 186 | 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 186 | 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 187 | @sp 1 | 187 | @sp 1 |
| 188 | 188 | ||
| 189 | @iftex | 189 | @iftex |
diff --git a/lispintro/makefile.w32-in b/lispintro/makefile.w32-in index 09acbb699ab..c0b4b2a7b69 100644 --- a/lispintro/makefile.w32-in +++ b/lispintro/makefile.w32-in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #### -*- Makefile -*- for the Emacs Lisp Introduction manual. | 1 | #### -*- Makefile -*- for the Emacs Lisp Introduction manual. |
| 2 | 2 | ||
| 3 | # Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index de7c73e0d05..0bd79a323c7 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1298,7 +1298,7 @@ | |||
| 1298 | ;; coding: iso-2022-7bit-unix | 1298 | ;; coding: iso-2022-7bit-unix |
| 1299 | ;; End: | 1299 | ;; End: |
| 1300 | 1300 | ||
| 1301 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002 | 1301 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2006 |
| 1302 | Free Software Foundation, Inc. | 1302 | Free Software Foundation, Inc. |
| 1303 | Copying and distribution of this file, with or without modification, | 1303 | Copying and distribution of this file, with or without modification, |
| 1304 | are permitted provided the copyright notice and this notice are preserved. | 1304 | are permitted provided the copyright notice and this notice are preserved. |
diff --git a/lwlib/lwlib-Xlw.c b/lwlib/lwlib-Xlw.c index 40091e7b69b..4799b1dbd9d 100644 --- a/lwlib/lwlib-Xlw.c +++ b/lwlib/lwlib-Xlw.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* The lwlib interface to "xlwmenu" menus. | 1 | /* The lwlib interface to "xlwmenu" menus. |
| 2 | Copyright (C) 1992 Lucid, Inc. | 2 | Copyright (C) 1992 Lucid, Inc. |
| 3 | Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005 Free Software Foundation, Inc. | 4 | 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
| 7 | 7 | ||
diff --git a/lwlib/lwlib-Xm.c b/lwlib/lwlib-Xm.c index 32abbca7601..78ad165ef0e 100644 --- a/lwlib/lwlib-Xm.c +++ b/lwlib/lwlib-Xm.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* The lwlib interface to Motif widgets. | 1 | /* The lwlib interface to Motif widgets. |
| 2 | Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1992 Lucid, Inc. | 4 | Copyright (C) 1992 Lucid, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
diff --git a/lwlib/lwlib-Xm.h b/lwlib/lwlib-Xm.h index d6069fad2d8..74eea3d4d79 100644 --- a/lwlib/lwlib-Xm.h +++ b/lwlib/lwlib-Xm.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* The lwlib interface to Motif widgets. | 1 | /* The lwlib interface to Motif widgets. |
| 2 | Copyright (C) 1994, 2000, 2002, 2003, 2004, | 2 | Copyright (C) 1994, 2000, 2002, 2003, 2004, |
| 3 | 2005 Free Software Foundation, Inc. | 3 | 2005, 2006 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1992 Lucid, Inc. | 4 | Copyright (C) 1992 Lucid, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c index 8f5e7382086..7b35f0ce62a 100644 --- a/lwlib/xlwmenu.c +++ b/lwlib/xlwmenu.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Implements a lightweight menubar widget. | 1 | /* Implements a lightweight menubar widget. |
| 2 | Copyright (C) 1992 Lucid, Inc. | 2 | Copyright (C) 1992 Lucid, Inc. |
| 3 | Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of the Lucid Widget Library. | 5 | This file is part of the Lucid Widget Library. |
| 6 | 6 | ||
diff --git a/lwlib/xlwmenu.h b/lwlib/xlwmenu.h index 93703358ccb..fa5dc887330 100644 --- a/lwlib/xlwmenu.h +++ b/lwlib/xlwmenu.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Interface of a lightweight menubar widget. | 1 | /* Interface of a lightweight menubar widget. |
| 2 | Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 2 | Copyright (C) 2000, 2002, 2003, 2004, 2005, |
| 3 | 2006 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of the Lucid Widget Library. | 5 | This file is part of the Lucid Widget Library. |
| 5 | 6 | ||
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h index ca2b7dc6a1a..ce170d7bfe4 100644 --- a/lwlib/xlwmenuP.h +++ b/lwlib/xlwmenuP.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Internals of a lightweight menubar widget. | 1 | /* Internals of a lightweight menubar widget. |
| 2 | Copyright (C) 1999, 2000, 2002, 2003, 2004, | 2 | Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 3 | 2005 Free Software Foundation, Inc. | 3 | 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of the Lucid Widget Library. | 5 | This file is part of the Lucid Widget Library. |
| 6 | 6 | ||
diff --git a/m4/getopt.m4 b/m4/getopt.m4 index dbcc44d9095..a0c6ea38cf5 100644 --- a/m4/getopt.m4 +++ b/m4/getopt.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # getopt.m4 serial 10 | 1 | # getopt.m4 serial 10 |
| 2 | dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002,2003,2004,2005,2006 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/man/ChangeLog b/man/ChangeLog index d4923434daf..fb5a76e6f19 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-02-04 Michael Olson <mwolson@gnu.org> | ||
| 2 | |||
| 3 | * erc.texi (History): Note that ERC is now included with Emacs. | ||
| 4 | |||
| 1 | 2006-02-03 Eli Zaretskii <eliz@gnu.org> | 5 | 2006-02-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * custom.texi (Init File, Find Init): Add cross-references to | 7 | * custom.texi (Init File, Find Init): Add cross-references to |
| @@ -5123,7 +5127,7 @@ | |||
| 5123 | ;; End: | 5127 | ;; End: |
| 5124 | 5128 | ||
| 5125 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, | 5129 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, |
| 5126 | 2003, 2004, 2005 Free Software Foundation, Inc. | 5130 | 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5127 | Copying and distribution of this file, with or without modification, | 5131 | Copying and distribution of this file, with or without modification, |
| 5128 | are permitted provided the copyright notice and this notice are preserved. | 5132 | are permitted provided the copyright notice and this notice are preserved. |
| 5129 | 5133 | ||
diff --git a/man/Makefile.in b/man/Makefile.in index 78e282b6563..854d3213272 100644 --- a/man/Makefile.in +++ b/man/Makefile.in | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #### Makefile for the Emacs Manual and other documentation. | 1 | #### Makefile for the Emacs Manual and other documentation. |
| 2 | 2 | ||
| 3 | # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | # 2004, 2005 Free Software Foundation, Inc. | 4 | # 2004, 2005, 2006 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/man/abbrevs.texi b/man/abbrevs.texi index 2272b2ba133..9c66df9ff03 100644 --- a/man/abbrevs.texi +++ b/man/abbrevs.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, |
| 3 | @c 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Abbrevs, Picture, Maintaining, Top | 5 | @node Abbrevs, Picture, Maintaining, Top |
| 6 | @chapter Abbrevs | 6 | @chapter Abbrevs |
diff --git a/man/ack.texi b/man/ack.texi index 206b2cbc268..0874cfa9c52 100644 --- a/man/ack.texi +++ b/man/ack.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, | 2 | @c Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, |
| 3 | @c 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @c | 5 | @c |
| 6 | @node Acknowledgments, Screen, Concept Index, Top | 6 | @node Acknowledgments, Screen, Concept Index, Top |
diff --git a/man/ada-mode.texi b/man/ada-mode.texi index 7cac9261690..73896132886 100644 --- a/man/ada-mode.texi +++ b/man/ada-mode.texi | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | 9 | ||
| 10 | @copying | 10 | @copying |
| 11 | Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, | 11 | Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, |
| 12 | 2005 Free Software Foundation, Inc. | 12 | 2005, 2006 Free Software Foundation, Inc. |
| 13 | 13 | ||
| 14 | @quotation | 14 | @quotation |
| 15 | Permission is granted to copy, distribute and/or modify this document | 15 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/anti.texi b/man/anti.texi index 4e0e96d346d..c0ea6666a87 100644 --- a/man/anti.texi +++ b/man/anti.texi | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 2005 Free Software Foundation, Inc. | 2 | @c Copyright (C) 2005, 2006 Free Software Foundation, Inc. |
| 3 | @c See file emacs.texi for copying conditions. | 3 | @c See file emacs.texi for copying conditions. |
| 4 | 4 | ||
| 5 | @node Antinews, Mac OS, X Resources, Top | 5 | @node Antinews, Mac OS, X Resources, Top |
diff --git a/man/autotype.texi b/man/autotype.texi index 106d89f52e4..ad29f4295ee 100644 --- a/man/autotype.texi +++ b/man/autotype.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | \input texinfo | 1 | \input texinfo |
| 2 | @c This is an annex of the Emacs manual. | 2 | @c This is an annex of the Emacs manual. |
| 3 | @c Copyright (C) 1994, 1995, 2002, 2003, 2004, | 3 | @c Copyright (C) 1994, 1995, 2002, 2003, 2004, |
| 4 | @c 2005 Free Software Foundation, Inc. | 4 | @c 2005, 2006 Free Software Foundation, Inc. |
| 5 | @c Author: Daniel.Pfeiffer@Informatik.START.dbp.de, fax (+49 69) 7588-2389 | 5 | @c Author: Daniel.Pfeiffer@Informatik.START.dbp.de, fax (+49 69) 7588-2389 |
| 6 | @setfilename ../info/autotype | 6 | @setfilename ../info/autotype |
| 7 | @c @node Autotypist, Picture, Abbrevs, Top | 7 | @c @node Autotypist, Picture, Abbrevs, Top |
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | @copying | 14 | @copying |
| 15 | Copyright @copyright{} 1994, 1995, 1999, 2002, 2003, 2004, | 15 | Copyright @copyright{} 1994, 1995, 1999, 2002, 2003, 2004, |
| 16 | 2005 Free Software Foundation, Inc. | 16 | 2005, 2006 Free Software Foundation, Inc. |
| 17 | 17 | ||
| 18 | @quotation | 18 | @quotation |
| 19 | Permission is granted to copy, distribute and/or modify this document | 19 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/basic.texi b/man/basic.texi index 5f2b8c4793b..f3ae93ccad3 100644 --- a/man/basic.texi +++ b/man/basic.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, |
| 3 | @c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Basic, Minibuffer, Exiting, Top | 5 | @node Basic, Minibuffer, Exiting, Top |
| 6 | @chapter Basic Editing Commands | 6 | @chapter Basic Editing Commands |
diff --git a/man/buffers.texi b/man/buffers.texi index a8e23086f79..3b3afc2eb92 100644 --- a/man/buffers.texi +++ b/man/buffers.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, |
| 3 | @c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Buffers, Windows, Files, Top | 5 | @node Buffers, Windows, Files, Top |
| 6 | @chapter Using Multiple Buffers | 6 | @chapter Using Multiple Buffers |
diff --git a/man/building.texi b/man/building.texi index 62e80c2cde3..bc7ab649407 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, |
| 3 | @c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Building, Maintaining, Programs, Top | 5 | @node Building, Maintaining, Programs, Top |
| 6 | @chapter Compiling and Testing Programs | 6 | @chapter Compiling and Testing Programs |
diff --git a/man/calc.texi b/man/calc.texi index 5eab5322fca..02a542ca761 100644 --- a/man/calc.texi +++ b/man/calc.texi | |||
| @@ -84,7 +84,7 @@ | |||
| 84 | This file documents Calc, the GNU Emacs calculator. | 84 | This file documents Calc, the GNU Emacs calculator. |
| 85 | 85 | ||
| 86 | Copyright (C) 1990, 1991, 2001, 2002, 2003, 2004, | 86 | Copyright (C) 1990, 1991, 2001, 2002, 2003, 2004, |
| 87 | 2005 Free Software Foundation, Inc. | 87 | 2005, 2006 Free Software Foundation, Inc. |
| 88 | 88 | ||
| 89 | @quotation | 89 | @quotation |
| 90 | Permission is granted to copy, distribute and/or modify this document | 90 | Permission is granted to copy, distribute and/or modify this document |
| @@ -120,7 +120,7 @@ Software Foundation raise funds for GNU development.'' | |||
| 120 | 120 | ||
| 121 | @vskip 0pt plus 1filll | 121 | @vskip 0pt plus 1filll |
| 122 | Copyright @copyright{} 1990, 1991, 2001, 2002, 2003, 2004, | 122 | Copyright @copyright{} 1990, 1991, 2001, 2002, 2003, 2004, |
| 123 | 2005 Free Software Foundation, Inc. | 123 | 2005, 2006 Free Software Foundation, Inc. |
| 124 | @insertcopying | 124 | @insertcopying |
| 125 | @end titlepage | 125 | @end titlepage |
| 126 | 126 | ||
diff --git a/man/calendar.texi b/man/calendar.texi index e5ddaa28e1b..988a509ca02 100644 --- a/man/calendar.texi +++ b/man/calendar.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, |
| 3 | @c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Calendar/Diary, Gnus, Dired, Top | 5 | @node Calendar/Diary, Gnus, Dired, Top |
| 6 | @chapter The Calendar and the Diary | 6 | @chapter The Calendar and the Diary |
diff --git a/man/cc-mode.texi b/man/cc-mode.texi index 1bed04d1dda..00bd427f5dd 100644 --- a/man/cc-mode.texi +++ b/man/cc-mode.texi | |||
| @@ -160,7 +160,7 @@ CC Mode | |||
| 160 | This manual is for CC Mode in Emacs. | 160 | This manual is for CC Mode in Emacs. |
| 161 | 161 | ||
| 162 | Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 162 | Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 163 | 2003, 2004, 2005 Free Software Foundation, Inc. | 163 | 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 164 | 164 | ||
| 165 | @quotation | 165 | @quotation |
| 166 | Permission is granted to copy, distribute and/or modify this document | 166 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/cl.texi b/man/cl.texi index 92c93c487bf..c6c0a329cde 100644 --- a/man/cl.texi +++ b/man/cl.texi | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | @copying | 5 | @copying |
| 6 | This file documents the GNU Emacs Common Lisp emulation package. | 6 | This file documents the GNU Emacs Common Lisp emulation package. |
| 7 | 7 | ||
| 8 | Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 8 | Copyright (C) 1993, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 9 | 9 | ||
| 10 | @quotation | 10 | @quotation |
| 11 | Permission is granted to copy, distribute and/or modify this document | 11 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 74de707cd2c..35684ca2715 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, |
| 3 | @c 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Emacs Invocation, X Resources, GNU Free Documentation License, Top | 5 | @node Emacs Invocation, X Resources, GNU Free Documentation License, Top |
| 6 | @appendix Command Line Arguments for Emacs Invocation | 6 | @appendix Command Line Arguments for Emacs Invocation |
diff --git a/man/commands.texi b/man/commands.texi index 7830433676c..5c692f6d93b 100644 --- a/man/commands.texi +++ b/man/commands.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, |
| 3 | @c 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @iftex | 5 | @iftex |
| 6 | @chapter Characters, Keys and Commands | 6 | @chapter Characters, Keys and Commands |
diff --git a/man/custom.texi b/man/custom.texi index d10c8aeca2e..227d74f87e8 100644 --- a/man/custom.texi +++ b/man/custom.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, |
| 3 | @c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Customization, Quitting, Amusements, Top | 5 | @node Customization, Quitting, Amusements, Top |
| 6 | @chapter Customization | 6 | @chapter Customization |
diff --git a/man/dired-x.texi b/man/dired-x.texi index dc02be52003..184d25b363a 100644 --- a/man/dired-x.texi +++ b/man/dired-x.texi | |||
| @@ -29,7 +29,7 @@ This documents the ``extra'' features for Dired Mode for GNU Emacs found in | |||
| 29 | the file @file{dired-x.el}. | 29 | the file @file{dired-x.el}. |
| 30 | 30 | ||
| 31 | Copyright @copyright{} 1993, 1994, 2001, 2002, 2003, 2004, | 31 | Copyright @copyright{} 1993, 1994, 2001, 2002, 2003, 2004, |
| 32 | 2005 Free Software Foundation, Inc. | 32 | 2005, 2006 Free Software Foundation, Inc. |
| 33 | 33 | ||
| 34 | @quotation | 34 | @quotation |
| 35 | Permission is granted to make and distribute verbatim copies of this | 35 | Permission is granted to make and distribute verbatim copies of this |
diff --git a/man/dired.texi b/man/dired.texi index 051c735f996..a432d681918 100644 --- a/man/dired.texi +++ b/man/dired.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, |
| 3 | @c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Dired, Calendar/Diary, Rmail, Top | 5 | @node Dired, Calendar/Diary, Rmail, Top |
| 6 | @chapter Dired, the Directory Editor | 6 | @chapter Dired, the Directory Editor |
diff --git a/man/display.texi b/man/display.texi index 1f359f9e5aa..61cbc057e23 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, |
| 3 | @c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Display, Search, Registers, Top | 5 | @node Display, Search, Registers, Top |
| 6 | @chapter Controlling the Display | 6 | @chapter Controlling the Display |
diff --git a/man/ebrowse.texi b/man/ebrowse.texi index 77e4ad07b45..db58c819922 100644 --- a/man/ebrowse.texi +++ b/man/ebrowse.texi | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | This file documents Ebrowse, a C++ class browser for GNU Emacs. | 11 | This file documents Ebrowse, a C++ class browser for GNU Emacs. |
| 12 | 12 | ||
| 13 | Copyright @copyright{} 2000, 2002, 2003, 2004, | 13 | Copyright @copyright{} 2000, 2002, 2003, 2004, |
| 14 | 2005 Free Software Foundation, Inc. | 14 | 2005, 2006 Free Software Foundation, Inc. |
| 15 | 15 | ||
| 16 | @quotation | 16 | @quotation |
| 17 | Permission is granted to copy, distribute and/or modify this document | 17 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/ediff.texi b/man/ediff.texi index 823219f4a63..67e822049cb 100644 --- a/man/ediff.texi +++ b/man/ediff.texi | |||
| @@ -26,7 +26,7 @@ This file documents Ediff, a comprehensive visual interface to Unix diff | |||
| 26 | and patch utilities. | 26 | and patch utilities. |
| 27 | 27 | ||
| 28 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 28 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 29 | 2003, 2004, 2005 Free Software Foundation, Inc. | 29 | 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 30 | 30 | ||
| 31 | @quotation | 31 | @quotation |
| 32 | Permission is granted to copy, distribute and/or modify this document | 32 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi index 9df33969bec..3e9f2b5f283 100644 --- a/man/emacs-mime.texi +++ b/man/emacs-mime.texi | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | @copying | 9 | @copying |
| 10 | This file documents the Emacs MIME interface functionality. | 10 | This file documents the Emacs MIME interface functionality. |
| 11 | 11 | ||
| 12 | Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | 12 | Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 |
| 13 | Free Software Foundation, Inc. | 13 | Free Software Foundation, Inc. |
| 14 | 14 | ||
| 15 | @quotation | 15 | @quotation |
diff --git a/man/emacs-xtra.texi b/man/emacs-xtra.texi index 0c7cea886f8..a352bc913c2 100644 --- a/man/emacs-xtra.texi +++ b/man/emacs-xtra.texi | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | @copying | 10 | @copying |
| 11 | This manual describes specialized features of Emacs. | 11 | This manual describes specialized features of Emacs. |
| 12 | 12 | ||
| 13 | Copyright (C) 2004, 2005 Free Software Foundation, Inc. | 13 | Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. |
| 14 | 14 | ||
| 15 | @quotation | 15 | @quotation |
| 16 | Permission is granted to copy, distribute and/or modify this document | 16 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/emacs.texi b/man/emacs.texi index 5e50747f3f4..cc994e5b825 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -12,7 +12,7 @@ This is the @value{EDITION} edition of the @cite{GNU Emacs Manual}, | |||
| 12 | updated for Emacs version @value{EMACSVER}. | 12 | updated for Emacs version @value{EMACSVER}. |
| 13 | 13 | ||
| 14 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 14 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 15 | 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 15 | 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 16 | 16 | ||
| 17 | @quotation | 17 | @quotation |
| 18 | Permission is granted to copy, distribute and/or modify this document | 18 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/entering.texi b/man/entering.texi index 5d1003e82fb..6a9ac0e8347 100644 --- a/man/entering.texi +++ b/man/entering.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 2002, 2003, 2004, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 2002, 2003, 2004, |
| 3 | @c 2005 Free Software Foundation, Inc. | 3 | @c 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Entering Emacs, Exiting, Text Characters, Top | 5 | @node Entering Emacs, Exiting, Text Characters, Top |
| 6 | @chapter Entering and Exiting Emacs | 6 | @chapter Entering and Exiting Emacs |
diff --git a/man/erc.texi b/man/erc.texi index d4053e5e737..fb9c60d635d 100644 --- a/man/erc.texi +++ b/man/erc.texi | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | @syncodeindex fn cp | 12 | @syncodeindex fn cp |
| 13 | 13 | ||
| 14 | @copying | 14 | @copying |
| 15 | This manual is for ERC version 5.1. | 15 | This manual is for ERC version 5.1.1. |
| 16 | 16 | ||
| 17 | Copyright @copyright{} 2005, 2006 Free Software Foundation, Inc. | 17 | Copyright @copyright{} 2005, 2006 Free Software Foundation, Inc. |
| 18 | 18 | ||
| @@ -607,7 +607,7 @@ decided to include ERC in Emacs. | |||
| 607 | 607 | ||
| 608 | @item 2006 | 608 | @item 2006 |
| 609 | 609 | ||
| 610 | ERC 5.1 is released. | 610 | ERC 5.1 is released. It is subsequently included in Emacs 22. |
| 611 | 611 | ||
| 612 | @end itemize | 612 | @end itemize |
| 613 | 613 | ||
diff --git a/man/eshell.texi b/man/eshell.texi index a9ec167ea6a..e0a59774b42 100644 --- a/man/eshell.texi +++ b/man/eshell.texi | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | This manual is for Eshell, the Emacs shell. | 9 | This manual is for Eshell, the Emacs shell. |
| 10 | 10 | ||
| 11 | Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, | 11 | Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, |
| 12 | 2005 Free Software Foundation, Inc. | 12 | 2005, 2006 Free Software Foundation, Inc. |
| 13 | 13 | ||
| 14 | @quotation | 14 | @quotation |
| 15 | Permission is granted to copy, distribute and/or modify this document | 15 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/eudc.texi b/man/eudc.texi index beec0e01a70..f402cc31d38 100644 --- a/man/eudc.texi +++ b/man/eudc.texi | |||
| @@ -13,7 +13,7 @@ directory servers using various protocols such as LDAP or the CCSO white | |||
| 13 | pages directory system (PH/QI) | 13 | pages directory system (PH/QI) |
| 14 | 14 | ||
| 15 | Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, | 15 | Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, |
| 16 | 2005 Free Software Foundation, Inc. | 16 | 2005, 2006 Free Software Foundation, Inc. |
| 17 | 17 | ||
| 18 | @quotation | 18 | @quotation |
| 19 | Permission is granted to copy, distribute and/or modify this document | 19 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/faq.texi b/man/faq.texi index 95b79a86af6..88ebbdaab6f 100644 --- a/man/faq.texi +++ b/man/faq.texi | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | @set VER 22.1 | 10 | @set VER 22.1 |
| 11 | 11 | ||
| 12 | @copying | 12 | @copying |
| 13 | Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 13 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 14 | Copyright 1994,1995,1996,1997,1998,1999,2000 Reuven M. Lerner@* | 14 | Copyright 1994,1995,1996,1997,1998,1999,2000 Reuven M. Lerner@* |
| 15 | Copyright 1992,1993 Steven Byrnes@* | 15 | Copyright 1992,1993 Steven Byrnes@* |
| 16 | Copyright 1990,1991,1992 Joseph Brian Wells@* | 16 | Copyright 1990,1991,1992 Joseph Brian Wells@* |
diff --git a/man/files.texi b/man/files.texi index 6edf938261a..f8080993fba 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, |
| 3 | @c 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Files, Buffers, Keyboard Macros, Top | 5 | @node Files, Buffers, Keyboard Macros, Top |
| 6 | @chapter File Handling | 6 | @chapter File Handling |
diff --git a/man/fixit.texi b/man/fixit.texi index d552c66f733..fed37ce9705 100644 --- a/man/fixit.texi +++ b/man/fixit.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, |
| 3 | @c 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Fixit, Keyboard Macros, Search, Top | 5 | @node Fixit, Keyboard Macros, Search, Top |
| 6 | @chapter Commands for Fixing Typos | 6 | @chapter Commands for Fixing Typos |
diff --git a/man/forms.texi b/man/forms.texi index c18987602b5..efd9368fdb0 100644 --- a/man/forms.texi +++ b/man/forms.texi | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | This file documents Forms mode, a form-editing major mode for GNU Emacs. | 19 | This file documents Forms mode, a form-editing major mode for GNU Emacs. |
| 20 | 20 | ||
| 21 | Copyright (C) 1989, 1997, 2001, 2002, 2003, 2004, | 21 | Copyright (C) 1989, 1997, 2001, 2002, 2003, 2004, |
| 22 | 2005 Free Software Foundation, Inc. | 22 | 2005, 2006 Free Software Foundation, Inc. |
| 23 | 23 | ||
| 24 | @quotation | 24 | @quotation |
| 25 | Permission is granted to copy, distribute and/or modify this document | 25 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/frames.texi b/man/frames.texi index 3561bd89b2d..0d28572c1ac 100644 --- a/man/frames.texi +++ b/man/frames.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, |
| 3 | @c 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Frames, International, Windows, Top | 5 | @node Frames, International, Windows, Top |
| 6 | @chapter Frames and Graphical Displays | 6 | @chapter Frames and Graphical Displays |
diff --git a/man/glossary.texi b/man/glossary.texi index 19939b72ffd..a085bb53948 100644 --- a/man/glossary.texi +++ b/man/glossary.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, |
| 3 | @c 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Glossary, Key Index, Intro, Top | 5 | @node Glossary, Key Index, Intro, Top |
| 6 | @unnumbered Glossary | 6 | @unnumbered Glossary |
diff --git a/man/gnu.texi b/man/gnu.texi index 0f216152b11..758814979d1 100644 --- a/man/gnu.texi +++ b/man/gnu.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1995, 2002, 2003, 2004, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1995, 2002, 2003, 2004, |
| 3 | @c 2005 Free Software Foundation, Inc. | 3 | @c 2005, 2006 Free Software Foundation, Inc. |
| 4 | @ifclear justgnu | 4 | @ifclear justgnu |
| 5 | @node Manifesto,, MS-DOS, Top | 5 | @node Manifesto,, MS-DOS, Top |
| 6 | @unnumbered The GNU Manifesto | 6 | @unnumbered The GNU Manifesto |
diff --git a/man/help.texi b/man/help.texi index f523b015cb7..3f059b2c85c 100644 --- a/man/help.texi +++ b/man/help.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, |
| 3 | @c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Help, Mark, M-x, Top | 5 | @node Help, Mark, M-x, Top |
| 6 | @chapter Help | 6 | @chapter Help |
diff --git a/man/idlwave.texi b/man/idlwave.texi index d628f7ae4eb..7e9e19bb1c8 100644 --- a/man/idlwave.texi +++ b/man/idlwave.texi | |||
| @@ -30,7 +30,7 @@ This is edition @value{EDITION} of the IDLWAVE User Manual for IDLWAVE | |||
| 30 | @value{VERSION} | 30 | @value{VERSION} |
| 31 | 31 | ||
| 32 | Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, | 32 | Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, |
| 33 | 2005 Free Software Foundation, Inc. | 33 | 2005, 2006 Free Software Foundation, Inc. |
| 34 | 34 | ||
| 35 | Permission is granted to copy, distribute and/or modify this document | 35 | Permission is granted to copy, distribute and/or modify this document |
| 36 | under the terms of the GNU Free Documentation License, Version 1.2 or | 36 | under the terms of the GNU Free Documentation License, Version 1.2 or |
| @@ -61,7 +61,7 @@ This is edition @value{EDITION} of the @cite{IDLWAVE User Manual} for | |||
| 61 | IDLWAVE version @value{VERSION}, @value{DATE}. | 61 | IDLWAVE version @value{VERSION}, @value{DATE}. |
| 62 | @sp 2 | 62 | @sp 2 |
| 63 | Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, | 63 | Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, |
| 64 | 2005 Free Software Foundation, Inc. | 64 | 2005, 2006 Free Software Foundation, Inc. |
| 65 | @sp 2 | 65 | @sp 2 |
| 66 | @cindex Copyright, of IDLWAVE | 66 | @cindex Copyright, of IDLWAVE |
| 67 | Permission is granted to copy, distribute and/or modify this document | 67 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/indent.texi b/man/indent.texi index ad0ef315fe8..319244bface 100644 --- a/man/indent.texi +++ b/man/indent.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, |
| 3 | @c 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Indentation, Text, Major Modes, Top | 5 | @node Indentation, Text, Major Modes, Top |
| 6 | @chapter Indentation | 6 | @chapter Indentation |
diff --git a/man/info.texi b/man/info.texi index ce8bc6a2bf4..76586e5db4e 100644 --- a/man/info.texi +++ b/man/info.texi | |||
| @@ -15,7 +15,7 @@ This file describes how to use Info, the on-line, menu-driven GNU | |||
| 15 | documentation system. | 15 | documentation system. |
| 16 | 16 | ||
| 17 | Copyright (C) 1989, 1992, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 17 | Copyright (C) 1989, 1992, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 18 | 2003, 2004, 2005 Free Software Foundation, Inc. | 18 | 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 19 | 19 | ||
| 20 | @quotation | 20 | @quotation |
| 21 | Permission is granted to copy, distribute and/or modify this document | 21 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/killing.texi b/man/killing.texi index 219f2329c38..1d5b0ba116e 100644 --- a/man/killing.texi +++ b/man/killing.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, |
| 3 | @c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | 5 | ||
| 6 | @node Killing, Yanking, Mark, Top | 6 | @node Killing, Yanking, Mark, Top |
diff --git a/man/kmacro.texi b/man/kmacro.texi index 89cd8f9e54b..2c723a7e9f2 100644 --- a/man/kmacro.texi +++ b/man/kmacro.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, |
| 3 | @c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Keyboard Macros, Files, Fixit, Top | 5 | @node Keyboard Macros, Files, Fixit, Top |
| 6 | @chapter Keyboard Macros | 6 | @chapter Keyboard Macros |
diff --git a/man/m-x.texi b/man/m-x.texi index 761bba414df..9030f809cc3 100644 --- a/man/m-x.texi +++ b/man/m-x.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, |
| 3 | @c 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node M-x, Help, Minibuffer, Top | 5 | @node M-x, Help, Minibuffer, Top |
| 6 | @chapter Running Commands by Name | 6 | @chapter Running Commands by Name |
diff --git a/man/macos.texi b/man/macos.texi index b4c09217092..76a11ea92e7 100644 --- a/man/macos.texi +++ b/man/macos.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | @c Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | @c 2005 Free Software Foundation, Inc. | 3 | @c 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Mac OS, MS-DOS, Antinews, Top | 5 | @node Mac OS, MS-DOS, Antinews, Top |
| 6 | @appendix Emacs and Mac OS | 6 | @appendix Emacs and Mac OS |
diff --git a/man/maintaining.texi b/man/maintaining.texi index 2af47f6ecaf..b885c8b7580 100644 --- a/man/maintaining.texi +++ b/man/maintaining.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, |
| 3 | @c 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Maintaining, Abbrevs, Building, Top | 5 | @node Maintaining, Abbrevs, Building, Top |
| 6 | @chapter Maintaining Programs | 6 | @chapter Maintaining Programs |
diff --git a/man/major.texi b/man/major.texi index 5bff7146ebe..d1f3fbaeebf 100644 --- a/man/major.texi +++ b/man/major.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, |
| 3 | @c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Major Modes, Indentation, International, Top | 5 | @node Major Modes, Indentation, International, Top |
| 6 | @chapter Major Modes | 6 | @chapter Major Modes |
diff --git a/man/makefile.w32-in b/man/makefile.w32-in index 63ecdadc102..34bb5fe6435 100644 --- a/man/makefile.w32-in +++ b/man/makefile.w32-in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #### -*- Makefile -*- for the Emacs Manual and other documentation. | 1 | #### -*- Makefile -*- for the Emacs Manual and other documentation. |
| 2 | 2 | ||
| 3 | # Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/man/mark.texi b/man/mark.texi index f4308835e96..cf7b87366e8 100644 --- a/man/mark.texi +++ b/man/mark.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, |
| 3 | @c 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Mark, Killing, Help, Top | 5 | @node Mark, Killing, Help, Top |
| 6 | @chapter The Mark and the Region | 6 | @chapter The Mark and the Region |
diff --git a/man/mh-e.texi b/man/mh-e.texi index 8530c31ce9d..36dfd9fd939 100644 --- a/man/mh-e.texi +++ b/man/mh-e.texi | |||
| @@ -16,7 +16,7 @@ This is Edition @value{EDITION}, last updated @value{UPDATED}, of | |||
| 16 | @value{VERSION}. | 16 | @value{VERSION}. |
| 17 | 17 | ||
| 18 | Copyright (C) 1995, 2001, 2002, 2003, 2004, | 18 | Copyright (C) 1995, 2001, 2002, 2003, 2004, |
| 19 | 2005 Free Software Foundation, Inc. | 19 | 2005, 2006 Free Software Foundation, Inc. |
| 20 | 20 | ||
| 21 | @quotation | 21 | @quotation |
| 22 | Permission is granted to copy, distribute and/or modify this document | 22 | Permission is granted to copy, distribute and/or modify this document |
| @@ -59,7 +59,7 @@ license to the document, as described in section 6 of the license. | |||
| 59 | 59 | ||
| 60 | @page | 60 | @page |
| 61 | @vskip 0pt plus 1filll | 61 | @vskip 0pt plus 1filll |
| 62 | Copyright @copyright{} 1995, 2001, 2002 Free Software Foundation, Inc. | 62 | Copyright @copyright{} 1995, 2001, 2002, 2006 Free Software Foundation, Inc. |
| 63 | @insertcopying | 63 | @insertcopying |
| 64 | @end titlepage | 64 | @end titlepage |
| 65 | 65 | ||
diff --git a/man/mini.texi b/man/mini.texi index e46a4f2db9b..f88adf01f9f 100644 --- a/man/mini.texi +++ b/man/mini.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, |
| 3 | @c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Minibuffer, M-x, Basic, Top | 5 | @node Minibuffer, M-x, Basic, Top |
| 6 | @chapter The Minibuffer | 6 | @chapter The Minibuffer |
diff --git a/man/misc.texi b/man/misc.texi index cae58a9c7f4..d5b69eebf26 100644 --- a/man/misc.texi +++ b/man/misc.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, |
| 3 | @c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @iftex | 5 | @iftex |
| 6 | @chapter Miscellaneous Commands | 6 | @chapter Miscellaneous Commands |
diff --git a/man/msdog.texi b/man/msdog.texi index 58ce170a738..434427b49b4 100644 --- a/man/msdog.texi +++ b/man/msdog.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, |
| 3 | @c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node MS-DOS, Manifesto, Mac OS, Top | 5 | @node MS-DOS, Manifesto, Mac OS, Top |
| 6 | @appendix Emacs and Microsoft Systems | 6 | @appendix Emacs and Microsoft Systems |
diff --git a/man/mule.texi b/man/mule.texi index 86f7bec0b9b..ec4b02c560f 100644 --- a/man/mule.texi +++ b/man/mule.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, | 2 | @c Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | @c 2005 Free Software Foundation, Inc. | 3 | @c 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node International, Major Modes, Frames, Top | 5 | @node International, Major Modes, Frames, Top |
| 6 | @chapter International Character Set Support | 6 | @chapter International Character Set Support |
diff --git a/man/newsticker.texi b/man/newsticker.texi index 74bf298a585..ed753147e22 100644 --- a/man/newsticker.texi +++ b/man/newsticker.texi | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | This manual is for Newsticker (version @value{VERSION}, @value{UPDATED}). | 13 | This manual is for Newsticker (version @value{VERSION}, @value{UPDATED}). |
| 14 | 14 | ||
| 15 | @noindent | 15 | @noindent |
| 16 | Copyright @copyright{} 2004, 2005 Free Software Foundation, Inc. | 16 | Copyright @copyright{} 2004, 2005, 2006 Free Software Foundation, Inc. |
| 17 | 17 | ||
| 18 | @quotation | 18 | @quotation |
| 19 | Permission is granted to copy, distribute and/or modify this document | 19 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/org.texi b/man/org.texi index cf096504f40..cf0881ff3ff 100644 --- a/man/org.texi +++ b/man/org.texi | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | @copying | 35 | @copying |
| 36 | This manual is for Org-mode (version @value{VERSION}). | 36 | This manual is for Org-mode (version @value{VERSION}). |
| 37 | 37 | ||
| 38 | Copyright @copyright{} 2004, 2005, 2006 Free Software Foundation | 38 | Copyright @copyright{} 2004, 2005, 2006 Free Software Foundation, Inc. |
| 39 | 39 | ||
| 40 | @quotation | 40 | @quotation |
| 41 | Permission is granted to copy, distribute and/or modify this document | 41 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/pcl-cvs.texi b/man/pcl-cvs.texi index 3331590fcbf..dcef68de976 100644 --- a/man/pcl-cvs.texi +++ b/man/pcl-cvs.texi | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | @copying | 8 | @copying |
| 9 | Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, | 9 | Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, |
| 10 | 1999, 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 10 | 1999, 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 11 | 11 | ||
| 12 | @quotation | 12 | @quotation |
| 13 | Permission is granted to copy, distribute and/or modify this document | 13 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/pgg.texi b/man/pgg.texi index 46785f3c1a7..025420abd4d 100644 --- a/man/pgg.texi +++ b/man/pgg.texi | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | @copying | 8 | @copying |
| 9 | This file describes the PGG. | 9 | This file describes the PGG. |
| 10 | 10 | ||
| 11 | Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. | 11 | Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 12 | Copyright (C) 2001 Daiki Ueno. | 12 | Copyright (C) 2001 Daiki Ueno. |
| 13 | 13 | ||
| 14 | @quotation | 14 | @quotation |
diff --git a/man/picture.texi b/man/picture.texi index 46a735122df..575f041c9e5 100644 --- a/man/picture.texi +++ b/man/picture.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, |
| 3 | @c 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Picture, Sending Mail, Abbrevs, Top | 5 | @node Picture, Sending Mail, Abbrevs, Top |
| 6 | @chapter Editing Pictures | 6 | @chapter Editing Pictures |
diff --git a/man/programs.texi b/man/programs.texi index dfb1e9c0d85..b3870eeafee 100644 --- a/man/programs.texi +++ b/man/programs.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, |
| 3 | @c 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Programs, Building, Text, Top | 5 | @node Programs, Building, Text, Top |
| 6 | @chapter Editing Programs | 6 | @chapter Editing Programs |
diff --git a/man/reftex.texi b/man/reftex.texi index 845190981e2..890d5b5064d 100644 --- a/man/reftex.texi +++ b/man/reftex.texi | |||
| @@ -25,7 +25,8 @@ citations and indices for LaTeX documents with Emacs. | |||
| 25 | This is edition @value{EDITION} of the @b{Ref@TeX{}} User Manual for | 25 | This is edition @value{EDITION} of the @b{Ref@TeX{}} User Manual for |
| 26 | @b{Ref@TeX{}} @value{VERSION} | 26 | @b{Ref@TeX{}} @value{VERSION} |
| 27 | 27 | ||
| 28 | Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. | 28 | Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, |
| 29 | 2006 Free Software Foundation, Inc. | ||
| 29 | 30 | ||
| 30 | @quotation | 31 | @quotation |
| 31 | Permission is granted to copy, distribute and/or modify this document | 32 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/regs.texi b/man/regs.texi index 0ed83f2bf54..8b31a992ea3 100644 --- a/man/regs.texi +++ b/man/regs.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, |
| 3 | @c 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Registers, Display, CUA Bindings, Top | 5 | @node Registers, Display, CUA Bindings, Top |
| 6 | @chapter Registers | 6 | @chapter Registers |
diff --git a/man/rmail.texi b/man/rmail.texi index f2646bbe52e..6cdbfb9a5a2 100644 --- a/man/rmail.texi +++ b/man/rmail.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, |
| 3 | @c 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Rmail, Dired, Sending Mail, Top | 5 | @node Rmail, Dired, Sending Mail, Top |
| 6 | @chapter Reading Mail with Rmail | 6 | @chapter Reading Mail with Rmail |
diff --git a/man/sc.texi b/man/sc.texi index 7beb4aa88df..a26625b3392 100644 --- a/man/sc.texi +++ b/man/sc.texi | |||
| @@ -16,7 +16,7 @@ attributing the replies for various GNU Emacs mail and news reading | |||
| 16 | subsystems. | 16 | subsystems. |
| 17 | 17 | ||
| 18 | Copyright @copyright{} 1993, 2001, 2002, 2003, 2004, | 18 | Copyright @copyright{} 1993, 2001, 2002, 2003, 2004, |
| 19 | 2005 Free Software Foundation, Inc. | 19 | 2005, 2006 Free Software Foundation, Inc. |
| 20 | 20 | ||
| 21 | @quotation | 21 | @quotation |
| 22 | Permission is granted to copy, distribute and/or modify this document | 22 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/screen.texi b/man/screen.texi index 9499e3dfc77..72ed3261f01 100644 --- a/man/screen.texi +++ b/man/screen.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, |
| 3 | @c 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Screen, User Input, Acknowledgments, Top | 5 | @node Screen, User Input, Acknowledgments, Top |
| 6 | @chapter The Organization of the Screen | 6 | @chapter The Organization of the Screen |
diff --git a/man/search.texi b/man/search.texi index b1593559c85..dc6c16d4a72 100644 --- a/man/search.texi +++ b/man/search.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 2002, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 2002, |
| 3 | @c 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Search, Fixit, Display, Top | 5 | @node Search, Fixit, Display, Top |
| 6 | @chapter Searching and Replacement | 6 | @chapter Searching and Replacement |
diff --git a/man/sending.texi b/man/sending.texi index 6fa5c1b0485..4670a98f467 100644 --- a/man/sending.texi +++ b/man/sending.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 2002, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 2002, |
| 3 | @c 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Sending Mail, Rmail, Picture, Top | 5 | @node Sending Mail, Rmail, Picture, Top |
| 6 | @chapter Sending Mail | 6 | @chapter Sending Mail |
diff --git a/man/ses.texi b/man/ses.texi index 38caa7c830a..c1d7737a09b 100644 --- a/man/ses.texi +++ b/man/ses.texi | |||
| @@ -11,7 +11,8 @@ | |||
| 11 | @copying | 11 | @copying |
| 12 | This file documents SES: the Simple Emacs Spreadsheet. | 12 | This file documents SES: the Simple Emacs Spreadsheet. |
| 13 | 13 | ||
| 14 | Copyright @copyright{} 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 14 | Copyright @copyright{} 2002, 2003, 2004, 2005, |
| 15 | 2006 Free Software Foundation, Inc. | ||
| 15 | 16 | ||
| 16 | @quotation | 17 | @quotation |
| 17 | Permission is granted to copy, distribute and/or modify this document | 18 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/sieve.texi b/man/sieve.texi index 0d94f293fc2..7f99cd2cd57 100644 --- a/man/sieve.texi +++ b/man/sieve.texi | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | @copying | 9 | @copying |
| 10 | This file documents the Emacs Sieve package. | 10 | This file documents the Emacs Sieve package. |
| 11 | 11 | ||
| 12 | Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 12 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 13 | 13 | ||
| 14 | @quotation | 14 | @quotation |
| 15 | Permission is granted to copy, distribute and/or modify this document | 15 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/smtpmail.texi b/man/smtpmail.texi index d35d364ff53..792a7934f95 100644 --- a/man/smtpmail.texi +++ b/man/smtpmail.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @settitle Emacs SMTP Library | 3 | @settitle Emacs SMTP Library |
| 4 | @syncodeindex vr fn | 4 | @syncodeindex vr fn |
| 5 | @copying | 5 | @copying |
| 6 | Copyright @copyright{} 2003, 2004, 2005 Free Software Foundation, Inc. | 6 | Copyright @copyright{} 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | @quotation | 8 | @quotation |
| 9 | Permission is granted to copy, distribute and/or modify this document | 9 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/speedbar.texi b/man/speedbar.texi index 4dc2bcea7d2..8a30751d479 100644 --- a/man/speedbar.texi +++ b/man/speedbar.texi | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | @copying | 7 | @copying |
| 8 | Copyright @copyright{} 1999, 2000, 2002, 2003, 2004, | 8 | Copyright @copyright{} 1999, 2000, 2002, 2003, 2004, |
| 9 | 2005 Free Software Foundation, Inc. | 9 | 2005, 2006 Free Software Foundation, Inc. |
| 10 | 10 | ||
| 11 | @quotation | 11 | @quotation |
| 12 | Permission is granted to copy, distribute and/or modify this document | 12 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/texinfo.tex b/man/texinfo.tex index eb7ea101e61..80a6d085f5d 100644 --- a/man/texinfo.tex +++ b/man/texinfo.tex | |||
| @@ -3,11 +3,11 @@ | |||
| 3 | % Load plain if necessary, i.e., if running under initex. | 3 | % Load plain if necessary, i.e., if running under initex. |
| 4 | \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi | 4 | \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi |
| 5 | % | 5 | % |
| 6 | \def\texinfoversion{2005-08-10.17} | 6 | \def\texinfoversion{2006-02-05.23} |
| 7 | % | 7 | % |
| 8 | % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, | 8 | % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, |
| 9 | % 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 9 | % 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 10 | % 2005 Free Software Foundation, Inc. | 10 | % 2005, 2006 Free Software Foundation, Inc. |
| 11 | % | 11 | % |
| 12 | % This texinfo.tex file is free software; you can redistribute it and/or | 12 | % This texinfo.tex file is free software; you can redistribute it and/or |
| 13 | % modify it under the terms of the GNU General Public License as | 13 | % modify it under the terms of the GNU General Public License as |
diff --git a/man/text.texi b/man/text.texi index 4470e494daf..8c624c42dde 100644 --- a/man/text.texi +++ b/man/text.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, |
| 3 | @c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Text, Programs, Indentation, Top | 5 | @node Text, Programs, Indentation, Top |
| 6 | @chapter Commands for Human Languages | 6 | @chapter Commands for Human Languages |
diff --git a/man/trouble.texi b/man/trouble.texi index 37ced330225..e318ce2f2b5 100644 --- a/man/trouble.texi +++ b/man/trouble.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, |
| 3 | @c 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @iftex | 5 | @iftex |
| 6 | @chapter Dealing with Common Problems | 6 | @chapter Dealing with Common Problems |
diff --git a/man/url.texi b/man/url.texi index cfc62fe0739..afbc96994c8 100644 --- a/man/url.texi +++ b/man/url.texi | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | This file documents the URL loading package. | 22 | This file documents the URL loading package. |
| 23 | 23 | ||
| 24 | Copyright (C) 1996, 1997, 1998, 1999, 2002, 2004, | 24 | Copyright (C) 1996, 1997, 1998, 1999, 2002, 2004, |
| 25 | 2005 Free Software Foundation, Inc. | 25 | 2005, 2006 Free Software Foundation, Inc. |
| 26 | Copyright (C) 1993, 1994, 1995, 1996 William M. Perry | 26 | Copyright (C) 1993, 1994, 1995, 1996 William M. Perry |
| 27 | 27 | ||
| 28 | Permission is granted to copy, distribute and/or modify this document | 28 | Permission is granted to copy, distribute and/or modify this document |
| @@ -52,7 +52,7 @@ License.'' | |||
| 52 | @vskip 0pt plus 1filll | 52 | @vskip 0pt plus 1filll |
| 53 | Copyright @copyright{} 1993, 1994, 1995, 1996 William M. Perry@* | 53 | Copyright @copyright{} 1993, 1994, 1995, 1996 William M. Perry@* |
| 54 | Copyright @copyright{} 1996, 1997, 1998, 1999, 2002, 2003, 2004, | 54 | Copyright @copyright{} 1996, 1997, 1998, 1999, 2002, 2003, 2004, |
| 55 | 2005 Free Software Foundation, Inc. | 55 | 2005, 2006 Free Software Foundation, Inc. |
| 56 | 56 | ||
| 57 | Permission is granted to copy, distribute and/or modify this document | 57 | Permission is granted to copy, distribute and/or modify this document |
| 58 | under the terms of the GNU Free Documentation License, Version 1.2 or | 58 | under the terms of the GNU Free Documentation License, Version 1.2 or |
diff --git a/man/vip.texi b/man/vip.texi index 96d04ef0913..b76003b655d 100644 --- a/man/vip.texi +++ b/man/vip.texi | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | @copying | 6 | @copying |
| 7 | Copyright @copyright{} 1987, 2001, 2002, 2003, 2004, | 7 | Copyright @copyright{} 1987, 2001, 2002, 2003, 2004, |
| 8 | 2005 Free Software Foundation, Inc. | 8 | 2005, 2006 Free Software Foundation, Inc. |
| 9 | 9 | ||
| 10 | @quotation | 10 | @quotation |
| 11 | Permission is granted to copy, distribute and/or modify this document | 11 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/viper.texi b/man/viper.texi index 572a3296d52..4ad437a762d 100644 --- a/man/viper.texi +++ b/man/viper.texi | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | @copying | 9 | @copying |
| 10 | Copyright @copyright{} 1995, 1996, 1997, 2001, 2002, 2003, 2004, | 10 | Copyright @copyright{} 1995, 1996, 1997, 2001, 2002, 2003, 2004, |
| 11 | 2005 Free Software Foundation, Inc. | 11 | 2005, 2006 Free Software Foundation, Inc. |
| 12 | 12 | ||
| 13 | @quotation | 13 | @quotation |
| 14 | Permission is granted to copy, distribute and/or modify this document | 14 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/widget.texi b/man/widget.texi index cf10e5980b7..6ce78a9c3cd 100644 --- a/man/widget.texi +++ b/man/widget.texi | |||
| @@ -10,7 +10,8 @@ | |||
| 10 | @c %**end of header | 10 | @c %**end of header |
| 11 | 11 | ||
| 12 | @copying | 12 | @copying |
| 13 | Copyright @copyright{} 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 13 | Copyright @copyright{} 2000, 2002, 2003, 2004, 2005, |
| 14 | 2006 Free Software Foundation, Inc. | ||
| 14 | 15 | ||
| 15 | @quotation | 16 | @quotation |
| 16 | Permission is granted to copy, distribute and/or modify this document | 17 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/windows.texi b/man/windows.texi index 53cef3d3cbc..a000892ad09 100644 --- a/man/windows.texi +++ b/man/windows.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, |
| 3 | @c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node Windows, Frames, Buffers, Top | 5 | @node Windows, Frames, Buffers, Top |
| 6 | @chapter Multiple Windows | 6 | @chapter Multiple Windows |
diff --git a/man/woman.texi b/man/woman.texi index 8ba04675acf..a1b6250ef37 100644 --- a/man/woman.texi +++ b/man/woman.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @setfilename ../info/woman | 3 | @setfilename ../info/woman |
| 4 | @settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man'' | 4 | @settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man'' |
| 5 | @c Manual last updated: | 5 | @c Manual last updated: |
| 6 | @set UPDATED Time-stamp: <2002-12-10 14:08:15 pavel> | 6 | @set UPDATED Time-stamp: <2006-02-05 23:30:17 ttn> |
| 7 | @c Software version: | 7 | @c Software version: |
| 8 | @set VERSION 0.54 (beta) | 8 | @set VERSION 0.54 (beta) |
| 9 | @afourpaper | 9 | @afourpaper |
| @@ -18,7 +18,7 @@ This file documents WoMan: A program to browse Unix manual pages `W.O. | |||
| 18 | (without) man'. | 18 | (without) man'. |
| 19 | 19 | ||
| 20 | Copyright @copyright{} 2001, 2002, 2003, 2004, | 20 | Copyright @copyright{} 2001, 2002, 2003, 2004, |
| 21 | 2005 Free Software Foundation, Inc. | 21 | 2005, 2006 Free Software Foundation, Inc. |
| 22 | 22 | ||
| 23 | @quotation | 23 | @quotation |
| 24 | Permission is granted to copy, distribute and/or modify this document | 24 | Permission is granted to copy, distribute and/or modify this document |
diff --git a/man/xresources.texi b/man/xresources.texi index 1e0783eac61..8ff09ef9594 100644 --- a/man/xresources.texi +++ b/man/xresources.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1987, 1993, 1994, 1995, 1997, 2001, 2002, 2003, | 2 | @c Copyright (C) 1987, 1993, 1994, 1995, 1997, 2001, 2002, 2003, |
| 3 | @c 2004, 2005 Free Software Foundation, Inc. | 3 | @c 2004, 2005, 2006 Free Software Foundation, Inc. |
| 4 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 5 | @node X Resources, Antinews, Emacs Invocation, Top | 5 | @node X Resources, Antinews, Emacs Invocation, Top |
| 6 | @appendix X Options and Resources | 6 | @appendix X Options and Resources |
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c index d03534e144a..6809607c3dc 100644 --- a/oldXMenu/Activate.c +++ b/oldXMenu/Activate.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 2 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 2 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 3 | 2006 Free Software Foundation, Inc. */ | ||
| 3 | 4 | ||
| 4 | #include "copyright.h" | 5 | #include "copyright.h" |
| 5 | 6 | ||
diff --git a/oldXMenu/AddPane.c b/oldXMenu/AddPane.c index 4bb16c8d573..2e122ea0ae3 100644 --- a/oldXMenu/AddPane.c +++ b/oldXMenu/AddPane.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/AddSel.c b/oldXMenu/AddSel.c index a063b63f557..6ddec57a525 100644 --- a/oldXMenu/AddSel.c +++ b/oldXMenu/AddSel.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index afe7607115a..a9d7c9b1279 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -444,7 +444,7 @@ | |||
| 444 | ;; End: | 444 | ;; End: |
| 445 | 445 | ||
| 446 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, | 446 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, |
| 447 | 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 447 | 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 448 | Copying and distribution of this file, with or without modification, | 448 | Copying and distribution of this file, with or without modification, |
| 449 | are permitted provided the copyright notice and this notice are preserved. | 449 | are permitted provided the copyright notice and this notice are preserved. |
| 450 | 450 | ||
diff --git a/oldXMenu/ChgPane.c b/oldXMenu/ChgPane.c index 7c8ff91f88c..20b0a949d9a 100644 --- a/oldXMenu/ChgPane.c +++ b/oldXMenu/ChgPane.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/ChgSel.c b/oldXMenu/ChgSel.c index e0fcb224f3e..b34a22574f2 100644 --- a/oldXMenu/ChgSel.c +++ b/oldXMenu/ChgSel.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c index d4b32f2e937..77115b20835 100644 --- a/oldXMenu/Create.c +++ b/oldXMenu/Create.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 2 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 2 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 3 | 2006 Free Software Foundation, Inc. */ | ||
| 3 | 4 | ||
| 4 | #include "copyright.h" | 5 | #include "copyright.h" |
| 5 | 6 | ||
diff --git a/oldXMenu/DelPane.c b/oldXMenu/DelPane.c index 6d042e757f8..e824b539cf1 100644 --- a/oldXMenu/DelPane.c +++ b/oldXMenu/DelPane.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/DelSel.c b/oldXMenu/DelSel.c index 7f14aa74fa6..c8b39eb03a1 100644 --- a/oldXMenu/DelSel.c +++ b/oldXMenu/DelSel.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/Destroy.c b/oldXMenu/Destroy.c index b0b9ed77569..52ab5028546 100644 --- a/oldXMenu/Destroy.c +++ b/oldXMenu/Destroy.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/Error.c b/oldXMenu/Error.c index 0bd4fcc8782..51d5b8fa6cb 100644 --- a/oldXMenu/Error.c +++ b/oldXMenu/Error.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/EvHand.c b/oldXMenu/EvHand.c index c9e8b36c873..457609f4c2a 100644 --- a/oldXMenu/EvHand.c +++ b/oldXMenu/EvHand.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/FindPane.c b/oldXMenu/FindPane.c index c886d6f7b7a..6c0be73f0fb 100644 --- a/oldXMenu/FindPane.c +++ b/oldXMenu/FindPane.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c index 5a91faf0f8f..777770a4706 100644 --- a/oldXMenu/FindSel.c +++ b/oldXMenu/FindSel.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/InsPane.c b/oldXMenu/InsPane.c index 805a978bb74..5f8f334f184 100644 --- a/oldXMenu/InsPane.c +++ b/oldXMenu/InsPane.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/InsSel.c b/oldXMenu/InsSel.c index 103081ac446..30e0756d8e4 100644 --- a/oldXMenu/InsSel.c +++ b/oldXMenu/InsSel.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c index 0fea995a899..ec11cc7d156 100644 --- a/oldXMenu/Internal.c +++ b/oldXMenu/Internal.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/Locate.c b/oldXMenu/Locate.c index 90fad2c7b2a..59916eee979 100644 --- a/oldXMenu/Locate.c +++ b/oldXMenu/Locate.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/Post.c b/oldXMenu/Post.c index 2be31aebe39..ca6bb5752ab 100644 --- a/oldXMenu/Post.c +++ b/oldXMenu/Post.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/Recomp.c b/oldXMenu/Recomp.c index a10c380427e..e955323c825 100644 --- a/oldXMenu/Recomp.c +++ b/oldXMenu/Recomp.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/SetAEQ.c b/oldXMenu/SetAEQ.c index 9124561dcbe..437f5e2d721 100644 --- a/oldXMenu/SetAEQ.c +++ b/oldXMenu/SetAEQ.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/SetFrz.c b/oldXMenu/SetFrz.c index 8e778a66760..7a75dddfd59 100644 --- a/oldXMenu/SetFrz.c +++ b/oldXMenu/SetFrz.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/SetPane.c b/oldXMenu/SetPane.c index 907dba3b233..e76b75902c3 100644 --- a/oldXMenu/SetPane.c +++ b/oldXMenu/SetPane.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/SetSel.c b/oldXMenu/SetSel.c index 06e2c76069f..5910354b966 100644 --- a/oldXMenu/SetSel.c +++ b/oldXMenu/SetSel.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/X10.h b/oldXMenu/X10.h index 63bf90f38d2..4d7d84e8c03 100644 --- a/oldXMenu/X10.h +++ b/oldXMenu/X10.h | |||
| @@ -15,7 +15,8 @@ | |||
| 15 | * | 15 | * |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 18 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 19 | 2006 Free Software Foundation, Inc. */ | ||
| 19 | 20 | ||
| 20 | /* | 21 | /* |
| 21 | * X10.h - Header definition and support file for the C subroutine | 22 | * X10.h - Header definition and support file for the C subroutine |
diff --git a/oldXMenu/XCrAssoc.c b/oldXMenu/XCrAssoc.c index 0c8203579e8..0596b9fcee1 100644 --- a/oldXMenu/XCrAssoc.c +++ b/oldXMenu/XCrAssoc.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 2 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 2 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 3 | 2006 Free Software Foundation, Inc. */ | ||
| 3 | 4 | ||
| 4 | /* | 5 | /* |
| 5 | Permission to use, copy, modify, distribute, and sell this software and its | 6 | Permission to use, copy, modify, distribute, and sell this software and its |
diff --git a/oldXMenu/XDelAssoc.c b/oldXMenu/XDelAssoc.c index 286353f46cf..772e9fa1b40 100644 --- a/oldXMenu/XDelAssoc.c +++ b/oldXMenu/XDelAssoc.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 2 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 2 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 3 | 2006 Free Software Foundation, Inc. */ | ||
| 3 | 4 | ||
| 4 | /* | 5 | /* |
| 5 | Permission to use, copy, modify, distribute, and sell this software and its | 6 | Permission to use, copy, modify, distribute, and sell this software and its |
diff --git a/oldXMenu/XDestAssoc.c b/oldXMenu/XDestAssoc.c index eab0511bb66..1772321ad27 100644 --- a/oldXMenu/XDestAssoc.c +++ b/oldXMenu/XDestAssoc.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 2 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 2 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 3 | 2006 Free Software Foundation, Inc. */ | ||
| 3 | 4 | ||
| 4 | /* | 5 | /* |
| 5 | Permission to use, copy, modify, distribute, and sell this software and its | 6 | Permission to use, copy, modify, distribute, and sell this software and its |
diff --git a/oldXMenu/XLookAssoc.c b/oldXMenu/XLookAssoc.c index b1b53d9dd6a..7e72570e2ba 100644 --- a/oldXMenu/XLookAssoc.c +++ b/oldXMenu/XLookAssoc.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 2 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 2 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 3 | 2006 Free Software Foundation, Inc. */ | ||
| 3 | 4 | ||
| 4 | /* | 5 | /* |
| 5 | Permission to use, copy, modify, distribute, and sell this software and its | 6 | Permission to use, copy, modify, distribute, and sell this software and its |
diff --git a/oldXMenu/XMakeAssoc.c b/oldXMenu/XMakeAssoc.c index d749ec8d04c..db020c4884b 100644 --- a/oldXMenu/XMakeAssoc.c +++ b/oldXMenu/XMakeAssoc.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 2 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 2 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 3 | 2006 Free Software Foundation, Inc. */ | ||
| 3 | 4 | ||
| 4 | /* | 5 | /* |
| 5 | Permission to use, copy, modify, distribute, and sell this software and its | 6 | Permission to use, copy, modify, distribute, and sell this software and its |
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h index 84bf72a5df9..858e4a64f7b 100644 --- a/oldXMenu/XMenu.h +++ b/oldXMenu/XMenu.h | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 4 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 5 | 2006 Free Software Foundation, Inc. */ | ||
| 5 | 6 | ||
| 6 | /* | 7 | /* |
| 7 | * XMenu: MIT Project Athena, X Window system menu package | 8 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/XMenuInt.h b/oldXMenu/XMenuInt.h index fd272300c60..a2e6f56e89b 100644 --- a/oldXMenu/XMenuInt.h +++ b/oldXMenu/XMenuInt.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | |||
| 2 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 3 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 2 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 3 | 2006 Free Software Foundation, Inc. */ | ||
| 4 | 4 | ||
| 5 | /* | 5 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 6 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/copyright.h b/oldXMenu/copyright.h index dffc63ac63e..05062d856df 100644 --- a/oldXMenu/copyright.h +++ b/oldXMenu/copyright.h | |||
| @@ -16,7 +16,8 @@ without express or implied warranty. | |||
| 16 | 16 | ||
| 17 | */ | 17 | */ |
| 18 | 18 | ||
| 19 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 19 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 20 | 2006 Free Software Foundation, Inc. */ | ||
| 20 | 21 | ||
| 21 | /* arch-tag: c689b1bc-a3ba-41a1-baa0-a3622b5445b2 | 22 | /* arch-tag: c689b1bc-a3ba-41a1-baa0-a3622b5445b2 |
| 22 | (do not change this comment) */ | 23 | (do not change this comment) */ |
diff --git a/oldXMenu/insque.c b/oldXMenu/insque.c index 2395e4ea2d3..fef750484a3 100644 --- a/oldXMenu/insque.c +++ b/oldXMenu/insque.c | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | 1 | /* Copyright (C) 2002, 2003, 2004, 2005, |
| 2 | 2006 Free Software Foundation, Inc. */ | ||
| 2 | 3 | ||
| 3 | /* This file implements the emacs_insque and emacs_remque functions, | 4 | /* This file implements the emacs_insque and emacs_remque functions, |
| 4 | copies of the insque and remque functions of BSD. They and all | 5 | copies of the insque and remque functions of BSD. They and all |
diff --git a/src/ChangeLog b/src/ChangeLog index 056bb851f4a..166222ae33c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2006-02-05 Ken Raeburn <raeburn@raeburn.org> | ||
| 2 | |||
| 3 | * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup. | ||
| 4 | |||
| 5 | * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]: | ||
| 6 | Cast bitfield value to EMACS_INT, to suppress gcc warning. | ||
| 7 | |||
| 8 | * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before | ||
| 9 | defining. | ||
| 10 | |||
| 11 | 2006-02-03 Kim F. Storm <storm@cua.dk> | ||
| 12 | |||
| 13 | * xdisp.c: Cache last merged escape glyph face. | ||
| 14 | (last_escape_glyph_frame, last_escape_glyph_face_id) | ||
| 15 | (last_escape_glyph_merged_face_id): New variables. | ||
| 16 | (get_next_display_element): Use/update them. | ||
| 17 | (redisplay_internal): Reset them before redisplay. | ||
| 18 | |||
| 19 | * xdisp.c (set_iterator_to_next): Optimize 2004-12-13 fix. | ||
| 20 | Only recheck faces after displaying ellipsis. | ||
| 21 | |||
| 1 | 2006-02-02 Kenichi Handa <handa@m17n.org> | 22 | 2006-02-02 Kenichi Handa <handa@m17n.org> |
| 2 | 23 | ||
| 3 | * coding.c (decode_composition_emacs_mule): Fix handling of | 24 | * coding.c (decode_composition_emacs_mule): Fix handling of |
diff --git a/src/editfns.c b/src/editfns.c index 9be9232a9c7..5bf4eb738ae 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -719,7 +719,8 @@ Field boundaries are not noticed if `inhibit-field-text-motion' is non-nil. */) | |||
| 719 | { | 719 | { |
| 720 | /* If non-zero, then the original point, before re-positioning. */ | 720 | /* If non-zero, then the original point, before re-positioning. */ |
| 721 | int orig_point = 0; | 721 | int orig_point = 0; |
| 722 | int fwd, prev_old, prev_new; | 722 | int fwd; |
| 723 | Lisp_Object prev_old, prev_new; | ||
| 723 | 724 | ||
| 724 | if (NILP (new_pos)) | 725 | if (NILP (new_pos)) |
| 725 | /* Use the current point, and afterwards, set it. */ | 726 | /* Use the current point, and afterwards, set it. */ |
diff --git a/src/lisp.h b/src/lisp.h index f04d29808d1..66dcdeb00da 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -484,7 +484,11 @@ extern size_t pure_size; | |||
| 484 | in a Lisp object whose data type says it points to something. */ | 484 | in a Lisp object whose data type says it points to something. */ |
| 485 | #define XPNTR(a) (XUINT (a) | DATA_SEG_BITS) | 485 | #define XPNTR(a) (XUINT (a) | DATA_SEG_BITS) |
| 486 | #else | 486 | #else |
| 487 | #define XPNTR(a) XUINT (a) | 487 | /* Some versions of gcc seem to consider the bitfield width when |
| 488 | issuing the "cast to pointer from integer of different size" | ||
| 489 | warning, so the cast is here to widen the value back to its natural | ||
| 490 | size. */ | ||
| 491 | #define XPNTR(a) ((EMACS_INT) XUINT (a)) | ||
| 488 | #endif | 492 | #endif |
| 489 | #endif /* not HAVE_SHM */ | 493 | #endif /* not HAVE_SHM */ |
| 490 | #endif /* no XPNTR */ | 494 | #endif /* no XPNTR */ |
diff --git a/src/xdisp.c b/src/xdisp.c index 70dc9bd4515..9efa1c60cbc 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -5319,6 +5319,10 @@ static int (* get_next_element[NUM_IT_METHODS]) P_ ((struct it *it)) = | |||
| 5319 | display element from the current position of IT. Value is zero if | 5319 | display element from the current position of IT. Value is zero if |
| 5320 | end of buffer (or C string) is reached. */ | 5320 | end of buffer (or C string) is reached. */ |
| 5321 | 5321 | ||
| 5322 | static struct frame *last_escape_glyph_frame = NULL; | ||
| 5323 | static unsigned last_escape_glyph_face_id = (1 << FACE_ID_BITS); | ||
| 5324 | static int last_escape_glyph_merged_face_id = 0; | ||
| 5325 | |||
| 5322 | int | 5326 | int |
| 5323 | get_next_display_element (it) | 5327 | get_next_display_element (it) |
| 5324 | struct it *it; | 5328 | struct it *it; |
| @@ -5435,11 +5439,19 @@ get_next_display_element (it) | |||
| 5435 | face_id = merge_faces (it->f, Qt, lface_id, | 5439 | face_id = merge_faces (it->f, Qt, lface_id, |
| 5436 | it->face_id); | 5440 | it->face_id); |
| 5437 | } | 5441 | } |
| 5442 | else if (it->f == last_escape_glyph_frame | ||
| 5443 | && it->face_id == last_escape_glyph_face_id) | ||
| 5444 | { | ||
| 5445 | face_id = last_escape_glyph_merged_face_id; | ||
| 5446 | } | ||
| 5438 | else | 5447 | else |
| 5439 | { | 5448 | { |
| 5440 | /* Merge the escape-glyph face into the current face. */ | 5449 | /* Merge the escape-glyph face into the current face. */ |
| 5441 | face_id = merge_faces (it->f, Qescape_glyph, 0, | 5450 | face_id = merge_faces (it->f, Qescape_glyph, 0, |
| 5442 | it->face_id); | 5451 | it->face_id); |
| 5452 | last_escape_glyph_frame = it->f; | ||
| 5453 | last_escape_glyph_face_id = it->face_id; | ||
| 5454 | last_escape_glyph_merged_face_id = face_id; | ||
| 5443 | } | 5455 | } |
| 5444 | 5456 | ||
| 5445 | XSETINT (it->ctl_chars[0], g); | 5457 | XSETINT (it->ctl_chars[0], g); |
| @@ -5486,11 +5498,19 @@ get_next_display_element (it) | |||
| 5486 | face_id = merge_faces (it->f, Qt, lface_id, | 5498 | face_id = merge_faces (it->f, Qt, lface_id, |
| 5487 | it->face_id); | 5499 | it->face_id); |
| 5488 | } | 5500 | } |
| 5501 | else if (it->f == last_escape_glyph_frame | ||
| 5502 | && it->face_id == last_escape_glyph_face_id) | ||
| 5503 | { | ||
| 5504 | face_id = last_escape_glyph_merged_face_id; | ||
| 5505 | } | ||
| 5489 | else | 5506 | else |
| 5490 | { | 5507 | { |
| 5491 | /* Merge the escape-glyph face into the current face. */ | 5508 | /* Merge the escape-glyph face into the current face. */ |
| 5492 | face_id = merge_faces (it->f, Qescape_glyph, 0, | 5509 | face_id = merge_faces (it->f, Qescape_glyph, 0, |
| 5493 | it->face_id); | 5510 | it->face_id); |
| 5511 | last_escape_glyph_frame = it->f; | ||
| 5512 | last_escape_glyph_face_id = it->face_id; | ||
| 5513 | last_escape_glyph_merged_face_id = face_id; | ||
| 5494 | } | 5514 | } |
| 5495 | 5515 | ||
| 5496 | /* Handle soft hyphens in the mode where they only get | 5516 | /* Handle soft hyphens in the mode where they only get |
| @@ -5684,6 +5704,8 @@ set_iterator_to_next (it, reseat_p) | |||
| 5684 | 5704 | ||
| 5685 | if (it->dpvec + it->current.dpvec_index == it->dpend) | 5705 | if (it->dpvec + it->current.dpvec_index == it->dpend) |
| 5686 | { | 5706 | { |
| 5707 | int recheck_faces = it->ellipsis_p; | ||
| 5708 | |||
| 5687 | if (it->s) | 5709 | if (it->s) |
| 5688 | it->method = GET_FROM_C_STRING; | 5710 | it->method = GET_FROM_C_STRING; |
| 5689 | else if (STRINGP (it->string)) | 5711 | else if (STRINGP (it->string)) |
| @@ -5706,8 +5728,9 @@ set_iterator_to_next (it, reseat_p) | |||
| 5706 | set_iterator_to_next (it, reseat_p); | 5728 | set_iterator_to_next (it, reseat_p); |
| 5707 | } | 5729 | } |
| 5708 | 5730 | ||
| 5709 | /* Recheck faces after display vector */ | 5731 | /* Maybe recheck faces after display vector */ |
| 5710 | it->stop_charpos = IT_CHARPOS (*it); | 5732 | if (recheck_faces) |
| 5733 | it->stop_charpos = IT_CHARPOS (*it); | ||
| 5711 | } | 5734 | } |
| 5712 | break; | 5735 | break; |
| 5713 | 5736 | ||
| @@ -10552,6 +10575,8 @@ redisplay_internal (preserve_echo_area) | |||
| 10552 | retry: | 10575 | retry: |
| 10553 | pause = 0; | 10576 | pause = 0; |
| 10554 | reconsider_clip_changes (w, current_buffer); | 10577 | reconsider_clip_changes (w, current_buffer); |
| 10578 | last_escape_glyph_frame = NULL; | ||
| 10579 | last_escape_glyph_face_id = (1 << FACE_ID_BITS); | ||
| 10555 | 10580 | ||
| 10556 | /* If new fonts have been loaded that make a glyph matrix adjustment | 10581 | /* If new fonts have been loaded that make a glyph matrix adjustment |
| 10557 | necessary, do it. */ | 10582 | necessary, do it. */ |
diff --git a/src/xrdb.c b/src/xrdb.c index 822fb6e2624..0a138687d7b 100644 --- a/src/xrdb.c +++ b/src/xrdb.c | |||
| @@ -88,6 +88,10 @@ extern char *get_system_name (); | |||
| 88 | /* Make sure not to #include anything after these definitions. Let's | 88 | /* Make sure not to #include anything after these definitions. Let's |
| 89 | not step on anyone's prototypes. */ | 89 | not step on anyone's prototypes. */ |
| 90 | #ifdef emacs | 90 | #ifdef emacs |
| 91 | /* darwin.h may have already defined these. */ | ||
| 92 | #undef malloc | ||
| 93 | #undef realloc | ||
| 94 | #undef free | ||
| 91 | #define malloc xmalloc | 95 | #define malloc xmalloc |
| 92 | #define realloc xrealloc | 96 | #define realloc xrealloc |
| 93 | #define free xfree | 97 | #define free xfree |
diff --git a/vms/make-mms-derivative.el b/vms/make-mms-derivative.el index 6b24bec9a77..f2c64df289d 100644 --- a/vms/make-mms-derivative.el +++ b/vms/make-mms-derivative.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; make-mms-derivative.el --- framework to do horrible things for VMS support | 1 | ;;; make-mms-derivative.el --- framework to do horrible things for VMS support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Thien-Thi Nguyen <ttn@gnu.org> | 5 | ;; Author: Thien-Thi Nguyen <ttn@gnu.org> |
| 6 | ;; Keywords: maint build vms mms makefile levitte autoconf war-is-a-lose | 6 | ;; Keywords: maint build vms mms makefile levitte autoconf war-is-a-lose |