aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2007-10-13 05:53:03 +0000
committerMiles Bader2007-10-13 05:53:03 +0000
commit2b42d458a45eaf9767da327f76a40a1cf9c77c23 (patch)
treef896828e65199d043ea7ab366fffea8bd315a986 /src/ChangeLog
parent3e88ae627ef8d827b3f79e4e6f14aaad7adfe322 (diff)
parente2cfa9afa691fb8b7a554cb685c16ff3d4e1ff2b (diff)
downloademacs-2b42d458a45eaf9767da327f76a40a1cf9c77c23.tar.gz
emacs-2b42d458a45eaf9767da327f76a40a1cf9c77c23.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 880-885) - Remove RCS keywords from doc/misc/cc-mode.texi - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-264
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog39
1 files changed, 32 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4160a53e9d7..c928977d68b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,15 +1,41 @@
12007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
2
3 * macfns.c (x_create_tip_frame): Set terminal for frame.
4
52007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * frame.c (Qenvironment): Remove.
8 (syms_of_frame) <Qenvironment>: Don't initialize.
9 (Fdelete_frame): Don't treat the `environment' param specially.
10 * frame.h (Qenvironment): Don't declare.
11 * callproc.c (set_initial_environment): Don't set unused frame param.
12
13 * frame.c (Fframe_with_environment): Remove.
14 (syms_of_frame) <Sframe_with_environment>: Don't declare.
15
16 * lisp.h (Fframe_with_environment): Don't declare.
17
182007-10-10 Juanma Barranquero <lekktu@gmail.com>
19
20 * indent.c (indent_tabs_mode, last_known_column)
21 (last_known_column_modified): Make static.
22 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
23
242007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
25
26 * puresize.h (BASE_PURESIZE): Increase to 1170000.
27
12007-10-08 Martin Rudalics <rudalics@gmx.at> 282007-10-08 Martin Rudalics <rudalics@gmx.at>
2 29
3 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input 30 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
4 when there's an unread command event. 31 when there's an unread command event.
5 32
6 * frame.c (focus_follows_mouse): Moved here from frame.el to allow 33 * frame.c (focus_follows_mouse): Move here from frame.el to allow
7 window autoselection act appropriately when leaving selected frame. 34 window autoselection act appropriately when leaving selected frame.
8 (syms_of_frame): Initialize focus_follows_mouse. 35 (syms_of_frame): Initialize focus_follows_mouse.
9 * frame.h (focus_follows_mouse): Extern it. 36 * frame.h (focus_follows_mouse): Extern it.
10 * macterm.c (XTread_socket): When focus_follows_mouse is nil 37 * macterm.c (XTread_socket): When focus_follows_mouse is nil
11 make SELECT_WINDOW_EVENT only if we don't leave the selected 38 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
12 frame.
13 * msdos.c (dos_rawgetc): Likewise. 39 * msdos.c (dos_rawgetc): Likewise.
14 * w32term.c (w32_read_socket): Likewise. 40 * w32term.c (w32_read_socket): Likewise.
15 * xterm.c (handle_one_xevent): Likewise. 41 * xterm.c (handle_one_xevent): Likewise.
@@ -39,7 +65,7 @@
39 65
402007-10-08 Richard Stallman <rms@gnu.org> 662007-10-08 Richard Stallman <rms@gnu.org>
41 67
42 * image.c (our_memory_buffer): Renamed from omfib_buffer. 68 * image.c (our_memory_buffer): Rename from omfib_buffer.
43 69
442007-10-08 Richard Stallman <rms@gnu.org> 702007-10-08 Richard Stallman <rms@gnu.org>
45 71
@@ -82,7 +108,7 @@
82 108
832007-10-09 Stefan Monnier <monnier@iro.umontreal.ca> 1092007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
84 110
85 Add new `input-decode-map' keymap and use it for temrinal 111 Add new `input-decode-map' keymap and use it for terminal
86 escape sequences. 112 escape sequences.
87 * keyboard.h (struct kboard): Add Vinput_decode_map. 113 * keyboard.h (struct kboard): Add Vinput_decode_map.
88 Remove Vlocal_key_translation_map. 114 Remove Vlocal_key_translation_map.
@@ -295,8 +321,7 @@
295 321
2962007-09-22 Eli Zaretskii <eliz@gnu.org> 3222007-09-22 Eli Zaretskii <eliz@gnu.org>
297 323
298 * term.c (DEV_TTY): New macro. Provide a definition for 324 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
299 MS-Windows.
300 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero. 325 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
301 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty) 326 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
302 (init_tty): Use DEV_TTY instead of "/dev/tty". 327 (init_tty): Use DEV_TTY instead of "/dev/tty".