diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 0609f1e1e10..c9c37ed76ff 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacsclient.c (main): Revert part of last change, so | ||
| 4 | drive-relative file names again work on Windows. | ||
| 5 | |||
| 6 | 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 7 | |||
| 3 | * emacsclient.c (main): Always pass cwd via "-dir". Pass the file | 8 | * emacsclient.c (main): Always pass cwd via "-dir". Pass the file |
| 4 | names without prepending cwd to them, so Emacs uses its customary | 9 | names without prepending cwd to them, so Emacs uses its customary |
| 5 | rules to determine how to interpret the file name. | 10 | rules to determine how to interpret the file name. |