aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog15
-rw-r--r--etc/NEWS21
-rw-r--r--etc/PROBLEMS13
-rw-r--r--etc/TODO12
-rw-r--r--etc/e/eterm-colorbin1155 -> 1158 bytes
-rw-r--r--etc/e/eterm-color.ti6
-rw-r--r--etc/images/gud/until.xpm2
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 @@
12005-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
72005-10-25 Nick Roberts <nickrob@snap.net.nz>
8
9 * images/gud/until.xpm: Colour correction.
10
112005-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
12005-10-20 Dan Nicolaescu <dann@ics.uci.edu> 162005-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.
diff --git a/etc/NEWS b/etc/NEWS
index e21f74a0216..f342dc9e328 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1284,8 +1284,8 @@ read-only properties, if it is safe to do so. This means that if any
1284part of a prompt is deleted, then the entire prompt must be deleted 1284part of a prompt is deleted, then the entire prompt must be deleted
1285and that all prompts must stay at the beginning of a line. If this is 1285and that all prompts must stay at the beginning of a line. If this is
1286not the case, then `comint-kill-region' behaves just like 1286not 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
1288kill-ring, but does not delete it. 1288to 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.
1525To 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
1837to `woman-use-topic-at-point' and behaves differently: if this 1839to `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
3475dangerous; otherwise it returns a reason why the form might be unsafe 3477dangerous; 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
3482evaluate when Emacs starts up. If this is done after startup,
3483it evaluates those expressions immediately.
3484
3485This 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
3480If it is non-nil, the function lists only faces matching this regexp. 3489If 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.
2007Supposedly the newer 32-bit version of this server doesn't have the 2007Supposedly the newer 32-bit version of this server doesn't have the
2008problem. 2008problem.
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
2012Using create-fontset-from-ascii-font or the --font startup parameter
2013with a Chinese, Japanese or Korean font leads to display problems.
2014Use a Latin-only font as your default font. If you want control over
2015which font is used to display Chinese, Japanese or Korean character,
2016use create-fontset-from-fontset-spec to define a fontset.
2011 2017
2012Frames are not refreshed while the File or Font dialog or a pop-up menu 2018Frames are not refreshed while the File or Font dialog or a pop-up menu
2013is displayed. This also means help text for pop-up menus is not 2019is displayed. This also means help text for pop-up menus is not
@@ -2027,13 +2033,10 @@ after moving back into it.
2027Some minor flickering still persists during mouse-tracking, although 2033Some minor flickering still persists during mouse-tracking, although
2028not as severely as in 21.1. 2034not as severely as in 21.1.
2029 2035
2030Emacs can sometimes abort when non-ASCII text, possibly with null
2031characters, is copied and pasted into a buffer.
2032
2033An inactive cursor remains in an active window after the Windows 2036An inactive cursor remains in an active window after the Windows
2034Manager driven switch of the focus, until a key is pressed. 2037Manager driven switch of the focus, until a key is pressed.
2035 2038
2036Windows input methods are not recognized by Emacs (as of v21.2). Some 2039Windows input methods are not recognized by Emacs. Some
2037of these input methods cause the keyboard to send characters encoded 2040of these input methods cause the keyboard to send characters encoded
2038in the appropriate coding system (e.g., ISO 8859-1 for Latin-1 2041in the appropriate coding system (e.g., ISO 8859-1 for Latin-1
2039characters, ISO 8859-8 for Hebrew characters, etc.). To make this 2042characters, ISO 8859-8 for Hebrew characters, etc.). To make this
diff --git a/etc/TODO b/etc/TODO
index 2a526681ae5..324b3cf2a0c 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -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 @@
1eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96, 1eterm-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 @@
2static char * goto_xpm[] = { 2static 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",