| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace change. | Richard M. Stallman | 2001-11-04 | 1 | -2/+2 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -3/+3 |
* | (Vhelp_manyarg_func_alist): Variable removed. | Miles Bader | 2001-10-21 | 1 | -9/+1 |
* | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -1/+1 |
* | Include keymap.h. | Stefan Monnier | 2001-10-08 | 1 | -0/+1 |
* | *** empty log message *** | Pavel Janík | 2001-10-08 | 1 | -1/+1 |
* | (Fsnarf_documentation): Remove unused variables `fun' and | Eli Zaretskii | 2001-01-02 | 1 | -1/+1 |
* | (Fsubstitute_command_keys): Change the way buffers | Gerd Moellmann | 2000-12-08 | 1 | -12/+15 |
* | * lisp.h (KEYMAPP): New macro. | Stefan Monnier | 2000-10-27 | 1 | -2/+2 |
* | Remove includes of | Gerd Moellmann | 2000-09-02 | 1 | -6/+2 |
* | (toplevel) [HAVE_STRING_H]: Include string.h. | Gerd Moellmann | 2000-08-28 | 1 | -6/+11 |
* | (Fsubstitute_command_keys): Handle case that a GC | Gerd Moellmann | 2000-07-11 | 1 | -1/+15 |
* | (Qfunction_documentation): New variable. | Gerd Moellmann | 2000-03-26 | 1 | -3/+13 |
* | (Fdocumentation_property): If value is not a string, | Gerd Moellmann | 2000-03-07 | 1 | -6/+13 |
* | Copyright up-date. | Dave Love | 2000-02-01 | 1 | -1/+1 |
* | (Vhelp_manyarg_func_alist): New variable. | Dave Love | 2000-02-01 | 1 | -1/+9 |
* | (Fdocumentation): Remove gcpro here too. | Dave Love | 1999-11-16 | 1 | -7/+1 |
* | (Fdocumentation_property): Remove GCPRO because | Gerd Moellmann | 1999-11-12 | 1 | -7/+1 |
* | (Fdocumentation_property): Fix bug bypassing UNGCPRO. | Gerd Moellmann | 1999-11-02 | 1 | -1/+1 |
* | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -10/+10 |
* | (Fdocumentation_property): Remove register declaration for `tem'. | Dave Love | 1999-10-18 | 1 | -1/+1 |
* | (Fdocumentation_property): Gcpro `tem'. | Dave Love | 1999-10-18 | 1 | -1/+7 |
* | (read_bytecode_char): Declare arg. | Dave Love | 1999-09-19 | 1 | -0/+1 |
* | Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1999-09-13 | 1 | -7/+7 |
* | (get_doc_string): When UNIBYTE and DEFINITION are 0, | Richard M. Stallman | 1999-04-06 | 1 | -2/+9 |
* | (Fdocumentation): Change the doc string for prefix | Andreas Schwab | 1998-12-21 | 1 | -2/+1 |
* | (Fdocumentation): Specify UNIBYTE = 0 | Richard M. Stallman | 1998-08-02 | 1 | -2/+2 |
* | (get_doc_string): Take both UNIBYTE and DEFINITION as args. | Richard M. Stallman | 1998-07-05 | 1 | -27/+20 |
* | (get_doc_string): Take both UNIBYTE and DEFINITION as args. | Richard M. Stallman | 1998-06-24 | 1 | -10/+17 |
* | (get_doc_string): 2nd arg is now DEFINITION; | Richard M. Stallman | 1998-06-24 | 1 | -10/+40 |
* | (get_doc_string): Make non-static. | Richard M. Stallman | 1998-05-28 | 1 | -1/+1 |
* | (get_doc_string): New arg UNIBYTE | Richard M. Stallman | 1998-05-12 | 1 | -10/+17 |
* | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -0/+1 |
* | (Fsubstitute_command_keys): Use make_string_from_bytes. | Richard M. Stallman | 1998-03-21 | 1 | -1/+1 |
* | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | 1998-03-21 | 1 | -7/+7 |
* | (Fsubstitute_command_keys): Declare length_byte out of | Kenichi Handa | 1998-01-30 | 1 | -3/+1 |
* | Update copyright year. | Richard M. Stallman | 1998-01-21 | 1 | -1/+1 |
* | Include charset.h. | Richard M. Stallman | 1998-01-09 | 1 | -17/+67 |
* | (Fsubstitute_command_keys): Add missing describe_map_tree argument. | Richard M. Stallman | 1997-07-12 | 1 | -2/+2 |
* | (get_doc_string): Move static vars outside the function, | Richard M. Stallman | 1996-02-22 | 1 | -16/+22 |
* | (get_doc_string): Always read entire disk blocks. | Richard M. Stallman | 1996-02-12 | 1 | -39/+24 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (Fdocumentation, Fdocumentation_property, Fsubstitute_command_keys): | Erik Naggum | 1996-01-09 | 1 | -23/+23 |
* | (Fdocumentation): Reject a file reference | Richard M. Stallman | 1995-11-11 | 1 | -2/+7 |
* | (Fsubstitute_command_keys): Pass new arg to describe_map_tree. | Richard M. Stallman | 1995-10-19 | 1 | -1/+1 |
* | (Fsubstitute_command_keys): | Karl Heuer | 1995-06-16 | 1 | -1/+3 |
* | (Fsubstitute_command_keys): Cast arg of describe_map_tree. | Karl Heuer | 1995-05-26 | 1 | -1/+1 |
* | (get_doc_string): Add cast. | Richard M. Stallman | 1995-04-14 | 1 | -1/+1 |
* | (get_doc_string): In (STRING . INTEGER), if INTEGER | Richard M. Stallman | 1995-04-07 | 1 | -1/+6 |
* | Fix typo in last change. | Roland McGrath | 1995-01-05 | 1 | -2/+2 |