| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix typo in docstring of `frame-with-environment'. | Karoly Lorentey | 2005-12-31 | 1 | -1/+1 |
* | | Make sure `delete-frame-functions' can not prevent the frame from being deleted. | Karoly Lorentey | 2005-12-30 | 1 | -1/+17 |
* | | Rename `struct device' to `struct terminal'. Rename some terminal-related fu... | Karoly Lorentey | 2005-12-29 | 1 | -91/+66 |
* | | Store local environment in frame (not terminal) parameters. | Karoly Lorentey | 2005-12-29 | 1 | -0/+59 |
* | | Reimplement terminal parameters in C; clean up term.c, create terminal.c. | Karoly Lorentey | 2005-12-25 | 1 | -34/+44 |
* | | Implement full support for frame-local `next-buffer' and `previous-buffer'. | Karoly Lorentey | 2005-12-20 | 1 | -4/+15 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 578-592) | Karoly Lorentey | 2005-10-12 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | (Fredirect_frame_focus): Fix typos in docstring. | Juanma Barranquero | 2005-10-10 | 1 | -5/+5 |
* | | Enforce the presence of `window-system' and `tty-type' frame parameters in al... | Karoly Lorentey | 2005-09-07 | 1 | -3/+8 |
* | | Merged in changes from CVS trunk. Plus added lisp/term tweaks. | Karoly Lorentey | 2005-09-04 | 1 | -4/+3 |
|\ \
| |/ |
|
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+2 |
| * | (Fframe_char_width): Doc fix. | Juanma Barranquero | 2005-08-02 | 1 | -2/+1 |
* | | Rename `struct display' to `struct device'. Update function, parameter and v... | Karoly Lorentey | 2005-07-11 | 1 | -37/+37 |
* | | Rename term_init to init_tty. | Karoly Lorentey | 2005-07-10 | 1 | -1/+1 |
* | | Handle and document that `delete-frame' may call functions in `delete-frame-f... | Karoly Lorentey | 2005-07-06 | 1 | -1/+8 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 469) | Karoly Lorentey | 2005-07-05 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | | Cleanup: Move kboard fields from struct frame and device-specific descriptors... | Karoly Lorentey | 2005-06-27 | 1 | -47/+41 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 441-446) | Karoly Lorentey | 2005-06-25 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | (make_frame_without_minibuffer): Follow error conventions. | Juanma Barranquero | 2005-06-23 | 1 | -3/+3 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 438-440) | Karoly Lorentey | 2005-06-22 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | (Fmodify_frame_parameters): | Juri Linkov | 2005-06-21 | 1 | -0/+6 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 80-82, 350-422) | Karoly Lorentey | 2005-06-15 | 1 | -9/+9 |
|\ \
| |/ |
|
| * | (Fhandle_switch_frame, Fselect_frame): Delete unused arg no_enter. | Luc Teirlinck | 2005-06-10 | 1 | -9/+9 |
* | | Fix UTF-8 tty input when first frame is an X frame. Steps towards multiple t... | Karoly Lorentey | 2005-05-03 | 1 | -4/+2 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278) | Karoly Lorentey | 2005-04-25 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections. | YAMAMOTO Mitsuharu | 2005-04-24 | 1 | -0/+4 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 192-203) | Karoly Lorentey | 2005-03-23 | 1 | -27/+0 |
|\ \
| |/ |
|
| * | (Fignore_event): Remove. | Stefan Monnier | 2005-03-19 | 1 | -27/+0 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 39-44, 184-191) | Karoly Lorentey | 2005-03-19 | 1 | -3/+20 |
|\ \
| |/ |
|
| * | (Fignore_event): Fix ancient obscure C-u handling bug. | Stefan Monnier | 2005-03-17 | 1 | -3/+20 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 37-38, 162-182) | Karoly Lorentey | 2005-03-16 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | (x_set_font): Call set_default_ascii_font if an | Kenichi Handa | 2005-03-08 | 1 | -0/+1 |
* | | Merged in changes from CVS trunk. | Karoly Lorentey | 2005-01-06 | 1 | -10/+2 |
|\ \
| |/ |
|
| * | * dispextern.h: Change HAVE_CARBON to MAC_OS. | Steven Tamm | 2004-12-27 | 1 | -10/+2 |
* | | Merged in changes from CVS trunk. | Karoly Lorentey | 2004-11-22 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Avoid side-effects inside XSETFASTINT's arguments. | Stefan Monnier | 2004-11-16 | 1 | -1/+2 |
* | | Merged in changes from CVS trunk. | Karoly Lorentey | 2004-11-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | (syms_of_frame): Fix the example in the doc string. | Eli Zaretskii | 2004-11-06 | 1 | -1/+1 |
* | | Merged in changes from CVS trunk. | Karoly Lorentey | 2004-07-24 | 1 | -4/+14 |
|\ \
| |/ |
|
| * | (Fselect_frame, Fset_frame_selected_window) | Luc Teirlinck | 2004-07-24 | 1 | -4/+14 |
* | | Merged in changes from CVS trunk. | Karoly Lorentey | 2004-07-18 | 1 | -0/+30 |
|\ \
| |/ |
|
| * | (Fdelete_frame): If we're in single_bboard_state on | Richard M. Stallman | 2004-07-17 | 1 | -0/+30 |
* | | Implemented display ids for multiple emacsclients on the same tty. Plus asso... | Karoly Lorentey | 2004-07-04 | 1 | -51/+99 |
* | | Fix background-mode on terminal frames (Dan Nicolaescu). | Karoly Lorentey | 2004-03-11 | 1 | -1/+0 |
* | | Implemented suspending of emacsclient frames. | Karoly Lorentey | 2004-02-28 | 1 | -2/+3 |
* | | Fix initialization of the window-system variable. | Karoly Lorentey | 2004-01-12 | 1 | -1/+5 |
* | | Numerous bugfixes and small improvements. | Karoly Lorentey | 2004-01-10 | 1 | -4/+14 |
* | | Hookified termcap devices, added bootstrap display device, plus many bugfixes. | Karoly Lorentey | 2004-01-09 | 1 | -10/+47 |
* | | Converted display hooks to be display-local. Plus many bugfixes. | Karoly Lorentey | 2004-01-05 | 1 | -62/+89 |