From: Kim F. Storm Date: Mon, 20 Jun 2005 21:44:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~8790 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7d1f38f89237ed8579e2961a661c7e089c0cf66;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b8db2144aac..45d7ccdca02 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-06-20 Kim F. Storm + + * subr.el (add-to-ordered-list): Test membership with eq. Simplify. + 2005-06-20 Miles Bader * faces.el (vertical-divider): New face. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index aae18d542fa..e84463292e5 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,5 +1,8 @@ 2005-06-20 Kim F. Storm + * variables.texi (Setting Variables): Any type of element can be + given order in add-to-ordered-list. Compare elements with eq. + * lists.texi (Rearrangement): Sort predicate may just return non-nil. 2005-06-20 Karl Berry diff --git a/src/ChangeLog b/src/ChangeLog index ab060453f64..a6532912246 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-06-20 Kim F. Storm + + * fns.c (Fsort): Doc fix. + 2005-06-20 Miles Bader * xfaces.c (Qvertical_divider): New variable. @@ -17,7 +21,7 @@ * term.c (produce_special_glyphs): Use spec_glyph_lookup_face. (Ftty_no_underline): New function. (syms_of_term): defsubr it. - + * keyboard.c (read_char): Call restore_getcjmp after jump occurs. * dispnew.c (spec_glyph_lookup_face): New function.