Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 4907:9e7f5a77cc84
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 01 Feb 2010 01:05:28 -0600 |
parents | 6ef8256a020a 755ae5b97edb |
children | b3ce27ca7647 e99033b7e05c |
line wrap: on
line diff
--- a/src/ChangeLog Mon Feb 01 01:02:40 2010 -0600 +++ b/src/ChangeLog Mon Feb 01 01:05:28 2010 -0600 @@ -117,6 +117,22 @@ * keymap.c (keymap_hash): Implement. +2010-01-31 Aidan Kehoe <kehoea@parhasard.net> + + * symbols.c (Fspecial_operator_p, syms_of_symbols): + * eval.c (print_subr, Finteractive_p, Ffuncall) + (Ffunction_min_args, Ffunction_max_args, vars_of_eval): + * editfns.c: + * data.c (Fsubr_max_args): + * doc.c (Fbuilt_in_symbol_file): + Change "special form" to "special operator" in our sources. + +2010-01-31 Aidan Kehoe <kehoea@parhasard.net> + + * search.c (search_buffer): + When checking the octets of c for identity, don't compare the + same octet with itself. Thank you Ben Wing! + 2010-01-30 Ben Wing <ben@xemacs.org> * intl-auto-encap-win32.c: