diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/ChangeLog | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
3 files changed, 12 insertions, 1 deletions
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 <storm@cua.dk> + + * subr.el (add-to-ordered-list): Test membership with eq. Simplify. + 2005-06-20 Miles Bader <miles@gnu.org> * 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 <storm@cua.dk> + * 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 <karl@gnu.org> 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 <storm@cua.dk> + + * fns.c (Fsort): Doc fix. + 2005-06-20 Miles Bader <miles@gnu.org> * 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. |
