comparison etc/NEWS @ 105529:0d8007720f35

* etc/NEWS (Changes in Specialized Modes and Packages in Emacs 23.1): Document bookmark.el (rev 1.114) format upgrade. (Bug#3375)
author Karl Fogel <kfogel@red-bean.com>
date Fri, 09 Oct 2009 05:25:08 +0000
parents 5e772cbbbca4
children 7c3b9513e457
comparison
equal deleted inserted replaced
105528:6d711c116f28 105529:0d8007720f35
990 990
991 *** New variable `bibtex-cite-matcher-alist' contains rules to 991 *** New variable `bibtex-cite-matcher-alist' contains rules to
992 identify cited keys in BibTeX entries, used by `bibtex-find-crossref'. 992 identify cited keys in BibTeX entries, used by `bibtex-find-crossref'.
993 993
994 *** Command `bibtex-url' allows multiple URLs per entry. 994 *** Command `bibtex-url' allows multiple URLs per entry.
995
996 ** Bookmarks
997
998 *** bookmark.el saves bookmarks in a pre-Emacs-23-incompatible file format
999 bookmark.el can read a .emacs.bmk file saved by an older Emacs, but an
1000 older Emacs cannot read one saved by Emacs 23.
995 1001
996 ** Calendar and diary 1002 ** Calendar and diary
997 1003
998 *** There is a new date style, `iso', essentially year/month/day. 1004 *** There is a new date style, `iso', essentially year/month/day.
999 The variable `european-calendar-style' is obsolete - use `calendar-date-style'. 1005 The variable `european-calendar-style' is obsolete - use `calendar-date-style'.