diff options
| author | Miles Bader | 2006-05-15 11:20:16 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-05-15 11:20:16 +0000 |
| commit | 4449f659d5a3f5389194d455e73637329e4c22ca (patch) | |
| tree | 28595b6d71f39b3f63b83a64b12331e5491858bd | |
| parent | e6f0d1c8452e2d58a099472890bd7dda16b1c300 (diff) | |
| download | emacs-4449f659d5a3f5389194d455e73637329e4c22ca.tar.gz emacs-4449f659d5a3f5389194d455e73637329e4c22ca.zip | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-280
Creator: Michael Olson <mwolson@gnu.org>
Update etc/MORE.STUFF.
* etc/MORE.STUFF: Update URL for Planner Mode and add description.
Canonicalize URLs for Emacs Muse and Emacs Wiki Mode.
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/MORE.STUFF | 8 | ||||
| -rw-r--r-- | src/.arch-inventory | 2 |
3 files changed, 10 insertions, 5 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index aba795f99c6..ac9798dfecc 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-05-15 Michael Olson <mwolson@gnu.org> | ||
| 2 | |||
| 3 | * MORE.STUFF: Update URL for Planner Mode and add description. | ||
| 4 | Canonicalize URLs for Emacs Muse and Emacs Wiki Mode. | ||
| 5 | |||
| 1 | 2006-05-12 Romain Francoise <romain@orebokech.com> | 6 | 2006-05-12 Romain Francoise <romain@orebokech.com> |
| 2 | 7 | ||
| 3 | * MORE.STUFF: ERC is now part of Emacs. | 8 | * MORE.STUFF: ERC is now part of Emacs. |
diff --git a/etc/MORE.STUFF b/etc/MORE.STUFF index 6f895485bb0..ad694fa74ce 100644 --- a/etc/MORE.STUFF +++ b/etc/MORE.STUFF | |||
| @@ -158,7 +158,7 @@ Several are for Debian GNU/Linux in particular. | |||
| 158 | * EMacro: <URL:http://emacro.sourceforge.net/> | 158 | * EMacro: <URL:http://emacro.sourceforge.net/> |
| 159 | EMacro is a portable configuration file that configures itself. | 159 | EMacro is a portable configuration file that configures itself. |
| 160 | 160 | ||
| 161 | * Emacs Muse: <URL:http://www.mwolson.org/projects/MuseMode.html> | 161 | * Emacs Muse: <URL:http://www.mwolson.org/projects/EmacsMuse.html> |
| 162 | An authoring and publishing environment for Emacs. | 162 | An authoring and publishing environment for Emacs. |
| 163 | 163 | ||
| 164 | * Emacs speaks statistics (ESS): statistical programming within Emacs | 164 | * Emacs speaks statistics (ESS): statistical programming within Emacs |
| @@ -171,7 +171,7 @@ Several are for Debian GNU/Linux in particular. | |||
| 171 | A simple Emacs interface to w3m, which is a text-mode | 171 | A simple Emacs interface to w3m, which is a text-mode |
| 172 | WWW browser | 172 | WWW browser |
| 173 | 173 | ||
| 174 | * Emacs Wiki Mode: <URL:http://mwolson.org/projects/EmacsWiki.html> | 174 | * Emacs Wiki Mode: <URL:http://www.mwolson.org/projects/EmacsWiki.html> |
| 175 | A wiki-like publishing tool and personal information manager | 175 | A wiki-like publishing tool and personal information manager |
| 176 | 176 | ||
| 177 | * Gnuserv: | 177 | * Gnuserv: |
| @@ -220,8 +220,8 @@ Several are for Debian GNU/Linux in particular. | |||
| 220 | nXML mode is an addon for GNU Emacs, which makes GNU Emacs into a | 220 | nXML mode is an addon for GNU Emacs, which makes GNU Emacs into a |
| 221 | powerful XML editor. | 221 | powerful XML editor. |
| 222 | 222 | ||
| 223 | * Planner Mode: | 223 | * Planner Mode: <URL:http://www.plannerlove.com/> |
| 224 | <URL:http://sacha.free.net.ph/notebook/wiki/PlannerMode.php> | 224 | Planner is an organizer and day planner for Emacs. |
| 225 | 225 | ||
| 226 | * Preview LaTeX: embed preview LaTeX images in source buffer. | 226 | * Preview LaTeX: embed preview LaTeX images in source buffer. |
| 227 | <URL:http://preview-latex.sourceforge.net/> | 227 | <URL:http://preview-latex.sourceforge.net/> |
diff --git a/src/.arch-inventory b/src/.arch-inventory index a98d4c9932f..fe99529135f 100644 --- a/src/.arch-inventory +++ b/src/.arch-inventory | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | source ^\.(gdbinit|dbxinit)$ | 2 | source ^\.(gdbinit|dbxinit)$ |
| 3 | 3 | ||
| 4 | # Auto-generated files, which ignore | 4 | # Auto-generated files, which ignore |
| 5 | precious ^(config\.stamp|config\.h|epaths\.h)$ | 5 | precious ^(config\.stamp|config\.h|epaths\.h|buildobj\.lst)$ |
| 6 | 6 | ||
| 7 | backup ^(stamp-oldxmenu|prefix-args|temacs|emacs|emacs-[0-9.]*)$ | 7 | backup ^(stamp-oldxmenu|prefix-args|temacs|emacs|emacs-[0-9.]*)$ |
| 8 | 8 | ||