aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* * dispextern.h: Change HAVE_CARBON to MAC_OS.Steven Tamm2004-12-271-10/+2
* Avoid side-effects inside XSETFASTINT's arguments.Stefan Monnier2004-11-161-1/+2
* (syms_of_frame): Fix the example in the doc string.Eli Zaretskii2004-11-061-1/+1
* (Fselect_frame, Fset_frame_selected_window)Luc Teirlinck2004-07-241-4/+14
* (Fdelete_frame): If we're in single_bboard_state onRichard M. Stallman2004-07-171-0/+30
* Remove period at end of error message.Jan Djärv2003-11-161-1/+1
* * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,Jan Djärv2003-10-051-25/+2
* Fix memory leaks (from YAMAMOTO Mitsuharu)Jan Djärv2003-10-051-0/+2
* Make (modify-frame-parameters nil '((top . 0))) work for all typesJan Djärv2003-10-051-4/+2
* (Vdefault_frame_scroll_bars): New variable.Kim F. Storm2003-09-201-7/+19
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Fix some of the font/face problems.Jan Djärv2003-06-261-0/+2
* * frame.c (make_frame): Condition want_fullscreen withJan Djärv2003-05-251-0/+2
* Make (many) trivial substitutions for renamed andKim F. Storm2003-05-241-153/+148
* (Fignore_event): Doc fix.Richard M. Stallman2003-05-191-1/+1
* (Fselect_window): Add optional arg `norecord'.Stefan Monnier2003-05-171-4/+4
* Fix build on Mac OS X with Carbon.Andrew Choi2003-04-011-0/+3
* (display_x_get_resource): Use Display_Info argument, not x_display_info.Juanma Barranquero2003-03-311-1/+1
* Fix compilation for --with-x=no.Kim F. Storm2003-03-311-0/+5
* Include blockinput.h.Kim F. Storm2003-03-311-34/+1560
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-23/+23
* * frame.c (Vdelete_frame_functions): New variable.John Paul Wallington2002-10-021-5/+14
* (make_terminal_frame) [CANNOT_DUMP]: InitializeKim F. Storm2002-08-261-0/+4
* (Fframe_parameter): Use const for pointer to lispKen Raeburn2002-07-161-1/+1
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-17/+17
* Rename BINDING_STACK_SIZE to SPECPDL_INDEX.Juanma Barranquero2002-07-101-1/+1
* (frames_bury_buffer): Function deleted.Richard M. Stallman2002-06-261-20/+0
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-5/+5
* Fix typo.Juanma Barranquero2002-03-051-1/+1
* 2002-03-05 Per Abrahamsen <[email protected]>Per Abrahamsen2002-03-051-1/+2
* (syms_of_frame): Change mouse-highlight default to t.Kim F. Storm2002-02-201-1/+1
* (Vmouse_highlight): New variable.Kim F. Storm2002-02-161-0/+9
* (store_frame_param): Call set_tty_color_mode for termcapEli Zaretskii2002-01-141-0/+28
* (Qleft_fringe, Qright_fringe): New vars.Kim F. Storm2001-12-011-0/+6
* Don't include keymap.h any more.Stefan Monnier2001-11-191-10/+0
* (Fframe_live_p): Doc fix.Pavel Janík2001-11-181-1/+1
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-46/+46
* (Fframe_live_p): Doc fix.Pavel Janík2001-10-311-2/+2
* Resurrect a comment lost in the previous commit.Eli Zaretskii2001-10-251-0/+1
* (Fframe_parameter): Fix last change.Eli Zaretskii2001-10-251-1/+2
* (Fframe_parameter): Fix a bug whereby someGerd Moellmann2001-10-251-7/+8
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-211-263/+264
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-1/+1
* (Fset_mouse_position): Improve style of comment to follow other comments.Pavel Janík2001-10-141-7/+7
* Include keymap.h.Stefan Monnier2001-10-101-0/+1
* Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessingGerd Moellmann2001-10-051-1/+1
* (syms_of_frame): Doc fix.Eli Zaretskii2001-09-301-1/+3
* Doc fix.Richard M. Stallman2001-09-101-2/+4
* Doc fix.Richard M. Stallman2001-09-101-2/+3
* (Fframe_list): Don't reference tip_frame if HAVE_WINDOW_SYSTEM is not defined.Eli Zaretskii2001-03-251-0/+2