aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/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 /lib-src/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 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 02f9918ebd8..0609f1e1e10 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,9 @@
12009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacsclient.c (main): Always pass cwd via "-dir". Pass the file
4 names without prepending cwd to them, so Emacs uses its customary
5 rules to determine how to interpret the file name.
6
12009-03-04 Glenn Morris <rgm@gnu.org> 72009-03-04 Glenn Morris <rgm@gnu.org>
2 8
3 * movemail.c (main) [MAIL_USE_POP]: Add -r to usage message. 9 * movemail.c (main) [MAIL_USE_POP]: Add -r to usage message.