comparison lisp/ChangeLog @ 69747:b457e0e58e20

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Fri, 31 Mar 2006 23:45:48 +0000
parents 768d198de598
children ed06409bb547
comparison
equal deleted inserted replaced
69746:768d198de598 69747:b457e0e58e20
1 2006-04-01 Kim F. Storm <storm@cua.dk>
2
3 * ido.el (ido-unc-hosts-cache): New defvar.
4 (ido-unc-hosts): If value of defcustom is a function, call it to
5 get list of UNC hosts. Add function-item choices to specify
6 ido-unc-hosts-net-view or user function.
7 (ido-ignore-unc-host-regexps): New defcustom.
8 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
9 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
10 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11
1 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca> 12 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2 13
3 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than 14 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4 wwidth. 15 wwidth.
5 16