aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (row_equal_p, update_window_line): Compare fringe bitmapsKim F. Storm2004-01-161-12/+19
* (struct glyph_row): New members left_fringe_bitmap,Kim F. Storm2004-01-161-0/+44
* (struct buffer): New member indicate_buffer_boundaries.Kim F. Storm2004-01-161-0/+3
* (init_buffer_once): Set buffer_defaults andKim F. Storm2004-01-161-0/+15
* Add cursor in fringe support.Kim F. Storm2004-01-161-0/+82
* * xterm.c (handle_one_xevent): Don't handle characters that are partJan Djärv2004-01-162-0/+10
* (Freplace_match): Use make_multibyte_string orKenichi Handa2004-01-152-1/+14
* *** empty log message ***Stefan Monnier2004-01-141-0/+13
* (struct interval_block, struct string_block)Stefan Monnier2004-01-141-9/+18
* (defvar_per_buffer): Remove dead declaration.Stefan Monnier2004-01-141-2/+1
* (do_check_ram_size): Don't hardcode the lisp address space size.Stefan Monnier2004-01-141-2/+2
* * xmenu.c (popup_get_selection): Check new parameter down_on_keypressJan Djärv2004-01-122-7/+25
* * alloc.c (allocate_vectorlike): Surround calls to mallopt withJan Djärv2004-01-112-0/+9
* * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons areJan Djärv2004-01-082-0/+11
* (Fformat): Fix '&' to '&&'.Kenichi Handa2004-01-082-1/+5
* (print_preprocess) <case Lisp_Vectorlike>: Only maskAndreas Schwab2004-01-082-1/+8
* (Fdeclare_equiv_charset): Fix docstring.Kenichi Handa2004-01-072-9/+14
* (fontset_ref_via_base): Fix previous change.Kenichi Handa2004-01-072-1/+5
* *** empty log message ***Kim F. Storm2004-01-061-0/+5
* (read_process_output): Only activate adaptiveKim F. Storm2004-01-061-2/+2
* (note_mode_line_or_margin_highlight): Use modifiedKim F. Storm2004-01-061-36/+39
* (POSN_POSN, POSN_SET_POSN): Rename macros fromKim F. Storm2004-01-061-5/+9
* (make_lispy_position): Use modified mode_line_string,Kim F. Storm2004-01-061-46/+52
* (buffer_posn_from_coords): Return both buffer/stringKim F. Storm2004-01-061-47/+84
* (buffer_posn_from_coords, mode_line_string)Kim F. Storm2004-01-061-9/+13
* *** empty log message ***Kim F. Storm2004-01-061-0/+24
* (skip_chars): Treat '-' at end of string as ordinaryAndreas Schwab2004-01-062-7/+13
* (decode_any_window): New function.Richard M. Stallman2004-01-031-7/+18
* (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