comparison src/ChangeLog @ 59679:0e7e54a3da10

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sat, 22 Jan 2005 01:43:55 +0000
parents 0152df6cc701
children 007a1a6d92de
comparison
equal deleted inserted replaced
59678:765371d08c66 59679:0e7e54a3da10
1 2005-01-22 Kim F. Storm <storm@cua.dk>
2
3 * window.c (auto_window_vscroll_p): New boolean.
4 (syms_of_window): DEFVAR_BOOL it.
5 (Fpos_visible_in_window_p): Extend return value to include RTOP
6 and RBOT values if FULLY is nil.
7 (window_scroll_pixel_based): Adjust vscroll for partially visible
8 rows if auto_window_vscroll_p is set.
9 (Fset_window_vscroll): Do nothing if vscroll is not modified.
10
11 * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
12 to return number of partially invisible pixels at top and bottom
13 of the dislay row at POS.
14
15 * lisp.h (pos_visible_p): Fix prototype.
16
1 2005-01-21 Richard M. Stallman <rms@gnu.org> 17 2005-01-21 Richard M. Stallman <rms@gnu.org>
2 18
3 * fileio.c (Fcopy_file): Doc fix. 19 * fileio.c (Fcopy_file): Doc fix.
4 20
5 2005-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 21 2005-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
21 37
22 * editfns.c (Voperating_system_release): Added. 38 * editfns.c (Voperating_system_release): Added.
23 (init_editfns): Assign new variable operating-system-release 39 (init_editfns): Assign new variable operating-system-release
24 based on call to uname if available. 40 based on call to uname if available.
25 (get_operating_system_release): Added function to 41 (get_operating_system_release): Added function to
26 allow c-level access to operating system release. 42 allow c-level access to operating system release.
27 43
28 * config.h: Regenerated. 44 * config.h: Regenerated.
29 45
30 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or 46 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or
31 less. 47 less.