aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa2010-01-15 14:13:05 +0900
committerKenichi Handa2010-01-15 14:13:05 +0900
commitfa0cff43e861a49d9f992ffccbe4f71e29d71e1a (patch)
tree2a2bf41b76f624200d873bd604176cc6b7237f69 /etc
parentcc320f07d4d1c0033c1728d22421462ab1fcc04e (diff)
parent56a03f46b825f2c22c7a982e8d4bcb5545908a09 (diff)
downloademacs-fa0cff43e861a49d9f992ffccbe4f71e29d71e1a.tar.gz
emacs-fa0cff43e861a49d9f992ffccbe4f71e29d71e1a.zip
from trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog20
-rw-r--r--etc/ERC-NEWS5
-rw-r--r--etc/NEWS1
-rw-r--r--etc/images/gud/rcont.xpm33
-rw-r--r--etc/images/gud/recstart.xpm29
-rw-r--r--etc/images/gud/recstop.xpm29
-rw-r--r--etc/images/gud/rfinish.xpm33
-rw-r--r--etc/images/gud/rnext.xpm34
-rw-r--r--etc/images/gud/rnexti.xpm33
-rw-r--r--etc/images/gud/rstep.xpm34
-rw-r--r--etc/images/gud/rstepi.xpm32
-rw-r--r--etc/srecode/doc-cpp.srt12
-rw-r--r--etc/srecode/doc-default.srt14
-rw-r--r--etc/srecode/doc-java.srt12
14 files changed, 297 insertions, 24 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index d62bdf10866..15530e5d59f 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,21 @@
12010-01-14 Nick Roberts <nickrob@snap.net.nz>
2
3 * etc/images/gud/recstart.xpm, etc/images/gud/recstop.xpm:
4 * etc/images/gud/rcont.xpm, etc/images/gud/rnext.xpm:
5 * etc/images/gud/rfinish.xpm, etc/images/gud/rnexti.xpm:
6 * etc/images/gud/rstep.xpm, etc/images/gud/rstepi.xpm:
7 New icons for reverse debugging.
8
92010-01-14 Juanma Barranquero <lekktu@gmail.com>
10
11 * srecode/doc-cpp.srt (function-comment, variable-same-line-comment)
12 (group-comment-start, group-comment-end):
13 * srecode/doc-default.srt (section-comment, function-comment)
14 (variable-same-line-comment, group-comment-start, group-comment-end):
15 * srecode/doc-java.srt (function-comment, variable-same-line-comment)
16 (group-comment-start, gropu-comment-end):
17 Fix typos in template docstrings.
18
12010-01-14 Kenichi Handa <handa@m17n.org> 192010-01-14 Kenichi Handa <handa@m17n.org>
2 20
3 * NEWS: Describe the change of auto-composition-mode. 21 * NEWS: Describe the change of auto-composition-mode.
@@ -276,7 +294,7 @@
276 294
2772009-06-12 Kenichi Handa <handa@m17n.org> 2952009-06-12 Kenichi Handa <handa@m17n.org>
278 296
279 * HELLO: Use "/" instead of "," to seperate independent words. 297 * HELLO: Use "/" instead of "," to separate independent words.
280 298
281 * charsets/*.map: All re-generated. 299 * charsets/*.map: All re-generated.
282 300
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS
index f56c2bd771a..ac7861ae8af 100644
--- a/etc/ERC-NEWS
+++ b/etc/ERC-NEWS
@@ -1312,9 +1312,8 @@ in both directions. This feature is currently only available in Emacs
1312** erc is switching to global-minor-modes for activation of submodules. 1312** erc is switching to global-minor-modes for activation of submodules.
1313 1313
1314This allows you to customize such a mode and get automatic loading of 1314This allows you to customize such a mode and get automatic loading of
1315the module. No longer putting a lot of require statments in .emacs. 1315the module. No longer putting a lot of require statements in .emacs.
1316At least this is the long-term plan, not all modules are converted 1316At least this is the long-term plan, not all modules are converted yet.
1317yet.
1318 1317
1319** The most important user visible change is that you now need to activate 1318** The most important user visible change is that you now need to activate
1320erc-completion-mode, to get TAB completion. The new completion code 1319erc-completion-mode, to get TAB completion. The new completion code
diff --git a/etc/NEWS b/etc/NEWS
index cd5b9a82d32..5d1ffac8904 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2155,7 +2155,6 @@ ordered by their priorities.
2155**** `coding-system-from-name' returns a coding system matching with 2155**** `coding-system-from-name' returns a coding system matching with
2156the argument name. 2156the argument name.
2157 2157
2158
2159** There is a new input method, Robin, different from Quail. 2158** There is a new input method, Robin, different from Quail.
2160It has three functionalities: 2159It has three functionalities:
2161 i) a simple input method (converts an ASCII sequence into a string). 2160 i) a simple input method (converts an ASCII sequence into a string).
diff --git a/etc/images/gud/rcont.xpm b/etc/images/gud/rcont.xpm
new file mode 100644
index 00000000000..ce817193109
--- /dev/null
+++ b/etc/images/gud/rcont.xpm
@@ -0,0 +1,33 @@
1/* XPM */
2static char * reverse_continue_xpm[] = {
3"24 24 6 1",
4" c None",
5". c #D99FAA",
6"+ c #CC0033",
7"@ c #616161",
8"# c #2A1F55",
9"$ c #AA9FAA",
10" ",
11" ",
12" ",
13" ",
14" .+ ",
15" .++. ",
16" @# #@ +++++++ ",
17" @#$ $#@ .++. ",
18" ## ## .+ ",
19" ## ## ",
20" ## ## ",
21" #@ @# ",
22" ## ## ",
23" #@ @# ",
24" ## ## ",
25" ## ## ",
26" ## ## ",
27" @#$ $#@ ",
28" @# #@ ",
29" ",
30" ",
31" ",
32" ",
33" "};
diff --git a/etc/images/gud/recstart.xpm b/etc/images/gud/recstart.xpm
new file mode 100644
index 00000000000..341a5d743ad
--- /dev/null
+++ b/etc/images/gud/recstart.xpm
@@ -0,0 +1,29 @@
1/* XPM */
2static char * break_xpm[] = {
3"24 24 2 1",
4" c None",
5". c #cc0033",
6" ",
7" ",
8" ",
9" ",
10" .... ",
11" ........ ",
12" .......... ",
13" ............ ",
14" .............. ",
15" .............. ",
16" ................ ",
17" ................ ",
18" ................ ",
19" ................ ",
20" .............. ",
21" .............. ",
22" ............ ",
23" .......... ",
24" ........ ",
25" .... ",
26" ",
27" ",
28" ",
29" "};
diff --git a/etc/images/gud/recstop.xpm b/etc/images/gud/recstop.xpm
new file mode 100644
index 00000000000..341a5d743ad
--- /dev/null
+++ b/etc/images/gud/recstop.xpm
@@ -0,0 +1,29 @@
1/* XPM */
2static char * break_xpm[] = {
3"24 24 2 1",
4" c None",
5". c #cc0033",
6" ",
7" ",
8" ",
9" ",
10" .... ",
11" ........ ",
12" .......... ",
13" ............ ",
14" .............. ",
15" .............. ",
16" ................ ",
17" ................ ",
18" ................ ",
19" ................ ",
20" .............. ",
21" .............. ",
22" ............ ",
23" .......... ",
24" ........ ",
25" .... ",
26" ",
27" ",
28" ",
29" "};
diff --git a/etc/images/gud/rfinish.xpm b/etc/images/gud/rfinish.xpm
new file mode 100644
index 00000000000..f118466378d
--- /dev/null
+++ b/etc/images/gud/rfinish.xpm
@@ -0,0 +1,33 @@
1/* XPM */
2static char * reverse_step_xpm[] = {
3"24 24 6 1",
4" c None",
5". c #D40000",
6"+ c #616161",
7"@ c #2A1F55",
8"# c #ADADAD",
9"$ c #CC9999",
10" ",
11" ",
12" ",
13" ",
14" ..... ",
15" . . ",
16" . . ",
17" +@ . @+ . ",
18" +@# . #@+ . ",
19" @@ .$.$. @@ . ",
20" @@ $...$ @@ ",
21" @@ ... @@ ",
22" @+ $.$ +@ ",
23" @@ . @@ ",
24" @+ +@ ",
25" @@ @@ ",
26" @@ @@ ",
27" @@ @@ ",
28" +@# #@+ ",
29" +@ @+ ",
30" ",
31" ",
32" ",
33" "};
diff --git a/etc/images/gud/rnext.xpm b/etc/images/gud/rnext.xpm
new file mode 100644
index 00000000000..ee6e03e4d07
--- /dev/null
+++ b/etc/images/gud/rnext.xpm
@@ -0,0 +1,34 @@
1/* XPM */
2static char * reverse_next_xpm[] = {
3"24 24 7 1",
4" c None",
5". c #CC0033",
6"+ c #616161",
7"@ c #2A1F55",
8"# c #ADADAD",
9"$ c #D40000",
10"% c #CC9999",
11" ",
12" ",
13" ",
14" ",
15" .......... ",
16" . . ",
17" . . ",
18" . +@ @+ . ",
19" . +@# #@+ . ",
20" $%.%$ @@ @@ . ",
21" %...% @@ @@ ",
22" ... @@ @@ ",
23" %.% @+ +@ ",
24" . @@ @@ ",
25" @+ +@ ",
26" @@ @@ ",
27" @@ @@ ",
28" @@ @@ ",
29" +@# #@+ ",
30" +@ @+ ",
31" ",
32" ",
33" ",
34" "};
diff --git a/etc/images/gud/rnexti.xpm b/etc/images/gud/rnexti.xpm
new file mode 100644
index 00000000000..03d28734bfc
--- /dev/null
+++ b/etc/images/gud/rnexti.xpm
@@ -0,0 +1,33 @@
1/* XPM */
2static char * reverse_nexti_xpm[] = {
3"24 24 6 1",
4" c None",
5". c #CC0033",
6"+ c #D40000",
7"@ c #CC9999",
8"# c #616161",
9"$ c #2A1F55",
10" ",
11" ",
12" ",
13" ",
14" .......... ",
15" . . ",
16" . . ",
17" . . ",
18" . . ",
19" +@.@+ # # . ",
20" @...@ #$ $# ",
21" ... #$ $# ",
22" @.@ #$ $# ",
23" . #$ $# ",
24" $# #$ ",
25" $# #$ ",
26" $# #$ ",
27" $# #$ ",
28" $ $ ",
29" ",
30" ",
31" ",
32" ",
33" "};
diff --git a/etc/images/gud/rstep.xpm b/etc/images/gud/rstep.xpm
new file mode 100644
index 00000000000..54516bf2c25
--- /dev/null
+++ b/etc/images/gud/rstep.xpm
@@ -0,0 +1,34 @@
1/* XPM */
2static char * reverse_finish_xpm[] = {
3"24 24 7 1",
4" c None",
5". c #CC0033",
6"+ c #616161",
7"@ c #2A1F55",
8"# c #ADADAD",
9"$ c #D40000",
10"% c #CC9999",
11" ",
12" ",
13" ",
14" ",
15" ..... ",
16" . . ",
17" . . ",
18" . +@ . @+ ",
19" . +@# . #@+ ",
20" $%.%$ @@ . @@ ",
21" %...% @@ @@ ",
22" ... @@ @@ ",
23" %.% @+ +@ ",
24" . @@ @@ ",
25" @+ +@ ",
26" @@ @@ ",
27" @@ @@ ",
28" @@ @@ ",
29" +@# #@+ ",
30" +@ @+ ",
31" ",
32" ",
33" ",
34" "};
diff --git a/etc/images/gud/rstepi.xpm b/etc/images/gud/rstepi.xpm
new file mode 100644
index 00000000000..e78a48eb2a8
--- /dev/null
+++ b/etc/images/gud/rstepi.xpm
@@ -0,0 +1,32 @@
1/* XPM */
2static char * reverse_stepi_xpm[] = {
3"24 24 5 1",
4" c None",
5". c #D40000",
6"+ c #616161",
7"@ c #2A1F55",
8"# c #CC9999",
9" ",
10" ",
11" ",
12" ",
13" ..... ",
14" . . ",
15" . . ",
16" . . ",
17" + . + . ",
18" +@ .#.#. @+ . ",
19" +@ #...# @+ ",
20" +@ ... @+ ",
21" +@ #.# @+ ",
22" @+ . +@ ",
23" @+ +@ ",
24" @+ +@ ",
25" @+ +@ ",
26" @ @ ",
27" ",
28" ",
29" ",
30" ",
31" ",
32" "};
diff --git a/etc/srecode/doc-cpp.srt b/etc/srecode/doc-cpp.srt
index f3679a196f8..fce0d283d7d 100644
--- a/etc/srecode/doc-cpp.srt
+++ b/etc/srecode/doc-cpp.srt
@@ -36,14 +36,14 @@ template section-comment :indent :blank
36---- 36----
37 37
38template function-comment :tag :indent :blank 38template function-comment :tag :indent :blank
39"A comment occuring in front of a function. 39"A comment occurring in front of a function.
40Recycle doxygen comment code from the more general template set." 40Recycle doxygen comment code from the more general template set."
41---- 41----
42{{>:declaration:doxygen-function}} 42{{>:declaration:doxygen-function}}
43---- 43----
44 44
45template variable-same-line-comment :tag 45template variable-same-line-comment :tag
46"A comment occuring after a veriable declaration. 46"A comment occurring after a veriable declaration.
47Recycle doxygen comment code from the more general template set." 47Recycle doxygen comment code from the more general template set."
48---- 48----
49{{>:declaration:doxygen-variable-same-line}} 49{{>:declaration:doxygen-variable-same-line}}
@@ -51,14 +51,14 @@ Recycle doxygen comment code from the more general template set."
51 51
52;; These happen to be the same as in a classdecl. 52;; These happen to be the same as in a classdecl.
53template group-comment-start :blank :indent 53template group-comment-start :blank :indent
54"A comment occuring in front of a group of declarations. 54"A comment occurring in front of a group of declarations.
55Recycle doxygen comment code from the more general template set." 55Recycle doxygen comment code from the more general template set."
56---- 56----
57{{>:classdecl:doxygen-function-group-start}} 57{{>:classdecl:doxygen-function-group-start}}
58---- 58----
59 59
60template group-comment-end :blank :indent 60template group-comment-end :blank :indent
61"A comment occuring at the end of a a group of declarations. 61"A comment occurring at the end of a a group of declarations.
62Recycle doxygen comment code from the more general template set." 62Recycle doxygen comment code from the more general template set."
63---- 63----
64{{>:classdecl:doxygen-function-group-end}} 64{{>:classdecl:doxygen-function-group-end}}
@@ -68,14 +68,14 @@ Recycle doxygen comment code from the more general template set."
68context classdecl 68context classdecl
69 69
70template group-comment-start :blank :indent 70template group-comment-start :blank :indent
71"A comment occuring in front of a group of declarations. 71"A comment occurring in front of a group of declarations.
72Recycle doxygen comment code from the more general template set." 72Recycle doxygen comment code from the more general template set."
73---- 73----
74{{>:classdecl:doxygen-function-group-start}} 74{{>:classdecl:doxygen-function-group-start}}
75---- 75----
76 76
77template group-comment-end :blank :indent 77template group-comment-end :blank :indent
78"A comment occuring at the end of a a group of declarations. 78"A comment occurring at the end of a a group of declarations.
79Recycle doxygen comment code from the more general template set." 79Recycle doxygen comment code from the more general template set."
80---- 80----
81{{>:classdecl:doxygen-function-group-end}} 81{{>:classdecl:doxygen-function-group-end}}
diff --git a/etc/srecode/doc-default.srt b/etc/srecode/doc-default.srt
index bf4011bb1a9..f07849b9207 100644
--- a/etc/srecode/doc-default.srt
+++ b/etc/srecode/doc-default.srt
@@ -26,7 +26,7 @@ set application "document"
26context declaration 26context declaration
27 27
28template section-comment :blank :indent 28template section-comment :blank :indent
29"A comment occuring in front of a group of declarations." 29"A comment occurring in front of a group of declarations."
30---- 30----
31{{comment_start}} {{?TITLE}} 31{{comment_start}} {{?TITLE}}
32{{comment_prefix}} 32{{comment_prefix}}
@@ -35,7 +35,7 @@ template section-comment :blank :indent
35---- 35----
36 36
37template function-comment :tag :indent :blank 37template function-comment :tag :indent :blank
38"A comment occuring in front of a function." 38"A comment occurring in front of a function."
39---- 39----
40{{comment_start}} {{?NAME}} -- 40{{comment_start}} {{?NAME}} --
41{{DOC:srecode-comment-prefix}} 41{{DOC:srecode-comment-prefix}}
@@ -43,21 +43,21 @@ template function-comment :tag :indent :blank
43---- 43----
44 44
45template variable-same-line-comment :tag 45template variable-same-line-comment :tag
46"A comment occuring after a veriable declaration." 46"A comment occurring after a veriable declaration."
47---- 47----
48{{comment_start}} {{?DOC}} {{comment_end}} 48{{comment_start}} {{?DOC}} {{comment_end}}
49---- 49----
50 50
51;; These happen to be the same as in a classdecl. 51;; These happen to be the same as in a classdecl.
52template group-comment-start :blank :indent 52template group-comment-start :blank :indent
53"A comment occuring in front of a group of declarations." 53"A comment occurring in front of a group of declarations."
54---- 54----
55{{comment_start}} {{?GROUPNAME}} -- 55{{comment_start}} {{?GROUPNAME}} --
56{{comment_end}} 56{{comment_end}}
57---- 57----
58 58
59template group-comment-end :indent 59template group-comment-end :indent
60"A comment occuring at the end of a a group of declarations." 60"A comment occurring at the end of a a group of declarations."
61---- 61----
62{{comment_start}} End {{?GROUPNAME}} {{comment_end}} 62{{comment_start}} End {{?GROUPNAME}} {{comment_end}}
63---- 63----
@@ -66,13 +66,13 @@ template group-comment-end :indent
66context classdecl 66context classdecl
67 67
68template group-comment-start :blank :indent 68template group-comment-start :blank :indent
69"A comment occuring in front of a group of declarations." 69"A comment occurring in front of a group of declarations."
70---- 70----
71{{>:declaration:group-comment-start}} 71{{>:declaration:group-comment-start}}
72---- 72----
73 73
74template group-comment-end :indent 74template group-comment-end :indent
75"A comment occuring at the end of a a group of declarations." 75"A comment occurring at the end of a a group of declarations."
76---- 76----
77{{>:declaration:group-comment-end}} 77{{>:declaration:group-comment-end}}
78---- 78----
diff --git a/etc/srecode/doc-java.srt b/etc/srecode/doc-java.srt
index 66deb733232..cb289913f36 100644
--- a/etc/srecode/doc-java.srt
+++ b/etc/srecode/doc-java.srt
@@ -37,14 +37,14 @@ template section-comment :indent :blank
37---- 37----
38 38
39template function-comment :tag :indent :blank 39template function-comment :tag :indent :blank
40"A comment occuring in front of a function. 40"A comment occurring in front of a function.
41Recycle javadoc comment code from the more general template set." 41Recycle javadoc comment code from the more general template set."
42---- 42----
43{{>:declaration:javadoc-function}} 43{{>:declaration:javadoc-function}}
44---- 44----
45 45
46template variable-same-line-comment :tag 46template variable-same-line-comment :tag
47"A comment occuring after a veriable declaration. 47"A comment occurring after a veriable declaration.
48Recycle javadoc comment code from the more general template set." 48Recycle javadoc comment code from the more general template set."
49---- 49----
50{{>:declaration:javadoc-variable-same-line}} 50{{>:declaration:javadoc-variable-same-line}}
@@ -52,14 +52,14 @@ Recycle javadoc comment code from the more general template set."
52 52
53;; These happen to be the same as in a classdecl. 53;; These happen to be the same as in a classdecl.
54template group-comment-start :blank :indent 54template group-comment-start :blank :indent
55"A comment occuring in front of a group of declarations. 55"A comment occurring in front of a group of declarations.
56Recycle javadoc comment code from the more general template set." 56Recycle javadoc comment code from the more general template set."
57---- 57----
58{{>:classdecl:javadoc-function-group-start}} 58{{>:classdecl:javadoc-function-group-start}}
59---- 59----
60 60
61template group-comment-end :blank :indent 61template group-comment-end :blank :indent
62"A comment occuring at the end of a a group of declarations. 62"A comment occurring at the end of a a group of declarations.
63Recycle javadoc comment code from the more general template set." 63Recycle javadoc comment code from the more general template set."
64---- 64----
65{{>:classdecl:javadoc-function-group-end}} 65{{>:classdecl:javadoc-function-group-end}}
@@ -69,14 +69,14 @@ Recycle javadoc comment code from the more general template set."
69context classdecl 69context classdecl
70 70
71template group-comment-start :blank :indent 71template group-comment-start :blank :indent
72"A comment occuring in front of a group of declarations. 72"A comment occurring in front of a group of declarations.
73Recycle javadoc comment code from the more general template set." 73Recycle javadoc comment code from the more general template set."
74---- 74----
75{{>:classdecl:javadoc-function-group-start}} 75{{>:classdecl:javadoc-function-group-start}}
76---- 76----
77 77
78template group-comment-end :blank :indent 78template group-comment-end :blank :indent
79"A comment occuring at the end of a a group of declarations. 79"A comment occurring at the end of a a group of declarations.
80Recycle javadoc comment code from the more general template set." 80Recycle javadoc comment code from the more general template set."
81---- 81----
82{{>:classdecl:javadoc-function-group-end}} 82{{>:classdecl:javadoc-function-group-end}}