aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorTomohiro Matsuyama2012-10-01 07:21:25 +0900
committerTomohiro Matsuyama2012-10-01 07:21:25 +0900
commitc22bac2cc59c6c04924ecf62c5eeb97a92df7e28 (patch)
tree707758235e762854e17742bbbcc737687b85e457 /lisp/ChangeLog
parent5e4daaf3face7ed54de7cb3621edb31e16b011ed (diff)
downloademacs-c22bac2cc59c6c04924ecf62c5eeb97a92df7e28.tar.gz
emacs-c22bac2cc59c6c04924ecf62c5eeb97a92df7e28.zip
* profiler.el (profiler-sampling-interval): Rename from
profiler-sample-interval. (profiler-sampling-interval): Default to 10. (profiler-find-profile): New command (was profiler-find-log). (profiler-find-profile-other-window): New command. (profiler-find-profile-other-frame): New command. (profiler-profile): Introduce API-level data structure.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 752549ba73d..b5b8c8bef9f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
2
3 * profiler.el (profiler-sampling-interval): Rename from
4 profiler-sample-interval.
5 (profiler-sampling-interval): Default to 10.
6 (profiler-find-profile): New command (was profiler-find-log).
7 (profiler-find-profile-other-window): New command.
8 (profiler-find-profile-other-frame): New command.
9 (profiler-profile): Introduce API-level data structure.
10
12012-09-30 Paul Eggert <eggert@cs.ucla.edu> 112012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 file-attributes has a new optional arg FOLLOW-SYMLINKS. 13 file-attributes has a new optional arg FOLLOW-SYMLINKS.