view etc/MORE.STUFF @ 99501:e3acb52d33e1

2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-yank): Make any prefix force normal yanking. Suppress folding if text would be swallowed into a folded subtree. (org-yank-folded-subtrees, org-yank): Docstring updates. * org-agenda.el (org-agenda-compare-effort): Treat no effort defined as 0. * org-exp.el (org-export-language-setup): Add Catalan and Esperanto language entries. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-refile): Allow refiling of entire regions. * org-clock.el (org-clock-time%): New function. * org.el (org-entry-get, org-entry-delete): Use safer regexps to retrieve property values. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-list): Handle the value `only' of org-agenda-show-log'. (org-agenda-log-mode): Interpret a double prefix arg. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-html-footnotes-section): New variable. (org-export-as-html): Use `org-export-html-footnotes-section' to insert the footnotes. (org-export-language-setup): Add "Footnotes" to language words. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-yank): Fix bug when not inserting a subtree. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message' instead of `vm-beginning-of-message'. * org.el (org-make-link-regexps): Make sure that links to gnus can contain brackets. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org-attach.el (org-attach-dir): Remove duplicate ID creation code. * org-id.el (org-id-new): Use `org-trim' to extract the uuid from shell output. * org.el (org-link-abbrev-alist): Improve customization type. * org-attach.el (org-attach-expand-link, org-attach-expand): New functions. * org-agenda.el (org-agenda-get-progress): Renamed from `org-get-closed'. Implement searching for state changes as well. (org-agenda-log-mode-items): New option. (org-agenda-log-mode): New option prefix argument, interpreted as request to show all possible progress info. (org-agenda-get-day-entries): Call `org-get-progress' instead of `org-get-closed'. (org-agenda-set-mode-name): Handle the more complex log mode settings. (org-get-closed): New alias, pointing to `org-get-progress'. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-file-apps-defaults-gnu) (org-file-apps-defaults-macosx) (org-file-apps-defaults-windowsnt): Add an entry defining the system command. (org-file-apps): Allow `system' as key and value. (org-open-at-point): Explain the effect of a double prefix arg. (org-open-file): If the argument `in-emacs' is (16), i.e. corresponding to a double prefix argument, try to open the file externally. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-insert-link): Abbreviate absolute files names in links. Also, fix a bug in which the double C-u prefix would not be honored. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-insert-heading): If buffer does not end with a newline, add one if necessary to insert headline correctly. * org-exp.el (org-export-as-html): Make sure that <hr/> is between paragraphs, not inside. * org.el (org-todo): Quote `org-agenda-headline-snapshot-before-repeat'. * org-exp.el (org-export-as-html): Fully process link descriptions. (org-export-html-format-desc): New function. (org-export-as-html): Collect footnotes into the correct basket. (org-html-protect): No longer protect quotations marks here, this goes wrong. * org-agenda.el (org-agenda-remove-marked-text): Bind variable BEG. * org-compat.el (org-fit-window-to-buffer): New function (not really, a preliminary and incomplete version was present earlier, but not used). * org.el (org-fast-todo-selection, org-fast-tag-selection): Use `org-fit-window-to-buffer'. * org-exp.el (org-export): Use `org-fit-window-to-buffer'. * org-agenda.el (org-agenda-get-restriction-and-command) (org-fit-agenda-window, org-agenda-convert-date): Use `org-fit-window-to-buffer'. * org-exp.el (org-export-as-html): Process href links through `org-export-html-format-href'. (org-export-html-format-href): New function. * org-agenda.el (org-agenda-todo): Update only the current headline if this is a repeated TODO, marked done for today. (org-agenda-change-all-lines): New argument JUST-THIS, to change only the current line. * org.el (org-todo): Take a snapshot of the headline if the repeater might change it. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org-publish.el (org-publish-find-title): Remove buffers visited only for extracting the title. * org-exp.el (org-export-html-style) (org-export-html-style-default): Mark style definitions as unparsed CDATA. * org-publish.el (org-publish-validate-link): Function re-introduced. 2008-11-12 Charles Sebold <csebold@gmail.com> * org-plot.el (org-plot/add-options-to-plist): Supports timefmt property. (org-plot-quote-timestamp-field): New function. (org-plot-quote-tsv-field): Call timestamp field function when necessary rather than just quoting as a string. (org-plot/gnuplot-to-data): Pass in timefmt property. (org-plot/gnuplot-script): Supports timefmt property. (org-plot/gnuplot): Checks for timestamp column before checking for text index column. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-insert-heading): Improve behavior with hidden subtrees. * org-publish.el (org-publish-org-index): Create a section in the index file. (org-publish-org-index): Stop linking to directories. * org.el (org-emphasis-alist): Use span instead of <u> to underline text. * org-exp.el (org-export-as-html): Make sure <p> is closed before <pre> sections. 2008-11-12 Sebastian Rose <sebastian_rose@gmx.de> * org-jsinfo.el (org-infojs-template): Remove language attribute from script tag. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-remove-marked-text): New function. (org-agenda-mark-filtered-text) (org-agenda-unmark-filtered-text): New functions. (org-write-agenda): Remove fltered text. * org.el (org-make-tags-matcher): Give access to TODO "property" without speed penalty. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an option. (org-store-link-props): Make sure adding to the plist works correctly. * org-gnus.el (org-gnus-no-new-news): New function. (org-gnus-follow-link): Allow the article ID to be a message-id, in addition to allowing article numbers. Message IDs make much more roubust links. (org-gnus-store-link): Use message-id to create link. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-emphasize): Reverse the selection array. (org-emphasis-alist): Set <code> tags for the verbatim environment. * org-remember.el (org-remember-handler): Fix bug with prefix-related changing of the note storage target. * org-exp.el (org-print-icalendar-entries): Make the exported priorities compatible with RFC 2445. * org-clock.el (org-clock-save): Insert time stamp without dependence on time-stamp.el. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el ("saveplace"): If saveplace puts point into an invisible location, make it visible. (org-make-tags-matcher): Allow inactive time stamps in time comparisons. (org-yank-adjusted-subtrees): New option. (org-yank): Incorporate adjusting trees. (org-paste-subtree): New argument FOR-YANK which will cause insertion at point without backing up over white lines, and leave point at the end of the inserted text. Also if the cursor is at the beginning of a headline, use the same level or the inserted tree. * org-publish.el (org-publish-get-base-files-1): Deal correctly with broken symlinks 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-select-tags, org-get-current-options): Fix typo.
author Carsten Dominik <dominik@science.uva.nl>
date Wed, 12 Nov 2008 08:01:06 +0000
parents cbf5528cf447
children c90853557b90
line wrap: on
line source

More Neat Stuff for your Emacs

Copyright (C) 1993, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
  Free Software Foundation, Inc.
See the end of the file for license conditions.

This file describes GNU Emacs programs and resources that are
maintained by other people.  Some of these may become part of the
Emacs distribution in the future.  Others we unfortunately can't
distribute, even though they are free software, because we lack legal
papers for copyright purposes.  Also included are sites where
development versions of some packages distributed with Emacs may be
found.

You might also look at the Emacs web page
<URL:http://www.gnu.org/software/emacs/emacs.html>.  If you use the
Windows-32 version of Emacs, see the NTEmacs sites listed in the FAQ.

Please submit a bug report if you find that any of the addresses
listed here fail.

* The `Emacs Lisp List' at
  <URL:http://www.damtp.cam.ac.uk/user/eglen/emacs/ell.html> has pointers
  to sources of a large number of packages.

