summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKaroly Lorentey <lorentey@elte.hu>2005-11-18 13:13:34 +0000
committerKaroly Lorentey <lorentey@elte.hu>2005-11-18 13:13:34 +0000
commitbffa514a8b8c947c655b463e8073e8e5ac061bc7 (patch)
tree0c51140f31c86667569ab1ddba534a16152cd13d /etc
parentf5100f05486a36a443aa021b1a418e4b55988571 (diff)
parent1135363e9a6fd149e8f95bfa76421549697a0df0 (diff)
downloademacs-bffa514a8b8c947c655b463e8073e8e5ac061bc7.tar.gz
Merged from miles@gnu.org--gnu-2005 (patch 152-156, 642-654)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-642 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-643 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-644 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-645 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-647 lisp/gnus/ChangeLog: Remove duplicate entry * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-648 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-649 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-650 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-651 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-652 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-653 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-654 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-152 Update from CVS: lisp/mml.el (mml-preview): Doc fix. * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-153 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-154 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-155 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-156 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-440
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog15
-rw-r--r--etc/NEWS21
-rw-r--r--etc/TODO2
-rw-r--r--etc/images/gud/break.pbmbin81 -> 81 bytes
-rw-r--r--etc/images/gud/break.xpm31
-rw-r--r--etc/images/gud/go.pbmbin0 -> 81 bytes
-rw-r--r--etc/images/gud/go.xpm30
-rw-r--r--etc/images/gud/pp.pbmbin0 -> 81 bytes
-rw-r--r--etc/images/gud/pp.xpm29
-rw-r--r--etc/images/gud/pstar.xpm2
-rw-r--r--etc/images/gud/remove.pbmbin81 -> 130 bytes
-rw-r--r--etc/images/gud/remove.xpm45
-rw-r--r--etc/images/gud/stop.pbmbin0 -> 81 bytes
-rw-r--r--etc/images/gud/stop.xpm30
-rw-r--r--etc/images/gud/until.xpm2
15 files changed, 160 insertions, 47 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 16d62c46abd..baebe91ebf2 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,18 @@
+2005-11-16 Nick Roberts <nickrob@snap.net.nz>
+
+ * images/gud/go.xpm, images/gud/go.pbm: Old gud-remove icons.
+ Use for run/continue.
+ * images/gud/stop.xpm, images/gud/stop.pbm: Old gud-break icons.
+ Use for interrupting inferior.
+ * images/gud/pp.xpm, images/gud/pstar.xpm, images/gud/until.xpm:
+ Use a more appropriate variable name.
+ * images/gud/remove.xpm, images/gud/remove.pbm
+ * images/gud/break.xpm, images/gud/break.pbm: Make more intuitive.
+
+2005-11-09 Nick Roberts <nickrob@snap.net.nz>
+
+ * images/gud/pp.xpm, images/gud/pp.pbm: New icons.
+
2005-11-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* images/copy.xpm, images/copy.pbm, images/low-color/copy.xpm
diff --git a/etc/NEWS b/etc/NEWS
index ef4b8529e9e..9df53f25ae0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -260,6 +260,9 @@ Since the default input is the current directory, this has the effect
of specifying the current directory. Normally that means to visit the
directory with Dired.
+You can get the old behavior by typing C-x C-f M-n RET, which fetches
+the actual file name into the minibuffer.
+
+++
** The completion commands TAB, SPC and ? in the minibuffer apply only
to the text before point. If there is text in the buffer after point,
@@ -434,6 +437,8 @@ is already active in Transient Mark mode.
C-h e displays the *Messages* buffer.
+C-h d runs apropos-documentation.
+
C-h followed by a control character is used for displaying files
that do not change:
@@ -444,23 +449,18 @@ The info-search bindings on C-h C-f, C-h C-k and C-h C-i
have been moved to C-h F, C-h K and C-h S.
C-h c, C-h k, C-h w, and C-h f now handle remapped interactive commands.
-
- C-h c and C-h k report the actual command (after possible remapping)
run by the key sequence.
-
- C-h w and C-h f on a command which has been remapped now report the
command it is remapped to, and the keys which can be used to run
that command.
For example, if C-k is bound to kill-line, and kill-line is remapped
to new-kill-line, these commands now report:
-
- C-h c and C-h k C-k reports:
C-k runs the command new-kill-line
-
- C-h w and C-h f kill-line reports:
kill-line is remapped to new-kill-line which is on C-k, <deleteline>
-
- C-h w and C-h f new-kill-line reports:
new-kill-line is on C-k
@@ -673,6 +673,10 @@ modes do.
** Minibuffer changes:
+++
+*** The new file-name-shadow-mode is turned ON by default, so that when
+entering a file name, any prefix which Emacs will ignore is dimmed.
+
++++
*** There's a new face `minibuffer-prompt'.
Emacs adds this face to the list of text properties stored in the
variable `minibuffer-prompt-properties', which is used to display the
@@ -3501,7 +3505,7 @@ dangerous; otherwise it returns a reason why the form might be unsafe
evaluate when Emacs starts up. If this is done after startup,
it evaluates those expressions immediately.
-This is useful in packages that can be preloaded.
+This is useful in packages that can be preloaded.
*** `list-faces-display' takes an optional argument, REGEXP.
@@ -4481,6 +4485,11 @@ and scroll-bar settings.
*** The new function `window-tree' returns a frame's window tree.
+++
+*** The functions `get-lru-window' and `get-largest-window' take an optional
+argument `dedicated'. If non-nil, those functions do not ignore
+dedicated windows.
+
++++
** Customizable fringe bitmaps
*** New function `define-fringe-bitmap' can now be used to create new
diff --git a/etc/TODO b/etc/TODO
index da5b0cc1e14..3e3e26bc32a 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -40,6 +40,8 @@ to the FSF.
list fonts, display a font as a sample, etc. [fx is looking at
multilingual font selection for Emacs 22.]
+** Rewrite the face code to be simpler, clearer and faster.
+
** Program Enriched mode to read and save in RTF. [Is there actually a
decent single definition of RTF? Maybe see info at
http://latex2rtf.sourceforge.net/.]
diff --git a/etc/images/gud/break.pbm b/etc/images/gud/break.pbm
index ff28ff8649f..e1ffbddc1b6 100644
--- a/etc/images/gud/break.pbm
+++ b/etc/images/gud/break.pbm
Binary files differ
diff --git a/etc/images/gud/break.xpm b/etc/images/gud/break.xpm
index 2ffc2748271..341a5d743ad 100644
--- a/etc/images/gud/break.xpm
+++ b/etc/images/gud/break.xpm
@@ -1,30 +1,29 @@
/* XPM */
-static char * stop_xpm[] = {
-"24 24 3 1",
+static char * break_xpm[] = {
+"24 24 2 1",
" c None",
-". c #F8F810104040",
-"X c #F8F8FCFCF8F8",
+". c #cc0033",
" ",
" ",
+" ",
+" ",
+" .... ",
+" ........ ",
" .......... ",
" ............ ",
" .............. ",
+" .............. ",
+" ................ ",
" ................ ",
-" .................. ",
-" ..XX..XXX..XX..XXX.. ",
-" .X..X..X..X..X.X..X. ",
-" .X.....X..X..X.X..X. ",
-" .X.....X..X..X.X..X. ",
-" ..X....X..X..X.X..X. ",
-" ...X...X..X..X.XXX.. ",
-" ....X..X..X..X.X.... ",
-" ....X..X..X..X.X.... ",
-" .X..X..X..X..X.X.... ",
-" ..XX...X...XX..X.... ",
-" .................. ",
" ................ ",
+" ................ ",
+" .............. ",
" .............. ",
" ............ ",
" .......... ",
+" ........ ",
+" .... ",
+" ",
+" ",
" ",
" "};
diff --git a/etc/images/gud/go.pbm b/etc/images/gud/go.pbm
new file mode 100644
index 00000000000..516bec1f785
--- /dev/null
+++ b/etc/images/gud/go.pbm
Binary files differ
diff --git a/etc/images/gud/go.xpm b/etc/images/gud/go.xpm
new file mode 100644
index 00000000000..7e0bbd06cf2
--- /dev/null
+++ b/etc/images/gud/go.xpm
@@ -0,0 +1,30 @@
+/* XPM */
+static char * go_xpm[] = {
+"24 24 3 1",
+" c None",
+". c #000080800000",
+"X c #FFFFFFFFFFFF",
+" ",
+" ",
+" .......... ",
+" ............ ",
+" .............. ",
+" ................ ",
+" .................. ",
+" ......XX...XX....... ",
+" .....X..X.X..X...... ",
+" .....X....X..X...... ",
+" .....X....X..X...... ",
+" .....X....X..X...... ",
+" .....X.XX.X..X...... ",
+" .....X..X.X..X...... ",
+" .....X..X.X..X...... ",
+" .....X..X.X..X...... ",
+" ......XX...XX....... ",
+" .................. ",
+" ................ ",
+" .............. ",
+" ............ ",
+" .......... ",
+" ",
+" "};
diff --git a/etc/images/gud/pp.pbm b/etc/images/gud/pp.pbm
new file mode 100644
index 00000000000..45810295296
--- /dev/null
+++ b/etc/images/gud/pp.pbm
Binary files differ
diff --git a/etc/images/gud/pp.xpm b/etc/images/gud/pp.xpm
new file mode 100644
index 00000000000..03c00d95df0
--- /dev/null
+++ b/etc/images/gud/pp.xpm
@@ -0,0 +1,29 @@
+/* XPM */
+static char * pp_xpm[] = {
+"24 24 2 1",
+" c None",
+". c #000000000000",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ... ... ... ... ",
+" ... ... ... ... ",
+" .. .. .. .. ",
+" .. .. .. .. ",
+" .. .. .. .. ",
+" .. .. .. .. ",
+" .. .. .. .. ",
+" ... .. ... .. ",
+" .. .. .. .. ",
+" .. .. ",
+" .. .. ",
+" .. .. ",
+" .... .... ",
+" ",
+" ",
+" "};
diff --git a/etc/images/gud/pstar.xpm b/etc/images/gud/pstar.xpm
index 6edc603db14..4f9ed1b64e8 100644
--- a/etc/images/gud/pstar.xpm
+++ b/etc/images/gud/pstar.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * gud_pstar_xpm[] = {
+static char * pstar_xpm[] = {
"24 24 2 1",
" c #BDBDBEBEBDBD",
". c #000000000000",
diff --git a/etc/images/gud/remove.pbm b/etc/images/gud/remove.pbm
index 516bec1f785..9940b338ead 100644
--- a/etc/images/gud/remove.pbm
+++ b/etc/images/gud/remove.pbm
Binary files differ
diff --git a/etc/images/gud/remove.xpm b/etc/images/gud/remove.xpm
index 5f38bd416ed..0c301f5e364 100644
--- a/etc/images/gud/remove.xpm
+++ b/etc/images/gud/remove.xpm
@@ -1,31 +1,30 @@
/* XPM */
-static char * go_xpm[] = {
-"24 24 4 1",
+static char * clear_xpm[] = {
+"24 24 3 1",
" c None",
-". c #000080800000",
-"X c #FFFFFFFFFFFF",
-"o c #F8F8FCFCF8F8",
+". c #cc0033",
+"X c #F0F0F0",
" ",
" ",
+" ",
+" ",
+" .... ",
+" ........ ",
" .......... ",
-" ............ ",
-" .............. ",
-" ................ ",
-" .................. ",
-" ......XX...oo....... ",
-" .....X..X.o..o...... ",
-" .....X....o..o...... ",
-" .....X....o..o...... ",
-" .....X....o..o...... ",
-" .....X.XX.o..o...... ",
-" .....X..X.o..o...... ",
-" .....X..X.o..o...... ",
-" .....X..X.o..o...... ",
-" ......XX...oo....... ",
-" .................. ",
-" ................ ",
-" .............. ",
-" ............ ",
+" .XX......XX. ",
+" ...XX....XX... ",
+" ....XX..XX.... ",
+" ......XXXX...... ",
+" .......XX....... ",
+" ......XXXX...... ",
+" .....XX..XX..... ",
+" ...XX....XX... ",
+" ..XX......XX.. ",
+" .X........X. ",
" .......... ",
+" ........ ",
+" .... ",
+" ",
+" ",
" ",
" "};
diff --git a/etc/images/gud/stop.pbm b/etc/images/gud/stop.pbm
new file mode 100644
index 00000000000..ff28ff8649f
--- /dev/null
+++ b/etc/images/gud/stop.pbm
Binary files differ
diff --git a/etc/images/gud/stop.xpm b/etc/images/gud/stop.xpm
new file mode 100644
index 00000000000..decfb9050b9
--- /dev/null
+++ b/etc/images/gud/stop.xpm
@@ -0,0 +1,30 @@
+/* XPM */
+static char * stop_xpm[] = {
+"24 24 3 1",
+" c None",
+". c #cc0033",
+"X c #FFFFFFFFFFFF",
+" ",
+" ",
+" .......... ",
+" ............ ",
+" .............. ",
+" ................ ",
+" .................. ",
+" ..XX..XXX..XX..XXX.. ",
+" .X..X..X..X..X.X..X. ",
+" .X.....X..X..X.X..X. ",
+" .X.....X..X..X.X..X. ",
+" ..X....X..X..X.X..X. ",
+" ...X...X..X..X.XXX.. ",
+" ....X..X..X..X.X.... ",
+" ....X..X..X..X.X.... ",
+" .X..X..X..X..X.X.... ",
+" ..XX...X...XX..X.... ",
+" .................. ",
+" ................ ",
+" .............. ",
+" ............ ",
+" .......... ",
+" ",
+" "};
diff --git a/etc/images/gud/until.xpm b/etc/images/gud/until.xpm
index aae32e177a7..abd6c8cae99 100644
--- a/etc/images/gud/until.xpm
+++ b/etc/images/gud/until.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * goto_xpm[] = {
+static char * until_xpm[] = {
"24 24 6 1",
" c None",
". c #cc0033",