I am pleased to announce the release of Remember 2.0.

Remember is an Emacs mode for quickly remembering data. It uses
whatever back-end is appropriate to record and correlate the data, but
its main intention is to allow you to express as little structure as
possible up front.

** Release info

Tarball   :: http://download.gna.org/remember-el/remember-2.0.tar.gz
Zip file  :: http://download.gna.org/remember-el/remember-2.0.zip
Commit ID :: 79f69e6188e4e084c9761b24ecb54b5cac9f41e3

Instructions follow for those who track the source code using git.  If
you wish to track the development of Remember, visit
<http://www.emacswiki.org/cgi-bin/wiki/MuseDevelopment> for
instructions and substitute "remember" whenever you see "muse" :^) .

This release has the signed git tag "=v2.0=".  The tag points at a
commit object with the Commit ID mentioned above.  To verify the tag,
do:

  git fetch origin
  git tag -v v2.0

To check out the release, do:

  git checkout v2.0

To switch back to the master branch, do:

  git checkout master

** News Items

Remember is now a part of Emacs 23, and will be included with that
release of Emacs when it comes out.

The NEWS items for this release are attached.

Attachment: pgploAQ4IfMJ8.pgp
Description: PGP signature

Remember NEWS --- History of user-visible changes       -*- outline -*-

* Changes in Remember 2.0

** Remember.el is now part of Emacs 23.

** remember-diary.el has been removed.
Its functionality is now included in remember.el.

** The manual has been greatly improved, reorganized, and split
into two separate manuals.  remember.texi documents features that are
included with Emacs, while remember-extra.texi documents features
which are not included with Emacs.

** The customize interface

*** `remember-mode-hook' has a checkbox for `org-remember-apply-template'.
*** `remember-handler-functions' has a checkbox for `org-remember-handler'.
*** `remember-annotation-functions' has checkboxes for
`org-remember-annotation' and `buffer-file-name'.
*** `remember-before-remember-hook' may now be customized.

** New features

*** New option `remember-in-new-frame' indicates whether to use a
separate frame for capturing remember data.

** Bugfixes

*** Make `remember-mail-date' work well with Mutt.
*** Don't write initial blank line in `remember-store-in-mailbox', which
yields better results in Mutt.

** Compatibility

*** `remember-buffer' has been renamed to `remember-finalize'.

-- 
|       Michael Olson  |  FSF Associate Member #652     |
| http://mwolson.org/  |  Hobbies: Lisp, HCoop          |
| Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
`-------------------------------------------------------'
_______________________________________________
gnu-emacs-sources mailing list
gnu-emacs-sources@gnu.org
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Reply via email to