aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply patch from CVS trunk to fix recenter on ttys.Karoly Lorentey2005-08-041-1/+1
* Work around crashes in X session management after normal shutdown of X server.Karoly Lorentey2005-08-043-15/+32
* Rename function-key-map to local-function-key-map, and global-function-key-ma...Karoly Lorentey2005-07-124-30/+44
* Fix compilation error in select_frame_for_redisplay.Karoly Lorentey2005-07-111-1/+1
* Cosmetic changes in server.el.Karoly Lorentey2005-07-111-2/+2
* Rename `struct display' to `struct device'. Update function, parameter and v...Karoly Lorentey2005-07-1119-641/+640
* Rename term_init to init_tty.Karoly Lorentey2005-07-104-7/+7
* At long last, fix annoying SELECTED_FRAME crashes after unexpected connection...Karoly Lorentey2005-07-101-2/+6
* Fix compilation error in src/term.c.Karoly Lorentey2005-07-101-2/+2
* Merged from miles@gnu.org--gnu-2005 (patch 474)Karoly Lorentey2005-07-102-8/+9
|\
| * (Frecenter): Remove superfluous settings of iarg.Kim F. Storm2005-07-071-5/+2
| * (Frecenter): Fix last change (set iarg before use).Kim F. Storm2005-07-071-2/+2
| * *** empty log message ***Kim F. Storm2005-07-071-1/+5
* | Merged from miles@gnu.org--gnu-2005 (patch 470-473)Karoly Lorentey2005-07-104-29/+128
|\ \ | |/
| * *** empty log message ***Richard M. Stallman2005-07-061-1/+6
| * (Frecenter): When arg is inside the scroll margin, move it out of the margin.Richard M. Stallman2005-07-061-9/+53
| * (initialize_w32_display): Detect when the consoleJason Rumney2005-07-062-2/+25
| * (mac_draw_vertical_window_border): Use foreground ofYAMAMOTO Mitsuharu2005-07-062-18/+41
| * *** empty log message ***Lute Kamstra2005-07-051-0/+4
* | 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-05293-594/+597
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-053-19/+22
| * Update FSF's address.Lute Kamstra2005-07-04171-337/+337
| * Update FSF's address.Lute Kamstra2005-07-04119-238/+238
* | Merged from miles@gnu.org--gnu-2005 (patch 83-87, 449-468)Karoly Lorentey2005-07-0511-68/+260
|\ \ | |/
| * *** empty log message ***Richard M. Stallman2005-07-031-0/+14
| * (try_window): Fix previous change in how it handlesRichard M. Stallman2005-07-031-5/+5
| * (window_scroll_pixel_based): Take account of this_scroll_margin whenRichard M. Stallman2005-07-031-1/+3
| * Update FSF's address.Lute Kamstra2005-07-021-3/+3
| * *** empty log message ***Eli Zaretskii2005-07-021-0/+5
| * (w32_draw_vertical_window_border): Use foreground ofEli Zaretskii2005-07-021-1/+7
| * (Fcopy_file): Rearrange the code that calls fchown andEli Zaretskii2005-07-022-17/+26
| * * w32term.c (cleartype_active): New flag for enabling sub-pixelJason Rumney2005-07-012-5/+55
| * * xterm.c (handle_one_xevent): bzero compose_status when nbytesJan Djärv2005-06-302-0/+6
| * 2005-07-01 Masatake YAMATO <jet@gyve.org>Masatake YAMATO2005-06-302-1/+12
| * *** empty log message ***Juri Linkov2005-06-301-0/+13
| * (turn_on_face): In standout mode apply specifiedJuri Linkov2005-06-301-2/+8
| * (x_draw_vertical_window_border): Use foreground ofJuri Linkov2005-06-301-0/+6
| * (x_draw_vertical_border): If left fringe is not presentJuri Linkov2005-06-301-0/+6
| * (window_scroll_pixel_based, window_scroll_line_based):Richard M. Stallman2005-06-291-6/+15
| * *** empty log message ***Stefan Monnier2005-06-291-6/+4
| * *** empty log message ***Juanma Barranquero2005-06-291-0/+6
| * (user_variable_p_eh): New function.Juanma Barranquero2005-06-291-21/+47
| * (Fdefvar): Improve error message.Richard M. Stallman2005-06-282-1/+5
| * [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last change.YAMAMOTO Mitsuharu2005-06-272-0/+7
| * (Fdefvar): Don't try to set constant symbols.Juanma Barranquero2005-06-272-0/+8
* | Fix the original cause of the "arrow keys don't work on screen" bug.Karoly Lorentey2005-07-032-1/+3
* | Work around nondeterministic binding of terminal-local variables. (Fixes nat...Karoly Lorentey2005-06-272-5/+69
* | New C function `push_display_kboard'.Karoly Lorentey2005-06-272-1/+18
* | Cleanup: Move kboard fields from struct frame and device-specific descriptors...Karoly Lorentey2005-06-2710-112/+73