comparison src/ChangeLog @ 85688:b210bba3f477

Merge from emacs--rel--22 Patches applied: * emacs--rel--22 (patch 131-137) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 261-262) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
author Miles Bader <miles@gnu.org>
date Sat, 27 Oct 2007 09:07:17 +0000
parents 1989e8bb5c7b b1530fa7fbb0
children beb909dfc54d 4bc33ffdda1a
comparison
equal deleted inserted replaced
85687:666ace46440f 85688:b210bba3f477
53 Don't set the obsolete `window-system' frame-param. 53 Don't set the obsolete `window-system' frame-param.
54 54
55 * frame.h (Qwindow_system): Remove. 55 * frame.h (Qwindow_system): Remove.
56 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well. 56 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
57 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param. 57 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
58
59 2007-10-24 Richard Stallman <rms@gnu.org>
60
61 * frame.c (x_figure_window_size): For fullscreen case,
62 set USPosition | PPosition without clobbering rest of window_prompting.
63
64 * keyboard.c (Fcurrent_idle_time): Doc fix.
65
66 * print.c (Fwith_output_to_temp_buffer): Doc fix.
58 67
59 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca> 68 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
60 69
61 * process.c (unwind_request_sigio): Only define if __ultrix__. 70 * process.c (unwind_request_sigio): Only define if __ultrix__.
62 71