aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-13 15:28:14 -0700
committerPaul Eggert2011-04-13 15:28:14 -0700
commitf44bd759cb8b78ee8759f4681643807fe6c572ff (patch)
treedfbb91c803cc2d8c0ac1932958ced573affbf6a8 /src/ChangeLog
parentb532497da492ad9fef912bdf41d7f57c6f5bd833 (diff)
downloademacs-f44bd759cb8b78ee8759f4681643807fe6c572ff.tar.gz
emacs-f44bd759cb8b78ee8759f4681643807fe6c572ff.zip
* editfns.c: Move a (normally-unused) function to its only use.
* editfns.c, lisp.h (get_operating_system_release): Remove. * process.c (init_process) [DARWIN_OS]: Do it inline, as it is not worth the hassle of breaking this out.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 94712577e87..7b0a1de11da 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12011-04-13 Paul Eggert <eggert@cs.ucla.edu> 12011-04-13 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * editfns.c: Move a (normally-unused) function to its only use.
4 * editfns.c, lisp.h (get_operating_system_release): Remove.
5 * process.c (init_process) [DARWIN_OS]: Do it inline, as it is not
6 worth the hassle of breaking this out.
7
3 * xterm.c: Make symbols static if they're not exported. 8 * xterm.c: Make symbols static if they're not exported.
4 (x_raise_frame, x_lower_frame, x_wm_set_window_state): 9 (x_raise_frame, x_lower_frame, x_wm_set_window_state):
5 (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error): 10 (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error):