aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2009-03-10 14:08:52 +0000
committerStefan Monnier2009-03-10 14:08:52 +0000
commitba528748a14a34d2c3f619615c4cdaf4bbd89cc0 (patch)
tree16c988a41705f78fff35c619216e2f4d73af838d /lisp/ChangeLog
parentbba79a9ce446856701d58cdeb26488b6a0b87864 (diff)
downloademacs-ba528748a14a34d2c3f619615c4cdaf4bbd89cc0.tar.gz
emacs-ba528748a14a34d2c3f619615c4cdaf4bbd89cc0.zip
* 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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ee521252b96..21706156689 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12009-03-10 Stefan Monnier <monnier@iro.umontreal.ca> 12009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * server.el (server-process-filter): Use expand-file-name rather than
4 command-line-normalize-file-name so as to use the `dir' when provided.
5
3 * doc-view.el (doc-view-convert-current-doc): Fix last change. 6 * doc-view.el (doc-view-convert-current-doc): Fix last change.
4 7
52009-03-10 Glenn Morris <rgm@gnu.org> 82009-03-10 Glenn Morris <rgm@gnu.org>