* gnu.emacs.sources

Packages posted to the gnu.emacs.sources newsgroup (see
etc/MAILINGLISTS) might be archived specifically (try a web search
engine) or retrievable from general Usenet archive services.

* emacswiki.org

The Emacs Wiki has an area for storing elisp files
<URL:http://www.emacswiki.org/cgi-bin/wiki.pl/ElispArea>.

* Emacs tutorials and manuals

 * Emacs slides and tutorials can be found here:
   <URL:http://stuff.mit.edu/iap/emacs/>

* Maintenance versions of some packages distributed with Emacs

You might find bug-fixes or enhancements in these places.

 * Ada-mode: <URL:http://libre.act-europe.fr/adamode>

 * Battery and Info Look: <URL:http://www-cdf.fnal.gov/~sthrlnd/emacs/>

 * BS: <URL:http://www.geekware.de/software/emacs/index.html>

 * Calculator: <URL:http://www.barzilay.org/misc/calculator.el>

 * CC mode: <URL:http://cc-mode.sourceforge.net/>

 * CPerl: <URL:http://www.cpan.org/modules/by-module/CPAN/ILYAZ/cperl-mode/>

 * Ediff and Viper: <URL:http://www.cs.sunysb.edu/~kifer/emacs.html>

 * Eldoc and Rlogin:
   <URL:http://www.splode.com/~friedman/software/emacs-lisp/>

 * ERC: IRC client:
   <URL:http://www.emacswiki.org/cgi-bin/wiki?EmacsIRCClient>

 * EShell: <URL:http://johnwiegley.com/eshell.html>

 * Etags: <URL:ftp://pot.potorti.it/pub/software/unix/etags.tar.gz>

 * Expand: <URL:http://w3.teaser.fr/%7Eflepied/expand.el.gz>

 * Gnus: <URL:http://www.gnus.org/>

 * Ffap: <URL:http://www.mathcs.emory.edu/%7Emic/ftp/emacs/>
   (And some addons for it.)

 * Hideshow: <URL:http://staff.science.uva.nl/~dominik/Tools/org/>

 * Ispell: <URL:http://www.eng.utah.edu/~kstevens/ispell-page.html>

 * MH-E: <URL:http://mh-e.sourceforge.net/>

 * Org mode: <URL:http://staff.science.uva.nl/~dominik/Tools/org/>

 * PS mode: <URL:http://odur.let.rug.nl/%7Ekleiweg/postscript/>

 * PS-print: <URL:http://www.emacswiki.org/cgi-bin/wiki/PsPrintPackage>

 * Python mode: <URL:http://www.emacswiki.org/cgi-bin/wiki/PythonMode>

 * QuickURL: <URL:http://www.davep.org/emacs/>

 * RefTeX: <URL:http://www.gnu.org/software/auctex/reftex.html>

 * Speedbar, Checkdoc etc: <URL:http://cedet.sourceforge.net/>

 * SQL: <URL:http://www.emacswiki.org/cgi-bin/wiki/sql.el>

 * Tramp: Remote file access via rsh/ssh
   <URL:http://savannah.gnu.org/projects/tramp/>

 * Webjump: <URL:http://www.neilvandyke.org/webjump>

 * Whitespace: <URL:http://www.dsmit.com/lisp/whitespace.el>

