diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de41aeb8107..c5da87075f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2015-01-30 Michal Nazarewicz <mina86@mina86.com> | ||
| 2 | |||
| 3 | * lisp/files.el (save-buffers-kill-emacs): If `confirm-kill-emacs' | ||
| 4 | is set, but user has just been asked whether they really want to | ||
| 5 | kill Emacs (for example with a ‘Modified buffers exist; exit | ||
| 6 | anyway?’ prompt), do not ask them for another confirmation. | ||
| 7 | |||
| 1 | 2015-01-29 Jay Belanger <jay.p.belanger@gmail.com> | 8 | 2015-01-29 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 9 | ||
| 3 | * lisp/calc/calc-units.el (calc-convert-exact-units): New function. | 10 | * lisp/calc/calc-units.el (calc-convert-exact-units): New function. |