diff options
| author | Paul Eggert | 2011-06-30 22:20:09 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-30 22:20:09 -0700 |
| commit | d0672f86c94e9dbf52e783e2bc4162b9cf3b5f44 (patch) | |
| tree | e0e9fc7f479bce996d52c4356052480b3a088c56 /lisp/ChangeLog | |
| parent | b9444d97feca73cb2a90559241bc79584692da54 (diff) | |
| parent | bbc6b304672eb229e6750692a1b4e83277ded115 (diff) | |
| download | emacs-d0672f86c94e9dbf52e783e2bc4162b9cf3b5f44.tar.gz emacs-d0672f86c94e9dbf52e783e2bc4162b9cf3b5f44.zip | |
Merge from trunk.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 27 |
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 @@ | |||
| 1 | 2011-07-01 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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 | ||
| 32 | 2011-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 | |||
| 38 | 2011-07-01 Chong Yidong <cyd@stupidchicken.com> | ||
| 39 | |||
| 40 | * eshell/em-smart.el (eshell-smart-display-navigate-list): | ||
| 41 | Add mouse-yank-primary. | ||
| 42 | |||
| 43 | 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 44 | |||
| 45 | * progmodes/cfengine3.el: New file to support CFEngine 3.x. | ||
| 46 | |||
| 47 | 2011-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 | |||
| 28 | 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | 53 | 2011-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'. |