aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * (Qimage): Remove extern (now in lisp.h).Kim F. Storm2003-12-281-3/+27
| * (buffer_posn_from_coords): Fix calculation of dy forKim F. Storm2003-12-281-12/+39
| * (FACE_ID_BITS, MAX_FACE_ID): New defines.Kim F. Storm2003-12-281-1/+8
| * (Qface, Qmouse_face): Remove unused externs.Kim F. Storm2003-12-272-4/+0
| * (Qmouse_click, Qevent_kind): Remove unused externs.Kim F. Storm2003-12-271-1/+0
| * (show_help_event): Remove unused code.Kim F. Storm2003-12-271-2/+2
| * (eval.o): Depend on dispextern.h.Kim F. Storm2003-12-271-1/+1
| * *** empty log message ***Kenichi Handa2003-12-261-2/+5
| * *** empty log message ***Luc Teirlinck2003-12-251-0/+4
| * (Fcompleting_read): Undo previous change.Luc Teirlinck2003-12-251-2/+22
| * (Fdirectory_files, Fdirectory_files_and_attributes):Lars Hansen2003-12-252-23/+9
| * (tgetst1): Scan for "%pN"; if allThien-Thi Nguyen2003-12-252-0/+51
* | Merged in changes from CVS HEADKaroly Lorentey2003-12-2810-6998/+173
|\ \ | |/
| * Rebuild.Andreas Schwab2003-12-241-3/+6
| * * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.Jan Djärv2003-12-242-1/+3
| * * xfaces.c (lface_fully_specified_p): Take into account thatJan Djärv2003-12-242-1/+12
| * *** empty log message ***Thien-Thi Nguyen2003-12-241-0/+5
| * (tparam1): Add handling for `%pN', whichThien-Thi Nguyen2003-12-241-3/+11
| * (Fcolor_gray_p): Fix omission bug:Thien-Thi Nguyen2003-12-242-4/+16
| * *** empty log message ***Luc Teirlinck2003-12-241-1/+2
| * (Fset_char_table_range): Doc fix.Luc Teirlinck2003-12-241-3/+3
| * (Frandom, Fstring_make_multibyte): Doc fixes.Luc Teirlinck2003-12-232-6/+14
| * (read_minibuf): Allow INITIAL to be a cons of a string and an integer.Luc Teirlinck2003-12-232-67/+95
| * *** empty log message ***Kenichi Handa2003-12-031-0/+5
| * (decode_coding_iso2022): Fix for preserving UTF-8Kenichi Handa2003-12-031-1/+4
* | Implemented automatic deletion of terminals.Karoly Lorentey2003-12-271-0/+20
* | Fully eliminated global tty state variables.Karoly Lorentey2003-12-279-616/+742
* | Full support for multiple terminal I/O (with some rough edges).Karoly Lorentey2003-12-2712-355/+384
* | Fixed two typos.Karoly Lorentey2003-12-262-2/+2
* | lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Ne...Karoly Lorentey2003-12-2618-256/+311
* | Updating_frame vs. selected_frame in term.c.Karoly Lorentey2003-12-251-28/+57
* | Implemented multiple tty support.Karoly Lorentey2003-12-2526-302/+548
* | Add a level of indirection to terminal characteristics.Karoly Lorentey2003-12-2411-105/+133
|/
* *** empty log message ***Kenichi Handa2003-12-011-0/+5
* (syms_of_composite): Don't make the compostion hash table week.Kenichi Handa2003-12-011-1/+3
* *** empty log message ***Luc Teirlinck2003-11-301-0/+6
* Add EXFUN for Fget_char_property_and_overlay.Luc Teirlinck2003-11-301-0/+1
* (Fget_char_property_and_overlay): New function.Luc Teirlinck2003-11-301-0/+25
* * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEMJan Djärv2003-11-292-0/+5
* Add variable use-file-dialog to control use of file dialogs.Jan Djärv2003-11-293-0/+21
* (Qcursor_type, Qbar, Qhbar): Declare extern.Kim F. Storm2003-11-282-10/+7
* *** empty log message ***Kim F. Storm2003-11-271-0/+52