From fa2b23e5207a03e55210275ade1c248132ed61c6 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 3 May 2005 21:14:05 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 12 ++++++------ lisp/ChangeLog | 47 +++++++++++++++++------------------------------ 2 files changed, 23 insertions(+), 36 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index e433a369f67..11d24e4efa5 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -66,10 +66,10 @@ item was added to the menu bar that makes it easy accessible --- ** 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. @@ -524,7 +524,7 @@ gives the fraction of the window's width to scroll the window. 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. @@ -1323,7 +1323,7 @@ display margin, when run in an xterm. --- *** 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 799dc8632f2..470f76973b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,27 +1,22 @@ -2005-05-3 Ulf Jasper +2005-05-03 Ulf Jasper * 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 @@ -48,27 +43,19 @@ 2005-05-02 Jay Belanger - * 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 -- 2.39.2