* Auxiliary files

 * (Tex)info files for use with Info-look that don't come from GNU
   packages:
   * Scheme: <URL:ftp://ftp-swiss.ai.mit.edu/pub/scm/r5rs.info.tar.gz>
   * LaTeX: <URL:ftp://ctan.tug.org/tex-archive/info/latex2e-help-texinfo/
       latex2e.texi> (or CTAN mirrors)
   * Perl: <URL:ftp://ftp.cpan.org/pub/CPAN/doc/manual/texinfo/>
       (or CPAN mirrors)

* Packages and add-ons not bundled with Emacs

Various major packages or useful additions aren't distributed as part of
Emacs for various reasons, sometimes because their authors haven't made
a copyright assignment to the FSF.  Some of them may be integrated in
the future.

You might like to check whether they are packaged for your system.
Several are for Debian GNU/Linux in particular.

 * AUCTeX: <URL:http://www.gnu.org/software/auctex/>
   An extensible package that supports writing and formatting TeX
   files (including AMS-TeX, LaTeX, Texinfo, ConTeXt, and docTeX).

 * BBDB: personal Info Rolodex integrated with mail/news:
   <URL:http://bbdb.sourceforge.net/>
   [You might want to set the coding system of your .bbdb file to
   emacs-mule, say by adding `("\\.bbdb\\'" . emacs-mule)' to
   `file-coding-system-alist' for non-ASCII characters.]

 * Boxquote: <URL:http://www.davep.org/emacs/>

 * CEDET: Collection of Emacs Development Environment Tools, including
   EIEIO, Semantic, Speedbar, EDE, and COGRE:
   <URL:http://cedet.sourceforge.net/>

 * CJK-emacs: Converting MULE-encoded text to TeX:
   <URL:ftp://ctan.tug.org/tex-archive/language/chinese/CJK/> and
   mirrors of the `CTAN' TeX archives.

 * Dismal: spreadsheet:
   <URL:http://ritter.ist.psu.edu/dismal/dismal.html>

 * ECB: Emacs Code Browser: <URL:http://ecb.sourceforge.net/>

 * EDB: database: <URL:http://www.gnuvola.org/software/edb/>

 * Ee: categorizing information manager:
   <URL:http://www.jurta.org/emacs/ee/>

 * EFS: enhanced version of ange-ftp:
   <URL:http://www-uk.hpl.hp.com/people/ange/efs>
   Version 1.16 is said not to work properly with Emacs 20.

 * Elib library: <URL:http://www.gnu.org/software/elib/elib.html>
   From GNU distribution mirrors.  (Much of this functionality is now
   in Emacs.)

 * EMacro: <URL:http://emacro.sourceforge.net/>
   EMacro is a portable configuration file that configures itself.

 * Emacs Muse: <URL:http://www.mwolson.org/projects/EmacsMuse.html>
   An authoring and publishing environment for Emacs.

 * Emacs speaks statistics (ESS): statistical programming within Emacs
   <URL:http://ess.r-project.org>

 * Emacspeak -- A Speech Output Subsystem For Emacs:
   <URL:http://emacspeak.sourceforge.net/>

 * Emacs-w3m : <URL:http://emacs-w3m.namazu.org/>
   A simple Emacs interface to w3m, which is a text-mode WWW browser

 * Emacs Wiki Mode: <URL:http://www.mwolson.org/projects/EmacsWiki.html>
   A wiki-like publishing tool and personal information manager

 * Gnuserv:
   <URL:http://www.hpl.hp.com/personal/ange/gnuserv/home.html>
   Enhanced emacsclient/emacsserver.  Also available from this Web
   page: eiffel-mode.el.

 * Go in a buffer: Go Text Protocol client:
   <URL:http://www.gnuvola.org/software/personal-elisp/standalone/>
   A modified version is also bundled with GNU Go:
   <URL:http://www.gnu.org/software/gnugo/gnugo.html>

 * hm--html-menus:
   <URL:ftp://sunsite.unc.edu/pub/Linux/apps/editors/emacs/>
   HTML-specific editing.  Can work with PSGML.

 * Hyperbole:
   <URL:http://directory.fsf.org/hyperbole.html>
   Hyperbole is an open, efficient, programmable information
   management and hypertext system.

 * JDEE: <URL:http://jdee.sunsite.dk/>
   Provides a Java development environment for Emacs.

 * Mailcrypt:
   <URL:http://mailcrypt.sourceforge.net/>
   PGP and GPG support.  PGP isn't free software, but GPG, the GNU
   Privacy Guard, is a free replacement <URL:http://www.gnupg.org/>.

 * Mew: <URL:http://www.mew.org/>
   A MIME mail reader for Emacs/XEmacs.

 * MMM Mode: <URL:http://mmm-mode.sourceforge.net/>
   MMM Mode is an emacs add-on package providing a minor mode that
   allows Multiple Major Modes to coexist in one buffer.

 * nXML Mode: New mode for XML:
   <URL:http://www.thaiopensource.com/nxml-mode/>
   nXML mode is an addon for GNU Emacs, which makes GNU Emacs into a
   powerful XML editor.

 * Planner Mode: <URL:http://wjsullivan.net/PlannerMode>
   Planner is an organizer and day planner for Emacs.

 * Preview LaTeX: embed preview LaTeX images in source buffer.
   <URL:http://www.gnu.org/software/auctex/preview-latex>

 * PSGML: <URL:http://www.lysator.liu.se/projects/about_psgml.html>
   DTD-aware serious SGML/XML editing.

 * Quack: <URL:http://www.neilvandyke.org/quack/>
   Quack enhances Emacs support for Scheme.

 * Remember: <URL:https://gna.org/p/remember-el>
   A Personal Information Manager (PIM) for Emacs.

 * Session: <URL:http://emacs-session.sourceforge.net/>
   Session Management for Emacs.

 * SLIME: The Superior Lisp Interaction Mode for Emacs:
   <URL:http://common-lisp.net/project/slime/>

 * Tamago: Chinese/Japanese/Korean input method
   <URL:ftp://m17n.org/pub/tamago/>
   Emacs Lisp package to provide input methods for CJK characters.
   It can use these background conversion servers:
	FreeWnn (jserver, cserver, tserver),
	Wnn6,
	SJ3 Ver.2

 * Tiny Tools: <URL:http://tiny-tools.sourceforge.net/>

 * VM (View Mail): <URL:http://www.nongnu.org/viewmail/> Alternative
   mail reader.  There is a VM newsgroup: <URL:news:gnu.emacs.vm.info>

 * W3: <URL:http://savannah.gnu.org/projects/w3/>
   Web browser.  There's a W3 mail list/newsgroup
   <URL:http://savannah.gnu.org/mail/?group=w3>.

 * Wanderlust: <URL:http://www.gohome.org/wl/>
   Yet Another Message Interface on Emacsen. Wanderlust is a mail/news
   reader supporting IMAP4rev1 for emacsen.

 * WhizzyTex: <URL:http://cristal.inria.fr/whizzytex/>
   WhizzyTeX provides a minor mode for Emacs or XEmacs, a (bash)
   shell-script daemon and some LaTeX macros.

 * X-Symbol: <URL:http://x-symbol.sourceforge.net/>
   Quasi-WYSIWYG editing of TeX & al.

Local Variables:
mode: text
mode: view
eval: (goto-address)
End:

This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.

arch-tag: c1d4e7c8-db85-44e6-909e-659e2b20fefa