aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2009-03-11 00:57:03 +0000
committerJuanma Barranquero2009-03-11 00:57:03 +0000
commit6cde1b21385d450f73b889deee4e11211b0036ec (patch)
tree7cff2a3426091145f2c6d8e2b5a476b2fe1ca003 /lib-src/ChangeLog
parent7679cfc8a436185e2ad95c7f6a900d1431714434 (diff)
downloademacs-6cde1b21385d450f73b889deee4e11211b0036ec.tar.gz
emacs-6cde1b21385d450f73b889deee4e11211b0036ec.zip
* emacsclient.c (main): Revert part of last change,
so drive-relative file names again work on Windows.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog5
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 @@
12009-03-10 Stefan Monnier <monnier@iro.umontreal.ca> 12009-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
62009-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.