| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.in: Line up "--help" output a little better. | Ken Raeburn | 2000-03-30 | 3 | -332/+298 |
* | * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER): | Ken Raeburn | 2000-03-30 | 13 | -32/+63 |
* | Changes for locate.el | Peter Breton | 2000-03-30 | 1 | -0/+7 |
* | (xstrdup): Add prototype. | Gerd Moellmann | 2000-03-30 | 2 | -0/+17 |
* | Add locate-word-at-point function | Peter Breton | 2000-03-30 | 1 | -1/+13 |
* | (realize_tty_face): Use find_symbol_value instead | Gerd Moellmann | 2000-03-30 | 1 | -18/+4 |
* | (xstrdup): Moved here from xfaces.c. | Gerd Moellmann | 2000-03-30 | 1 | -14/+17 |
* | (free_image_cache): Free the cache structure itself | Gerd Moellmann | 2000-03-30 | 1 | -4/+16 |
* | *** empty log message *** | Kenichi Handa | 2000-03-30 | 1 | -7/+7 |
* | Augment the comment of lookup_face. | Kenichi Handa | 2000-03-30 | 1 | -1/+7 |
* | * scroll.c (CHECK_BOUNDS): Renamed from CHECK. | Ken Raeburn | 2000-03-29 | 3 | -3/+7 |
* | Stop assuming interval pointers and lisp objects can be distinguished by | Ken Raeburn | 2000-03-29 | 6 | -17/+85 |
* | *** empty log message *** | Dave Love | 2000-03-29 | 1 | -0/+12 |
* | Doc fixes. | Dave Love | 2000-03-29 | 1 | -44/+36 |
* | . | Andreas Schwab | 2000-03-29 | 2 | -0/+12 |
* | Doc fixes. | Dave Love | 2000-03-29 | 1 | -22/+30 |
* | (scan_lisp_file): Also look for `defsubst'. | Andreas Schwab | 2000-03-29 | 1 | -1/+3 |
* | Also print defsubst doc string | Andreas Schwab | 2000-03-29 | 1 | -0/+1 |
* | (dired-insert-directory): If dired-free-space-program | Andreas Schwab | 2000-03-29 | 1 | -12/+15 |
* | *** empty log message *** | Richard M. Stallman | 2000-03-29 | 2 | -2/+373 |
* | iso-iso2sgml | Dave Love | 2000-03-29 | 1 | -0/+3 |
* | (format-alist): Use iso-cvt functions for SGML/HTML. | Dave Love | 2000-03-29 | 2 | -2/+12 |
* | Move provide to end. Doc fixes. | Dave Love | 2000-03-29 | 1 | -16/+166 |
* | . | Andreas Schwab | 2000-03-29 | 1 | -0/+4 |
* | (Imenu): Fix cross ref. | Andreas Schwab | 2000-03-29 | 1 | -1/+1 |
* | *** empty log message *** | Gerd Moellmann | 2000-03-29 | 1 | -4/+9 |
* | (Ftop_level): Cancel busy-cursor. | Gerd Moellmann | 2000-03-29 | 1 | -0/+4 |
* | (read1): Accept `.' (period) as symbol start like in CL | Gerd Moellmann | 2000-03-29 | 1 | -4/+1 |
* | (Freplace_match): Adjust multibyteness of the current | Kenichi Handa | 2000-03-29 | 1 | -4/+41 |
* | *** empty log message *** | Kenichi Handa | 2000-03-29 | 1 | -0/+6 |
* | *** empty log message *** | Gerd Moellmann | 2000-03-29 | 2 | -1/+6 |
* | (call_debugger): Cancel busy-cursor. | Gerd Moellmann | 2000-03-29 | 1 | -0/+5 |
* | *** empty log message *** | Dave Love | 2000-03-29 | 1 | -10/+0 |
* | (analyse_first): New function obtained by ripping out most | Stefan Monnier | 2000-03-29 | 2 | -62/+96 |
* | (GC_SETJMP_WORKS): Define for i386, sparc, m68k, alpha. | Dave Love | 2000-03-28 | 2 | -0/+12 |
* | *** empty log message *** | Gerd Moellmann | 2000-03-28 | 1 | -0/+5 |
* | (lm-last-modified-date): Add parameter | Gerd Moellmann | 2000-03-28 | 1 | -15/+18 |
* | Include stdio.h. Test STDC_HEADERS, not __STDC__. | Dave Love | 2000-03-28 | 2 | -1/+16 |
* | (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as an expression. | Stefan Monnier | 2000-03-27 | 2 | -123/+118 |
* | *** empty log message *** | Jason Rumney | 2000-03-27 | 1 | -0/+4 |
* | (Fload): Move safe_p definition to above #ifdef DOS_NT block. | Jason Rumney | 2000-03-27 | 1 | -1/+1 |
* | (w32_read_socket): Handle WM_MENUSELECT message. | Jason Rumney | 2000-03-27 | 1 | -412/+252 |
* | Use new macro names for handling per-buffer variables. | Gerd Moellmann | 2000-03-27 | 2 | -6/+6 |
* | (mark_maybe_object): New function. | Gerd Moellmann | 2000-03-27 | 2 | -77/+248 |
* | (GC_SETJMP_WORKS): Define. | Gerd Moellmann | 2000-03-27 | 2 | -0/+12 |
* | (face_before_or_after_it_pos): Pass multibyteness | Gerd Moellmann | 2000-03-27 | 2 | -2/+11 |
* | (direct_output_for_insert): Use DEC_TEXT_POS | Gerd Moellmann | 2000-03-27 | 1 | -1/+1 |
* | (INC_TEXT_POS, DEC_TEXT_POS): Add parameter MULTIBYTE_P. | Gerd Moellmann | 2000-03-27 | 1 | -4/+10 |
* | (Fsubst_char_in_region): Don't use INC_POS in unibyte | Gerd Moellmann | 2000-03-27 | 2 | -2/+10 |
* | (x_copy_color): New function. | Gerd Moellmann | 2000-03-27 | 2 | -0/+59 |