comparison lisp/ChangeLog @ 46254:cb67dabf2c60

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 08 Jul 2002 09:37:31 +0000
parents e6d0de1d97dc
children 903813a34910
comparison
equal deleted inserted replaced
46253:5aa8db244c65 46254:cb67dabf2c60
1 2002-07-08 Juanma Barranquero <lektu@terra.es>
2
3 * info.el (Info-directory-list): Fix docstring.
4
1 2002-07-08 Miles Bader <miles@gnu.org> 5 2002-07-08 Miles Bader <miles@gnu.org>
2 6
3 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS 7 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
4 before first use. 8 before first use.
5 9
7 11
8 * files.el (after-find-file): Don't check for read-only status 12 * files.el (after-find-file): Don't check for read-only status
9 of files just created (and not yet saved on disk). 13 of files just created (and not yet saved on disk).
10 14
11 * ido.el (ido-completion-help): Changed xemacs specific code to 15 * ido.el (ido-completion-help): Changed xemacs specific code to
12 avoid byte compiler warning in GNU emacs. 16 avoid byte compiler warning in GNU emacs.
13 (ido-set-matches1): Use regexp-quote instead of identity. 17 (ido-set-matches1): Use regexp-quote instead of identity.
14 (ido-complete-space): New function. 18 (ido-complete-space): New function.
15 (ido-define-mode-map): Bind it to SPACE. 19 (ido-define-mode-map): Bind it to SPACE.
16 20
17 2002-07-07 Stefan Monnier <monnier@cs.yale.edu> 21 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
302 Rename from delay-uniquify-rationalize-file-buffer-names. 306 Rename from delay-uniquify-rationalize-file-buffer-names.
303 Only rationalize if the buffer is under uniquify control. 307 Only rationalize if the buffer is under uniquify control.
304 (uniquify-delayed-rationalize-file-buffer-names): 308 (uniquify-delayed-rationalize-file-buffer-names):
305 Rename from delayed-uniquify-rationalize-file-buffer-names. 309 Rename from delayed-uniquify-rationalize-file-buffer-names.
306 310
307 2002-06-27 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 311 2002-06-27 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
308 312
309 * net/tramp.el (tramp-file-name-structure) 313 * net/tramp.el (tramp-file-name-structure)
310 (tramp-multi-file-name-hop-structure): Split for easier readability. 314 (tramp-multi-file-name-hop-structure): Split for easier readability.
311 (tramp-handle-make-symbolic-link): Use user/host/method/... from 315 (tramp-handle-make-symbolic-link): Use user/host/method/... from
312 LINKNAME, not FILENAME. 316 LINKNAME, not FILENAME.
351 (cperl-beautify-regexp-piece): Fix error message. 355 (cperl-beautify-regexp-piece): Fix error message.
352 (cperl-invert-if-unless): Fix error message. 356 (cperl-invert-if-unless): Fix error message.
353 357
354 * dired.el (dired-find-alternate-file): Mark as disabled. 358 * dired.el (dired-find-alternate-file): Mark as disabled.
355 359
356 2002-06-25 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 360 2002-06-25 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
357 361
358 * net/tramp.el (tramp-ftp-method): New user option. 362 * net/tramp.el (tramp-ftp-method): New user option.
359 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP. 363 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
360 (with-parsed-tramp-file-name): New macro for the usual big `let' 364 (with-parsed-tramp-file-name): New macro for the usual big `let'
361 statement to dissect a file-name. 365 statement to dissect a file-name.
439 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk> 443 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
440 444
441 * progmodes/f90.el (f90-do-auto-fill): Respect the value of 445 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
442 comment-auto-fill-only-comments. 446 comment-auto-fill-only-comments.
443 447
444 2002-06-21 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 448 2002-06-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
445 449
446 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property. 450 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
447 This is not a handled operation. 451 This is not a handled operation.
448 452
449 2002-06-21 Kim F. Storm <storm@cua.dk> 453 2002-06-21 Kim F. Storm <storm@cua.dk>