diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 10 | ||||
| -rw-r--r-- | etc/ERC-NEWS | 2 | ||||
| -rw-r--r-- | etc/MH-E-NEWS | 9 | ||||
| -rw-r--r-- | etc/NEWS | 8 | ||||
| -rw-r--r-- | etc/NEWS.1-17 | 10 | ||||
| -rw-r--r-- | etc/NEWS.18 | 5 | ||||
| -rw-r--r-- | etc/NEWS.19 | 6 | ||||
| -rw-r--r-- | etc/NEWS.21 | 2 | ||||
| -rw-r--r-- | etc/NEWS.22 | 4 | ||||
| -rw-r--r-- | etc/NEWS.23 | 4 | ||||
| -rw-r--r-- | etc/THE-GNU-PROJECT | 2 | ||||
| -rw-r--r-- | etc/TODO | 4 | ||||
| -rw-r--r-- | etc/gnus/news-server.ast | 3 | ||||
| -rw-r--r-- | etc/srecode/test.srt | 2 | ||||
| -rw-r--r-- | etc/themes/manoj-dark-theme.el | 4 |
15 files changed, 41 insertions, 34 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 1db595b3175..64479f7987f 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-11-20 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | Release MH-E version 8.3.1. | ||
| 4 | |||
| 5 | * NEWS, MH-E-NEWS: Update for MH-E release 8.3.1. | ||
| 6 | |||
| 1 | 2011-11-14 Juanma Barranquero <lekktu@gmail.com> | 7 | 2011-11-14 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * MAILINGLISTS: Fix typo. | 9 | * MAILINGLISTS: Fix typo. |
| @@ -1413,7 +1419,7 @@ | |||
| 1413 | 1419 | ||
| 1414 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 1420 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 1415 | 1421 | ||
| 1416 | * HELLO: Remove non-unicode character from Tibetan text. | 1422 | * HELLO: Remove non-Unicode character from Tibetan text. |
| 1417 | 1423 | ||
| 1418 | 2008-02-01 Miles Bader <miles@gnu.org> | 1424 | 2008-02-01 Miles Bader <miles@gnu.org> |
| 1419 | 1425 | ||
| @@ -4107,7 +4113,7 @@ | |||
| 4107 | 4113 | ||
| 4108 | 2002-02-01 ShengHuo ZHU <zsh@cs.rochester.edu> | 4114 | 2002-02-01 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 4109 | 4115 | ||
| 4110 | * gnus.xpm: Remove garbages. | 4116 | * gnus.xpm: Remove garbage. |
| 4111 | 4117 | ||
| 4112 | 2002-01-27 Pavel Janík <Pavel@Janik.cz> | 4118 | 2002-01-27 Pavel Janík <Pavel@Janik.cz> |
| 4113 | 4119 | ||
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS index 04084b58488..14d2a22e9f9 100644 --- a/etc/ERC-NEWS +++ b/etc/ERC-NEWS | |||
| @@ -1279,7 +1279,7 @@ in XEmacs. | |||
| 1279 | ** The module system has again changed a lot. You can now customize | 1279 | ** The module system has again changed a lot. You can now customize |
| 1280 | the variable `erc-modules' and define once and for all which | 1280 | the variable `erc-modules' and define once and for all which |
| 1281 | extension modules you want to use. This unfortunately may require | 1281 | extension modules you want to use. This unfortunately may require |
| 1282 | you to change your current erc initialisation code a bit, if you | 1282 | you to change your current erc initialization code a bit, if you |
| 1283 | have some existing customizations. On the other hand, this change | 1283 | have some existing customizations. On the other hand, this change |
| 1284 | makes the configuration of extension modules a lot easier for new | 1284 | makes the configuration of extension modules a lot easier for new |
| 1285 | users. In theory, you should be able to configure all aspects of | 1285 | users. In theory, you should be able to configure all aspects of |
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS index 2e93b5c3f42..4ab75dcfc45 100644 --- a/etc/MH-E-NEWS +++ b/etc/MH-E-NEWS | |||
| @@ -3,6 +3,11 @@ | |||
| 3 | Copyright (C) 2001-2011 Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | * Changes in MH-E 8.3.1 | ||
| 7 | |||
| 8 | This version of MH-E fixes typos in the documentation and is packaged | ||
| 9 | with GNU Emacs 24.1 | ||
| 10 | |||
| 6 | * Changes in MH-E 8.3 | 11 | * Changes in MH-E 8.3 |
| 7 | 12 | ||
| 8 | In 2010, the version control system (VCS) of Emacs was upgraded from | 13 | In 2010, the version control system (VCS) of Emacs was upgraded from |
| @@ -27,8 +32,6 @@ from SourceForge and explicitly load MH-E will have to be change their | |||
| 27 | `load-path' to "/path/to/mh-e/emacs/trunk/lisp/mh-e" instead. Note the | 32 | `load-path' to "/path/to/mh-e/emacs/trunk/lisp/mh-e" instead. Note the |
| 28 | addition of "trunk." | 33 | addition of "trunk." |
| 29 | 34 | ||
| 30 | This version of MH-E is packaged with GNU Emacs 24.1 | ||
| 31 | |||
| 32 | ** Bug Fixes in MH-E 8.3 | 35 | ** Bug Fixes in MH-E 8.3 |
| 33 | 36 | ||
| 34 | *** Make mh-showing a legitimate minor mode | 37 | *** Make mh-showing a legitimate minor mode |
| @@ -2666,7 +2669,7 @@ consistent mnemonics were realized that should make it easier to | |||
| 2666 | remember key bindings. | 2669 | remember key bindings. |
| 2667 | 2670 | ||
| 2668 | Added new sub-keymaps for folder commands, sequence commands, | 2671 | Added new sub-keymaps for folder commands, sequence commands, |
| 2669 | extraction commands, and digest commands which begin with with F, S, | 2672 | extraction commands, and digest commands which begin with F, S, |
| 2670 | X, and D, respectively. These sub-keymaps allowed some consistency | 2673 | X, and D, respectively. These sub-keymaps allowed some consistency |
| 2671 | (e.g., especially with l(ist) and k(ill)). | 2674 | (e.g., especially with l(ist) and k(ill)). |
| 2672 | 2675 | ||
| @@ -147,7 +147,7 @@ then the equivalent line in ~/.authinfo would be | |||
| 147 | 147 | ||
| 148 | **** The variable `smtpmail-starttls-credentials' has been removed. | 148 | **** The variable `smtpmail-starttls-credentials' has been removed. |
| 149 | 149 | ||
| 150 | If you had that set, then then you need to put | 150 | If you had that set, then you need to put |
| 151 | 151 | ||
| 152 | machine smtp.whatever.foo port 25 key "~/.my_smtp_tls.key" cert "~/.my_smtp_tls.cert" | 152 | machine smtp.whatever.foo port 25 key "~/.my_smtp_tls.key" cert "~/.my_smtp_tls.cert" |
| 153 | 153 | ||
| @@ -417,7 +417,7 @@ of the window will resize all windows in the same combination as well. | |||
| 417 | 417 | ||
| 418 | +++ | 418 | +++ |
| 419 | *** New commands `maximize-window' and `minimize-window'. | 419 | *** New commands `maximize-window' and `minimize-window'. |
| 420 | These maximize and minize the size of a window within its frame. | 420 | These maximize and minimize the size of a window within its frame. |
| 421 | 421 | ||
| 422 | +++ | 422 | +++ |
| 423 | *** New commands `switch-to-prev-buffer' and `switch-to-next-buffer'. | 423 | *** New commands `switch-to-prev-buffer' and `switch-to-next-buffer'. |
| @@ -709,7 +709,7 @@ consult. | |||
| 709 | 709 | ||
| 710 | ** The Landmark game is now invoked with `landmark', not `lm'. | 710 | ** The Landmark game is now invoked with `landmark', not `lm'. |
| 711 | 711 | ||
| 712 | ** MH-E has been upgraded to MH-E version 8.3. | 712 | ** MH-E has been upgraded to MH-E version 8.3.1. |
| 713 | See MH-E-NEWS for details. | 713 | See MH-E-NEWS for details. |
| 714 | 714 | ||
| 715 | ** Modula-2 mode provides auto-indentation. | 715 | ** Modula-2 mode provides auto-indentation. |
| @@ -1126,7 +1126,7 @@ state before the last buffer display operation in that window. | |||
| 1126 | 1126 | ||
| 1127 | +++ | 1127 | +++ |
| 1128 | *** The new option `frame-auto-hide-function' lets you choose between | 1128 | *** The new option `frame-auto-hide-function' lets you choose between |
| 1129 | iconfying or deleting a frame when burying a buffer shown in a dedicated | 1129 | iconifying or deleting a frame when burying a buffer shown in a dedicated |
| 1130 | frame or quitting a window showing a buffer in a frame of its own. | 1130 | frame or quitting a window showing a buffer in a frame of its own. |
| 1131 | 1131 | ||
| 1132 | ** Completion | 1132 | ** Completion |
diff --git a/etc/NEWS.1-17 b/etc/NEWS.1-17 index b1da9122934..dc9922ed989 100644 --- a/etc/NEWS.1-17 +++ b/etc/NEWS.1-17 | |||
| @@ -775,7 +775,7 @@ to the value of `minibuffer-help-form'. | |||
| 775 | 775 | ||
| 776 | `help-form' is expected at all times to contain either `nil' | 776 | `help-form' is expected at all times to contain either `nil' |
| 777 | or an expression to be executed when C-h is typed (overriding | 777 | or an expression to be executed when C-h is typed (overriding |
| 778 | teh definition of C-h as a command). `minibuffer-help-form' | 778 | the definition of C-h as a command). `minibuffer-help-form' |
| 779 | can be used to provide a different default way of handling | 779 | can be used to provide a different default way of handling |
| 780 | C-h while in the minibuffer. | 780 | C-h while in the minibuffer. |
| 781 | 781 | ||
| @@ -1382,7 +1382,7 @@ Changes in Emacs 15 | |||
| 1382 | specify the tag table file name initially, or to switch | 1382 | specify the tag table file name initially, or to switch |
| 1383 | to a new tag table. | 1383 | to a new tag table. |
| 1384 | 1384 | ||
| 1385 | * If truncate-partial-width-windows is non-nil (as it intially is), | 1385 | * If truncate-partial-width-windows is non-nil (as it initially is), |
| 1386 | all windows less than the full screen width (that is, | 1386 | all windows less than the full screen width (that is, |
| 1387 | made by side-by-side splitting) truncate lines rather than continuing | 1387 | made by side-by-side splitting) truncate lines rather than continuing |
| 1388 | them. | 1388 | them. |
| @@ -1870,7 +1870,7 @@ Changes in Emacs 1.9 | |||
| 1870 | 1870 | ||
| 1871 | * The variable global-minor-modes is used to display | 1871 | * The variable global-minor-modes is used to display |
| 1872 | strings in the mode line of all buffers. It should be | 1872 | strings in the mode line of all buffers. It should be |
| 1873 | a list of elements thaht are conses whose cdrs are strings | 1873 | a list of elements that are conses whose cdrs are strings |
| 1874 | to be displayed. This complements the variable | 1874 | to be displayed. This complements the variable |
| 1875 | minor-modes, which has the same effect but has a separate | 1875 | minor-modes, which has the same effect but has a separate |
| 1876 | value in each buffer. | 1876 | value in each buffer. |
| @@ -2019,7 +2019,7 @@ Changes in Emacs 1.6 | |||
| 2019 | * save-buffers-kill-emacs is now on C-x C-c | 2019 | * save-buffers-kill-emacs is now on C-x C-c |
| 2020 | while C-x C-z does suspend-emacs. This is to make | 2020 | while C-x C-z does suspend-emacs. This is to make |
| 2021 | C-x C-c like the normal Unix meaning of C-c | 2021 | C-x C-c like the normal Unix meaning of C-c |
| 2022 | and C-x C-z linke the normal Unix meaning of C-z. | 2022 | and C-x C-z like the normal Unix meaning of C-z. |
| 2023 | 2023 | ||
| 2024 | * M-ESC (eval-expression) is now a disabled command by default. | 2024 | * M-ESC (eval-expression) is now a disabled command by default. |
| 2025 | This prevents users who type ESC ESC accidentally from | 2025 | This prevents users who type ESC ESC accidentally from |
| @@ -2423,7 +2423,7 @@ Changes in Emacs 1.1 | |||
| 2423 | or show the text or subheadings under each heading line | 2423 | or show the text or subheadings under each heading line |
| 2424 | independently. Hidden text or subheadings are invisibly | 2424 | independently. Hidden text or subheadings are invisibly |
| 2425 | attached to the end of the preceding heading line, so that | 2425 | attached to the end of the preceding heading line, so that |
| 2426 | if you kill the hading line and yank it back elsewhere | 2426 | if you kill the heading line and yank it back elsewhere |
| 2427 | all the invisible lines accompany it. | 2427 | all the invisible lines accompany it. |
| 2428 | 2428 | ||
| 2429 | All editing commands treat hidden outline-mode lines | 2429 | All editing commands treat hidden outline-mode lines |
diff --git a/etc/NEWS.18 b/etc/NEWS.18 index 6bf854d8b33..820103e3110 100644 --- a/etc/NEWS.18 +++ b/etc/NEWS.18 | |||
| @@ -519,7 +519,7 @@ exist to customize these feature for different Lisp implementations. | |||
| 519 | 519 | ||
| 520 | ** C-x p now disabled. | 520 | ** C-x p now disabled. |
| 521 | 521 | ||
| 522 | The command C-x p, a nonrecomended command which narrows to the current | 522 | The command C-x p, a nonrecommended command which narrows to the current |
| 523 | page, is now initially disabled like C-x n. | 523 | page, is now initially disabled like C-x n. |
| 524 | 524 | ||
| 525 | * Dealing with files. | 525 | * Dealing with files. |
| @@ -1303,7 +1303,7 @@ changing the file's uid or gid. | |||
| 1303 | 1303 | ||
| 1304 | The default value of this variable is `nil', because usually it is | 1304 | The default value of this variable is `nil', because usually it is |
| 1305 | useful to have the uid of a file change according to who edited it | 1305 | useful to have the uid of a file change according to who edited it |
| 1306 | last. I recommend thet this variable be left normally `nil' and | 1306 | last. I recommend that this variable be left normally `nil' and |
| 1307 | changed with a local variables list in those particular files where | 1307 | changed with a local variables list in those particular files where |
| 1308 | the uid needs to be preserved. | 1308 | the uid needs to be preserved. |
| 1309 | 1309 | ||
| @@ -1620,4 +1620,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | |||
| 1620 | Local variables: | 1620 | Local variables: |
| 1621 | mode: text | 1621 | mode: text |
| 1622 | end: | 1622 | end: |
| 1623 | |||
diff --git a/etc/NEWS.19 b/etc/NEWS.19 index 6c1c5483809..16a9d9dc4cb 100644 --- a/etc/NEWS.19 +++ b/etc/NEWS.19 | |||
| @@ -1828,7 +1828,7 @@ c-fill-paragraph's behavior. | |||
| 1828 | containing an open brace just after a case/default label. | 1828 | containing an open brace just after a case/default label. |
| 1829 | 1829 | ||
| 1830 | *** New variable, c-progress-interval, which controls minibuffer update | 1830 | *** New variable, c-progress-interval, which controls minibuffer update |
| 1831 | message displays during long re-indention. This is a new feature | 1831 | message displays during long re-indentation. This is a new feature |
| 1832 | which prints percentage complete messages at specified intervals. | 1832 | which prints percentage complete messages at specified intervals. |
| 1833 | 1833 | ||
| 1834 | ** Makefile mode changes. | 1834 | ** Makefile mode changes. |
| @@ -4288,7 +4288,7 @@ filename completion in comint mode apply, together with a variable | |||
| 4288 | controlling whether to restrict possible completions to only files | 4288 | controlling whether to restrict possible completions to only files |
| 4289 | that are executable (`shell-command-execonly'). | 4289 | that are executable (`shell-command-execonly'). |
| 4290 | 4290 | ||
| 4291 | The input history is initialised from the file name given in the | 4291 | The input history is initialized from the file name given in the |
| 4292 | variable `shell-input-ring-file-name'--normally `.history' in your | 4292 | variable `shell-input-ring-file-name'--normally `.history' in your |
| 4293 | home directory. | 4293 | home directory. |
| 4294 | 4294 | ||
| @@ -5484,7 +5484,7 @@ non-nil. | |||
| 5484 | ** M-x revert-buffer no longer offers to revert from a recent auto-save | 5484 | ** M-x revert-buffer no longer offers to revert from a recent auto-save |
| 5485 | file unless you give it a prefix argument. Otherwise it always | 5485 | file unless you give it a prefix argument. Otherwise it always |
| 5486 | reverts from the real file regardless of whether there has been an | 5486 | reverts from the real file regardless of whether there has been an |
| 5487 | auto-save since thenm. (Reverting from the auto-save file is no longer | 5487 | auto-save since then. (Reverting from the auto-save file is no longer |
| 5488 | very useful now that the undo capacity is larger.) | 5488 | very useful now that the undo capacity is larger.) |
| 5489 | 5489 | ||
| 5490 | ** M-x recover-file no longer turns off Auto Save mode when it reads | 5490 | ** M-x recover-file no longer turns off Auto Save mode when it reads |
diff --git a/etc/NEWS.21 b/etc/NEWS.21 index c3c54d8bb01..c018567c40d 100644 --- a/etc/NEWS.21 +++ b/etc/NEWS.21 | |||
| @@ -1678,7 +1678,7 @@ current file, or you can use C-x v r RET to get an update for an | |||
| 1678 | entire directory tree. | 1678 | entire directory tree. |
| 1679 | 1679 | ||
| 1680 | The new user option `vc-cvs-use-edit' indicates whether VC should call | 1680 | The new user option `vc-cvs-use-edit' indicates whether VC should call |
| 1681 | "cvs edit" to make files writeable; it defaults to `t'. (This option | 1681 | "cvs edit" to make files writable; it defaults to `t'. (This option |
| 1682 | is only meaningful if the CVSREAD variable is set, or if files are | 1682 | is only meaningful if the CVSREAD variable is set, or if files are |
| 1683 | "watched" by other developers.) | 1683 | "watched" by other developers.) |
| 1684 | 1684 | ||
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index 3920f59fefa..5e95e40b04c 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 | |||
| @@ -1275,7 +1275,7 @@ coding system. | |||
| 1275 | of a file. | 1275 | of a file. |
| 1276 | 1276 | ||
| 1277 | *** New command `ucs-insert' inserts a character specified by its | 1277 | *** New command `ucs-insert' inserts a character specified by its |
| 1278 | unicode. | 1278 | Unicode code point or character name. |
| 1279 | 1279 | ||
| 1280 | *** New command quail-show-key shows what key (or key sequence) to type | 1280 | *** New command quail-show-key shows what key (or key sequence) to type |
| 1281 | in the current input method to input a character at point. | 1281 | in the current input method to input a character at point. |
| @@ -3356,7 +3356,7 @@ contracts or expands the line under the cursor. | |||
| 3356 | *** The new commands `speedbar-expand-line-descendants' and | 3356 | *** The new commands `speedbar-expand-line-descendants' and |
| 3357 | `speedbar-contract-line-descendants', bound to `[' and `]' | 3357 | `speedbar-contract-line-descendants', bound to `[' and `]' |
| 3358 | respectively, expand and contract the line under cursor with all of | 3358 | respectively, expand and contract the line under cursor with all of |
| 3359 | its descendents. | 3359 | its descendants. |
| 3360 | 3360 | ||
| 3361 | *** The new user option `speedbar-use-tool-tips-flag', if non-nil, | 3361 | *** The new user option `speedbar-use-tool-tips-flag', if non-nil, |
| 3362 | means to display tool-tips for speedbar items. | 3362 | means to display tool-tips for speedbar items. |
diff --git a/etc/NEWS.23 b/etc/NEWS.23 index 3a222d50d4c..9b8909d794a 100644 --- a/etc/NEWS.23 +++ b/etc/NEWS.23 | |||
| @@ -843,7 +843,7 @@ shared with older Emacsen. | |||
| 843 | 843 | ||
| 844 | *** There is a new charset implementation with many new charsets. | 844 | *** There is a new charset implementation with many new charsets. |
| 845 | See M-x list-character-sets. New charsets can be defined conveniently | 845 | See M-x list-character-sets. New charsets can be defined conveniently |
| 846 | as tables of unicodes. | 846 | as tables of Unicode code points. |
| 847 | 847 | ||
| 848 | *** There are new language environments for Chinese-GBK, | 848 | *** There are new language environments for Chinese-GBK, |
| 849 | Chinese-GB18030, Khmer, Bengali, Punjabi, Gujarati, Oriya, Telugu, | 849 | Chinese-GB18030, Khmer, Bengali, Punjabi, Gujarati, Oriya, Telugu, |
| @@ -1837,7 +1837,7 @@ for the list of extra keys that are available. | |||
| 1837 | 1837 | ||
| 1838 | ** BDF fonts no longer supported on MS-Windows. | 1838 | ** BDF fonts no longer supported on MS-Windows. |
| 1839 | The font backend was completely rewritten for this release. The focus | 1839 | The font backend was completely rewritten for this release. The focus |
| 1840 | on Windows has been getting acceptable performance and full unicode | 1840 | on Windows has been getting acceptable performance and full Unicode |
| 1841 | support, including complex script shaping for native Windows fonts. A | 1841 | support, including complex script shaping for native Windows fonts. A |
| 1842 | rewrite of the BDF font support has not happened due to lack of time | 1842 | rewrite of the BDF font support has not happened due to lack of time |
| 1843 | and developers. If demand still exists for such a backend even with | 1843 | and developers. If demand still exists for such a backend even with |
diff --git a/etc/THE-GNU-PROJECT b/etc/THE-GNU-PROJECT index 80dde864901..f3d554e45bf 100644 --- a/etc/THE-GNU-PROJECT +++ b/etc/THE-GNU-PROJECT | |||
| @@ -762,7 +762,7 @@ | |||
| 762 | Those of us who value free software for freedom's sake will stay with | 762 | Those of us who value free software for freedom's sake will stay with |
| 763 | free software anyway. We will manage to get work done without the | 763 | free software anyway. We will manage to get work done without the |
| 764 | patented features. But those who value free software because they | 764 | patented features. But those who value free software because they |
| 765 | expect it to be techically superior are likely to call it a failure | 765 | expect it to be technically superior are likely to call it a failure |
| 766 | when a patent holds it back. Thus, while it is useful to talk about the | 766 | when a patent holds it back. Thus, while it is useful to talk about the |
| 767 | practical effectiveness of the "cathedral" model of development (1), | 767 | practical effectiveness of the "cathedral" model of development (1), |
| 768 | and the reliability and power of some free software, we must not stop | 768 | and the reliability and power of some free software, we must not stop |
| @@ -205,7 +205,7 @@ of the scroll bar itself. That depends on to what extent toolkit | |||
| 205 | scroll bars are extensible. | 205 | scroll bars are extensible. |
| 206 | 206 | ||
| 207 | ** Provide user-friendly ways to list all available font families, | 207 | ** Provide user-friendly ways to list all available font families, |
| 208 | list fonts, display a font as a sample, etc. [fx is looking at | 208 | list fonts, display a font as a sample, etc. [fx is looking at |
| 209 | multilingual font selection for the Unicode branch of Emacs.] | 209 | multilingual font selection for the Unicode branch of Emacs.] |
| 210 | 210 | ||
| 211 | ** Provide a convenient way to select a color with the mouse. | 211 | ** Provide a convenient way to select a color with the mouse. |
| @@ -635,7 +635,7 @@ up on top of all others | |||
| 635 | 635 | ||
| 636 | *** Other / Low Priority: | 636 | *** Other / Low Priority: |
| 637 | 637 | ||
| 638 | **** Better recognition of unicode scripts / Greek / composition. | 638 | **** Better recognition of Unicode scripts / Greek / composition. |
| 639 | 639 | ||
| 640 | **** Undo for color-drag face customization. | 640 | **** Undo for color-drag face customization. |
| 641 | 641 | ||
diff --git a/etc/gnus/news-server.ast b/etc/gnus/news-server.ast index 432f71a50f0..df0bab4519b 100644 --- a/etc/gnus/news-server.ast +++ b/etc/gnus/news-server.ast | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | @validate (or (assistant-validate-connect-to-server server port) (y-or-n-p "Do you want to use the server anyway, although you can't confirm it's valid?")) | 7 | @validate (or (assistant-validate-connect-to-server server port) (y-or-n-p "Do you want to use the server anyway, although you can't confirm it's valid?")) |
| 8 | @result gnus-select-method (list 'nntp server (list 'nntp-server port)) | 8 | @result gnus-select-method (list 'nntp server (list 'nntp-server port)) |
| 9 | @text | 9 | @text |
| 10 | Usenet news is usually read from your Internet service prodider's news | 10 | Usenet news is usually read from your Internet service provider's news |
| 11 | server. If you don't know the name of this server, contact your ISP. | 11 | server. If you don't know the name of this server, contact your ISP. |
| 12 | 12 | ||
| 13 | As a guess, the name of the server might be news.yourisp.com. | 13 | As a guess, the name of the server might be news.yourisp.com. |
| @@ -61,4 +61,3 @@ Password: @variable{user-name} | |||
| 61 | @c End: | 61 | @c End: |
| 62 | 62 | ||
| 63 | @c arch tag is missing | 63 | @c arch tag is missing |
| 64 | |||
diff --git a/etc/srecode/test.srt b/etc/srecode/test.srt index b296f9dc515..d3dad33a5a2 100644 --- a/etc/srecode/test.srt +++ b/etc/srecode/test.srt | |||
| @@ -81,7 +81,7 @@ template gapsomething :blank | |||
| 81 | ---- | 81 | ---- |
| 82 | 82 | ||
| 83 | template inlinetext | 83 | template inlinetext |
| 84 | "Insert text that has no nelines" | 84 | "Insert text that has no newlines" |
| 85 | ---- | 85 | ---- |
| 86 | *In the middle* | 86 | *In the middle* |
| 87 | ---- | 87 | ---- |
diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el index 55b07e6eaef..b06678636c7 100644 --- a/etc/themes/manoj-dark-theme.el +++ b/etc/themes/manoj-dark-theme.el | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | ;; (blueish) or mail (greenish), have states (large number of under | 37 | ;; (blueish) or mail (greenish), have states (large number of under |
| 38 | ;; messages, normal, and empty). The large number unread groups have | 38 | ;; messages, normal, and empty). The large number unread groups have |
| 39 | ;; highest luminance (appear brighter), and the empty one have lower | 39 | ;; highest luminance (appear brighter), and the empty one have lower |
| 40 | ;; luminance (appear greyer), but have the same chroma and saturation. | 40 | ;; luminance (appear grayer), but have the same chroma and saturation. |
| 41 | ;; Sub states and group priorities are rendered using a color series | 41 | ;; Sub states and group priorities are rendered using a color series |
| 42 | ;; which has constant luminance and saturation, and vary in hue by a | 42 | ;; which has constant luminance and saturation, and vary in hue by a |
| 43 | ;; constant separation -- so all the related groups have the same | 43 | ;; constant separation -- so all the related groups have the same |
| @@ -53,7 +53,7 @@ | |||
| 53 | 53 | ||
| 54 | ;; In the message itself, quoted mail messages from different people | 54 | ;; In the message itself, quoted mail messages from different people |
| 55 | ;; are color coordinated, with high contrast between citations that are | 55 | ;; are color coordinated, with high contrast between citations that are |
| 56 | ;; close to each other in the heirarchy, so it is less likely that one | 56 | ;; close to each other in the hierarchy, so it is less likely that one |
| 57 | ;; misunderstands who said what in a long conversation. | 57 | ;; misunderstands who said what in a long conversation. |
| 58 | 58 | ||
| 59 | ;; The following scheme covers programming languages, Gnus, Erc, mail, | 59 | ;; The following scheme covers programming languages, Gnus, Erc, mail, |