| Commit message (Expand) | Author | Age | Files | Lines |
* | [!USE_CRT_DLL]: Don't define _heap_init and _heap_term | Andrew Innes | 2000-08-22 | 1 | -2/+2 |
* | (max): Define macro. | Andrew Innes | 2000-08-22 | 1 | -12/+60 |
* | (min): Define macro. | Andrew Innes | 2000-08-22 | 1 | -6/+10 |
* | (search_file_line): | Andrew Innes | 2000-08-22 | 1 | -6/+8 |
* | *** empty log message *** | Stefan Monnier | 2000-08-22 | 1 | -0/+7 |
* | (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup. | Andrew Innes | 2000-08-22 | 1 | -22/+65 |
* | (Vcompletion_auto_help): Renamed from `auto_help'. | Stefan Monnier | 2000-08-22 | 1 | -5/+5 |
* | Change PUCHAR to PCHAR. | Andrew Innes | 2000-08-22 | 1 | -19/+29 |
* | (write_segment) [USE_CRT_DLL]: Remove unnecessary | Andrew Innes | 2000-08-22 | 1 | -0/+2 |
* | Include keyboard.h before frame.h. | Andrew Innes | 2000-08-22 | 9 | -10/+14 |
* | Include keyboard.h before frame.h. | Andrew Innes | 2000-08-22 | 1 | -1/+6 |
* | [USE_CRT_DLL]: Remove unnecessary extern, which | Andrew Innes | 2000-08-22 | 3 | -0/+8 |
* | Include keyboard.h before frame.h. | Andrew Innes | 2000-08-22 | 1 | -1/+5 |
* | (LOCAL_FLAGS): Define USE_CRT_DLL if requested. | Andrew Innes | 2000-08-22 | 1 | -2/+7 |
* | [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd. | Andrew Innes | 2000-08-22 | 1 | -0/+2 |
* | Include keyboard.h before frame.h. | Andrew Innes | 2000-08-22 | 1 | -1/+3 |
* | [USE_CRT_DLL]: Remove unnecessary extern, which screws | Andrew Innes | 2000-08-22 | 3 | -0/+7 |
* | (malloc_initialize_hook) [USE_CRT_DLL]: Remove | Andrew Innes | 2000-08-22 | 1 | -0/+4 |
* | Include keyboard.h before frame.h. | Andrew Innes | 2000-08-22 | 1 | -1/+3 |
* | *** empty log message *** | Andrew Innes | 2000-08-22 | 3 | -3/+55 |
* | (_WINSOCK_H): Undefine if defined. | Andrew Innes | 2000-08-22 | 1 | -4/+6 |
* | (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is | Andrew Innes | 2000-08-22 | 1 | -0/+2 |
* | Remove WIN32 define. | Andrew Innes | 2000-08-22 | 1 | -2/+0 |
* | (PTR_TO_OFFSET): Cast ptr to unsigned char *. | Andrew Innes | 2000-08-22 | 1 | -1/+1 |
* | Use forward slash as directory separator in all path | Andrew Innes | 2000-08-22 | 1 | -8/+7 |
* | [WINDOWSNT]: Don't declare getenv. | Andrew Innes | 2000-08-22 | 1 | -0/+2 |
* | (PTR_TO_OFFSET): Cast ptr to unsigned char*. | Andrew Innes | 2000-08-22 | 1 | -1/+1 |
* | (main): Accept /q to mean install based on addpm's | Andrew Innes | 2000-08-22 | 1 | -14/+25 |
* | Rewrite to match new configure process. | Andrew Innes | 2000-08-22 | 1 | -145/+104 |
* | (WIN32): Remove unnecessary definition. | Andrew Innes | 2000-08-22 | 1 | -3/+2 |
* | (sleep): Make argument unsigned long. | Andrew Innes | 2000-08-22 | 1 | -1/+1 |
* | (main) [WINDOWSNT]: Force binary mode for fileio. | Andrew Innes | 2000-08-22 | 1 | -2/+5 |
* | *** empty log message *** | Dave Love | 2000-08-22 | 2 | -19/+49 |
* | read in batch | Dave Love | 2000-08-22 | 1 | -1/+7 |
* | mention iso-acc. tweaks. | Dave Love | 2000-08-22 | 1 | -11/+20 |
* | (File Shadowing): New. | Dave Love | 2000-08-22 | 1 | -72/+136 |
* | (Changing an Option): Change load-path example. | Dave Love | 2000-08-22 | 1 | -30/+48 |
* | normal-backup-enable-predicate, backup-directory-alist, | Dave Love | 2000-08-22 | 1 | -8/+42 |
* | Mark re-build as being documented. | Eli Zaretskii | 2000-08-22 | 1 | -0/+1 |
* | Document re-builder. | Eli Zaretskii | 2000-08-22 | 1 | -0/+13 |
* | Mark hi-lock.el as being documented in the manual. | Eli Zaretskii | 2000-08-22 | 1 | -0/+1 |
* | Mark dabbrev-ignore-regexps as documented in the manual. | Eli Zaretskii | 2000-08-22 | 1 | -0/+1 |
* | Document dabbrev-ignore-regexps. | Eli Zaretskii | 2000-08-22 | 1 | -0/+6 |
* | Mark the new language environments as documented. | Eli Zaretskii | 2000-08-22 | 1 | -0/+1 |
* | Update the list of supported language environments. | Eli Zaretskii | 2000-08-22 | 1 | -3/+14 |
* | Mark etags.el changes as documented in the manual. | Eli Zaretskii | 2000-08-22 | 1 | -0/+1 |
* | Document tags-case-fold-search, tags-apropos-verbose and tags-tag-face. | Eli Zaretskii | 2000-08-22 | 1 | -0/+14 |
* | Mark sort-numeric-fields and sort-numeric-base as documented in the manual. | Eli Zaretskii | 2000-08-22 | 1 | -1/+2 |
* | Mark isearch-lazy-highlight as documented in the manual. | Eli Zaretskii | 2000-08-22 | 1 | -0/+1 |
* | More details and index entries for isearch-lazy-highlight. | Eli Zaretskii | 2000-08-22 | 1 | -0/+9 |