Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 241:f955c73f5258 r20-5b19
Import from CVS: tag r20-5b19
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 10:16:16 +0200 |
| parents | 41f2f0e326e9 |
| children | f220cc83d72e |
comparison
equal
deleted
inserted
replaced
| 240:835e739f3c17 | 241:f955c73f5258 |
|---|---|
| 1 Sat Jan 10 11:36:11 1998 <andyp@parallax.co.uk> | 1 1998-01-12 SL Baur <steve@altair.xemacs.org> |
| 2 | |
| 3 * profile.c (Fclear_profiling_info): Fix typing error. | |
| 4 | |
| 5 * elhash.c (elisp_map_remhash): Fix typing error. | |
| 6 (elisp_maphash): Ditto. | |
| 7 | |
| 8 1998-01-12 Hrvoje Niksic <hniksic@srce.hr> | |
| 9 | |
| 10 * mule-ccl.c (Fccl_execute_on_string): Use Dynar_free to free a | |
| 11 Dynarr. | |
| 12 | |
| 13 1998-01-13 Hrvoje Niksic <hniksic@srce.hr> | |
| 14 | |
| 15 * profile.c (vars_of_profile): New variable | |
| 16 `call-count-profile-table'. | |
| 17 (Fclear_profiling_info): Clear call-count-profile-table. | |
| 18 | |
| 19 * eval.c (funcall_recording_as): Use it. | |
| 20 | |
| 21 * profile.c (profile_increase_call_count): New function. | |
| 22 | |
| 23 * lstream.c (stdio_flusher): Comment addition. | |
| 24 | |
| 25 * objects-msw.c (mswindows_string_to_color): Support #RRRGGGBBB, | |
| 26 as well as #RRGGBB. | |
| 27 (mswindows_X_color_map): Reformatted. | |
| 28 | |
| 29 1998-01-12 Hrvoje Niksic <hniksic@srce.hr> | |
| 30 | |
| 31 * line-number.c (invalidate_line_number_cache): Comment fixup. | |
| 32 | |
| 33 * symbols.c (Fapropos_internal): Docstring fix. | |
| 34 | |
| 35 * fns.c (Fstring_equal): Docstring fix. | |
| 36 | |
| 37 1998-01-12 Hrvoje Niksic <hniksic@srce.hr> | |
| 38 | |
| 39 * profile.c (get_profiling_info_maphash): Return int. | |
| 40 (mark_profiling_info_maphash): Ditto. | |
| 41 | |
| 42 * elhash.c (Finternal_hash_value): New debugging function, | |
| 43 undefined by default. | |
| 44 | |
| 45 1998-01-11 Hrvoje Niksic <hniksic@srce.hr> | |
| 46 | |
| 47 * mule-coding.c (add_coding_system_to_list_mapper): Ditto. | |
| 48 | |
| 49 * mule-charset.c (add_charset_to_list_mapper): Return int. | |
| 50 | |
| 51 * faces.c (add_face_to_list_mapper): Return int. | |
| 52 (mark_face_as_clean_mapper): Ditto. | |
| 53 (update_face_inheritance_mapper): Ditto. | |
| 54 | |
| 55 * keymap.c (keymap_submaps_mapper_0): Return int. | |
| 56 (keymap_submaps_mapper): Ditto. | |
| 57 (copy_keymap_inverse_mapper): Ditto. | |
| 58 (copy_keymap_mapper): Ditto. | |
| 59 (map_keymap_unsorted_mapper): Ditto. | |
| 60 (map_keymap_sorted_mapper): Ditto. | |
| 61 | |
| 62 * elhash.c (hashtable): Added a hash method. | |
| 63 (hashtable_hash): New function. | |
| 64 | |
| 65 1998-01-09 Hrvoje Niksic <hniksic@srce.hr> | |
| 66 | |
| 67 * elhash.c (lisp_maphash_function): Return 0. | |
| 68 (hashtable_equal_mapper): Bail out when an element is not `equal'. | |
| 69 | |
| 70 * hash.c (maphash): Bail out if map function returns non-zero. | |
| 71 | |
| 72 1998-01-11 SL Baur <steve@altair.xemacs.org> | |
| 73 | |
| 74 * eval.c (Fbacktrace): Treat first parameter to byte-code | |
| 75 specially. | |
| 76 | |
| 77 Sat Jan 10 11:36:11 1998 Andy Piper <andyp@parallax.co.uk> | |
| 2 | 78 |
| 3 * config.h.in: undef HAVE_SYS_UN_H so that it gets defined by | 79 * config.h.in: undef HAVE_SYS_UN_H so that it gets defined by |
| 4 configure for gnuserv with UNIX_DOMAIN_SOCKETS. | 80 configure for gnuserv with UNIX_DOMAIN_SOCKETS. |
| 5 | 81 |
| 6 1998-01-09 SL Baur <steve@altair.xemacs.org> | 82 1998-01-09 SL Baur <steve@altair.xemacs.org> |
