comparison etc/NEWS @ 93812:f9511d3f9c48

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Mon, 07 Apr 2008 02:02:15 +0000
parents 310118b32104
children ac3c073bf1c2
comparison
equal deleted inserted replaced
93811:7e998de51985 93812:f9511d3f9c48
568 *** There is a new date style, `iso', essentially year/month/day. 568 *** There is a new date style, `iso', essentially year/month/day.
569 The variable `european-calendar-style' is obsolete - use `calendar-date-style'. 569 The variable `european-calendar-style' is obsolete - use `calendar-date-style'.
570 Similarly, the commands `american-calendar' and `european-calendar' 570 Similarly, the commands `american-calendar' and `european-calendar'
571 should be replaced by `calendar-set-date-style'. 571 should be replaced by `calendar-set-date-style'.
572 572
573 *** The calendar namespace has been rationalized.
574 All functions and variables now begin with a `calendar-', `diary-', or
575 `holiday-' prefix. The various calendar systems have secondary
576 prefixes, eg `calendar-french-'. The old names you are likely to use
577 directly still exist, for the time being, as aliases, but please start
578 using the new names.
579
573 ** Miscellaneous programming mode changes 580 ** Miscellaneous programming mode changes
574 581
575 *** The file etc/emacs.py now supports both Python 2 and 3, meaning 582 *** The file etc/emacs.py now supports both Python 2 and 3, meaning
576 that either version can be used as inferior Python by python.el. 583 that either version can be used as inferior Python by python.el.
577 584