aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog27
1 files changed, 26 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 87de0957574..780ec1001ff 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12011-07-01 Paul Eggert <eggert@cs.ucla.edu> 12011-07-01 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Time-stamp simplifications and fixes.
4 These improve accuracy slightly, and future-proof the code
5 against some potential changes to current-time format.
6
3 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs 7 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
4 by using time-since and float-time. 8 by using time-since and float-time.
5 9
@@ -25,6 +29,27 @@
25 * emacs-lisp/benchmark.el (benchmark-elapse): 29 * emacs-lisp/benchmark.el (benchmark-elapse):
26 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time. 30 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
27 31
322011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * window.el (bury-buffer): Don't iconify the only frame.
35 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
36 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
37
382011-07-01 Chong Yidong <cyd@stupidchicken.com>
39
40 * eshell/em-smart.el (eshell-smart-display-navigate-list):
41 Add mouse-yank-primary.
42
432011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
44
45 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
46
472011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * emacs-lisp/find-func.el (find-library--load-name): New fun.
50 (find-library-name): Use it to find relative load names when provided
51 absolute file name (bug#8803).
52
282011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org> 532011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
29 54
30 * textmodes/flyspell.el (flyspell-word): Consider words that 55 * textmodes/flyspell.el (flyspell-word): Consider words that
@@ -41,7 +66,7 @@
41 66
42 * progmodes/cc-guess.el: New file. 67 * progmodes/cc-guess.el: New file.
43 68
44 * progmodes/cc-langs.el (c-mode-menu): Added "Style..." submenu. 69 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
45 70
46 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function 71 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
47 derived from `c-basic-common-init'. 72 derived from `c-basic-common-init'.