summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Line up "--help" output a little better.Ken Raeburn2000-03-303-332/+298
* * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn2000-03-3013-32/+63
* Changes for locate.elPeter Breton2000-03-301-0/+7
* (xstrdup): Add prototype.Gerd Moellmann2000-03-302-0/+17
* Add locate-word-at-point functionPeter Breton2000-03-301-1/+13
* (realize_tty_face): Use find_symbol_value insteadGerd Moellmann2000-03-301-18/+4
* (xstrdup): Moved here from xfaces.c.Gerd Moellmann2000-03-301-14/+17
* (free_image_cache): Free the cache structure itselfGerd Moellmann2000-03-301-4/+16
* *** empty log message ***Kenichi Handa2000-03-301-7/+7
* Augment the comment of lookup_face.Kenichi Handa2000-03-301-1/+7
* * scroll.c (CHECK_BOUNDS): Renamed from CHECK.Ken Raeburn2000-03-293-3/+7
* Stop assuming interval pointers and lisp objects can be distinguished byKen Raeburn2000-03-296-17/+85
* *** empty log message ***Dave Love2000-03-291-0/+12
* Doc fixes.Dave Love2000-03-291-44/+36
* .Andreas Schwab2000-03-292-0/+12
* Doc fixes.Dave Love2000-03-291-22/+30
* (scan_lisp_file): Also look for `defsubst'.Andreas Schwab2000-03-291-1/+3
* Also print defsubst doc stringAndreas Schwab2000-03-291-0/+1
* (dired-insert-directory): If dired-free-space-programAndreas Schwab2000-03-291-12/+15
* *** empty log message ***Richard M. Stallman2000-03-292-2/+373
* iso-iso2sgmlDave Love2000-03-291-0/+3
* (format-alist): Use iso-cvt functions for SGML/HTML.Dave Love2000-03-292-2/+12
* Move provide to end. Doc fixes.Dave Love2000-03-291-16/+166
* .Andreas Schwab2000-03-291-0/+4
* (Imenu): Fix cross ref.Andreas Schwab2000-03-291-1/+1
* *** empty log message ***Gerd Moellmann2000-03-291-4/+9
* (Ftop_level): Cancel busy-cursor.Gerd Moellmann2000-03-291-0/+4
* (read1): Accept `.' (period) as symbol start like in CLGerd Moellmann2000-03-291-4/+1
* (Freplace_match): Adjust multibyteness of the currentKenichi Handa2000-03-291-4/+41
* *** empty log message ***Kenichi Handa2000-03-291-0/+6
* *** empty log message ***Gerd Moellmann2000-03-292-1/+6
* (call_debugger): Cancel busy-cursor.Gerd Moellmann2000-03-291-0/+5
* *** empty log message ***Dave Love2000-03-291-10/+0
* (analyse_first): New function obtained by ripping out mostStefan Monnier2000-03-292-62/+96
* (GC_SETJMP_WORKS): Define for i386, sparc, m68k, alpha.Dave Love2000-03-282-0/+12
* *** empty log message ***Gerd Moellmann2000-03-281-0/+5
* (lm-last-modified-date): Add parameterGerd Moellmann2000-03-281-15/+18
* Include stdio.h. Test STDC_HEADERS, not __STDC__.Dave Love2000-03-282-1/+16
* (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as an expression.Stefan Monnier2000-03-272-123/+118
* *** empty log message ***Jason Rumney2000-03-271-0/+4
* (Fload): Move safe_p definition to above #ifdef DOS_NT block.Jason Rumney2000-03-271-1/+1
* (w32_read_socket): Handle WM_MENUSELECT message.Jason Rumney2000-03-271-412/+252
* Use new macro names for handling per-buffer variables.Gerd Moellmann2000-03-272-6/+6
* (mark_maybe_object): New function.Gerd Moellmann2000-03-272-77/+248
* (GC_SETJMP_WORKS): Define.Gerd Moellmann2000-03-272-0/+12
* (face_before_or_after_it_pos): Pass multibytenessGerd Moellmann2000-03-272-2/+11
* (direct_output_for_insert): Use DEC_TEXT_POSGerd Moellmann2000-03-271-1/+1
* (INC_TEXT_POS, DEC_TEXT_POS): Add parameter MULTIBYTE_P.Gerd Moellmann2000-03-271-4/+10
* (Fsubst_char_in_region): Don't use INC_POS in unibyteGerd Moellmann2000-03-272-2/+10
* (x_copy_color): New function.Gerd Moellmann2000-03-272-0/+59