diff options
| author | Karoly Lorentey | 2005-11-01 06:23:08 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-11-01 06:23:08 +0000 |
| commit | cd0cf71c4f41023a8d9c20b3a26e44b980992b5a (patch) | |
| tree | b763cfec551254e2228335be4e218ed7a9a19109 /etc | |
| parent | c40bb1ba81a5df164f0b9b61e3480c55808717b7 (diff) | |
| parent | 895725e10c0fb68ed21abb48183cc8843bcaadf3 (diff) | |
| download | emacs-cd0cf71c4f41023a8d9c20b3a26e44b980992b5a.tar.gz emacs-cd0cf71c4f41023a8d9c20b3a26e44b980992b5a.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616
Add lisp/mh-e/.arch-inventory
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-617
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-618
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-619
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-620
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-621
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-622
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-623
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-624
Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords.
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-625
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-626
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-627
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-628
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-142
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-143
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-144
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-145
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-146
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-147
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-148
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-435
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 15 | ||||
| -rw-r--r-- | etc/NEWS | 21 | ||||
| -rw-r--r-- | etc/PROBLEMS | 13 | ||||
| -rw-r--r-- | etc/TODO | 12 | ||||
| -rw-r--r-- | etc/e/eterm-color | bin | 1155 -> 1158 bytes | |||
| -rw-r--r-- | etc/e/eterm-color.ti | 6 | ||||
| -rw-r--r-- | etc/images/gud/until.xpm | 2 |
7 files changed, 52 insertions, 17 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index cb0b68f7f01..37219982320 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2005-10-27 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * e/eterm-color.ti (el1): Undo 2005-10-23 change. | ||
| 4 | Add some comments on how to update this file. Add ri | ||
| 5 | capability that has long been supported by term.el. | ||
| 6 | |||
| 7 | 2005-10-25 Nick Roberts <nickrob@snap.net.nz> | ||
| 8 | |||
| 9 | * images/gud/until.xpm: Colour correction. | ||
| 10 | |||
| 11 | 2005-10-23 Richard M. Stallman <rms@gnu.org> | ||
| 12 | |||
| 13 | * e/eterm-color.ti (el1): Capability deleted, | ||
| 14 | since term.el doesn't implement it. | ||
| 15 | |||
| 1 | 2005-10-20 Dan Nicolaescu <dann@ics.uci.edu> | 16 | 2005-10-20 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 17 | ||
| 3 | * e/eterm-color.ti: Change the terminal name to eterm-color. | 18 | * e/eterm-color.ti: Change the terminal name to eterm-color. |
| @@ -1284,8 +1284,8 @@ read-only properties, if it is safe to do so. This means that if any | |||
| 1284 | part of a prompt is deleted, then the entire prompt must be deleted | 1284 | part of a prompt is deleted, then the entire prompt must be deleted |
| 1285 | and that all prompts must stay at the beginning of a line. If this is | 1285 | and that all prompts must stay at the beginning of a line. If this is |
| 1286 | not the case, then `comint-kill-region' behaves just like | 1286 | not the case, then `comint-kill-region' behaves just like |
| 1287 | `kill-region' if read-only are involved: it copies the text to the | 1287 | `kill-region' if read-only properties are involved: it copies the text |
| 1288 | kill-ring, but does not delete it. | 1288 | to the kill-ring, but does not delete it. |
| 1289 | 1289 | ||
| 1290 | +++ | 1290 | +++ |
| 1291 | *** The new command `comint-insert-previous-argument' in comint-derived | 1291 | *** The new command `comint-insert-previous-argument' in comint-derived |
| @@ -1522,6 +1522,7 @@ separate manual. | |||
| 1522 | 1522 | ||
| 1523 | +++ | 1523 | +++ |
| 1524 | ** savehist saves minibuffer histories between sessions. | 1524 | ** savehist saves minibuffer histories between sessions. |
| 1525 | To use this feature, put (savehist-load) in your `.emacs' file. | ||
| 1525 | 1526 | ||
| 1526 | +++ | 1527 | +++ |
| 1527 | ** Filesets are collections of files. You can define a fileset in | 1528 | ** Filesets are collections of files. You can define a fileset in |
| @@ -1823,15 +1824,16 @@ powerful ways. | |||
| 1823 | 1824 | ||
| 1824 | *** many substantial fixes and refinements, including: | 1825 | *** many substantial fixes and refinements, including: |
| 1825 | 1826 | ||
| 1826 | - repaired inhibition of inadvertant edits to concealed text | 1827 | - repaired inhibition of inadvertent edits to concealed text |
| 1827 | - repaired retention of topic body hanging indent upon topic depth shifts | 1828 | - repaired retention of topic body hanging indent upon topic depth shifts |
| 1828 | - prevent "containment discontinuities" where a topic is shifted deeper | 1829 | - prevent "containment discontinuities" where a topic is shifted deeper |
| 1829 | than the offspring-depth of its' container | 1830 | than the offspring-depth of its container |
| 1830 | - easy to adopt the distinctive bullet of a topic in a topic created | 1831 | - easy to adopt the distinctive bullet of a topic in a topic created |
| 1831 | relative to it, or select a new one, or use the common topic bullet | 1832 | relative to it, or select a new one, or use the common topic bullet |
| 1832 | - plain bullets, by default, now alternate between only two characters | 1833 | - plain bullets, by default, now alternate between only two characters |
| 1833 | ('.' and ','), yielding less cluttered outlines. | 1834 | ('.' and ','), yielding less cluttered outlines |
| 1834 | - many internal fixes. | 1835 | - many internal fixes |
| 1836 | - version number incremented to 2.1 | ||
| 1835 | 1837 | ||
| 1836 | ** The variable `woman-topic-at-point' was renamed | 1838 | ** The variable `woman-topic-at-point' was renamed |
| 1837 | to `woman-use-topic-at-point' and behaves differently: if this | 1839 | to `woman-use-topic-at-point' and behaves differently: if this |
| @@ -3475,6 +3477,13 @@ It returns nil if the given Lisp form can't possibly do anything | |||
| 3475 | dangerous; otherwise it returns a reason why the form might be unsafe | 3477 | dangerous; otherwise it returns a reason why the form might be unsafe |
| 3476 | (calls unknown function, alters global variable, etc). | 3478 | (calls unknown function, alters global variable, etc). |
| 3477 | 3479 | ||
| 3480 | +++ | ||
| 3481 | *** New macro `eval-at-startup' specifies expressions to | ||
| 3482 | evaluate when Emacs starts up. If this is done after startup, | ||
| 3483 | it evaluates those expressions immediately. | ||
| 3484 | |||
| 3485 | This is useful in packages that can be preloaded. | ||
| 3486 | |||
| 3478 | *** `list-faces-display' takes an optional argument, REGEXP. | 3487 | *** `list-faces-display' takes an optional argument, REGEXP. |
| 3479 | 3488 | ||
| 3480 | If it is non-nil, the function lists only faces matching this regexp. | 3489 | If it is non-nil, the function lists only faces matching this regexp. |
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 3b9dc6b17ff..76a62dca178 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2007,7 +2007,13 @@ A certain X server for Windows had a bug which caused this. | |||
| 2007 | Supposedly the newer 32-bit version of this server doesn't have the | 2007 | Supposedly the newer 32-bit version of this server doesn't have the |
| 2008 | problem. | 2008 | problem. |
| 2009 | 2009 | ||
| 2010 | ** Known problems with the MS-Windows port of Emacs 21.2. | 2010 | ** Known problems with the MS-Windows port of Emacs 22.1 |
| 2011 | |||
| 2012 | Using create-fontset-from-ascii-font or the --font startup parameter | ||
| 2013 | with a Chinese, Japanese or Korean font leads to display problems. | ||
| 2014 | Use a Latin-only font as your default font. If you want control over | ||
| 2015 | which font is used to display Chinese, Japanese or Korean character, | ||
| 2016 | use create-fontset-from-fontset-spec to define a fontset. | ||
| 2011 | 2017 | ||
| 2012 | Frames are not refreshed while the File or Font dialog or a pop-up menu | 2018 | Frames are not refreshed while the File or Font dialog or a pop-up menu |
| 2013 | is displayed. This also means help text for pop-up menus is not | 2019 | is displayed. This also means help text for pop-up menus is not |
| @@ -2027,13 +2033,10 @@ after moving back into it. | |||
| 2027 | Some minor flickering still persists during mouse-tracking, although | 2033 | Some minor flickering still persists during mouse-tracking, although |
| 2028 | not as severely as in 21.1. | 2034 | not as severely as in 21.1. |
| 2029 | 2035 | ||
| 2030 | Emacs can sometimes abort when non-ASCII text, possibly with null | ||
| 2031 | characters, is copied and pasted into a buffer. | ||
| 2032 | |||
| 2033 | An inactive cursor remains in an active window after the Windows | 2036 | An inactive cursor remains in an active window after the Windows |
| 2034 | Manager driven switch of the focus, until a key is pressed. | 2037 | Manager driven switch of the focus, until a key is pressed. |
| 2035 | 2038 | ||
| 2036 | Windows input methods are not recognized by Emacs (as of v21.2). Some | 2039 | Windows input methods are not recognized by Emacs. Some |
| 2037 | of these input methods cause the keyboard to send characters encoded | 2040 | of these input methods cause the keyboard to send characters encoded |
| 2038 | in the appropriate coding system (e.g., ISO 8859-1 for Latin-1 | 2041 | in the appropriate coding system (e.g., ISO 8859-1 for Latin-1 |
| 2039 | characters, ISO 8859-8 for Hebrew characters, etc.). To make this | 2042 | characters, ISO 8859-8 for Hebrew characters, etc.). To make this |
| @@ -37,8 +37,8 @@ to the FSF. | |||
| 37 | * Important features: | 37 | * Important features: |
| 38 | 38 | ||
| 39 | ** Provide user-friendly ways to list all available font families, | 39 | ** Provide user-friendly ways to list all available font families, |
| 40 | display a font as a sample, etc. [fx is looking at multilingual | 40 | list fonts, display a font as a sample, etc. [fx is looking at |
| 41 | font selection for Emacs 22.] | 41 | multilingual font selection for Emacs 22.] |
| 42 | 42 | ||
| 43 | ** Program Enriched mode to read and save in RTF. [Is there actually a | 43 | ** Program Enriched mode to read and save in RTF. [Is there actually a |
| 44 | decent single definition of RTF? Maybe see info at | 44 | decent single definition of RTF? Maybe see info at |
| @@ -146,6 +146,10 @@ to the FSF. | |||
| 146 | Bison input files, for instance, or other kinds of text | 146 | Bison input files, for instance, or other kinds of text |
| 147 | where one language is embedded in another language. | 147 | where one language is embedded in another language. |
| 148 | 148 | ||
| 149 | ** Arrange a way for an input method to return the first character | ||
| 150 | immediately, then replace it later. So that C-s a with | ||
| 151 | input method latin-1-postfix would immediately search for an a. | ||
| 152 | |||
| 149 | ** Give start-process the ability to direct standard-error | 153 | ** Give start-process the ability to direct standard-error |
| 150 | output to a different filter. | 154 | output to a different filter. |
| 151 | 155 | ||
| @@ -230,7 +234,7 @@ to the FSF. | |||
| 230 | 234 | ||
| 231 | ** Investigate using the language environment (or locale?) to set up | 235 | ** Investigate using the language environment (or locale?) to set up |
| 232 | more things, such as the default Ispell dictionary, calendar | 236 | more things, such as the default Ispell dictionary, calendar |
| 233 | holidays, quoting characters?,... | 237 | holidays, quoting characters, space after periods and colons, ... |
| 234 | 238 | ||
| 235 | ** Improve the GC (generational, incremental). (We may be able to use | 239 | ** Improve the GC (generational, incremental). (We may be able to use |
| 236 | the Boehm collector.) [See the Boehm-GC branch in CVS for work on | 240 | the Boehm collector.) [See the Boehm-GC branch in CVS for work on |
| @@ -243,8 +247,6 @@ to the FSF. | |||
| 243 | ** Provide an optional feature which computes a scroll bar slider's | 247 | ** Provide an optional feature which computes a scroll bar slider's |
| 244 | size and its position from lines instead of characters. | 248 | size and its position from lines instead of characters. |
| 245 | 249 | ||
| 246 | ** Make the Custom themes support do useful things. | ||
| 247 | |||
| 248 | ** Add support for SVG (Scalable Vector Graphics) rendering to | 250 | ** Add support for SVG (Scalable Vector Graphics) rendering to |
| 249 | Emacs. | 251 | Emacs. |
| 250 | 252 | ||
diff --git a/etc/e/eterm-color b/etc/e/eterm-color index de84f4c909c..c9b87e5854f 100644 --- a/etc/e/eterm-color +++ b/etc/e/eterm-color | |||
| Binary files differ | |||
diff --git a/etc/e/eterm-color.ti b/etc/e/eterm-color.ti index ac8b459ef3c..ae38c10014c 100644 --- a/etc/e/eterm-color.ti +++ b/etc/e/eterm-color.ti | |||
| @@ -1,4 +1,9 @@ | |||
| 1 | eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96, | 1 | eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96, |
| 2 | # When updating this file, etc/e/eterm-color should be regenerated by | ||
| 3 | # running "make e/eterm-color" in the etc directory. | ||
| 4 | # Any change to this file should be done at the same time with a | ||
| 5 | # corresponding change to the TERMCAP evironment variable in term.el. | ||
| 6 | # Comments in term.el specify where each of these capabilities is implemented. | ||
| 2 | colors#8, | 7 | colors#8, |
| 3 | cols#80, | 8 | cols#80, |
| 4 | lines#24, | 9 | lines#24, |
| @@ -47,6 +52,7 @@ eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96, | |||
| 47 | op=\E[39;49m, | 52 | op=\E[39;49m, |
| 48 | rc=\E8, | 53 | rc=\E8, |
| 49 | rev=\E[7m, | 54 | rev=\E[7m, |
| 55 | ri=\EM, | ||
| 50 | rmir=\E[4l, | 56 | rmir=\E[4l, |
| 51 | rmso=\E[27m, | 57 | rmso=\E[27m, |
| 52 | rmul=\E[24m, | 58 | rmul=\E[24m, |
diff --git a/etc/images/gud/until.xpm b/etc/images/gud/until.xpm index f82da6700b2..aae32e177a7 100644 --- a/etc/images/gud/until.xpm +++ b/etc/images/gud/until.xpm | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | static char * goto_xpm[] = { | 2 | static char * goto_xpm[] = { |
| 3 | "24 24 6 1", | 3 | "24 24 6 1", |
| 4 | " c None", | 4 | " c None", |
| 5 | ". c #ff0000", | 5 | ". c #cc0033", |
| 6 | "X c #616161", | 6 | "X c #616161", |
| 7 | "o c #2a1f55", | 7 | "o c #2a1f55", |
| 8 | "O c #adadad", | 8 | "O c #adadad", |