Mercurial > emacs
changeset 62055:c84f1e028ace
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 03 May 2005 21:14:05 +0000 |
parents | fd9250f00dae |
children | e86cd66da015 |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 24 insertions(+), 37 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue May 03 18:19:34 2005 +0000 +++ b/etc/NEWS Tue May 03 21:14:05 2005 +0000 @@ -66,10 +66,10 @@ --- ** 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 @@ 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 @@ --- *** 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.
--- a/lisp/ChangeLog Tue May 03 18:19:34 2005 +0000 +++ b/lisp/ChangeLog Tue May 03 21:14:05 2005 +0000 @@ -1,27 +1,22 @@ -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> @@ -48,27 +43,19 @@ 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): + * 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): + * calc/calc-prog.el (calc-read-parse-table-part) + (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'. - * calc/calc-frac.el (calc-over-notation): Replace `string-to-int' - by `string-to-number'. - * 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/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'. 2005-05-02 Kim F. Storm <storm@cua.dk>