Mercurial > emacs
diff lisp/ChangeLog @ 74345:d734bb49c745
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 30 Nov 2006 23:34:05 +0000 |
parents | c94145f8e712 |
children | b51283822ec9 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Nov 30 23:30:52 2006 +0000 +++ b/lisp/ChangeLog Thu Nov 30 23:34:05 2006 +0000 @@ -1,6 +1,14 @@ +2006-11-30 Juanma Barranquero <lekktu@gmail.com> + + * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short) + (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page) + (hexl-end-of-1k-page): Doc fixes. + (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range): + Fix typos in docstrings. + 2006-11-30 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> - * ido.el (ido-local-file-exists-p): New. Tell if a file exists + * ido.el (ido-local-file-exists-p): New. Tell if a file exists locally, i.e. without using file name handlers. (ido-read-internal): Allow mono letter host names, avoiding the `c:' problem by testing if the file exists locally.