aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged in changes from CVS trunk.Karoly Lorentey2004-11-131-1/+1
|\
| * (syms_of_frame): Fix the example in the doc string.Eli Zaretskii2004-11-061-1/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-07-241-4/+14
|\ \ | |/
| * (Fselect_frame, Fset_frame_selected_window)Luc Teirlinck2004-07-241-4/+14
* | Merged in changes from CVS trunk.Karoly Lorentey2004-07-181-0/+30
|\ \ | |/
| * (Fdelete_frame): If we're in single_bboard_state onRichard M. Stallman2004-07-171-0/+30
* | Implemented display ids for multiple emacsclients on the same tty. Plus asso...Karoly Lorentey2004-07-041-51/+99
* | Fix background-mode on terminal frames (Dan Nicolaescu).Karoly Lorentey2004-03-111-1/+0
* | Implemented suspending of emacsclient frames.Karoly Lorentey2004-02-281-2/+3
* | Fix initialization of the window-system variable.Karoly Lorentey2004-01-121-1/+5
* | Numerous bugfixes and small improvements.Karoly Lorentey2004-01-101-4/+14
* | Hookified termcap devices, added bootstrap display device, plus many bugfixes.Karoly Lorentey2004-01-091-10/+47
* | Converted display hooks to be display-local. Plus many bugfixes.Karoly Lorentey2004-01-051-62/+89
* | Fix more SEGV cases in frame.cKaroly Lorentey2004-01-031-4/+8
* | Fix mouse-position for tty+X combo sessions.Karoly Lorentey2004-01-031-1/+1
* | Got rid of the rif (window-based redisplay interface) global variable.Karoly Lorentey2004-01-021-4/+4
* | MULTI_KBOARD support for ttys. Input-related bugfixes for X+tty sessions.Karoly Lorentey2004-01-021-0/+4
* | Fixed X support, preliminary support for X-tty combo sessions.Karoly Lorentey2004-01-021-3/+10
* | Separate frame-local, tty-dependent parameters from tty-local parameters.Karoly Lorentey2004-01-011-21/+17
* | Major bugfixes and slight enhancements.Karoly Lorentey2003-12-301-1/+1
* | Bugfix festival.Karoly Lorentey2003-12-291-17/+32
* | Implemented automatic deletion of terminals.Karoly Lorentey2003-12-271-0/+20
* | Fully eliminated global tty state variables.Karoly Lorentey2003-12-271-7/+15
* | Full support for multiple terminal I/O (with some rough edges).Karoly Lorentey2003-12-271-1/+1
* | lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Ne...Karoly Lorentey2003-12-261-10/+24
* | Implemented multiple tty support.Karoly Lorentey2003-12-251-11/+67
|/
* 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