aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix toolbars on X frames when Emacs is started on a tty. (Reported by Richard...Karoly Lorentey2006-03-261-0/+1
* | Fix segfault by `C-x 5 2' on the controlling tty. (Reported by Suresh Madhu.)Karoly Lorentey2006-03-081-3/+6
* | Fix bogus crash with -DENABLE_CHECKING.Karoly Lorentey2006-02-251-0/+1
* | Merged from Karoly Lorentey2006-02-161-2/+8
|\|
| * (x_get_arg): Clear out PARAM in ALIST also on Mac.YAMAMOTO Mitsuharu2006-02-151-2/+1
| * (x_get_arg): Clear out all occurrences of PARAM in ALIST.Richard M. Stallman2006-02-151-0/+7
* | Merged from [email protected]Karoly Lorentey2006-02-121-1/+1
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Merged from [email protected] (patch 187, 704)Karoly Lorentey2006-01-301-2/+15
|\|
| * (x_get_arg): "Clear out" the parm in ALIST if found there.Richard M. Stallman2006-01-261-1/+14
| * (x_frame_get_and_record_arg): Don't record Qunbound value in f->param_alist.Richard M. Stallman2006-01-181-1/+1
* | Overhaul and simplify single_kboard API. Allow calls to `recursive-edit' in ...Karoly Lorentey2006-01-031-1/+0
* | 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 [email protected] (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 [email protected] (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 [email protected] (patch 441-446)Karoly Lorentey2005-06-251-3/+3
|\|
| * (make_frame_without_minibuffer): Follow error conventions.Juanma Barranquero2005-06-231-3/+3
* | Merged from [email protected] (patch 438-440)Karoly Lorentey2005-06-221-0/+6
|\|
| * (Fmodify_frame_parameters):Juri Linkov2005-06-211-0/+6
* | Merged from [email protected] (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 [email protected] (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 [email protected] (patch 192-203)Karoly Lorentey2005-03-231-27/+0
|\|
| * (Fignore_event): Remove.Stefan Monnier2005-03-191-27/+0
* | Merged from [email protected] (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 [email protected] (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
|\|