---
** New translations of the Emacs Tutorial are available in the
- following languages: Brasilian Portuguese, Bulgarian, Chinese (both
- with simplified and traditional characters), French, and Italian.
- Type `C-u C-h t' to choose one of them in case your language setup
- doesn't automatically select the right one.
+following languages: Brasilian Portuguese, Bulgarian, Chinese (both
+with simplified and traditional characters), French, and Italian.
+Type `C-u C-h t' to choose one of them in case your language setup
+doesn't automatically select the right one.
---
** A French translation of the `Emacs Survival Guide' is available.
The variable `automatic-hscrolling' was renamed to
`auto-hscroll-mode'. The old name is still available as an alias.
-
+
*** Moving or scrolling through images (and other lines) taller that
the window now works sensible, by automatically adjusting the window's
vscroll property.
---
*** Improved key bindings support when running in an xterm.
When emacs is running in an xterm more key bindings are available. The
-following should work:
+following should work:
{C,S,C-S,A}-{right,left,up,down,prior,next,delete,insert,F1-12}.
These key bindings work on xterm from X.org 6.8, they might not work on
some older versions of xterm, or on some proprietary versions.
-2005-05-3 Ulf Jasper <ulf.jasper@web.de>
+2005-05-03 Ulf Jasper <ulf.jasper@web.de>
* calendar/icalendar.el (icalendar-version): Now at 0.12.
(icalendar-duration-correction): Remove.
(icalendar--get-event-properties): Split result at commas.
(icalendar--decode-isoduration): New optional argument
DURATION-CORRECTION.
- (icalendar--convert-ordinary-to-ical)
- (icalendar--convert-weekly-to-ical)
- (icalendar--convert-yearly-to-ical)
- (icalendar--convert-sexp-to-ical)
- (icalendar--convert-block-to-ical)
- (icalendar--convert-float-to-ical)
- (icalendar--convert-date-to-ical)
- (icalendar--convert-cyclic-to-ical)
+ (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
+ (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
+ (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
+ (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
(icalendar--convert-anniversary-to-ical): New functions, extracted
from icalendar-export-region, with bug fixes.
(icalendar-export-region): Use the above functions.
(icalendar-import-buffer): Check before saving diary file.
(icalendar--convert-recurring-to-diary)
(icalendar--convert-non-recurring-all-day-to-diary)
- (icalendar--convert-non-recurring-not-all-day-to-diary): New
- functions, extracted from icalendar--convert-ical-to-diary, with
- bug fixes.
+ (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
+ extracted from icalendar--convert-ical-to-diary, with bug fixes.
(icalendar--convert-ical-to-diary): Use the above functions.
2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2005-05-02 Jay Belanger <belanger@truman.edu>
- * calc/calc-aent.el (math-read-token): Replace `string-to-int' by
- `string-to-number'.
- * calc/calc-bin.el (calc-word-size): Replace `string-to-int' by
- `string-to-number'.
- * calc-ext.el (calc-read-number-fancy): Replace `string-to-int' by
- `string-to-number'.
- * calc-forms.el (calc-time, calc-date-notation, math-this-year)
+ * calc/calc-aent.el (math-read-token):
+ * calc/calc-bin.el (calc-word-size):
+ * calc/calc-ext.el (calc-read-number-fancy):
+ * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
(math-parse-date, math-parse-standard-date, calcFunc-tzone):
- Replace `string-to-int' by `string-to-number'.
- * calc/calc-frac.el (calc-over-notation): Replace `string-to-int'
- by `string-to-number'.
+ * calc/calc-frac.el (calc-over-notation):
* calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
- (calc-graph-num-points, calc-graph-init): Replace `string-to-int'
- by `string-to-number'.
+ (calc-graph-num-points, calc-graph-init):
* calc/calc-prog.el (calc-read-parse-table-part)
- (calc-edit-macro-repeats): Replace `string-to-int' by
- 'string-to-number'.
- * calc/calc-yank.el (calc-do-grab-rectangle): Replace
- `string-to-int' by `string-to-number'.
- * calc/calc.el (calcDigit-key, math-read-number)
- (math-read-bignum): Replace `string-to-int' by `string-to-number'.
+ (calc-edit-macro-repeats):
+ * calc/calc-yank.el (calc-do-grab-rectangle):
+ * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
+ Replace `string-to-int' by `string-to-number'.
2005-05-02 Kim F. Storm <storm@cua.dk>