2003-02-04 |
Juanma Barranquero |
Trailing whitespace deleted.
|
2002-10-02 |
John Paul Wallington |
* frame.c (Vdelete_frame_functions): New variable.
|
2002-08-26 |
Kim F. Storm |
(make_terminal_frame) [CANNOT_DUMP]: Initialize
|
2002-07-16 |
Ken Raeburn |
(Fframe_parameter): Use const for pointer to lisp
|
2002-07-15 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
2002-07-10 |
Juanma Barranquero |
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
|
2002-06-26 |
Richard M. Stallman |
(frames_bury_buffer): Function deleted.
|
2002-04-26 |
Andrew Choi |
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
|
2002-03-05 |
Juanma Barranquero |
Fix typo.
|
2002-03-05 |
Per Abrahamsen |
2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
|
2002-02-20 |
Kim F. Storm |
(syms_of_frame): Change mouse-highlight default to t.
|
2002-02-16 |
Kim F. Storm |
(Vmouse_highlight): New variable.
|
2002-01-14 |
Eli Zaretskii |
(store_frame_param): Call set_tty_color_mode for termcap
|
2001-12-01 |
Kim F. Storm |
(Qleft_fringe, Qright_fringe): New vars.
|
2001-11-19 |
Stefan Monnier |
Don't include keymap.h any more.
|
2001-11-18 |
Pavel Janík |
(Fframe_live_p): Doc fix.
|
2001-11-02 |
Pavel Janík |
Update usage of CHECK_ macros (remove unused second argument).
|
2001-10-31 |
Pavel Janík |
(Fframe_live_p): Doc fix.
|
2001-10-25 |
Eli Zaretskii |
Resurrect a comment lost in the previous commit.
|
2001-10-25 |
Eli Zaretskii |
(Fframe_parameter): Fix last change.
|
2001-10-25 |
Gerd Moellmann |
(Fframe_parameter): Fix a bug whereby some
|
2001-10-21 |
Pavel Janík |
Change doc-string comments to `new style' [w/`doc:' keyword].
|
2001-10-16 |
Ken Raeburn |
Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
|
2001-10-14 |
Pavel Janík |
(Fset_mouse_position): Improve style of comment to follow other comments.
|
2001-10-10 |
Stefan Monnier |
Include keymap.h.
|
2001-10-05 |
Gerd Moellmann |
Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
|
2001-09-30 |
Eli Zaretskii |
(syms_of_frame): Doc fix.
|
2001-09-10 |
Richard M. Stallman |
Doc fix.
|
2001-09-10 |
Richard M. Stallman |
Doc fix.
|
2001-05-21 |
Gerd Moellmann |
Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
|
2001-03-25 |
Eli Zaretskii |
(Fframe_list): Don't reference tip_frame if HAVE_WINDOW_SYSTEM is not defined.
|
2001-03-25 |
Gerd Moellmann |
(Fframe_list): Don't return a tooltip frame.
|
2001-03-14 |
Gerd Moellmann |
(do_switch_frame): Remove unused parameter NO_EVENT, add
|
2001-03-14 |
Gerd Moellmann |
(Fframe_parameters): In the `buffer-list' frame
|
2001-02-28 |
Gerd Moellmann |
(make_frame): Use allocate_frame.
|
2001-02-01 |
Eli Zaretskii |
(Fmodify_frame_parameters): Doc fix.
|
2001-01-28 |
Andrew Choi |
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
|
2001-01-26 |
Gerd Moellmann |
(do_switch_frame): If selected frame has a mini-window,
|
2001-01-20 |
Andrew Innes |
(Qw32_console): Remove variable.
|
2001-01-02 |
Andrew Innes |
(make_terminal_frame) [WINDOWSNT]: Make terminal frames
|
2000-11-22 |
Gerd Moellmann |
(make_frame): Change initialization of tool bar
|
2000-11-15 |
Dave Love |
Fix spurion.
|
2000-11-15 |
Gerd Moellmann |
(syms_of_frame_1): Removed; code moved to syms_of_frame.
|
2000-10-28 |
Eli Zaretskii |
(Fframe_parameters): Fix the change from 2000-10-16:
|
2000-10-26 |
Gerd Moellmann |
(Fdelete_frame): Doc fix. Move running the hook
|
2000-10-26 |
Gerd Moellmann |
(Fdelete_frame): Run delete-frame-hook.
|
2000-10-22 |
Andrew Choi |
Initial check-in: changes for building Emacs under Mac OS.
|
2000-10-16 |
Eli Zaretskii |
(Fframe_parameters): If a tty's frame's param_alist says
|
2000-10-07 |
Eli Zaretskii |
(Fframe_parameter): For non-windowed frames, if
|
2000-09-07 |
Eli Zaretskii |
(make_terminal_frame): Initialize frame foreground and
|
2000-09-07 |
Gerd Moellmann |
(Fframe_parameter): Handle `name' and `background-mode'
|
2000-09-07 |
Gerd Moellmann |
(Fframe_parameter): Handle `name' specially.
|
2000-09-05 |
Gerd Moellmann |
(Qdisplay_type): New variable.
|
2000-08-22 |
Andrew Innes |
Include keyboard.h before frame.h.
|
2000-07-03 |
Gerd Moellmann |
(next_frame, prev_frame): If MINIBUF is a window,
|
2000-06-30 |
Gerd Moellmann |
(next_frame): Don't check frame-focus redirection in
|
2000-06-13 |
Gerd Moellmann |
(Fmodify_frame_parameters): Doc fix.
|
2000-05-16 |
Gerd Moellmann |
(frames_bury_buffer): Don't add a buffer to the frame's
|
2000-03-21 |
Kenichi Handa |
(make_frame): Don't allocate f->fontset_data.
|
2000-03-06 |
Gerd Moellmann |
(x_set_menu_bar_lines_1): Adjust window's orig_top and
|