comparison lisp/ChangeLog @ 47128:119560f22343

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 30 Aug 2002 11:09:19 +0000
parents 215a73bfc592
children a37d2dd10e3e
comparison
equal deleted inserted replaced
47127:895cc47caf77 47128:119560f22343
1 2002-08-30 Juanma Barranquero <lektu@terra.es>
2
3 * bs.el (bs-message-without-log): Fix typo.
4
5 * font-core.el (font-lock-defaults): Likewise.
6
7 * font-lock.el (font-lock-add-keywords): Likewise.
8
9 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
10
11 * textmodes/bibtex.el (bibtex-mode): Likewise.
12
13 * emulation/viper-ex.el (ex-compile-command): Likewise.
14
15 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent): Likewise.
16
17 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
18
19 * allout.el (my-mark-marker): Likewise.
20
1 2002-08-30 Simon Josefsson <jas@extundo.com> 21 2002-08-30 Simon Josefsson <jas@extundo.com>
2 22
3 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer 23 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
4 unless s-debug-info is enabled. 24 unless s-debug-info is enabled.
5 25
24 2002-08-29 Kim F. Storm <storm@cua.dk> 44 2002-08-29 Kim F. Storm <storm@cua.dk>
25 45
26 * kmacro.el: Changed default bindings from F7/F8 to F3/F4. 46 * kmacro.el: Changed default bindings from F7/F8 to F3/F4.
27 Changed default binding of C-x e to kmacro-end-or-call-macro. 47 Changed default binding of C-x e to kmacro-end-or-call-macro.
28 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom 48 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
29 variables. 49 variables.
30 (kmacro-get-prefix-arg): New function. 50 (kmacro-get-prefix-arg): New function.
31 (kmacro-repeat-on-last-key): Renamed from kmacro-repeat-loop and improved. 51 (kmacro-repeat-on-last-key): Renamed from kmacro-repeat-loop and improved.
32 Callers changed. 52 Callers changed.
33 (kmacro-call-macro): Repeat macro by repeating last key or 53 (kmacro-call-macro): Repeat macro by repeating last key or
34 key defined in kmacro-call-repeat-key. New third arg non-nil 54 key defined in kmacro-call-repeat-key. New third arg non-nil
42 * files.el (find-buffer-visiting): Compare file attributes 62 * files.el (find-buffer-visiting): Compare file attributes
43 using buffer-file-truename. 63 using buffer-file-truename.
44 64
45 2002-08-28 Richard M. Stallman <rms@gnu.org> 65 2002-08-28 Richard M. Stallman <rms@gnu.org>
46 66
47 * files.el (make-auto-save-file-name, make-backup-file-name-1): 67 * files.el (make-auto-save-file-name, make-backup-file-name-1):
48 Don't use directory-sep-char. 68 Don't use directory-sep-char.
49 69
50 2002-08-28 Juanma Barranquero <lektu@terra.es> 70 2002-08-28 Juanma Barranquero <lektu@terra.es>
51 71
52 * replace.el (occur-hook): Renamed from `occur-mode-hook'. 72 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
163 183
164 * apropos.el (command-apropos): Use `defalias' instead of `fset'. 184 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
165 185
166 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix. 186 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
167 187
168 2002-08-23 Richard M. Stallman <rms@gnu.org>
169
170 * loadhist.el (unload-feature): Distinguish functions from
171 variables in load-history.
172 (feature-symbols): Doc fix.
173
174 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
175
176 * subr.el (symbol-file-load-history-loaded)
177 (load-symbol-file-load-history): Deleted.
178 (symbol-file): Don't call load-symbol-file-load-history.
179
180 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
181
182 * frame.el (select-frame-by-name, select-frame-set-input-focus):
183 Always call x-focus-frame, if using x.
184 Use set-mouse-position on all systems, if focus-follows-mouse.
185
186 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk> 188 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
187 189
188 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu) 190 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
189 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on) 191 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
190 (f90-font-lock-off, f90-font-lock-menu): Delete. 192 (f90-font-lock-off, f90-font-lock-menu): Delete.
193 No longer (require 'imenu) when compiling. 195 No longer (require 'imenu) when compiling.
194 (f90-mark-subprogram, f90-indent-region, f90-fill-region) 196 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
195 (f90-abbrev-start): Use fboundp. 197 (f90-abbrev-start): Use fboundp.
196 (f90-imenu-flag): Delete - use imenu--index-alist instead. 198 (f90-imenu-flag): Delete - use imenu--index-alist instead.
197 199
200 2002-08-23 Richard M. Stallman <rms@gnu.org>
201
202 * loadhist.el (unload-feature): Distinguish functions from
203 variables in load-history.
204 (feature-symbols): Doc fix.
205
206 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
207
208 * subr.el (symbol-file-load-history-loaded)
209 (load-symbol-file-load-history): Deleted.
210 (symbol-file): Don't call load-symbol-file-load-history.
211
198 2002-08-23 Andre Spiegel <spiegel@gnu.org> 212 2002-08-23 Andre Spiegel <spiegel@gnu.org>
199 213
200 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again. 214 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
215
216 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
217
218 * frame.el (select-frame-by-name, select-frame-set-input-focus):
219 Always call x-focus-frame, if using x.
220 Use set-mouse-position on all systems, if focus-follows-mouse.
201 221
202 2002-08-22 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 222 2002-08-22 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
203 223
204 * net/tramp.el: Version 2.0.14 released. 224 * net/tramp.el: Version 2.0.14 released.
205 (tramp-shell-prompt-pattern): New variable. 225 (tramp-shell-prompt-pattern): New variable.
380 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl> 400 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
381 401
382 * textmodes/reftex.el (reftex-mode): Moved the creation of special 402 * textmodes/reftex.el (reftex-mode): Moved the creation of special
383 syntax tables to top-level. 403 syntax tables to top-level.
384 404
405 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
406
407 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
408 use `hash-table-size' instead of `length'.
409
385 2002-08-14 Stefan Monnier <monnier@cs.yale.edu> 410 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
386 411
387 * help-fns.el (locate-library): Use locate-file(-completion). 412 * help-fns.el (locate-library): Use locate-file(-completion).
388 (help-split-fundoc): Tighten the regexp and recognize a usage-info 413 (help-split-fundoc): Tighten the regexp and recognize a usage-info
389 where the function name is `fn'. 414 where the function name is `fn'.
421 Fix handling of minibuffer-setup-hook. 446 Fix handling of minibuffer-setup-hook.
422 Use minibuffer-completion-help instead of rolling our own. 447 Use minibuffer-completion-help instead of rolling our own.
423 (imenu-choose-buffer-index): Use the new var. 448 (imenu-choose-buffer-index): Use the new var.
424 449
425 * startup.el (command-line): Load custom-file if not done yet. 450 * startup.el (command-line): Load custom-file if not done yet.
426
427 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
428
429 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
430 use `hash-table-size' instead of `length'.
431 451
432 2002-08-14 Kenichi Handa <handa@etl.go.jp> 452 2002-08-14 Kenichi Handa <handa@etl.go.jp>
433 453
434 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode 454 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
435 the selection data string. Always return cons of type and string. 455 the selection data string. Always return cons of type and string.