aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged in changes from CVS HEADKaroly Lorentey2004-01-051-7/+18
|\
| * (decode_any_window): New function.Richard M. Stallman2004-01-031-7/+18
* | Converted display hooks to be display-local. Plus many bugfixes.Karoly Lorentey2004-01-0527-675/+796
* | 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
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-032-144/+6
|\ \ | |/
| * (emacs_options, x_initialized, same_x_server): RemoveAndreas Schwab2004-01-022-144/+6
* | Portability fixes (now it compiles & runs fine on Solaris).Karoly Lorentey2004-01-039-24/+82
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-026-39/+221
|\ \ | |/
| * *** empty log message ***Kim F. Storm2004-01-011-0/+26
| * (ADAPTIVE_READ_BUFFERING): New conditional.Kim F. Storm2004-01-011-35/+164
| * (struct Lisp_Process): New members for adaptive readKim F. Storm2004-01-011-0/+12
| * (w32_text_out): Use s->font, for consistency with callers.Jason Rumney2004-01-012-3/+8
| * *** empty log message ***Luc Teirlinck2003-12-311-0/+6
| * (Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual.Luc Teirlinck2003-12-311-0/+2
| * (Ferror_message_string): Add hyperlink to the definition of `signal'Luc Teirlinck2003-12-311-1/+3
* | Got rid of the rif (window-based redisplay interface) global variable.Karoly Lorentey2004-01-0212-114/+110
* | MULTI_KBOARD support for ttys. Input-related bugfixes for X+tty sessions.Karoly Lorentey2004-01-028-28/+78
* | Fixed X support, preliminary support for X-tty combo sessions.Karoly Lorentey2004-01-0216-249/+359
* | Separate frame-local, tty-dependent parameters from tty-local parameters.Karoly Lorentey2004-01-0112-187/+171
* | A few more bugfixes and new features.Karoly Lorentey2003-12-315-59/+160
* | Major bugfixes and slight enhancements.Karoly Lorentey2003-12-306-43/+39
* | Undo patch-23. I need a coffee.Karoly Lorentey2003-12-301-2/+2
* | Merged in changes from CVS headKaroly Lorentey2003-12-3010-36/+335
|\ \ | |/
| * *** empty log message ***Eli Zaretskii2003-12-291-0/+4
| * (internal_equal): Return t for two NaN arguments.Eli Zaretskii2003-12-291-1/+9
| * (store_symval_forwarding): Handle setting default-fill-column, etc.,Richard M. Stallman2003-12-292-0/+53
| * (Fset_minibuffer_window): Doc fix.Richard M. Stallman2003-12-291-1/+1
| * (choose_write_coding_system): Ignore auto_savingRichard M. Stallman2003-12-291-7/+19
| * Comment change.Richard M. Stallman2003-12-292-2/+22
| * *** empty log message ***Kenichi Handa2003-12-291-0/+18
| * (face_font_available_p): New function.Kenichi Handa2003-12-291-0/+63
| * (Voverriding_fontspec_alist): New variable.Kenichi Handa2003-12-291-25/+145
| * (face_font_available_p): Extern it.Kenichi Handa2003-12-291-0/+1
* | Don't compile sys_select on systems that don't need it.Karoly Lorentey2003-12-301-2/+2
* | Merged in changes from CVS headKaroly Lorentey2003-12-293-7/+12
|\ \ | |/
| * (Fother_buffer): Don't crash if BUF is nilRichard M. Stallman2003-12-281-5/+6
| * (Fcheck_coding_system): Further doc fix.Luc Teirlinck2003-12-282-1/+5
| * (Fcheck_coding_system): Doc fix.Luc Teirlinck2003-12-281-1/+1
* | Make sure secondary frames are deleted when emacsclient quits.Karoly Lorentey2003-12-292-3/+4
* | Bugfix festival.Karoly Lorentey2003-12-2910-156/+190
* | Trivial changesKaroly Lorentey2003-12-283-33/+35
* | Merged in changes from CVS HEADKaroly Lorentey2003-12-2822-140/+7590
|\ \ | |/
| * Fix cursor glyph height on tall rows.Kim F. Storm2003-12-281-0/+77
| * (Qface, Qmouse_face): Remove unused externs.Kim F. Storm2003-12-281-8/+14
| * (x_set_mouse_color): Remove bogus x_check_errors call.Kim F. Storm2003-12-281-8/+2
| * (cache_face): Abort if c->size exceeds MAX_FACE_ID.Kim F. Storm2003-12-281-7/+12
| * (Qarrow, Qhand, Qtext, Qpointer): New variables forKim F. Storm2003-12-281-52/+397
| * (Qimage): Remove extern (now in lisp.h).Kim F. Storm2003-12-282-14/+4
| * (IMAGEP): New macro to test for image object type.Kim F. Storm2003-12-281-0/+5