comparison src/ChangeLog @ 83645:fd5b4a865d1d

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 814-823) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 59-69) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 237-238) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-26
author Miles Bader <miles@gnu.org>
date Tue, 24 Jul 2007 01:25:28 +0000
parents 0ece58f6e0aa 38a46faaf8c1
children 65663fcd2caa
comparison
equal deleted inserted replaced
83644:0ece58f6e0aa 83645:fd5b4a865d1d
1 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
2
3 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
4 remote default-directory.
5
6 * buffer.c (mode-line-format): Describe above case in doc string.
7
8 2007-07-20 Eli Zaretskii <eliz@gnu.org>
9
10 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
11 Define if not defined.
12
13 2007-07-18 Jason Rumney <jasonr@gnu.org>
14
15 * w32proc.c (w32_executable_type): Handle 64 bit executables.
16
17 2007-07-18 Richard Stallman <rms@gnu.org>
18
19 * data.c (Fsetq_default): Doc fix.
20
21 * eval.c (Fsetq): Doc fix.
22
23 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
24
25 * coding.c (Ffind_operation_coding_system):
26 * eval.c (For, Fand): Doc fixes.
27 Reported by Johan Bockg,Ae(Brd.
28
29 2007-07-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
30
31 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
32
33 * xterm.h: Declare x_ewmh_activate_frame.
34
35 * xterm.c (x_ewmh_activate_frame): New function.
36 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
37
38 2007-07-17 Martin Rudalics <rudalics@gmx.at>
39
40 * window.c (Fdisplay_buffer): If largest or LRU window is the
41 only window, split it even if it is not eligible for splitting.
42 This restores the original behavior broken by the 2007-07-15
43 change.
44
45 2007-07-17 Glenn Morris <rgm@gnu.org>
46
47 * abbrev.c (abbrev_check_chars): New function.
48 (Fdefine_global_abbrev, Fdefine_mode_abbrev): Call
49 abbrev_check_chars to check abbrev characters are word
50 constituents. Doc fix.
51
52 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * process.c (Fstart_process, Fmake_network_process)
55 (read_process_output): Fix up last changes.
56
57 2007-07-16 Eli Zaretskii <eliz@gnu.org>
58
59 * makefile.w32-in (clean): Don't delete *~.
60
61 2007-07-16 Andreas Schwab <schwab@suse.de>
62
63 * window.c (Fdisplay_buffer): Use NILP.
64 (Fset_window_scroll_bars): Likewise.
65
66 2007-07-15 Martin Rudalics <rudalics@gmx.at>
67
68 * window.c (window_min_size_2): New function.
69 (window_min_size_1, size_window, Fdisplay_buffer)
70 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
71 windows without mode- or header-lines when window-min-height is
72 too small.
73 (size_window): Reset nodelete_p after testing it, following an
74 earlier note by Kim F. Storm.
75 (display_buffer): Do not set split_height_threshold to twice the
76 value of window_min_height to avoid changing the value of a
77 customizable variable. Rather explicitly check whether the
78 height of the window that shall be splitted is at least as large
79 as split_height_threshold.
80
1 2007-07-14 Jason Rumney <jasonr@gnu.org> 81 2007-07-14 Jason Rumney <jasonr@gnu.org>
2 82
3 * process.c [WINDOWSNT]: Don't undefine AF_INET6. 83 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
4 84
5 2007-07-14 Richard Stallman <rms@gnu.org> 85 2007-07-14 Richard Stallman <rms@gnu.org>
8052 special-display-buffer-names). 8132 special-display-buffer-names).
8053 8133
8054 2005-09-19 Kim F. Storm <storm@cua.dk> 8134 2005-09-19 Kim F. Storm <storm@cua.dk>
8055 8135
8056 * editfns.c (Fformat): Don't scan past end of format string that 8136 * editfns.c (Fformat): Don't scan past end of format string that
8057 ends in %. Reported by: Johan Bockg,Ae(Brd. 8137 ends in %. Reported by Johan Bockg,Ae(Brd.
8058 8138
8059 2005-09-18 Andreas Schwab <schwab@suse.de> 8139 2005-09-18 Andreas Schwab <schwab@suse.de>
8060 8140
8061 * window.h (struct window): Remove height_fixed_p, no longer set. 8141 * window.h (struct window): Remove height_fixed_p, no longer set.
8062 8142