diff lib-src/ChangeLog @ 102471:02f766280fad

* server.el (server-process-filter): Use expand-file-name rather than command-line-normalize-file-name so as to use the `dir' when provided. * emacsclient.c (main): Always pass cwd via "-dir". Pass the file names without prepending cwd to them, so Emacs uses its customary rules to determine how to interpret the file name.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 10 Mar 2009 14:08:52 +0000
parents e85d013e3140
children 10dc40769985
line wrap: on
line diff
--- a/lib-src/ChangeLog	Tue Mar 10 13:33:23 2009 +0000
+++ b/lib-src/ChangeLog	Tue Mar 10 14:08:52 2009 +0000
@@ -1,3 +1,9 @@
+2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* emacsclient.c (main): Always pass cwd via "-dir".  Pass the file
+	names without prepending cwd to them, so Emacs uses its customary
+	rules to determine how to interpret the file name.
+
 2009-03-04  Glenn Morris  <rgm@gnu.org>
 
 	* movemail.c (main) [MAIL_USE_POP]: Add -r to usage message.