comparison src/ChangeLog @ 90984:a1be62cbd32a

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 814-815) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-232
author Miles Bader <miles@gnu.org>
date Wed, 18 Jul 2007 22:15:15 +0000
parents a66921565bcb 33a7b634c4b4
children 492971a3f31f
comparison
equal deleted inserted replaced
90983:8cdd8b5fa891 90984:a1be62cbd32a
1 2007-07-17 Martin Rudalics <rudalics@gmx.at>
2
3 * window.c (Fdisplay_buffer): If largest or LRU window is the
4 only window, split it even if it is not eligible for splitting.
5 This restores the original behavior broken by the 2007-07-15
6 change.
7
8 2007-07-17 Glenn Morris <rgm@gnu.org>
9
10 * abbrev.c (abbrev_check_chars): New function.
11 (Fdefine_global_abbrev, Fdefine_mode_abbrev): Call
12 abbrev_check_chars to check abbrev characters are word
13 constituents. Doc fix.
14
15 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
16
17 * process.c (Fstart_process, Fmake_network_process)
18 (read_process_output): Fix up last changes.
19
20 2007-07-16 Eli Zaretskii <eliz@gnu.org>
21
22 * makefile.w32-in (clean): Don't delete *~.
23
24 2007-07-16 Andreas Schwab <schwab@suse.de>
25
26 * window.c (Fdisplay_buffer): Use NILP.
27 (Fset_window_scroll_bars): Likewise.
28
29 2007-07-15 Martin Rudalics <rudalics@gmx.at>
30
31 * window.c (window_min_size_2): New function.
32 (window_min_size_1, size_window, Fdisplay_buffer)
33 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
34 windows without mode- or header-lines when window-min-height is
35 too small.
36 (size_window): Reset nodelete_p after testing it, following an
37 earlier note by Kim F. Storm.
38 (display_buffer): Do not set split_height_threshold to twice the
39 value of window_min_height to avoid changing the value of a
40 customizable variable. Rather explicitly check whether the
41 height of the window that shall be splitted is at least as large
42 as split_height_threshold.
43
1 2007-07-14 Jason Rumney <jasonr@gnu.org> 44 2007-07-14 Jason Rumney <jasonr@gnu.org>
2 45
3 * process.c [WINDOWSNT]: Don't undefine AF_INET6. 46 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
4 47
5 2007-07-14 Richard Stallman <rms@gnu.org> 48 2007-07-14 Richard Stallman <rms@gnu.org>