2007-02-20 |
Chong Yidong |
* frame.c (x_set_screen_gamma): Apply gamma value to the frame's bgcolor.
|
2007-02-16 |
Andreas Schwab |
(Fmodify_frame_parameters): Return a value.
|
2007-02-12 |
Chong Yidong |
(x_set_screen_gamma): Clear face cache.
|
2007-02-06 |
Chong Yidong |
(Fmodify_frame_parameters): Don't bind
|
2007-01-21 |
Glenn Morris |
Add 2007 to copyright years.
|
2006-11-10 |
Jan Djärv |
(x_set_fullscreen): Call fullscreen_hook if set.
|
2006-11-05 |
Juanma Barranquero |
(syms_of_frame): Fix typo in docstring.
|
2006-10-05 |
Chong Yidong |
* frame.c (Qinhibit_face_set_after_frame_default): New var.
|
2006-08-12 |
Eli Zaretskii |
(Fmouse_position, Fmouse_pixel_position)
|
2006-07-18 |
Kim F. Storm |
(x_set_line_spacing, x_set_screen_gamma): Use signal_error.
|
2006-05-19 |
YAMAMOTO Mitsuharu |
(x_set_border_width): Remove #ifndef MAC_OS.
|
2006-05-13 |
Eli Zaretskii |
(x_set_border_width): Fix error message to say "frame", not "window".
|
2006-04-23 |
Kim F. Storm |
(x_set_font): Clear f->n_tool_bar_rows and current frame
|
2006-02-15 |
YAMAMOTO Mitsuharu |
(x_get_arg): Clear out PARAM in ALIST also on Mac.
|
2006-02-15 |
Richard M. Stallman |
(x_get_arg): Clear out all occurrences of PARAM in ALIST.
|
2006-02-06 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2006-01-26 |
Richard M. Stallman |
(x_get_arg): "Clear out" the parm in ALIST if found there.
|
2006-01-18 |
Richard M. Stallman |
(x_frame_get_and_record_arg): Don't record Qunbound value in f->param_alist.
|
2005-10-10 |
Juanma Barranquero |
(Fredirect_frame_focus): Fix typos in docstring.
|
2005-08-07 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-08-02 |
Juanma Barranquero |
(Fframe_char_width): Doc fix.
|
2005-07-04 |
Lute Kamstra |
Update FSF's address.
|
2005-06-23 |
Juanma Barranquero |
(make_frame_without_minibuffer): Follow error conventions.
|
2005-06-21 |
Juri Linkov |
(Fmodify_frame_parameters):
|
2005-06-10 |
Luc Teirlinck |
(Fhandle_switch_frame, Fselect_frame): Delete unused arg no_enter.
|
2005-04-24 |
YAMAMOTO Mitsuharu |
(Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
|
2005-03-19 |
Stefan Monnier |
(Fignore_event): Remove.
|
2005-03-17 |
Stefan Monnier |
(Fignore_event): Fix ancient obscure C-u handling bug.
|
2005-03-08 |
Kenichi Handa |
(x_set_font): Call set_default_ascii_font if an
|
2004-12-27 |
Steven Tamm |
* dispextern.h: Change HAVE_CARBON to MAC_OS.
|
2004-11-16 |
Stefan Monnier |
Avoid side-effects inside XSETFASTINT's arguments.
|
2004-11-06 |
Eli Zaretskii |
(syms_of_frame): Fix the example in the doc string.
|
2004-07-24 |
Luc Teirlinck |
(Fselect_frame, Fset_frame_selected_window)
|
2004-07-17 |
Richard M. Stallman |
(Fdelete_frame): If we're in single_bboard_state on
|
2003-12-29 |
Karoly Lorentey |
Bugfix festival.
|
2003-12-27 |
Karoly Lorentey |
Implemented automatic deletion of terminals.
|
2003-12-27 |
Karoly Lorentey |
Fully eliminated global tty state variables.
|
2003-12-27 |
Karoly Lorentey |
Full support for multiple terminal I/O (with some rough edges).
|
2003-12-26 |
Karoly Lorentey |
lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
|
2003-12-25 |
Karoly Lorentey |
Implemented multiple tty support.
|
2003-11-16 |
Jan Djärv |
Remove period at end of error message.
|
2003-10-05 |
Jan Djärv |
* w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
|
2003-10-05 |
Jan Djärv |
Fix memory leaks (from YAMAMOTO Mitsuharu)
|
2003-10-05 |
Jan Djärv |
Make (modify-frame-parameters nil '((top . 0))) work for all types
|
2003-09-20 |
Kim F. Storm |
(Vdefault_frame_scroll_bars): New variable.
|
2003-09-01 |
Miles Bader |
Add arch taglines
|
2003-06-26 |
Jan Djärv |
Fix some of the font/face problems.
|
2003-05-25 |
Jan Djärv |
* frame.c (make_frame): Condition want_fullscreen with
|
2003-05-24 |
Kim F. Storm |
Make (many) trivial substitutions for renamed and
|
2003-05-19 |
Richard M. Stallman |
(Fignore_event): Doc fix.
|
2003-05-17 |
Stefan Monnier |
(Fselect_window): Add optional arg `norecord'.
|
2003-04-01 |
Andrew Choi |
Fix build on Mac OS X with Carbon.
|
2003-03-31 |
Juanma Barranquero |
(display_x_get_resource): Use Display_Info argument, not x_display_info.
|
2003-03-31 |
Kim F. Storm |
Fix compilation for --with-x=no.
|
2003-03-31 |
Kim F. Storm |
Include blockinput.h.
|
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
|