comparison lisp/ChangeLog @ 47585:af14293fe0cc

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 23 Sep 2002 08:28:56 +0000
parents 332e69c0d7dc
children 023de2644b2b
comparison
equal deleted inserted replaced
47584:9d26bf959510 47585:af14293fe0cc
1 2002-09-23 Juanma Barranquero <lektu@terra.es>
2
3 * net/tramp.el (tramp-unified-filenames): Autoload it.
4
1 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu> 5 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
2 6
3 * ediff-init.el (ediff-get-next-window): bug fix. 7 * ediff-init.el (ediff-get-next-window): bug fix.
4 8
5 2002-09-22 Richard M. Stallman <rms@gnu.org> 9 2002-09-22 Richard M. Stallman <rms@gnu.org>
6 10
7 * international/mule-cmds.el (select-safe-coding-system): Cope if 11 * international/mule-cmds.el (select-safe-coding-system): Cope if
8 default-coding-system gives nil which was then used in `min'. 12 default-coding-system gives nil which was then used in `min'.
9 13
232 function call for user/host completion according to definition in 236 function call for user/host completion according to definition in
233 `tramp-completion-function-alist'. 237 `tramp-completion-function-alist'.
234 (tramp-parse-passwd): Added exception handling for "root", because 238 (tramp-parse-passwd): Added exception handling for "root", because
235 `tramp-get-completion-su' (the previous place for this stuff) 239 `tramp-get-completion-su' (the previous place for this stuff)
236 doesn't exist any longer. 240 doesn't exist any longer.
237 241
238 2002-09-07 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 242 2002-09-07 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
239 243
240 * net/tramp.el (tramp-enter-password): Use 244 * net/tramp.el (tramp-enter-password): Use
241 `tramp-password-end-of-line' to terminate the line. 245 `tramp-password-end-of-line' to terminate the line.
242 (tramp-bug): Include new variable `tramp-password-end-of-line'. 246 (tramp-bug): Include new variable `tramp-password-end-of-line'.
355 (tramp-completion-handle-file-name-all-completions): Call 359 (tramp-completion-handle-file-name-all-completions): Call
356 completion-function only if `user' or `host' is given. 360 completion-function only if `user' or `host' is given.
357 (tramp-get-completion-user-host): New function. 361 (tramp-get-completion-user-host): New function.
358 (tramp-get-completion-rsh) 362 (tramp-get-completion-rsh)
359 (tramp-get-completion-ssh): Apply it. 363 (tramp-get-completion-ssh): Apply it.
360 364
361 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de> 365 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
362 366
363 * net/tramp.el (tramp-completion-file-name-handler-alist): Add 367 * net/tramp.el (tramp-completion-file-name-handler-alist): Add
364 handler for `expand-file-name'. 368 handler for `expand-file-name'.
365 (tramp-completion-handle-expand-file-name): New function. 369 (tramp-completion-handle-expand-file-name): New function.
446 `tramp-completion-file-name-handler' to `file-name-handler-alist'. 450 `tramp-completion-file-name-handler' to `file-name-handler-alist'.
447 (tramp-run-real-handler): Add `tramp-completion-file-name-handler' 451 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
448 to `inhibit-file-name-handlers'. 452 to `inhibit-file-name-handlers'.
449 (tramp-completion-handle-file-name-all-completions) 453 (tramp-completion-handle-file-name-all-completions)
450 (tramp-completion-handle-file-name-completion): New functions. 454 (tramp-completion-handle-file-name-completion): New functions.
451 455
452 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de> 456 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
453 457
454 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' 458 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
455 must be called again after activating `ange-ftp'. 459 must be called again after activating `ange-ftp'.
456 (tramp-ange-ftp-file-name-p): Check for Xemacs. 460 (tramp-ange-ftp-file-name-p): Check for Xemacs.
573 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use. 577 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
574 578
575 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu> 579 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
576 580
577 * ielm.el: (*1, *2, *3): New variables. 581 * ielm.el: (*1, *2, *3): New variables.
578 (ielm-eval-input): Make temporary buffers current on entry and 582 (ielm-eval-input): Make temporary buffers current on entry and
579 exit to the let bindings for *, ** and ***. 583 exit to the let bindings for *, ** and ***.
580 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring. 584 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
581 Do not overrule global bindings for *, ** and ***. 585 Do not overrule global bindings for *, ** and ***.
582 586
583 2002-09-18 Tom Tromey <tromey@redhat.com> 587 2002-09-18 Tom Tromey <tromey@redhat.com>
742 First arg now DIR, always just the directory. 746 First arg now DIR, always just the directory.
743 This function fully handles setting up the buffer text: 747 This function fully handles setting up the buffer text:
744 update indentation, insert headerline and "wildcard" info. 748 update indentation, insert headerline and "wildcard" info.
745 Pass --dired arg if appropriate; put info in dired-filename props. 749 Pass --dired arg if appropriate; put info in dired-filename props.
746 Don't expand file names here. 750 Don't expand file names here.
747 751
748 * warnings.el (display-warning): In batch mode, 752 * warnings.el (display-warning): In batch mode,
749 exclude the final newline from the arg to `message'. 753 exclude the final newline from the arg to `message'.
750 754
751 2002-09-13 Markus Rost <rost@math.ohio-state.edu> 755 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
752 756