Add Bug# to Nov 17 ChangeLog entries.

This commit is contained in:
Paul Eggert 2012-11-22 23:31:58 -08:00
parent 12645ae691
commit 6f6b82d66f
3 changed files with 6 additions and 4 deletions

View file

@ -12,8 +12,8 @@
2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
Calc now uses the Gregorian calendar for all dates,
and uses January 1, 1 AD as its day number 1.
Calc now uses the Gregorian calendar for all dates (Bug#12633).
It also uses January 1, 1 AD as its day number 1.
* calc.texi (Date Forms): Document this.
2012-11-16 Glenn Morris <rgm@gnu.org>

View file

@ -1,6 +1,6 @@
2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Document Calc changes for Gregorian calendar.
* NEWS: Document Calc changes for Gregorian calendar (Bug#12633).
2012-10-26 Nicolas Goaziou <n.goaziou@gmail.com>

View file

@ -205,8 +205,10 @@
2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
Calc by default uses the Gregorian calendar for all dates (Bug#12633).
It also uses January 1, 1 AD as its day number 1.
* calc/calc-forms.el (math-julian-date-beginning)
(math-julian-date-beginning-int): Implement [new date numbering].
(math-julian-date-beginning-int): Implement this.
2012-11-17 Juanma Barranquero <lekktu@gmail.com>