]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 6 Apr 2003 20:42:09 +0000 (20:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 6 Apr 2003 20:42:09 +0000 (20:42 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index 104a24fa0ef3fbb82b1917845f868b254e87d565..13e86b51acf7c86359e72c5605862ade0c98ac88 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1178,6 +1178,11 @@ timing measurements of code (including the garbage collection component).
 \f
 * Lisp Changes in Emacs 21.4
 
+** The function `number-sequence' returns a list of equally-separated
+numbers.  For instance, (number-sequence 4 9) returns (4 5 6 7 8 9).
+By default, the separation is 1, but you can specify a different separation
+as the third argument.  (number-sequence 1.5 6 2) returns (1.5 3.5 5.5).
+
 ** `set-fontset-font', `fontset-info', `fontset-font' now operate on
 the default fontset if the argument NAME is nil..
 
index 0573868e0008278ed66896ad200839dc4845187e..c0df194b86edae4f7d32cf9136bee98b7b8e1d80 100644 (file)
@@ -1,3 +1,15 @@
+2003-04-06  Richard M. Stallman  <rms@gnu.org>
+
+       * calendar/cal-menu.el (cal-menu-update): Use easy-menu-create-menu
+       rather than easy-menu-change.
+
+       * dired.el (dired-view-file): Let viewer program run asynchronously.
+
+2003-04-06  Ben North  <ben@redfrontdoor.org>  (tiny change)
+
+       * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
+       Correct the starting point for previous-single-property-change.
+
 2003-04-06  Masatake YAMATO  <jet@gyve.org>
 
        * progmodes/etags.el (tag-find-file-of-tag): Renamed from 
index d89bf8533da425d0d41b22ed285e9f84f823c6a8..73b633f380e6f87f6b1a0462b3c854415840f444 100644 (file)
@@ -1,3 +1,21 @@
+2003-04-06  Richard M. Stallman  <rms@gnu.org>
+
+       * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
+
+       * marker.c (verify_bytepos): New function.
+
+       * intervals.c (set_intervals_multibyte_1): When becoming
+       multibyte, adjust right and left child sizes to a whole set of
+       characters.  If an interval gets zero total-length, delete it.
+       If an interval consists of just its children, delete one of them.
+
+       * intervals.h (CHECK_TOTAL_LENGTH): New macro.
+       * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
+       
+       * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted.
+       All calls deleted.
+       (lisp_malloc): Do the work here directly.
+
 2003-04-06  Gareth Jones  <emacs@referential.org.uk>  (tiny change)
 
        * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub