| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove comment on DEFVAR_BOOL. | Dave Love | 1999-09-06 | 1 | -2/+0 |
| * | Change spelling of `toolbar' to `tool_bar' or `tool-bar'. | Gerd Moellmann | 1999-09-05 | 1 | -2/+2 |
| * | Remove extern declarations for variables deleted from | Gerd Moellmann | 1999-09-03 | 1 | -3/+0 |
| * | Comment on DEFVAR_BOOL. | Dave Love | 1999-08-31 | 1 | -0/+2 |
| * | Add declarations for some functions. | Andreas Schwab | 1999-08-30 | 1 | -0/+7 |
| * | (struct Lisp_Cons, XCAR, XCDR, struct Lisp_Float): Change names of structure | Ken Raeburn | 1999-08-28 | 1 | -0/+21 |
| * | (PVEC_TYPE_MASK): Add the bit for hash tables. | Gerd Moellmann | 1999-08-25 | 1 | -1/+1 |
| * | (Vresize_mini_config, resize_mini_frame, | Gerd Moellmann | 1999-08-24 | 1 | -0/+3 |
| * | Add prototype for copy_hash_table and Fcopy_hash_table. | Gerd Moellmann | 1999-08-22 | 1 | -0/+2 |
| * | Add function prototypes. | Gerd Moellmann | 1999-08-21 | 1 | -0/+10 |
| * | (CHAR_MODIFIER_MASK): New macro. | Kenichi Handa | 1999-08-13 | 1 | -0/+4 |
| * | (P_): Moved to top of file. | Gerd Moellmann | 1999-07-21 | 1 | -21/+150 |
| * | Delete #if 0 old definitions. | Richard M. Stallman | 1999-01-03 | 1 | -16/+0 |
| * | (Frequire): Update declaration. | Kenichi Handa | 1998-11-26 | 1 | -1/+1 |
| * | (CHAR_TABLE_REF): Check if IDX is negative or not. | Kenichi Handa | 1998-11-16 | 1 | -1/+1 |
| * | (clear_string_char_byte_cache): Extern it. | Kenichi Handa | 1998-10-12 | 1 | -0/+1 |
| * | (Fread_event, Fread_char, Fread_char_exclusive): | Richard M. Stallman | 1998-08-18 | 1 | -2/+3 |
| * | (multibyte_char_to_unibyte): Extern it. | Kenichi Handa | 1998-08-07 | 1 | -0/+1 |
| * | (Fread_key_sequence): Update declaration. | Kenichi Handa | 1998-08-07 | 1 | -1/+1 |
| * | (init_coding): Extern it. | Kenichi Handa | 1998-07-21 | 1 | -0/+1 |
| * | (get_doc_string): Adjust declaration. | Richard M. Stallman | 1998-06-24 | 1 | -1/+1 |
| * | (Qinhibit_redisplay): Declared. | Karl Heuer | 1998-06-22 | 1 | -0/+1 |
| * | (Feval_region): Accept 4 args. | Richard M. Stallman | 1998-06-10 | 1 | -1/+1 |
| * | Add prototype for get_doc_string. | Richard M. Stallman | 1998-05-28 | 1 | -0/+1 |
| * | (CHAR_TABLE_TRANSLATE): New macro. | Richard M. Stallman | 1998-05-25 | 1 | -0/+13 |
| * | (frame_buffer_predicate, frame_buffer_list) | Richard M. Stallman | 1998-05-22 | 1 | -4/+4 |
| * | (Vnonascii_translation_table): Name changed from | Kenichi Handa | 1998-05-18 | 1 | -1/+1 |
| * | Declare init functions. | Andreas Schwab | 1998-05-04 | 1 | -0/+107 |
| * | Declare Fcompare_strings. | Andreas Schwab | 1998-04-29 | 1 | -0/+1 |
| * | [WINDOWSNT]: Use function prototypes. | Geoff Voelker | 1998-04-29 | 1 | -1/+1 |
| * | Include initial_obarray from lread.c | Richard M. Stallman | 1998-04-26 | 1 | -1/+1 |
| * | Remove extraneous semicolon. | Erik Naggum | 1998-04-22 | 1 | -1/+1 |
| * | Add more prototypes. | Andreas Schwab | 1998-04-14 | 1 | -1/+14 |
| * | (adjust_after_replace, adjust_after_insert): Extern them. | Kenichi Handa | 1998-03-30 | 1 | -0/+2 |
| * | (make_buffer_string, make_buffer_string_both): Extern them. | Kenichi Handa | 1998-03-25 | 1 | -0/+2 |
| * | (record_delete): The second arg is Lisp_Object. | Kenichi Handa | 1998-03-24 | 1 | -1/+1 |
| * | Declarations changed. | Kenichi Handa | 1998-03-24 | 1 | -4/+29 |
| * | Fstore_match_data => Fset_match_data. | Richard M. Stallman | 1998-03-17 | 1 | -1/+1 |
| * | (struct Lisp_Buffer_Local_Value): | Richard M. Stallman | 1998-03-12 | 1 | -4/+9 |
| * | (Vnonascii_translate_table, Qcharset): New variable decls. | Richard M. Stallman | 1998-03-03 | 1 | -2/+18 |
| * | (detect_coding_system): Extern it. | Kenichi Handa | 1998-01-22 | 1 | -0/+1 |
| * | Update copyright year. | Richard M. Stallman | 1998-01-21 | 1 | -1/+3 |
| * | (STRING_MULTIBYTE): New macro. | Richard M. Stallman | 1998-01-09 | 1 | -6/+25 |
| * | (struct Lisp_Marker): Rename `bufpos' to `bytepos'. | Richard M. Stallman | 1998-01-02 | 1 | -3/+2 |
| * | (struct Lisp_Marker): New field `charpos'. | Richard M. Stallman | 1998-01-01 | 1 | -3/+23 |
| * | (message2_nolog): Fix arg types. | Richard M. Stallman | 1997-12-21 | 1 | -1/+1 |
| * | (internal_with_output_to_temp_buffer): | Andreas Schwab | 1997-11-28 | 1 | -1/+1 |
| * | Add more prototypes and declarations. Forward declare | Andreas Schwab | 1997-11-21 | 1 | -25/+171 |
| * | (DBL_DIG): Remove; the default value is now set in print.c. | Paul Eggert | 1997-10-23 | 1 | -4/+0 |
| * | (Fread_coding_system): Update decl. | Richard M. Stallman | 1997-09-05 | 1 | -1/+1 |