aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (emacs_options, x_initialized, same_x_server): RemoveAndreas Schwab2004-01-022-144/+6
* *** 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
* *** 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
* (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
* 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
* 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