| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (dosv_refresh_virtual_screen): Do not use negative arguments. | Eli Zaretskii | 1998-04-13 | 1 | -7/+5 |
| * | (coding-system-eol-type-mnemonic): Return correct eol-type mnemonics | Eli Zaretskii | 1998-04-13 | 1 | -2/+2 |
| * | Fix previous change. | Kenichi Handa | 1998-04-13 | 1 | -1/+1 |
| * | (gnus-emphasis-alist): Use nth, not caddr. | Karl Heuer | 1998-04-12 | 1 | -1/+1 |
| * | (cl-do-arglist): Intern initializes the | Karl Heuer | 1998-04-12 | 1 | -5/+1 |
| * | (temp_output_buffer_setup): Clear out overlays, | Karl Heuer | 1998-04-12 | 1 | -0/+6 |
| * | Determine emacs-version from lisp/version.el. Pass it to | Eli Zaretskii | 1998-04-12 | 1 | -4/+7 |
| * | (re_match_2, re_search_2): Convert position to a charpos, | Karl Heuer | 1998-04-12 | 1 | -8/+12 |
| * | (SETUP_SYNTAX_TABLE_FOR_OBJECT): FROM counts chars. | Karl Heuer | 1998-04-12 | 1 | -19/+20 |
| * | (print) <Lisp_String>: Fix "\ " handling. | Karl Heuer | 1998-04-12 | 1 | -4/+7 |
| * | (generate-autoload-section-header): Doc fix. | Karl Heuer | 1998-04-12 | 1 | -9/+42 |
| * | (display_text_line): When handling selective > 0, | Karl Heuer | 1998-04-12 | 1 | -0/+1 |
| * | (mail-extract-address-components): | Karl Heuer | 1998-04-12 | 1 | -6/+6 |
| * | (set_internal, Fmakunbound): Fix previous change. | Karl Heuer | 1998-04-12 | 1 | -4/+2 |
| * | (LINKER): Add definition. | Karl Heuer | 1998-04-11 | 1 | -0/+7 |
| * | (set_internal, Fmakunbound): No error if setting | Karl Heuer | 1998-04-11 | 1 | -2/+4 |
| * | Put Czech lang. env. under European.. | Kenichi Handa | 1998-04-11 | 1 | -1/+2 |
| * | Put Slovak lang. env. under European. | Kenichi Handa | 1998-04-11 | 1 | -1/+2 |
| * | (describe-language-environment): | Kenichi Handa | 1998-04-11 | 1 | -0/+1 |
| * | (generic-char-p): A character of code 0 is not a generic char. | Kenichi Handa | 1998-04-11 | 1 | -3/+4 |
| * | (list-input-methods): Fix doc string. | Karl Heuer | 1998-04-11 | 1 | -18/+20 |
| * | Delete tutorial file entry. | Kenichi Handa | 1998-04-10 | 1 | -1/+0 |
| * | Don't accept EMACS=t when testing for $EMACS set. | Karl Heuer | 1998-04-10 | 1 | -1/+3 |
| * | (vhdl-loop, vhdl-while-loop): Add backslash. | Karl Heuer | 1998-04-10 | 1 | -2/+2 |
| * | Don't defconst the colon symbols, since they | Karl Heuer | 1998-04-10 | 1 | -20/+0 |
| * | Fix previous change, TUTORIAL.ch > TUTORIAL.cs. | Kenichi Handa | 1998-04-10 | 1 | -1/+1 |
| * | Tutorial file name changed to TUTORIAL.ch. | Kenichi Handa | 1998-04-10 | 1 | -1/+1 |
| * | Tutorial file name changed to TUTORIAL.ja. | Kenichi Handa | 1998-04-10 | 1 | -1/+1 |
| * | Tutorial file name changed to TUTORIAL.ka. | Kenichi Handa | 1998-04-10 | 1 | -1/+1 |
| * | Tutorial file name changed to TUTORIAL.sk. | Kenichi Handa | 1998-04-10 | 1 | -1/+1 |
| * | (newline): Mark as hard the newline that was just | Karl Heuer | 1998-04-09 | 1 | -4/+6 |
| * | (Fbuffer_has_markers_at): Fix termination condition. | Karl Heuer | 1998-04-09 | 1 | -1/+1 |
| * | (min, max): Make these macros, not functions. | Karl Heuer | 1998-04-09 | 1 | -27/+25 |
| * | (min, max): Define as macros. | Karl Heuer | 1998-04-09 | 3 | -0/+15 |
| * | * print.c (print): Avoid `min'/`max' as variable names. | Karl Heuer | 1998-04-09 | 1 | -3/+3 |
| * | (relocate_fd): Avoid `min'/`max' as variable names. | Karl Heuer | 1998-04-09 | 1 | -5/+5 |
| * | (minmax): New macro. | Karl Heuer | 1998-04-09 | 1 | -2/+3 |
| * | Delete incorrect prototype of report_file_error. | Karl Heuer | 1998-04-09 | 1 | -1/+1 |
| * | (unrequest_sigio, request_sigio): Fix prototype. | Karl Heuer | 1998-04-09 | 1 | -4/+4 |
| * | (set_frame_menubar): Call Fset_match_data, not | Karl Heuer | 1998-04-09 | 1 | -1/+1 |
| * | (abort): Don't redefine on DOS_NT. | Karl Heuer | 1998-04-09 | 1 | -1/+1 |
| * | (vc-next-action): Fixed bug that prevented registering files using C-x v v. | André Spiegel | 1998-04-09 | 1 | -3/+6 |
| * | Customize | Stephen Eglen | 1998-04-09 | 3 | -33/+90 |
| * | *** empty log message *** | Dan Nicolaescu | 1998-04-09 | 1 | -1/+1 |
| * | (string_to_non_ascii_char): Include garbage bytes (if | Kenichi Handa | 1998-04-09 | 1 | -18/+59 |
| * | (MULTIBYTE_FORM_LENGTH): Don't check LEN here. | Kenichi Handa | 1998-04-09 | 1 | -4/+3 |
| * | (display_text_line): Code for displaying a character by | Kenichi Handa | 1998-04-09 | 1 | -50/+43 |
| * | Typos in comment fixed. | Kenichi Handa | 1998-04-09 | 1 | -30/+20 |
| * | Add tutorial file name for Slovak. | Kenichi Handa | 1998-04-09 | 1 | -0/+1 |
| * | (help-with-tutorial-alist): This variable deleted. | Kenichi Handa | 1998-04-09 | 1 | -18/+6 |