comparison src/ChangeLog @ 4725:5690bb2e7a44

Merge improvements in defun-movement docstrings.
author Stephen J. Turnbull <stephen@xemacs.org>
date Sun, 01 Nov 2009 15:54:15 +0900
parents 19d70297d866
children 428d7c571110
comparison
equal deleted inserted replaced
4724:7eef89a3d41f 4725:5690bb2e7a44
1 2009-10-26 Aidan Kehoe <kehoea@parhasard.net>
2
3 * config.h.in (REALPATH_CORRECTS_CASE):
4 New #define, available on Darwin.
5 * realpath.c (readlink_or_correct_case):
6 On Darwin, use realpath(3)'s case correction to get the canonical
7 case for a file; thank you Robert Delius Royar!
8
9 2009-10-11 Michael Sperber <mike@xemacs.org>
10
11 * event-stream.c (post_command_hook): Run `post-command-hook'
12 without INHIBIT_EXISTING_PERMANENT_DISPLAY_OBJECT_DELETION -
13 deleting other windows off that hook is legitimate.
14
15 2009-10-08 Jerry James <james@xemacs.org>
16
17 * bytecode.c (bytecode_arithop): Make divide-by-zero errors
18 noncontinuable.
19 * floatfns.c (arith_error2): New macro for signaling divide-by-zero.
20 (ceiling_two_fixnum): Handle a value returned from a continuable error.
21 (ceiling_two_bignum): Ditto.
22 (ceiling_two_ratio): Ditto.
23 (ceiling_two_bigfloat): Ditto.
24 (ceiling_two_float): Ditto.
25 (floor_two_fixnum): Ditto.
26 (floor_two_bignum): Ditto.
27 (floor_two_ratio): Ditto.
28 (floor_two_bigfloat): Ditto.
29 (floor_two_float): Ditto.
30 (round_two_fixnum): Ditto.
31 (round_two_bignum): Ditto.
32 (round_two_ratio): Ditto.
33 (round_two_bigfloat): Ditto.
34 (round_two_float): Ditto.
35 (truncate_two_fixnum): Ditto.
36 (truncate_two_bignum): Ditto.
37 (truncate_two_ratio): Ditto.
38 (truncate_two_bigfloat): Ditto.
39 (truncate_two_float): Ditto.
40 (truncate_one_ratio): Truncating zero should result in zero.
41
42 2009-10-10 Aidan Kehoe <kehoea@parhasard.net>
43
44 * rangetab.c (Frange_table_type):
45 Correct the docstring for this function, don't reuse that of
46 Frange_table_p.
47
1 2009-10-05 Jerry James <james@xemacs.org> 48 2009-10-05 Jerry James <james@xemacs.org>
2 49
3 * emacs.c (main_1): Check the return value of dup() to quiet gcc. 50 * emacs.c (main_1): Check the return value of dup() to quiet gcc.
4 * input-method-xlib.c (describe_Window): Check the return value of 51 * input-method-xlib.c (describe_Window): Check the return value of
5 system() to quiet gcc. 52 system() to quiet gcc.