| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (makeinfo-compile): Don't quote lambda. | Stefan Monnier | 2000-06-12 | 1 | -2/+2 |
| | | |||||
| * | (command-line, command-line-1): Don't quote lambda. | Stefan Monnier | 2000-06-12 | 1 | -6/+7 |
| | | | | | (command-line): Don't call menu-bar-mode if not interactive. | ||||
| * | (makefile-pickup-filenames-as-targets): Don't quote lambda. | Stefan Monnier | 2000-06-12 | 1 | -1/+1 |
| | | |||||
| * | (hif-compress-define-list) | Stefan Monnier | 2000-06-12 | 1 | -4/+4 |
| | | | | | (hide-ifdef-use-define-alist): Don't quote lambda. | ||||
| * | (ange-ftp-vms-delete-file-entry) | Stefan Monnier | 2000-06-12 | 1 | -12/+12 |
| | | | | | (ange-ftp-vms-add-file-entry): Don't quote lambda. | ||||
| * | (menu-bar-update-buffers, menu-bar-update-buffers): Don't quote lambda. | Stefan Monnier | 2000-06-12 | 1 | -2/+2 |
| | | |||||
| * | (Man-build-man-command): Don't quote lambda. | Stefan Monnier | 2000-06-12 | 1 | -4/+4 |
| | | |||||
| * | (news-reply-header-hook): Don't quote lambda. | Stefan Monnier | 2000-06-12 | 1 | -3/+3 |
| | | |||||
| * | (Info-insert-dir): Don't quote lambda. | Stefan Monnier | 2000-06-12 | 1 | -9/+9 |
| | | |||||
| * | (backward-word, forward-word, setq): Don't quote lambda. | Stefan Monnier | 2000-06-12 | 1 | -4/+4 |
| | | |||||
| * | (gulp-send-requests): Don't quote lambda. | Stefan Monnier | 2000-06-12 | 1 | -5/+5 |
| | | |||||
| * | (byte-compile-log-lap-1) | Stefan Monnier | 2000-06-12 | 1 | -12/+12 |
| | | | | | | (byte-optimize-inline-handler, byte-optimize-form-code-walker) (byte-optimize-apply, end of file): Don't quote lambda. | ||||
| * | (ad-advice-class-completion-table) | Stefan Monnier | 2000-06-12 | 1 | -3/+3 |
| | | | | | (ad-make-freeze-definition): Don't quote lambda. | ||||
| * | (cvs-parse-process): Don't blindly refresh all cookies. | Stefan Monnier | 2000-06-12 | 2 | -68/+131 |
| | | | | | | | | | | | | | | | | | (cvs-cleanup-removed): New function. (cvs-cleanup-functions): New var. (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user some flexibility in specifying additional entries to auto-cleanup. (cvs-quickdir): New function. (cvs-mode-insert): Use cvs-fileinfo-from-entries. (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts. (cvs-mode-find-file): Check that we are on a filename or dirname when invoked through a mouse-click. (cvs-full-path): Remove. (cvs-dired-action): Re-introduced. (cvs-dired-noselect): Use it. (vc-post-command-functions): use this new hook if available. | ||||
| * | (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars. | Stefan Monnier | 2000-06-12 | 1 | -32/+82 |
| | | | | | | | | | | | | | (cvs-status-map): Don't inherit from cvs-mode-map anymore. (cvs-filename-map, cvs-dirname-map): Remove. (cvs-default-action): Remove. (cvs-add-face): Use `keymap' rather than `local-map' property, and only if the arg is really a keymap. (cvs-fileinfo-pp): Don't use any special map for file and dir names. Don't hardcode the mapping from state (aka type) to face, but check the var cvs-fi-<type>-face instead. (cvs-fileinfo-from-entries): New function. | ||||
| * | (set-buffer-file-coding-system): If CODING-SYSTEM is nil, set | Kenichi Handa | 2000-06-12 | 1 | -1/+1 |
| | | | | | buffer-file-coding-system to nil unconditionally. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-06-12 | 2 | -0/+18 |
| | | |||||
| * | (EMACS_FONTSET_H): Renamed from _FONTSET_H. | Kenichi Handa | 2000-06-11 | 1 | -3/+3 |
| | | |||||
| * | (EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H. | Kenichi Handa | 2000-06-11 | 1 | -3/+3 |
| | | |||||
| * | (EMASC_CODING_H): Renamed from _CODING_H. | Kenichi Handa | 2000-06-11 | 1 | -5/+3 |
| | | |||||
| * | (EMACS_CHARSET_H): Renamed from _CHARSET_H. | Kenichi Handa | 2000-06-11 | 1 | -3/+3 |
| | | |||||
| * | (EMACS_CCL_H): Renamed from _CCL_H. | Kenichi Handa | 2000-06-11 | 1 | -3/+3 |
| | | |||||
| * | (widget-specify-button): Really suppress the face if required. | Dave Love | 2000-06-11 | 2 | -2/+9 |
| | | |||||
| * | (cvs-default-ignore-marks, cvs-diff-ignore-marks): | Stefan Monnier | 2000-06-11 | 1 | -5/+9 |
| | | | | | | | | | Docstring fix. (cvs-find-file-and-jump): Change default to be safer. (cvs-mode-diff-map): Define it as a function as well. (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map. Bind mouse-2 in this global map rather than with text-properties. | ||||
| * | (cvs-parse-table): Look for conflict markers in the | Stefan Monnier | 2000-06-11 | 1 | -15/+23 |
| | | | | | file to resolve the ambiguity between C-conflict and C-need-merge. | ||||
| * | *** empty log message *** | Jason Rumney | 2000-06-11 | 2 | -0/+11 |
| | | |||||
| * | Define POINTER_TYPE, PTR, PROTOTYPES and __P. | Jason Rumney | 2000-06-11 | 1 | -0/+20 |
| | | |||||
| * | Added targets for ebrowse. | Jason Rumney | 2000-06-11 | 1 | -0/+12 |
| | | |||||
| * | [WINDOWS-NT]: Use stricmp rather than strcasecmp to compare filenames. | Jason Rumney | 2000-06-11 | 1 | -2/+6 |
| | | |||||
| * | (EMACS_SYSTIME_H): Renamed from _SYSTIME_H. | Dave Love | 2000-06-11 | 2 | -3/+7 |
| | | |||||
| * | Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead. | Eli Zaretskii | 2000-06-11 | 2 | -3/+7 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-06-11 | 3 | -1/+11 |
| | | |||||
| * | (x-colors): Add colors from recent rgb.txt. | Gerd Moellmann | 2000-06-11 | 1 | -128/+743 |
| | | |||||
| * | (xmenu_show): Case second parameter of lw_popup_menu | Gerd Moellmann | 2000-06-11 | 1 | -1/+1 |
| | | | | | to `XEvent *'. | ||||
| * | (imenu-generic-expression): Docstring fix. | Stefan Monnier | 2000-06-11 | 2 | -3/+35 |
| | | |||||
| * | (composition-function-table): Move the `put' | Stefan Monnier | 2000-06-11 | 1 | -1/+2 |
| | | | | | below the autoload cookie so we can load the file before loaddefs. | ||||
| * | (mouse-avoidance-random-shape): Don't quote lambda. | Stefan Monnier | 2000-06-11 | 1 | -2/+2 |
| | | |||||
| * | (make-autoload): Use `cond'. | Stefan Monnier | 2000-06-11 | 1 | -33/+56 |
| | | | | | | | | Handle easy-mmode-define-global-mode. For complex macros like define-minor-mode that can generate several autoload entries, try to autoload entries in the macroexpanded code. | ||||
| * | (define-minor-mode): If KEYMAP is a symbol, just use it. | Stefan Monnier | 2000-06-11 | 1 | -20/+42 |
| | | | | | | | | | | | Use byte-compile-current-file and load-file-name to infer the proper :require to pass to defcustom. Wrap the hook var into `progn' so as not to autoload it. Add a :autoload-end cookie. Be more careful about the evaluation of KEYMAP. (easy-mmode-define-global-mode): Add a :autoload-end cookie. (define-derived-mode): Move define-abbrev-table outside of defvar. | ||||
| * | (EMACSOPT): Remove --no-init-file (implied by -batch). | Stefan Monnier | 2000-06-11 | 1 | -4/+4 |
| | | | | | | | (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. (backup-compiled-files): Ignore errors during `tar'. (bootstrap): Make autoloads before elc files. | ||||
| * | (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env. | Kenichi Handa | 2000-06-10 | 1 | -11/+17 |
| | | | | | | (regex_compile): Fix the code for handling the case of single byte char and multibyte char being mixed in a range within [...]. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-06-10 | 1 | -0/+4 |
| | | |||||
| * | (set-buffer-file-coding-system): If one of undecided-XXX is specified, | Kenichi Handa | 2000-06-10 | 1 | -4/+13 |
| | | | | | change only EOL conversion. | ||||
| * | (unix): New alias for the coding system undecided-unix. | Kenichi Handa | 2000-06-10 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-06-10 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-06-10 | 2 | -2/+5 |
| | | |||||
| * | (Finsert_file_contents): Be sure to setup src_multibyte | Kenichi Handa | 2000-06-10 | 1 | -0/+3 |
| | | | | | and dst_multibyte members of coding. | ||||
| * | (CHARSET_8_BIT_GRAPHIC): Define as 0x80. | Kenichi Handa | 2000-06-10 | 1 | -7/+9 |
| | | | | | | (UNIBYTE_STR_AS_MULTIBYTE_P): Fix for an invalid multibyte sequence. | ||||
| * | (update_charset_table): Update the table | Kenichi Handa | 2000-06-10 | 1 | -12/+5 |
| | | | | | | | bytes_by_char_head. (init_charset_once): Initialize elements of bytes_by_char_head to 1 except for leading codes for private charases. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-06-10 | 1 | -0/+11 |
| | | |||||