]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Tue, 3 May 2005 21:14:05 +0000 (21:14 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 3 May 2005 21:14:05 +0000 (21:14 +0000)
etc/NEWS
lisp/ChangeLog

index e433a369f676c83a319be3e3ed689d393e73d509..11d24e4efa5b9fd0d1091d16473b847c7eee1068 100644 (file)
--- 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.
index 799dc8632f2fd71939359ca8f30b09cdf7c4fbb5..470f76973b62ad5ca041374a961aa59f4acc260c 100644 (file)
@@ -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>
 
 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>