Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0e70ce93
Commit
0e70ce93
authored
Nov 22, 2012
by
Paul Eggert
Browse files
Document Calc Gregorian in NEWS; fix manual a bit.
parent
a14a5a40
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
76 additions
and
50 deletions
+76
-50
doc/misc/ChangeLog
doc/misc/ChangeLog
+6
-0
doc/misc/calc.texi
doc/misc/calc.texi
+52
-50
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/NEWS
etc/NEWS
+14
-0
No files found.
doc/misc/ChangeLog
View file @
0e70ce93
2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
* calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
(Date Forms): Correct off-by-one error in explanation of
Julian day numbers. Give Gregorian equivalent of its origin.
2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
* doc/misc/calc.texi (Date Forms): Mention the customizable
...
...
doc/misc/calc.texi
View file @
0e70ce93
This diff is collapsed.
Click to expand it.
etc/ChangeLog
View file @
0e70ce93
2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Document Calc changes for Gregorian calendar.
2012-10-26 Nicolas Goaziou <n.goaziou@gmail.com>
* refcards/orgcard.tex: Fix keybindings about
...
...
etc/NEWS
View file @
0e70ce93
...
...
@@ -29,6 +29,20 @@ so we will look at it and add it to the manual.
*
Changes in Specialized Modes and Packages in Emacs 24.4
** Calc
*** Calc by default now uses the Gregorian calendar for all dates, and
uses January 1, 1 AD as its day number 1. Previously Calc used the
Julian calendar for dates before September 14, 1752, and it used
December 31, 1 BC as its day number 1; the new scheme is more
consistent with Calendar's calendrical system and day numbering.
*** The new variable `calc-gregorian-switch' lets you configure the
date when Calc switches from the Julian to the Gregorian calendar.
Nil, the default value, means to always use the Gregorian calendar.
The value (YEAR MONTH DAY) means to start using the Gregorian calendar
on the given date.
+++
**
New function `ses-rename-cell' to give SES cells arbitrary names.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment