aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2011-11-19 19:07:02 -0800
committerPaul Eggert2011-11-19 19:07:02 -0800
commit615a3b8d0d2c88cd664f1e0beb5a32b5b8e08f90 (patch)
treee0458a9eac443c36a3a4bfa117fde01bbd6e4140 /etc
parentc3ca24d48c10fb771ee02eb58f7d49bd82d6306e (diff)
parente1dbe924b53c541fdf238a5a722b7177d5c8760b (diff)
downloademacs-615a3b8d0d2c88cd664f1e0beb5a32b5b8e08f90.tar.gz
emacs-615a3b8d0d2c88cd664f1e0beb5a32b5b8e08f90.zip
Merge from trunk.
Diffstat (limited to 'etc')
-rw-r--r--etc/AUTHORS2
-rw-r--r--etc/ChangeLog8
-rw-r--r--etc/ERC-NEWS7
-rw-r--r--etc/JOKES4
-rw-r--r--etc/MAILINGLISTS2
-rw-r--r--etc/NEWS25
-rw-r--r--etc/NEWS.1-1721
-rw-r--r--etc/NEWS.183
-rw-r--r--etc/NEWS.194
-rw-r--r--etc/NEWS.208
-rw-r--r--etc/NEWS.216
-rw-r--r--etc/NEWS.239
-rw-r--r--etc/NEXTSTEP8
-rw-r--r--etc/PROBLEMS2
-rw-r--r--etc/TODO7
-rw-r--r--etc/gnus-tut.txt4
-rw-r--r--etc/gnus/news-server.ast3
-rw-r--r--etc/srecode/test.srt2
-rw-r--r--etc/srecode/wisent.srt2
-rw-r--r--etc/themes/manoj-dark-theme.el6
-rw-r--r--etc/tutorials/TUTORIAL.ja5
21 files changed, 67 insertions, 71 deletions
diff --git a/etc/AUTHORS b/etc/AUTHORS
index f214d5e5515..f8ab274e136 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -908,7 +908,7 @@ Derek Upham: changed nxml-mode.el
908 908
909Detlev Zundel: wrote re-builder.el 909Detlev Zundel: wrote re-builder.el
910 910
911Devon Sean Mccullough: changed comint.el 911Devon Sean McCullough: changed comint.el
912 912
913Dhruva Krishnamurthy: changed makefile.w32-in emacsclient.c fontset.c 913Dhruva Krishnamurthy: changed makefile.w32-in emacsclient.c fontset.c
914 sound.c w32proc.c 914 sound.c w32proc.c
diff --git a/etc/ChangeLog b/etc/ChangeLog
index b494c8e3c96..48b1acacbf9 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12011-11-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * MAILINGLISTS: Fix typo.
4
12011-10-29 Eli Zaretskii <eliz@gnu.org> 52011-10-29 Eli Zaretskii <eliz@gnu.org>
2 6
3 * themes/wombat-theme.el: Add a coding cookie. (Bug#9905) 7 * themes/wombat-theme.el: Add a coding cookie. (Bug#9905)
@@ -371,7 +375,7 @@
371 375
3722011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de> 3762011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
373 377
374 * NEWS: Extended behaviour of dbus-register-{method,property}. 378 * NEWS: Extended behavior of dbus-register-{method,property}.
375 379
3762011-01-02 Kenichi Handa <handa@m17n.org> 3802011-01-02 Kenichi Handa <handa@m17n.org>
377 381
@@ -4103,7 +4107,7 @@
4103 4107
41042002-02-01 ShengHuo ZHU <zsh@cs.rochester.edu> 41082002-02-01 ShengHuo ZHU <zsh@cs.rochester.edu>
4105 4109
4106 * gnus.xpm: Remove garbages. 4110 * gnus.xpm: Remove garbage.
4107 4111
41082002-01-27 Pavel Janík <Pavel@Janik.cz> 41122002-01-27 Pavel Janík <Pavel@Janik.cz>
4109 4113
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS
index 17bf4fc3877..14d2a22e9f9 100644
--- a/etc/ERC-NEWS
+++ b/etc/ERC-NEWS
@@ -852,7 +852,7 @@ Only the macros in cl-macs.el are used.
852** If possible, re-use channel buffers when reconnecting to a server. 852** If possible, re-use channel buffers when reconnecting to a server.
853 853
854** Text in ERC buffers is now read-only by default. 854** Text in ERC buffers is now read-only by default.
855To get the previous behavior, 855To get the previous behavior,
856 856
857** Changes and additions to modules 857** Changes and additions to modules
858 858
@@ -1279,8 +1279,8 @@ 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 customsations. 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
1286 ERC by using the customize interface, you should no longer really 1286 ERC by using the customize interface, you should no longer really
@@ -1342,4 +1342,3 @@ GNU General Public License for more details.
1342 1342
1343You should have received a copy of the GNU General Public License 1343You should have received a copy of the GNU General Public License
1344along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 1344along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1345
diff --git a/etc/JOKES b/etc/JOKES
index 9cbba845111..af304e778da 100644
--- a/etc/JOKES
+++ b/etc/JOKES
@@ -197,7 +197,7 @@ Each
197Manual's 197Manual's
198Audience is 198Audience is
199Completely 199Completely
200Stupified 200Stupefied
201 201
202Emacs 202Emacs
203Means 203Means
@@ -333,7 +333,7 @@ Easily
333Mangles, 333Mangles,
334Aborts, 334Aborts,
335Crashes and 335Crashes and
336Stupifies 336Stupefies
337 337
338Extraneous 338Extraneous
339Macros 339Macros
diff --git a/etc/MAILINGLISTS b/etc/MAILINGLISTS
index ef918d3d211..98f10511835 100644
--- a/etc/MAILINGLISTS
+++ b/etc/MAILINGLISTS
@@ -170,7 +170,7 @@ for yourself in particular, you may have to hire someone. The GNU
170project maintains a list of people providing such services. It is 170project maintains a list of people providing such services. It is
171found in <URL:http://www.gnu.org/prep/SERVICE>. 171found in <URL:http://www.gnu.org/prep/SERVICE>.
172 172
173Anything addressed to the implementors and maintainers of a GNU program 173Anything addressed to the implementers and maintainers of a GNU program
174via a bug-* list, should NOT be sent to the corresponding info-* or 174via a bug-* list, should NOT be sent to the corresponding info-* or
175help-* list. 175help-* list.
176 176
diff --git a/etc/NEWS b/etc/NEWS
index 59fab6d9107..b5ff946f722 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -172,7 +172,7 @@ server should listen.
172*** New emacsclient argument --frame-parameters can be used to set the 172*** New emacsclient argument --frame-parameters can be used to set the
173frame parameters of a newly-created graphical frame. 173frame parameters of a newly-created graphical frame.
174+++ 174+++
175*** If emacsclient shuts down as a result of Emacs signalling an 175*** If emacsclient shuts down as a result of Emacs signaling an
176error, its exit status is 1. 176error, its exit status is 1.
177+++ 177+++
178*** New emacsclient argument --parent-id ID. 178*** New emacsclient argument --parent-id ID.
@@ -403,20 +403,21 @@ specified by `display-buffer-fallback-action'.
403display actions, taking precedence over `display-buffer-base-action'. 403display actions, taking precedence over `display-buffer-base-action'.
404 404
405+++ 405+++
406*** New option `window-nest'. 406*** New option `window-combination-limit'.
407The new option `window-nest' allows to return the space obtained for 407The new option `window-combination-limit' allows to return the space
408resizing or creating a window more reliably to the window from which 408obtained for resizing or creating a window more reliably to the window
409such space was obtained. 409from which such space was obtained.
410 410
411+++ 411+++
412*** New option `window-splits'. 412*** New option `window-combination-resize'.
413The new option `window-splits' allows to split a window that otherwise 413The new option `window-combination-resize' allows to split a window that
414cannot be split because it's too small by stealing space from other 414otherwise cannot be split because it's too small by stealing space from
415windows in the same combination. 415other windows in the same combination. Subsequent resizing or deletion
416of the window will resize all windows in the same combination as well.
416 417
417+++ 418+++
418*** New commands `maximize-window' and `minimize-window'. 419*** New commands `maximize-window' and `minimize-window'.
419These maximize and minize the size of a window within its frame. 420These maximize and minimize the size of a window within its frame.
420 421
421+++ 422+++
422*** New commands `switch-to-prev-buffer' and `switch-to-next-buffer'. 423*** New commands `switch-to-prev-buffer' and `switch-to-next-buffer'.
@@ -1125,7 +1126,7 @@ state before the last buffer display operation in that window.
1125 1126
1126+++ 1127+++
1127*** The new option `frame-auto-hide-function' lets you choose between 1128*** The new option `frame-auto-hide-function' lets you choose between
1128iconfying or deleting a frame when burying a buffer shown in a dedicated 1129iconifying or deleting a frame when burying a buffer shown in a dedicated
1129frame or quitting a window showing a buffer in a frame of its own. 1130frame or quitting a window showing a buffer in a frame of its own.
1130 1131
1131** Completion 1132** Completion
@@ -1243,7 +1244,7 @@ argument is supplied (see Trash changes, above).
1243 1244
1244** `facemenu-read-color' is now an alias for `read-color'. 1245** `facemenu-read-color' is now an alias for `read-color'.
1245The command `read-color' now requires a match for a color name or RGB 1246The command `read-color' now requires a match for a color name or RGB
1246triplet, instead of signalling an error if the user provides a invalid 1247triplet, instead of signaling an error if the user provides a invalid
1247input. 1248input.
1248 1249
1249** Tool-bars can display separators. 1250** Tool-bars can display separators.
diff --git a/etc/NEWS.1-17 b/etc/NEWS.1-17
index 89856429b1d..9a72089859e 100644
--- a/etc/NEWS.1-17
+++ b/etc/NEWS.1-17
@@ -963,7 +963,7 @@ a slash is appended to it.
963* Undo can clear modified-flag. 963* Undo can clear modified-flag.
964 964
965If you undo changes in a buffer back to a state in which the 965If you undo changes in a buffer back to a state in which the
966buffer was not considered "modified", then it is labelled as 966buffer was not considered "modified", then it is labeled as
967once again "unmodified". 967once again "unmodified".
968 968
969* M-x run-lisp. 969* M-x run-lisp.
@@ -996,7 +996,7 @@ with no confirmation.
996view-buffer selects the named buffer, view-file finds the named file; the 996view-buffer selects the named buffer, view-file finds the named file; the
997resulting buffer is placed into view-mode (a recursive edit). The normal 997resulting buffer is placed into view-mode (a recursive edit). The normal
998emacs commands are not available. Instead a set of special commands is 998emacs commands are not available. Instead a set of special commands is
999provided which faclitate moving around in the buffer, searching and 999provided which facilitate moving around in the buffer, searching and
1000scrolling by screenfuls. Exiting view-mode returns to the buffer in which 1000scrolling by screenfuls. Exiting view-mode returns to the buffer in which
1001the view-file or view-buffer command was given. 1001the view-file or view-buffer command was given.
1002Type ? or h when viewing for a complete list of view commands. 1002Type ? or h when viewing for a complete list of view commands.
@@ -1074,7 +1074,7 @@ Another `t' switches back to the usual display.
1074 1074
1075* Rmail commands `a' and `k' set message attributes. 1075* Rmail commands `a' and `k' set message attributes.
1076`a' adds an attribute and `k' removes one. You specify 1076`a' adds an attribute and `k' removes one. You specify
1077the attrbute by name. You can specify either a built-in 1077the attribute by name. You can specify either a built-in
1078flag such as "deleted" or "filed", or a user-defined keyword 1078flag such as "deleted" or "filed", or a user-defined keyword
1079(anything not recognized as built-in). 1079(anything not recognized as built-in).
1080 1080
@@ -1090,7 +1090,7 @@ the messages should have.
1090* Interface to MH mail system. 1090* Interface to MH mail system.
1091 1091
1092mh-e is a front end for GNU emacs and the MH mail system. It 1092mh-e is a front end for GNU emacs and the MH mail system. It
1093provides a friendly and convient interface to the MH commands. 1093provides a friendly and convenient interface to the MH commands.
1094 1094
1095To read mail, invoke mh-rmail. This will inc new mail and display the 1095To read mail, invoke mh-rmail. This will inc new mail and display the
1096scan listing on the screen. To see a summary of the mh-e commands, 1096scan listing on the screen. To see a summary of the mh-e commands,
@@ -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.
@@ -1612,7 +1612,7 @@ Changes in Emacs 13
1612 The string "../lisp" now adds to the front of the load-path 1612 The string "../lisp" now adds to the front of the load-path
1613 used for searching for Lisp files during Emacs initialization. 1613 used for searching for Lisp files during Emacs initialization.
1614 It used to replace the path specified in paths.h entirely. 1614 It used to replace the path specified in paths.h entirely.
1615 Now the directory ../lisp is searched first and the directoris 1615 Now the directory ../lisp is searched first and the directories
1616 specified in paths.h are searched afterward. 1616 specified in paths.h are searched afterward.
1617 1617
1618 1618
@@ -1670,7 +1670,7 @@ Changes in Emacs 1.12
1670 the string, it is used unchanged. 1670 the string, it is used unchanged.
1671 1671
1672 One way this feature can be used is to fix bad keyboard 1672 One way this feature can be used is to fix bad keyboard
1673 designes. For example, on some terminals, Delete is 1673 designs. For example, on some terminals, Delete is
1674 Shift-Underscore. Since Delete is a more useful character 1674 Shift-Underscore. Since Delete is a more useful character
1675 than Underscore, it is an improvement to make the unshifted 1675 than Underscore, it is an improvement to make the unshifted
1676 character Delete and the shifted one Underscore. This can 1676 character Delete and the shifted one Underscore. This can
@@ -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
@@ -2446,7 +2446,7 @@ Changes in Emacs 1.1
2446 containing *'s, etc, all processed by the shell). Also, you 2446 containing *'s, etc, all processed by the shell). Also, you
2447 can dired more than one directory; dired names the buffer 2447 can dired more than one directory; dired names the buffer
2448 according to the filespec or directory name. Reinvoking 2448 according to the filespec or directory name. Reinvoking
2449 dired on a directory already direded just switches back to 2449 dired on a directory already diredded just switches back to
2450 the same directory used last time; do M-x revert if you want 2450 the same directory used last time; do M-x revert if you want
2451 to read in the current contents of the directory. 2451 to read in the current contents of the directory.
2452 2452
@@ -2530,4 +2530,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
2530Local variables: 2530Local variables:
2531mode: text 2531mode: text
2532end: 2532end:
2533
diff --git a/etc/NEWS.18 b/etc/NEWS.18
index 6bf854d8b33..ce1f6b12fb3 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
522The command C-x p, a nonrecomended command which narrows to the current 522The command C-x p, a nonrecommended command which narrows to the current
523page, is now initially disabled like C-x n. 523page, is now initially disabled like C-x n.
524 524
525* Dealing with files. 525* Dealing with files.
@@ -1620,4 +1620,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1620Local variables: 1620Local variables:
1621mode: text 1621mode: text
1622end: 1622end:
1623
diff --git a/etc/NEWS.19 b/etc/NEWS.19
index 90d96c12fb8..90671cee18c 100644
--- a/etc/NEWS.19
+++ b/etc/NEWS.19
@@ -1729,7 +1729,7 @@ projects to define project-specific structures. It also enables the
1729use of etags and TAGS files for languages not supported by etags. 1729use of etags and TAGS files for languages not supported by etags.
1730 1730
1731The Emacs manual section on Tags contains explanations and examples 1731The Emacs manual section on Tags contains explanations and examples
1732for Emacs's DEFVAR, VHDL, Cobol, Postscript and TCL. 1732for Emacs's DEFVAR, VHDL, Cobol, PostScript and TCL.
1733 1733
1734** Various mode-specific commands that used to be bound to C-c LETTER 1734** Various mode-specific commands that used to be bound to C-c LETTER
1735have been moved. 1735have been moved.
@@ -4288,7 +4288,7 @@ filename completion in comint mode apply, together with a variable
4288controlling whether to restrict possible completions to only files 4288controlling whether to restrict possible completions to only files
4289that are executable (`shell-command-execonly'). 4289that are executable (`shell-command-execonly').
4290 4290
4291The input history is initialised from the file name given in the 4291The input history is initialized from the file name given in the
4292variable `shell-input-ring-file-name'--normally `.history' in your 4292variable `shell-input-ring-file-name'--normally `.history' in your
4293home directory. 4293home directory.
4294 4294
diff --git a/etc/NEWS.20 b/etc/NEWS.20
index f4cfb14de62..332eec60535 100644
--- a/etc/NEWS.20
+++ b/etc/NEWS.20
@@ -696,7 +696,7 @@ pasting operations.
696** You can specify the printer to use for commands that do printing by 696** You can specify the printer to use for commands that do printing by
697setting the variable `printer-name'. Just what a printer name looks 697setting the variable `printer-name'. Just what a printer name looks
698like depends on your operating system. You can specify a different 698like depends on your operating system. You can specify a different
699printer for the Postscript printing commands by setting 699printer for the PostScript printing commands by setting
700`ps-printer-name'. 700`ps-printer-name'.
701 701
702** Emacs now supports on-the-fly spell checking by the means of a 702** Emacs now supports on-the-fly spell checking by the means of a
@@ -3494,9 +3494,9 @@ not by default. Use --members to turn this feature on.
3494*** Java is tagged like C++. In addition, "extends" and "implements" 3494*** Java is tagged like C++. In addition, "extends" and "implements"
3495constructs are tagged. Files are recognized by the extension .java. 3495constructs are tagged. Files are recognized by the extension .java.
3496 3496
3497*** Etags can now handle programs written in Postscript. Files are 3497*** Etags can now handle programs written in PostScript. Files are
3498recognized by the extensions .ps and .pdb (Postscript with C syntax). 3498recognized by the extensions .ps and .pdb (PostScript with C syntax).
3499In Postscript, tags are lines that start with a slash. 3499In PostScript, tags are lines that start with a slash.
3500 3500
3501*** Etags now handles Objective C and Objective C++ code. The usual C and 3501*** Etags now handles Objective C and Objective C++ code. The usual C and
3502C++ tags are recognized in these languages; in addition, etags 3502C++ tags are recognized in these languages; in addition, etags
diff --git a/etc/NEWS.21 b/etc/NEWS.21
index 47f61a13e3b..c3c54d8bb01 100644
--- a/etc/NEWS.21
+++ b/etc/NEWS.21
@@ -446,7 +446,7 @@ This behavior may be disabled by customizing the option
446 446
447** Polish, Czech, German, and French translations of Emacs' reference card 447** Polish, Czech, German, and French translations of Emacs' reference card
448have been added. They are named `pl-refcard.tex', `cs-refcard.tex', 448have been added. They are named `pl-refcard.tex', `cs-refcard.tex',
449`de-refcard.tex' and `fr-refcard.tex'. Postscript files are included. 449`de-refcard.tex' and `fr-refcard.tex'. PostScript files are included.
450 450
451** An `Emacs Survival Guide', etc/survival.tex, is available. 451** An `Emacs Survival Guide', etc/survival.tex, is available.
452 452
@@ -850,7 +850,7 @@ default).
850*** If Emacs was invoked with the `-q' or `--no-init-file' options, it 850*** If Emacs was invoked with the `-q' or `--no-init-file' options, it
851does not allow you to save customizations in your `~/.emacs' init 851does not allow you to save customizations in your `~/.emacs' init
852file. This is because saving customizations from such a session would 852file. This is because saving customizations from such a session would
853wipe out all the other customizationss you might have on your init 853wipe out all the other customizations you might have on your init
854file. 854file.
855 855
856** If Emacs was invoked with the `-q' or `--no-init-file' options, it 856** If Emacs was invoked with the `-q' or `--no-init-file' options, it
@@ -2189,7 +2189,7 @@ variables are tagged.
2189 2189
2190*** New language Python: def and class at the beginning of a line are tags. 2190*** New language Python: def and class at the beginning of a line are tags.
2191 2191
2192*** .ss files are Scheme files, .pdb is Postscript with C syntax, .psw is 2192*** .ss files are Scheme files, .pdb is PostScript with C syntax, .psw is
2193for PSWrap. 2193for PSWrap.
2194 2194
2195** Changes in etags.el 2195** Changes in etags.el
diff --git a/etc/NEWS.23 b/etc/NEWS.23
index 5b170231bbd..3a222d50d4c 100644
--- a/etc/NEWS.23
+++ b/etc/NEWS.23
@@ -1182,7 +1182,7 @@ run processes remotely.
1182matches a regexp. 1182matches a regexp.
1183 1183
1184*** The value of comment-style now defaults to `indent'. 1184*** The value of comment-style now defaults to `indent'.
1185Thefore, comment-start markers are inserted at the current indentation 1185Therefore, comment-start markers are inserted at the current indentation
1186of the region to comment, rather than the leftmost column. 1186of the region to comment, rather than the leftmost column.
1187 1187
1188*** The new commands `pp-macroexpand-expression' and 1188*** The new commands `pp-macroexpand-expression' and
@@ -1235,8 +1235,8 @@ details, see the commentary in doc-view.el.
1235 1235
1236PDF and DVI files are now opened in Doc View mode by default. 1236PDF and DVI files are now opened in Doc View mode by default.
1237 1237
1238In Postcript mode, C-c C-c launches Doc View minor mode for viewing 1238In PostScript mode, C-c C-c launches Doc View minor mode for viewing
1239the postscript file. 1239the PostScript file.
1240 1240
1241** EasyPG provides an interface to the GNU Privacy Guard (GnuPG). 1241** EasyPG provides an interface to the GNU Privacy Guard (GnuPG).
1242It includes a GnuPG keyring browser, cryptographic operations on 1242It includes a GnuPG keyring browser, cryptographic operations on
@@ -2102,7 +2102,7 @@ function to use for searching in `query-replace-regexp',
2102*** New keymap `search-map' bound to `M-s' provides global bindings 2102*** New keymap `search-map' bound to `M-s' provides global bindings
2103for search related commands. 2103for search related commands.
2104 2104
2105*** New keymap `multi-query-replace-map' contains additonal keys bound 2105*** New keymap `multi-query-replace-map' contains additional keys bound
2106to `automatic-all' and `exit-current' for multi-buffer interactive replacement. 2106to `automatic-all' and `exit-current' for multi-buffer interactive replacement.
2107 2107
2108*** The variable `inhibit-changing-match-data', if non-nil, prevents 2108*** The variable `inhibit-changing-match-data', if non-nil, prevents
@@ -2529,4 +2529,3 @@ Local variables:
2529mode: outline 2529mode: outline
2530paragraph-separate: "[ ]*$" 2530paragraph-separate: "[ ]*$"
2531end: 2531end:
2532
diff --git a/etc/NEXTSTEP b/etc/NEXTSTEP
index fcde9727dff..4aa1dca93f2 100644
--- a/etc/NEXTSTEP
+++ b/etc/NEXTSTEP
@@ -38,7 +38,7 @@ meantime.
38Release History 38Release History
39--------------- 39---------------
40 40
411990-1992 1.0-3.0 (?) Michael Brouwer's socket/terminal communication 411990-1992 1.0-3.0 (?) Michael Brouwer's socket/terminal communication
42 based version (GUI ran as a separate process.) 42 based version (GUI ran as a separate process.)
43 43
441993/10/25 3.0.1 Last (?) release of Brouwer version. Supports 441993/10/25 3.0.1 Last (?) release of Brouwer version. Supports
@@ -126,7 +126,7 @@ Release History
126 rendering for synthetic italic fonts. Further 126 rendering for synthetic italic fonts. Further
127 improved menu parsing. Use system highlight 127 improved menu parsing. Use system highlight
128 color. Added previous- and next-mark history 128 color. Added previous- and next-mark history
129 navigation commmands bound to M-p,M-n. 129 navigation commands bound to M-p,M-n.
130 Miscellaneous bug fixes. 130 Miscellaneous bug fixes.
131 131
1322005/08/04 8.0-rc5 All internal string handling changed to UTF-8. 1322005/08/04 8.0-rc5 All internal string handling changed to UTF-8.
@@ -146,7 +146,7 @@ Release History
146 handling now added. Transparency (e.g., M-x 146 handling now added. Transparency (e.g., M-x
147 set-background-color ARGB88FFFFFF) improved: 147 set-background-color ARGB88FFFFFF) improved:
148 only the background is made transparent. 148 only the background is made transparent.
149 Cursor drawing glitches fixed. Preferences 149 Cursor drawing glitches fixed. Preferences
150 handling improved. Fixed some portability 150 handling improved. Fixed some portability
151 problems on Tiger and Puma. 151 problems on Tiger and Puma.
152 152
@@ -185,7 +185,7 @@ Release History
185 rendering, pasting, Color panel. Added function 185 rendering, pasting, Color panel. Added function
186 ns-set-background-alpha to work around 186 ns-set-background-alpha to work around
187 inability to customize with numeric colors. 187 inability to customize with numeric colors.
188 188
1892006/12/24 9.0-rc1 Reworked font handling and text rendering to 1892006/12/24 9.0-rc1 Reworked font handling and text rendering to
190 use Kenichi Handa's new font back-end system. 190 use Kenichi Handa's new font back-end system.
191 Font sets are now supported and automatically 191 Font sets are now supported and automatically
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index e85972f0bfd..57a3387ee40 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1250,7 +1250,7 @@ be carried out at the same time:
12504) Use lbxproxy on the remote end of the connection. This is an interface 12504) Use lbxproxy on the remote end of the connection. This is an interface
1251 to the low bandwidth X extension in most modern X servers, which 1251 to the low bandwidth X extension in most modern X servers, which
1252 improves performance dramatically, at the slight expense of correctness 1252 improves performance dramatically, at the slight expense of correctness
1253 of the X protocol. lbxproxy acheives the performance gain by grouping 1253 of the X protocol. lbxproxy achieves the performance gain by grouping
1254 several X requests in one TCP packet and sending them off together, 1254 several X requests in one TCP packet and sending them off together,
1255 instead of requiring a round-trip for each X request in a separate 1255 instead of requiring a round-trip for each X request in a separate
1256 packet. The switches that seem to work best for emacs are: 1256 packet. The switches that seem to work best for emacs are:
diff --git a/etc/TODO b/etc/TODO
index c38b04a681d..aa06f73ee94 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -165,7 +165,7 @@ Change them to use report-emacs-bug.
165like make-backup-file-name-function for non-numeric backup files. 165like make-backup-file-name-function for non-numeric backup files.
166 166
167** `dired-mode' should specify the semantics of `buffer-modified-p' for 167** `dired-mode' should specify the semantics of `buffer-modified-p' for
168dired buffers and DTRT WRT `auto-revert-mode'. 168dired buffers and DTRT WRT `auto-revert-mode'.
169 169
170** Check uses of prin1 for error-handling. 170** Check uses of prin1 for error-handling.
171http://lists.gnu.org/archive/html/emacs-devel/2008-08/msg00456.html 171http://lists.gnu.org/archive/html/emacs-devel/2008-08/msg00456.html
@@ -325,7 +325,7 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
325 325
326** Beefed-up syntax-tables. 326** Beefed-up syntax-tables.
327*** recognize multi-character syntactic entities like `begin' and `end'. 327*** recognize multi-character syntactic entities like `begin' and `end'.
328*** nested string-delimiters (for Postscript's (foo(bar)baz) strings). 328*** nested string-delimiters (for PostScript's (foo(bar)baz) strings).
329*** support for infix operators (with precedence). 329*** support for infix operators (with precedence).
330*** support for the $ (paired delimiter) in parse-partial-sexp. 330*** support for the $ (paired delimiter) in parse-partial-sexp.
331*** support for hook-chars whose effect on the parsing-state is specified 331*** support for hook-chars whose effect on the parsing-state is specified
@@ -1043,7 +1043,7 @@ was an error in the namespace URI.
1043 1043
1044**** Better recovery from ill-formed XML declarations. 1044**** Better recovery from ill-formed XML declarations.
1045 1045
1046*** Useability improvements 1046*** Usability improvements
1047 1047
1048**** Should print a "Parsing..." message during long movements. 1048**** Should print a "Parsing..." message during long movements.
1049 1049
@@ -1243,4 +1243,3 @@ GNU General Public License for more details.
1243 1243
1244You should have received a copy of the GNU General Public License 1244You should have received a copy of the GNU General Public License
1245along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 1245along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1246
diff --git a/etc/gnus-tut.txt b/etc/gnus-tut.txt
index 80a652ba25f..9132ece533e 100644
--- a/etc/gnus-tut.txt
+++ b/etc/gnus-tut.txt
@@ -188,7 +188,7 @@ remove all hilit code from all the Gnus hooks
188(`gnus-group-prepare-hook', `gnus-summary-prepare-hook' and 188(`gnus-group-prepare-hook', `gnus-summary-prepare-hook' and
189`gnus-summary-article-hook'). (Well, at the very least the first 189`gnus-summary-article-hook'). (Well, at the very least the first
190two.) Gnus provides various integrated functions for highlighting, 190two.) Gnus provides various integrated functions for highlighting,
191which are both faster and more accurated. 191which are both faster and more accurate.
192 192
193There is absolutely no chance, whatsoever, of getting Gnus to work 193There is absolutely no chance, whatsoever, of getting Gnus to work
194with Emacs 18. It won't even work on Emacsen older than Emacs 194with Emacs 18. It won't even work on Emacsen older than Emacs
@@ -288,5 +288,3 @@ me the patches, but one can't have everything.
288 288
289If you have any questions on usage, the "ding@ifi.uio.no" mailing list 289If you have any questions on usage, the "ding@ifi.uio.no" mailing list
290is where to post the questions. 290is where to post the questions.
291
292
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
10Usenet news is usually read from your Internet service prodider's news 10Usenet news is usually read from your Internet service provider's news
11server. If you don't know the name of this server, contact your ISP. 11server. If you don't know the name of this server, contact your ISP.
12 12
13As a guess, the name of the server might be news.yourisp.com. 13As 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
83template inlinetext 83template 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/srecode/wisent.srt b/etc/srecode/wisent.srt
index d45392e93dd..b66a17a4be5 100644
--- a/etc/srecode/wisent.srt
+++ b/etc/srecode/wisent.srt
@@ -55,7 +55,7 @@ goal
55 55
56%% 56%%
57(define-lex wisent-{{TARGETMODE}}-lexer 57(define-lex wisent-{{TARGETMODE}}-lexer
58 "Lexical analzer to handle {{TARGETMODE}} buffers." 58 "Lexical analyzer to handle {{TARGETMODE}} buffers."
59 ;; semantic-lex-newline 59 ;; semantic-lex-newline
60 semantic-lex-ignore-whitespace 60 semantic-lex-ignore-whitespace
61 semantic-lex-ignore-newline 61 semantic-lex-ignore-newline
diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el
index bd6bbaa88a2..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
@@ -52,8 +52,8 @@
52;; reading mail/USENET. 52;; reading mail/USENET.
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 beteen 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,
diff --git a/etc/tutorials/TUTORIAL.ja b/etc/tutorials/TUTORIAL.ja
index e4917d40987..d50727ceb82 100644
--- a/etc/tutorials/TUTORIAL.ja
+++ b/etc/tutorials/TUTORIAL.ja
@@ -524,7 +524,7 @@ C-_ $B$d(B C-x u $B$O?tCM0z?t$r7+$jJV$72s?t$H2r<a$7$^$9!#(B
524 524
525>> "foo" $B$H$$$&L>$N%U%!%$%k$r:n$j$^$7$g$&!#(BC-x C-f foo <Return> $B$G$9!#(B 525>> "foo" $B$H$$$&L>$N%U%!%$%k$r:n$j$^$7$g$&!#(BC-x C-f foo <Return> $B$G$9!#(B
526 $B2?$+J8>O$rF~$l!"JT=8$7!"(BC-x C-s $B$G(B "foo" $B$r%;!<%V$7$F2<$5$$!#(B 526 $B2?$+J8>O$rF~$l!"JT=8$7!"(BC-x C-s $B$G(B "foo" $B$r%;!<%V$7$F2<$5$$!#(B
527 $B:G8e$K(B C-x C-f TUTORIAL.ja <Retrun> $B$H%?%$%W$7(B 527 $B:G8e$K(B C-x C-f TUTORIAL.ja <Return> $B$H%?%$%W$7(B
528 $BF~Lg%,%$%I$KLa$j$^$7$g$&!#(B 528 $BF~Lg%,%$%I$KLa$j$^$7$g$&!#(B
529 529
530Emacs $B$O%U%!%$%k$NFbMF$r%P%C%U%!!J(Bbuffer$B!K$H8F$P$l$k$b$N$NCf$K3JG<$7$F(B 530Emacs $B$O%U%!%$%k$NFbMF$r%P%C%U%!!J(Bbuffer$B!K$H8F$P$l$k$b$N$NCf$K3JG<$7$F(B
@@ -890,7 +890,7 @@ ESC $B$O$=$l<+BN$,0l$D$NJ8;z$G=$>~%-!<$G$O$J$$$+$i$G$9!#(B
890 890
891>> M-x make-frame <Return> $B$H%?%$%W$7$F!"?7$7$$%U%l!<%`$,I=<($5$l$k$N(B 891>> M-x make-frame <Return> $B$H%?%$%W$7$F!"?7$7$$%U%l!<%`$,I=<($5$l$k$N(B
892 $B$r3NG'$7$^$7$g$&!#(B 892 $B$r3NG'$7$^$7$g$&!#(B
893 893
894$B85$N%U%l!<%`$G$d$C$F$$$?$3$H$O$J$s$G$b$3$N?7$7$$%U%l!<%`$G$b$G$-$^$9!#(B 894$B85$N%U%l!<%`$G$d$C$F$$$?$3$H$O$J$s$G$b$3$N?7$7$$%U%l!<%`$G$b$G$-$^$9!#(B
895$B:G=i$N%U%l!<%`$H$=$N8e$K:n$i$l$k%U%l!<%`$G0c$$$O$"$j$^$;$s!#(B 895$B:G=i$N%U%l!<%`$H$=$N8e$K:n$i$l$k%U%l!<%`$G0c$$$O$"$j$^$;$s!#(B
896 896
@@ -1083,4 +1083,3 @@ GNU Emacs to your friends. Help stamp out software obstructionism
1083;;; Local Variables: 1083;;; Local Variables:
1084;;; coding: iso-2022-jp 1084;;; coding: iso-2022-jp
1085;;; End: 1085;;; End:
1086