comparison lisp/ChangeLog @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 0d2f883870bc
children a145efe76779
comparison
equal deleted inserted replaced
99:2d83cbd90d8d 100:4be1180a9e89
1 Sun Feb 23 12:56:28 1997 Steven L Baur <steve@altair.xemacs.org>
2
3 * edebug/edebug.el: Synch up with Emacs 19.34.
4
5 * prim/itimer-autosave.el (auto-save-timeout): Increase to 960.
6
7 Sat Feb 22 17:11:31 1997 Steven L Baur <steve@altair.xemacs.org>
8
9 * prim/loadup.el: Dump new file itimer-autosave.el.
10
11 Sat Feb 22 17:06:32 1997 Kyle Jones <kyle_jones@wonderworks.com>
12
13 * prim/itimer.el: Cleanup, removal of autosave cruft.
14
15 Fri Feb 21 09:41:44 1997 Steven L Baur <steve@altair.xemacs.org>
16
17 * prim/simple.el (line-move-ignore-invisible): Reverse previous
18 change to make this default to nil again.
19
20 Thu Feb 20 14:30:50 1997 Jamie Zawinski <jwz@netscape.com>
21
22 * prim/files.el (hack-local-variables-prop-line): New version.
23
24 Thu Feb 20 11:14:22 1997 Steven L Baur <steve@altair.xemacs.org>
25
26 * prim/files.el: Delete definition of dired-kept-versions.
27
28 * prim/about.el (about-xemacs-xref): Added Kyle's picture. :-)
29
30 Wed Feb 19 15:47:47 1997 Steven L Baur <steve@altair.xemacs.org>
31
32 * packages/vc.el (diff-switches): Restore since this global
33 variable went away with the passing of ange-ftp.
34
35 * utils/autoload.el (generate-file-autoloads-1): Don't let
36 find-file-hooks be run.
37 (update-file-autoloads): Ditto.
38 (update-autoloads-from-directory): Ditto.
39
40 * x11/x-menubar.el (default-menubar): Correct unguarded reference
41 to fast-lock-mode variable.
42
43 Wed Feb 19 08:04:02 1997 Noah Friedman <friedman@prep.ai.mit.edu>
44
45 * eldoc.el (eldoc-message-commands): Doc fixes.
46 (eldoc-message): Make function, not macro.
47
48 * eldoc.el (eldoc-last-message): New internal variable.
49 (eldoc-mode): Initialize it to nil.
50 (eldoc-message): Use it.
51 (eldoc-print-current-symbol-info): Use it.
52
53 * eldoc.el (eldoc-pre-command-refresh-echo-area): New function.
54 (eldoc-mode): Put it on pre-command-hook if in XEmacs or using
55 idle timers in Emacs.
56
57 * eldoc.el (eldoc-message-commands-table-size): New constant.
58 (eldoc-add-command): Use it to initialize eldoc-message-commands.
59
60 * eldoc.el (eldoc-display-message-no-interference-p): New function.
61 (eldoc-display-message-p): Use it.
62
63 * eldoc.el (eldoc-print-fnsym-args, eldoc-print-var-docstring):
64 Arg sym no longer optional.
65 Do not initialize arg if nil.
66
67 * eldoc.el (eldoc-forward-sexp-safe): Function deleted.
68 (eldoc-beginning-of-sexp): New function.
69 (eldoc-fnsym-in-current-sexp): Use eldoc-beginning-of-sexp.
70 Use eldoc-current-symbol to get symbol at point.
71
72 * eldoc.el (eldoc-function-argstring-from-docstring-method-table):
73 Forge docstrings for `and', `or', `list', `+', and `-'.
74
75 * eldoc.el (eldoc-add-command-completions): New function.
76 (eldoc-add-command): Take list of args.
77 No longer interactive.
78 (eldoc-remove-command-completions): New function.
79 (eldoc-remove-command): Take list of args.
80 No longer interactive.
81
82 * eldoc.el: Initialize eldoc-message-commands using
83 eldoc-add-command-completions.
84
85 * eldoc.el (eldoc-display-message-p): New function.
86 Return nil if cursor-in-echo-area, or using idle timers and a
87 command is still active.
88 (eldoc-print-current-symbol-info): Use eldoc-display-message-p.
89
90 Tue Feb 18 14:20:01 1997 David Byers <davby@ida.liu.se>
91
92 * packages/paren.el (paren-highlight): Minor typo correction.
93
94 Tue Feb 18 13:05:33 1997 Steven L Baur <steve@altair.xemacs.org>
95
96 * prim/loadup.el: Dump new file custom-xmas.
97
98 Mon Feb 17 21:01:38 1997 Steven L Baur <steve@altair.xemacs.org>
99
100 * prim/help.el (function-compatible-p): New function.
101 (function-compatibility-doc): New function.
102 (describe-function-1): Use them.
103 (variable-compatible-p): New function.
104 (variable-compatibility-doc): New function.
105 (describe-variable): Use them.
106
107 Mon Feb 17 19:12:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
108
109 * prim/obsolete.el (x-color-values): Added for Emacs
110 compatibility.
111
112 Mon Feb 17 18:11:24 1997 Michael Kifer <kifer@CS.SunySB.EDU>
113
114 * prim/files.el (file-remote-p): Force load of EFS if not already
115 loaded.
116
117 Mon Feb 17 17:45:23 1997 Bob Weiner <weiner@infodock.com>
118
119 * modes/lisp-mode.el (eval-last-sexp): Do something special if
120 evaluating (interactive ...).
121
122 Sun Feb 16 21:49:18 1997 Bjorn Victor <Bjorn.Victor@DoCS.UU.SE>
123
124 * utils/facemenu.el (facemenu-adjust-face-sizes): Strip size when
125 face is neither nil nor cons.
126
127 Sun Feb 16 14:26:03 1997 Steven L Baur <steve@altair.xemacs.org>
128
129 * prim/loadup.el: Try not dumping font.elc.
130
131 * prim/obsolete.el (display-column-mode): Remove column.el and
132 leave a forwarding address.
133
134 Sat Feb 15 23:21:11 1997 Kyle Jones <kyle_jones@wonderworks.com>
135
136 * prim/minibuf.el (read-from-minibuffer): Don't put evaluated
137 expressions in the minibuffer history list.
138
139 Sat Feb 15 22:57:11 1997 Steven L Baur <steve@altair.xemacs.org>
140
141 * packages/scroll-in-place.el (scroll-signal-boundary-error):
142 Allow user to suspend error signals.
143
144 Sat Feb 15 21:43:49 1997 John Turner <turner@branagh.ta52.lanl.gov>
145
146 * packages/column.el (current-line): Correct defaults for starting
147 at 1, remove an obsolete variable.
148
149 Sat Feb 15 20:17:46 1997 Hal Peterson <hrp@netstar.com>
150
151 * packages/vc.el (vc-backend-print-log): Change `cvs rlog' to
152 `cvs log'
153
154 Mon Feb 17 02:01:27 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
155
156 * utils/edmacro.el (edmacro-format-keys): Would bug out on empty
157 macro.
158
159 Mon Feb 17 02:01:27 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
160
161 * utils/edmacro.el (edmacro-format-keys): Would bug out on empty
162 macro.
163 (edmacro-fix-menu-commands): Would bug out on 'control, etc.
164 (edmacro-events-to-keys): New function.
165 (edmacro-format-keys): Use it.
166 (edmacro-finish-edit): Compare to macros, not strings.
167 (edmacro-fkeys): New function.
168 (edmacro-format-keys): Use it.
169 (edit-kbd-macro): Tweak.
170
1 Sat Feb 15 13:58:14 1997 Kyle Jones <kyle_jones@wonderworks.com> 171 Sat Feb 15 13:58:14 1997 Kyle Jones <kyle_jones@wonderworks.com>
2 172
3 * packages/info.el: Don't call switch-to-buffer if the Info frame 173 * packages/info.el: Don't call switch-to-buffer if the Info frame
4 is being deleted. 174 is being deleted.
5 175