Mercurial > emacs
comparison src/ChangeLog @ 50340:810c2ac4b064
(Fexpand_file_name): In the no-handler case, after
expanding, look again for a handler and invoke it. This is needed
for filenames like "/foo/../user@host:/bar/../baz" -- the first
expansion produces "/user@host:/bar/../baz" which needs to be
expanded again for the finame result "/user@host:/baz".
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Sat, 29 Mar 2003 16:34:35 +0000 |
parents | 60da21fd968b |
children | 3eefcc420a5a |
comparison
equal
deleted
inserted
replaced
50339:b8ecb0403fa1 | 50340:810c2ac4b064 |
---|---|
1 2003-03-29 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | |
2 | |
3 * fileio.c (Fexpand_file_name): In the no-handler case, after | |
4 expanding, look again for a handler and invoke it. This is needed | |
5 for filenames like "/foo/../user@host:/bar/../baz" -- the first | |
6 expansion produces "/user@host:/bar/../baz" which needs to be | |
7 expanded again for the finame result "/user@host:/baz". | |
8 | |
1 2003-03-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 9 2003-03-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2 | 10 |
3 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size | 11 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size |
4 of area to be redrawn for better performance. | 12 of area to be redrawn for better performance. |
5 | 13 |