comparison src/ChangeLog @ 49070:17cf54c383f2

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 06 Jan 2003 01:28:25 +0000
parents c49640262de0
children f9a683a36a83
comparison
equal deleted inserted replaced
49069:50db4854d2eb 49070:17cf54c383f2
1 2003-01-05 Richard M. Stallman <rms@gnu.org>
2
3 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
4 Count LAST_LINE_MISFIT in scroll margin for end of window.
5 Move label too_near_end before setting SCROLL_MARGIN_POS.
6 Set LAST_LINE_MISFIT before jumping there.
7
8 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
9 scroll_conservatively case. If scrolling that much doesn't change
10 STARTP, move it down one line.
11
12 * xdisp.c (redisplay_window): Pass last_line_misfit arg to try_scrolling.
13 Make it 1 after make_cursor_line_fully_visible fails.
14
15 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no selected frame.
16
17 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
18 (syms_of_keymap): staticpro them.
19 (Fapropos_internal): Initialize them and clear them out.
20 Don't GCPRO them.
21
22 * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>:
23 Doc fixes.
24
25 * lisp.h: New misc type Lisp_Save_Value.
26 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
27 (XSAVE_VALUE): New macro.
28 (struct Lisp_Save_Value): New data type.
29 (union Lisp_Misc): Add u_save_value alternative.
30 (make_save_value): Declared.
31
32 * alloc.c (make_save_value): New function.
33
34 * xterm.c (x_catch_errors): Save dpy using make_save_value.
35 (x_catch_errors_unwind): Call XSync.
36
37 2003-01-01 Richard M. Stallman <rms@gnu.org>
38
39 * window.c (window_scroll_pixel_based): Partially undo last change.
40
41 * keyboard.c (command_loop_1): Call adjust_point_for_property
42 in direct action cases for Qforward_char and Qbackward_char.
43 Set already_adjusted so it won't be done twice.
44
45 2002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk> (tiny change)
46
47 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
48 type definition of size_t.
49
1 2003-01-02 Steven Tamm <steventamm@mac.com> 50 2003-01-02 Steven Tamm <steventamm@mac.com>
2 51
3 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to 52 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
4 distinguish Carbon GUI builds from X11 builds on darwin. 53 distinguish Carbon GUI builds from X11 builds on darwin.
5 54