aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-10-16 06:22:25 +0400
committerDmitry Antipov2012-10-16 06:22:25 +0400
commit61655b89f454597079c7f1ddf680d654c2c5f4e8 (patch)
tree8f3bcfdf8e2298d6a606ecf57269e1a063198252 /src/ChangeLog
parent293902c8b28955cce23d0ae79820d363ba99bf72 (diff)
downloademacs-61655b89f454597079c7f1ddf680d654c2c5f4e8.tar.gz
emacs-61655b89f454597079c7f1ddf680d654c2c5f4e8.zip
* editfns.c (get_system_name): Remove.
* lisp.h (get_system_name): Remove prototype. * xrdb.c (getenv, getpwuid, getpwnam): Remove prototypes. (get_environ_db): Use Vsystem_name. Avoid call to strlen.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 398eda841fe..26bd1925a5f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-10-16 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * editfns.c (get_system_name): Remove.
4 * lisp.h (get_system_name): Remove prototype.
5 * xrdb.c (getenv, getpwuid, getpwnam): Remove prototypes.
6 (get_environ_db): Use Vsystem_name. Avoid call to strlen.
7
12012-10-15 Daniel Colascione <dancol@dancol.org> 82012-10-15 Daniel Colascione <dancol@dancol.org>
2 9
3 * dbusbind.c: Add comment explaining reason for previous change. 10 * dbusbind.c: Add comment explaining reason for previous change.