aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (makeinfo-compile): Don't quote lambda.Stefan Monnier2000-06-121-2/+2
|
* (command-line, command-line-1): Don't quote lambda.Stefan Monnier2000-06-121-6/+7
| | | | (command-line): Don't call menu-bar-mode if not interactive.
* (makefile-pickup-filenames-as-targets): Don't quote lambda.Stefan Monnier2000-06-121-1/+1
|
* (hif-compress-define-list)Stefan Monnier2000-06-121-4/+4
| | | | (hide-ifdef-use-define-alist): Don't quote lambda.
* (ange-ftp-vms-delete-file-entry)Stefan Monnier2000-06-121-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 Monnier2000-06-121-2/+2
|
* (Man-build-man-command): Don't quote lambda.Stefan Monnier2000-06-121-4/+4
|
* (news-reply-header-hook): Don't quote lambda.Stefan Monnier2000-06-121-3/+3
|
* (Info-insert-dir): Don't quote lambda.Stefan Monnier2000-06-121-9/+9
|
* (backward-word, forward-word, setq): Don't quote lambda.Stefan Monnier2000-06-121-4/+4
|
* (gulp-send-requests): Don't quote lambda.Stefan Monnier2000-06-121-5/+5
|
* (byte-compile-log-lap-1)Stefan Monnier2000-06-121-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 Monnier2000-06-121-3/+3
| | | | (ad-make-freeze-definition): Don't quote lambda.
* (cvs-parse-process): Don't blindly refresh all cookies.Stefan Monnier2000-06-122-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 Monnier2000-06-121-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, setKenichi Handa2000-06-121-1/+1
| | | | buffer-file-coding-system to nil unconditionally.
* *** empty log message ***Kenichi Handa2000-06-122-0/+18
|
* (EMACS_FONTSET_H): Renamed from _FONTSET_H.Kenichi Handa2000-06-111-3/+3
|
* (EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H.Kenichi Handa2000-06-111-3/+3
|
* (EMASC_CODING_H): Renamed from _CODING_H.Kenichi Handa2000-06-111-5/+3
|
* (EMACS_CHARSET_H): Renamed from _CHARSET_H.Kenichi Handa2000-06-111-3/+3
|
* (EMACS_CCL_H): Renamed from _CCL_H.Kenichi Handa2000-06-111-3/+3
|
* (widget-specify-button): Really suppress the face if required.Dave Love2000-06-112-2/+9
|
* (cvs-default-ignore-marks, cvs-diff-ignore-marks):Stefan Monnier2000-06-111-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 theStefan Monnier2000-06-111-15/+23
| | | | file to resolve the ambiguity between C-conflict and C-need-merge.
* *** empty log message ***Jason Rumney2000-06-112-0/+11
|
* Define POINTER_TYPE, PTR, PROTOTYPES and __P.Jason Rumney2000-06-111-0/+20
|
* Added targets for ebrowse.Jason Rumney2000-06-111-0/+12
|
* [WINDOWS-NT]: Use stricmp rather than strcasecmp to compare filenames.Jason Rumney2000-06-111-2/+6
|
* (EMACS_SYSTIME_H): Renamed from _SYSTIME_H.Dave Love2000-06-112-3/+7
|
* Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.Eli Zaretskii2000-06-112-3/+7
|
* *** empty log message ***Gerd Moellmann2000-06-113-1/+11
|
* (x-colors): Add colors from recent rgb.txt.Gerd Moellmann2000-06-111-128/+743
|
* (xmenu_show): Case second parameter of lw_popup_menuGerd Moellmann2000-06-111-1/+1
| | | | to `XEvent *'.
* (imenu-generic-expression): Docstring fix.Stefan Monnier2000-06-112-3/+35
|
* (composition-function-table): Move the `put'Stefan Monnier2000-06-111-1/+2
| | | | below the autoload cookie so we can load the file before loaddefs.
* (mouse-avoidance-random-shape): Don't quote lambda.Stefan Monnier2000-06-111-2/+2
|
* (make-autoload): Use `cond'.Stefan Monnier2000-06-111-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 Monnier2000-06-111-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 Monnier2000-06-111-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 Handa2000-06-101-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 Handa2000-06-101-0/+4
|
* (set-buffer-file-coding-system): If one of undecided-XXX is specified,Kenichi Handa2000-06-101-4/+13
| | | | change only EOL conversion.
* (unix): New alias for the coding system undecided-unix.Kenichi Handa2000-06-101-0/+1
|
* *** empty log message ***Kenichi Handa2000-06-101-0/+8
|
* *** empty log message ***Kenichi Handa2000-06-102-2/+5
|
* (Finsert_file_contents): Be sure to setup src_multibyteKenichi Handa2000-06-101-0/+3
| | | | and dst_multibyte members of coding.
* (CHARSET_8_BIT_GRAPHIC): Define as 0x80.Kenichi Handa2000-06-101-7/+9
| | | | | (UNIBYTE_STR_AS_MULTIBYTE_P): Fix for an invalid multibyte sequence.
* (update_charset_table): Update the tableKenichi Handa2000-06-101-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 Handa2000-06-101-0/+11
|