aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKaroly Lorentey2006-04-28 14:48:18 +0000
committerKaroly Lorentey2006-04-28 14:48:18 +0000
commitb33c71f58623306001d4d4fe4f7354d8c360edaa (patch)
tree3bcc8154133fcb19081850754bb725f38f86b56f /etc
parent717a00ef34c0f55bfbad80584f00d86c090d547f (diff)
parenta48b489eb94a238c1eca6a0c4bdf7d5b80503240 (diff)
downloademacs-b33c71f58623306001d4d4fe4f7354d8c360edaa.tar.gz
emacs-b33c71f58623306001d4d4fe4f7354d8c360edaa.zip
Merged from emacs@sv.gnu.org
Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-234 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-235 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-236 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-237 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-238 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-239 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-240 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-241 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-242 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-243 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-244 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-245 (Ffield_beginning, find_field): Undo change of 2006-04-23. * emacs@sv.gnu.org/emacs--devo--0--patch-246 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-247 Rcirc patch from Ryan Yeske * emacs@sv.gnu.org/emacs--devo--0--patch-248 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-249 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-250 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-251 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-87 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-88 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-89 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-90 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-91 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-92 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-93 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-94 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-95 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-553
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog14
-rw-r--r--etc/MH-E-NEWS84
-rw-r--r--etc/NEWS11
-rw-r--r--etc/orgcard.tex2
4 files changed, 107 insertions, 4 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index d0be9101a09..4e5030d4984 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,17 @@
12006-04-21 Bill Wohler <wohler@newt.com>
2
3 Release MH-E version 7.94.
4
5 * NEWS, MH-E-NEWS: Update for MH-E release 7.94.
6
72006-04-21 Nick Roberts <nickrob@snap.net.nz>
8
9 * NEWS: Mention t-mouse.el. Touch up description of gdb-ui.el.
10
112006-04-20 Carsten Dominik <dominik@science.uva.nl>
12
13 * orgcard.tex: Version number change only.
14
12006-04-18 Reiner Steib <Reiner.Steib@gmx.de> 152006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
2 16
3 * gnus-refcard.tex: Bump version to 5.11. Remove duplicate 17 * gnus-refcard.tex: Bump version to 5.11. Remove duplicate
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS
index 0fd4ec62174..4b3074686b1 100644
--- a/etc/MH-E-NEWS
+++ b/etc/MH-E-NEWS
@@ -6,6 +6,90 @@ Copying and distribution of this file, with or without modification,
6are permitted in any medium without royalty provided the copyright 6are permitted in any medium without royalty provided the copyright
7notice and this notice are preserved. 7notice and this notice are preserved.
8 8
9* Changes in MH-E 7.94
10
11Version 7.94, the first 8.0 release candidate, fixes a bunch of bugs,
12incorporates new features introduced in Emacs 22.1, improves folder
13completion, and spruces up the tool bar.
14
15** New Features in MH-E 7.94
16
17*** Add :package-version Keyword to Options
18
19This `defcustom', `defgroup', and `defface' keyword was introduced in
20Emacs 22.1. MH-E has been extended to take advantage of it. With this
21keyword, you can now use `M-x customize-changed-options' to see what
22options in MH-E have changed between versions of Emacs. In a future
23version of Emacs, you'll be able to see changes between MH-E versions
24as well (closes SF #1452724).
25
26** Bug Fixes in MH-E 7.94
27
28*** mhparam -components Fails on mailutils
29
30This error prevented MH-E from loading when using GNU mailutils. GNU
31mailutils drops the `s' in this argument, so we did too since
32-component still works in nmh and MH (closes SF #1446985).
33
34*** "/ s" Still Has Problems With []'d Mail
35
36On XEmacs, subjects that had special characters would prevent `/ s'
37from narrowing to the given subject. These characters are now quoted
38correctly in XEmacs (closes SF #1447598).
39
40*** Incorrect Example in mh-folder-list Docstring
41
42This has been fixed (closes SF #1448498).
43
44*** Variable mh-send-args Is a String, Not a List
45
46This was causing errors when sending under GNU mailutils. The internal
47variable `mh-send-args' is now a list which fixes the problem (closes
48SF #1448604).
49
50*** Update Icons
51
52Most of the tool bar icons have been replaced by GTK or GNOME 2 icons
53(closes SF #1452715).
54
55*** Can't customize tool bar for current session
56
57If you customized `mh-tool-bar-folder-buttons' or
58`mh-tool-bar-letter-buttons', and clicked Set for Current Session, the
59tool bar was not updated. This has been fixed (closes SF #1452718).
60
61*** Strip Build Number From emacs-version in X-Mailer
62
63This has been done (closes SF #1466481).
64
65*** mh-folder-completion-function Problems
66
67One could not longer browse folders outside of the standard MH Mail
68directory. This has been fixed. As a beneficial side-effect, you can
69once again use SPC to complete folders (closes SF #1470518).
70
71*** Rename Function and Variable Definers
72
73If you had ever shown help for an MH-E symbol that was both a function
74or variable, you might have found that the hyperlink to the file
75brought you to the wrong definition. This has been fixed by renaming
76the macros `mh-defgroup', `mh-defcustom', `mh-defface',
77`mh-defun-compat', and `mh-defmacro-compat' to `defgroup-mh',
78`defcustom-mh', `defface-mh', `defun-mh', `defmacro-mh' respectively
79(closes SF #1472029).
80
81*** mh-insert-letter Uses Wrong Default
82
83If you had used `C-c TAB' (`mh-insert-letter') to insert a letter into
84your draft, specified a different folder, and chose the default
85message number, you got the wrong message. This has been fixed (closes
86SF #1473729).
87
88*** "echo -e" in Makefile Causes Solaris 10 Problem
89
90This construct has been replaced with printf, which is reputed to be
91more portable (closes SF #1467222, #1473908).
92
9* Changes in MH-E 7.93 93* Changes in MH-E 7.93
10 94
11Version 7.93, the fourth 8.0 beta release, fixes a handful of bugs in 95Version 7.93, the fourth 8.0 beta release, fixes a handful of bugs in
diff --git a/etc/NEWS b/etc/NEWS
index a8092923ea5..3c02fe82a85 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1849,6 +1849,10 @@ for pager-like scrolling. Keys which normally move point by line or
1849paragraph will scroll the buffer by the respective amount of lines 1849paragraph will scroll the buffer by the respective amount of lines
1850instead and point will be kept vertically fixed relative to window 1850instead and point will be kept vertically fixed relative to window
1851boundaries during scrolling. 1851boundaries during scrolling.
1852
1853** The file t-mouse.el is now part of Emacs and provides access to mouse
1854events from the console. It still requires gpm to work but has been updated
1855for Emacs 22. In particular, the mode-line is now position sensitive.
1852 1856
1853* Changes in Specialized Modes and Packages in Emacs 22.1: 1857* Changes in Specialized Modes and Packages in Emacs 22.1:
1854 1858
@@ -2627,14 +2631,15 @@ and other common debugger commands.
2627 2631
2628+++ 2632+++
2629*** The new package gdb-ui.el provides an enhanced graphical interface to 2633*** The new package gdb-ui.el provides an enhanced graphical interface to
2630GDB. You can interact with GDB through the GUD buffer in the usual way, but 2634GDB. You can interact with GDB through the GUD buffer in the usual way, but
2631there are also further buffers which control the execution and describe the 2635there are also further buffers which control the execution and describe the
2632state of your program. It can separate the input/output of your program from 2636state of your program. It can separate the input/output of your program from
2633that of GDB and watches expressions in the speedbar. It also uses features of 2637that of GDB and watches expressions in the speedbar. It also uses features of
2634Emacs 21/22 such as the toolbar, and bitmaps in the fringe to indicate 2638Emacs 21/22 such as the toolbar, and bitmaps in the fringe to indicate
2635breakpoints. 2639breakpoints.
2636 2640
2637Use M-x gdb to start GDB-UI. 2641To use this package just type M-x gdb. See the Emacs manual if you want the
2642old behaviour.
2638 2643
2639*** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be 2644*** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be
2640toggled independently of normal tooltips with the minor mode 2645toggled independently of normal tooltips with the minor mode
@@ -3020,7 +3025,7 @@ See the file GNUS-NEWS or the node "Oort Gnus" in the Gnus manual for details.
3020--- 3025---
3021** MH-E changes. 3026** MH-E changes.
3022 3027
3023Upgraded to MH-E version 7.93. There have been major changes since 3028Upgraded to MH-E version 7.94. There have been major changes since
3024version 5.0.2; see MH-E-NEWS for details. 3029version 5.0.2; see MH-E-NEWS for details.
3025 3030
3026** Calendar changes: 3031** Calendar changes:
diff --git a/etc/orgcard.tex b/etc/orgcard.tex
index 0ad90af0c74..45608ac1795 100644
--- a/etc/orgcard.tex
+++ b/etc/orgcard.tex
@@ -1,5 +1,5 @@
1% Reference Card for Org Mode 1% Reference Card for Org Mode
2\def\orgversionnumber{4.24} 2\def\orgversionnumber{4.26}
3\def\year{2006} 3\def\year{2006}
4% 4%
5%**start of header 5%**start of header