aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2012-04-10 16:16:05 +0200
committerJuanma Barranquero2012-04-10 16:16:05 +0200
commit2a8ce227d040e564ea6e7b4aecf1dcad5ca6e9c7 (patch)
treea522ea953610f470909f0dff44cdf94c1dc81d71 /lisp/ChangeLog
parent8f33b5f8734810e2feb0036bd9b0b34f51f7bc17 (diff)
downloademacs-2a8ce227d040e564ea6e7b4aecf1dcad5ca6e9c7.tar.gz
emacs-2a8ce227d040e564ea6e7b4aecf1dcad5ca6e9c7.zip
Record and display absolute path of DLLs loaded (bug#10424).
* lisp/misc.el (list-dynamic-libraries--loaded): New function. (list-dynamic-libraries--refresh): Use it. * src/w32.c (w32_delayed_load): Record the full path of the library being loaded.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fee5e34942c..9d019be9796 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12012-04-10 Juanma Barranquero <lekktu@gmail.com>
2
3 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4 (list-dynamic-libraries--loaded): New function.
5 (list-dynamic-libraries--refresh): Use it.
6
12012-04-10 Nathan Weizenbaum <nweiz@google.com> 72012-04-10 Nathan Weizenbaum <nweiz@google.com>
2 8
3 * progmodes/python.el (python-fill-paragraph): Make 9 * progmodes/python.el (python-fill-paragraph): Make