summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix typo in docstring of `frame-with-environment'.Karoly Lorentey2005-12-311-1/+1
* | Make sure `delete-frame-functions' can not prevent the frame from being deleted.Karoly Lorentey2005-12-301-1/+17
* | Rename `struct device' to `struct terminal'. Rename some terminal-related fu...Karoly Lorentey2005-12-291-91/+66
* | Store local environment in frame (not terminal) parameters.Karoly Lorentey2005-12-291-0/+59
* | Reimplement terminal parameters in C; clean up term.c, create terminal.c.Karoly Lorentey2005-12-251-34/+44
* | Implement full support for frame-local `next-buffer' and `previous-buffer'.Karoly Lorentey2005-12-201-4/+15
* | Merged from miles@gnu.org--gnu-2005 (patch 578-592)Karoly Lorentey2005-10-121-5/+5
|\ \ | |/
| * (Fredirect_frame_focus): Fix typos in docstring.Juanma Barranquero2005-10-101-5/+5
* | Enforce the presence of `window-system' and `tty-type' frame parameters in al...Karoly Lorentey2005-09-071-3/+8
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-4/+3
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
| * (Fframe_char_width): Doc fix.Juanma Barranquero2005-08-021-2/+1
* | Rename `struct display' to `struct device'. Update function, parameter and v...Karoly Lorentey2005-07-111-37/+37
* | Rename term_init to init_tty.Karoly Lorentey2005-07-101-1/+1
* | Handle and document that `delete-frame' may call functions in `delete-frame-f...Karoly Lorentey2005-07-061-1/+8
* | Merged from miles@gnu.org--gnu-2005 (patch 469)Karoly Lorentey2005-07-051-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Cleanup: Move kboard fields from struct frame and device-specific descriptors...Karoly Lorentey2005-06-271-47/+41
* | Merged from miles@gnu.org--gnu-2005 (patch 441-446)Karoly Lorentey2005-06-251-3/+3
|\ \ | |/
| * (make_frame_without_minibuffer): Follow error conventions.Juanma Barranquero2005-06-231-3/+3
* | Merged from miles@gnu.org--gnu-2005 (patch 438-440)Karoly Lorentey2005-06-221-0/+6
|\ \ | |/
| * (Fmodify_frame_parameters):Juri Linkov2005-06-211-0/+6
* | Merged from miles@gnu.org--gnu-2005 (patch 80-82, 350-422)Karoly Lorentey2005-06-151-9/+9
|\ \ | |/
| * (Fhandle_switch_frame, Fselect_frame): Delete unused arg no_enter.Luc Teirlinck2005-06-101-9/+9
* | Fix UTF-8 tty input when first frame is an X frame. Steps towards multiple t...Karoly Lorentey2005-05-031-4/+2
* | Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278)Karoly Lorentey2005-04-251-0/+4
|\ \ | |/
| * (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.YAMAMOTO Mitsuharu2005-04-241-0/+4
* | Merged from miles@gnu.org--gnu-2005 (patch 192-203)Karoly Lorentey2005-03-231-27/+0
|\ \ | |/
| * (Fignore_event): Remove.Stefan Monnier2005-03-191-27/+0
* | Merged from miles@gnu.org--gnu-2005 (patch 39-44, 184-191)Karoly Lorentey2005-03-191-3/+20
|\ \ | |/
| * (Fignore_event): Fix ancient obscure C-u handling bug.Stefan Monnier2005-03-171-3/+20
* | Merged from miles@gnu.org--gnu-2005 (patch 37-38, 162-182)Karoly Lorentey2005-03-161-0/+1
|\ \ | |/
| * (x_set_font): Call set_default_ascii_font if anKenichi Handa2005-03-081-0/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2005-01-061-10/+2
|\ \ | |/
| * * dispextern.h: Change HAVE_CARBON to MAC_OS.Steven Tamm2004-12-271-10/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-11-221-1/+2
|\ \ | |/
| * Avoid side-effects inside XSETFASTINT's arguments.Stefan Monnier2004-11-161-1/+2
* | 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