comparison lisp/ChangeLog @ 38521:1e1aaf2dadee

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 23 Jul 2001 09:46:39 +0000
parents fc69b74fa9ad
children f4d3e190e759
comparison
equal deleted inserted replaced
38520:fc69b74fa9ad 38521:1e1aaf2dadee
11 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu> 11 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
12 12
13 * ediff-util.el: Copyright years. 13 * ediff-util.el: Copyright years.
14 (ediff-choose-syntax-table): New function. 14 (ediff-choose-syntax-table): New function.
15 (ediff-setup): Use ediff-choose-syntax-table. 15 (ediff-setup): Use ediff-choose-syntax-table.
16 (ediff-file-checked-out-p,ediff-file-checked-in-p): check if 16 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
17 vc-state is available. 17 vc-state is available.
18 (ediff-make-temp-file): use ediff-coding-system-for-write. 18 (ediff-make-temp-file): Use ediff-coding-system-for-write.
19 19
20 * ediff-init.el (ediff-with-syntax-table): New macro, uses 20 * ediff-init.el (ediff-with-syntax-table): New macro, uses
21 with-syntax-table. 21 with-syntax-table.
22 (ediff-coding-system-for-read): from ediff-diff.el 22 (ediff-coding-system-for-read): From ediff-diff.el
23 (ediff-coding-system-for-write): new variable. 23 (ediff-coding-system-for-write): New variable.
24 (ediff-highest-priority): fixed the bug having to do with disappearing 24 (ediff-highest-priority): Fixed the bug having to do with disappearing
25 overlays. 25 overlays.
26 (ediff-file-remote-p): use file-remote-p, if available. 26 (ediff-file-remote-p): Use file-remote-p, if available.
27 (ediff-listable-file): new function. 27 (ediff-listable-file): New function.
28 (ediff-file-attributes): use ediff-listable-file. 28 (ediff-file-attributes): Use ediff-listable-file.
29 29
30 * ediff-mult.el (ediff-meta-insert-file-info1): use 30 * ediff-mult.el (ediff-meta-insert-file-info1): Use
31 ediff-listable-file. 31 ediff-listable-file.
32 32
33 * ediff-ptch.el (ediff-prompt-for-patch-file): use 33 * ediff-ptch.el (ediff-prompt-for-patch-file): Use
34 ediff-coding-system-for-read. 34 ediff-coding-system-for-read.
35 (ediff-patch-file-internal): use ediff-coding-system-for-write. 35 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
36 36
37 * ediff-diff.el (ediff-coding-system-for-read): moved to ediff-init.el. 37 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
38 (ediff-match-diff3-line,ediff-get-diff3-group): improved pattern. 38 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
39 39
40 * ediff.el: Date of last update, copyright years. 40 * ediff.el: Date of last update, copyright years.
41 41
42 * ediff-wind (ediff-setup-control-frame): Nill->nil. 42 * ediff-wind (ediff-setup-control-frame): Nill->nil.
43 43
46 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions. 46 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
47 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command): 47 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
48 Deleted functions. 48 Deleted functions.
49 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new 49 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
50 ex-token-list. 50 ex-token-list.
51 (viper-get-ex-address-subr): convert registers to char data type. 51 (viper-get-ex-address-subr): Convert registers to char data type.
52 52
53 * viper-util.el (viper-int-to-char,viper-char-equal): new 53 * viper-util.el (viper-int-to-char,viper-char-equal): New
54 functions. 54 functions.
55 (viper-memq-char): use viper-int-to-char. 55 (viper-memq-char): Use viper-int-to-char.
56 (viper-file-checked-in-p): use vc-locking-user, if vc doesn't have 56 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
57 vc-locking-state. 57 vc-locking-state.
58 (viper-read-key): use viper-read-key-sequence. 58 (viper-read-key): Use viper-read-key-sequence.
59 59
60 * viper.el (viper-major-mode-modifier-list): added 60 * viper.el (viper-major-mode-modifier-list): Added
61 inferior-emacs-lisp-mode. 61 inferior-emacs-lisp-mode.
62 (this-major-mode-requires-vi-state): new function that uses simple 62 (this-major-mode-requires-vi-state): New function that uses simple
63 heuristics to decide if vi state is appropriate. 63 heuristics to decide if vi state is appropriate.
64 (set-viper-state-in-major-mode): use this-major-mode-requires-vi-state. 64 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
65 (viper-non-hook-settings): don't advise read-key-sequence. 65 (viper-non-hook-settings): Don't advise read-key-sequence.
66 (viper-read-key-sequence): new function that replaces the 66 (viper-read-key-sequence): New function that replaces the
67 previously used advice to read-key-sequence. 67 previously used advice to read-key-sequence.
68 68
69 * viper-cmd.el (viper-test-com-defun,viper-exec-change, 69 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
70 viper-exec-Change,viper-execute-com,viper-insert,viper-append, 70 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
71 viper-Append,viper-Insert,viper-open-line,viper-Open-line, 71 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
72 viper-open-line-at-point,viper-substitute,viper-overwrite, 72 (viper-open-line-at-point,viper-substitute,viper-overwrite)
73 viper-replace-char-subr,viper-forward-word,viper-forward-Word): 73 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
74 got rid of the negative character hack. 74 Got rid of the negative character hack.
75 (viper-escape-to-state,viper-replace-state-exit-cmd): 75 (viper-escape-to-state,viper-replace-state-exit-cmd):
76 use viper-read-key-sequence. 76 Use viper-read-key-sequence.
77 (viper-envelop-ESC-key): no need for ad-get-orig-definition. 77 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
78 (viper-minibuffer-standard-hook,viper-read-string-with-history): 78 (viper-minibuffer-standard-hook,viper-read-string-with-history):
79 don't override existing minibuffer-setup-hook. 79 Don't override existing minibuffer-setup-hook.
80 (viper-mark-point,viper-goto-mark-subr,viper-brac-function): 80 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
81 convert registers to char data type. 81 Convert registers to char data type.
82 (viper-autoindent): use viper-indent-line. 82 (viper-autoindent): Use viper-indent-line.
83 83
84 * viper-keym.el: use viper-exec-key-in-emacs. 84 * viper-keym.el: Use viper-exec-key-in-emacs.
85 85
86 2001-07-20 Stefan Monnier <monnier@cs.yale.edu> 86 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
87 87
88 * server.el (server-visit-files): Fix variable name typo. 88 * server.el (server-visit-files): Fix variable name typo.
89 89