aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0172cd052fe..ac99cd5ec39 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -6,7 +6,7 @@
6 6
72015-03-19 Vibhav Pant <vibhavp@gmail.com> 72015-03-19 Vibhav Pant <vibhavp@gmail.com>
8 8
9 * lisp/progmodes/cperl-mode.el (cperl-electric-backspace): 9 * progmodes/cperl-mode.el (cperl-electric-backspace):
10 Call delete-backward-space interactively instead of delete-char. 10 Call delete-backward-space interactively instead of delete-char.
11 11
122015-03-19 Stefan Monnier <monnier@iro.umontreal.ca> 122015-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -73,9 +73,9 @@
73 73
742015-03-19 Vibhav Pant <vibhavp@gmail.com> 742015-03-19 Vibhav Pant <vibhavp@gmail.com>
75 75
76 * lisp/leim/quail/hangul.el (hangul-delete-backward-char) 76 * leim/quail/hangul.el (hangul-delete-backward-char)
77 (hangul-to-hanja-conversion): 77 (hangul-to-hanja-conversion):
78 * lisp/progmodes/cperl-mode.el (cperl-electric-keyword) 78 * progmodes/cperl-mode.el (cperl-electric-keyword)
79 (cperl-electric-backspace): Use delete-char instead of 79 (cperl-electric-backspace): Use delete-char instead of
80 delete-backward-char, fixes compilation warnings. 80 delete-backward-char, fixes compilation warnings.
81 81
@@ -115,7 +115,7 @@
1152015-03-18 Dima Kogan <dima@secretsauce.net> 1152015-03-18 Dima Kogan <dima@secretsauce.net>
116 116
117 Have gud-display-line not display source buffer in gud window. 117 Have gud-display-line not display source buffer in gud window.
118 * lisp/progmodes/gud.el (gud-display-line): Make display-buffer 118 * progmodes/gud.el (gud-display-line): Make display-buffer
119 not reuse selected window. (Bug#17675, Bug#19901, Bug#20034) 119 not reuse selected window. (Bug#17675, Bug#19901, Bug#20034)
120 120
1212015-03-17 Tassilo Horn <tsdh@gnu.org> 1212015-03-17 Tassilo Horn <tsdh@gnu.org>
@@ -1767,7 +1767,7 @@
1767 1767
17682015-01-30 Oleh Krehel <ohwoeowho@gmail.com> 17682015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1769 1769
1770 * lisp/custom.el (defface): Set `indent' to 1. 1770 * custom.el (defface): Set `indent' to 1.
1771 1771
17722015-01-30 Oleh Krehel <ohwoeowho@gmail.com> 17722015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1773 1773
@@ -1775,21 +1775,21 @@
1775 1775
17762015-01-30 Michal Nazarewicz <mina86@mina86.com> 17762015-01-30 Michal Nazarewicz <mina86@mina86.com>
1777 1777
1778 * lisp/files.el (save-buffers-kill-emacs): If `confirm-kill-emacs' 1778 * files.el (save-buffers-kill-emacs): If `confirm-kill-emacs'
1779 is set, but user has just been asked whether they really want to 1779 is set, but user has just been asked whether they really want to
1780 kill Emacs (for example with a ‘Modified buffers exist; exit 1780 kill Emacs (for example with a ‘Modified buffers exist; exit
1781 anyway?’ prompt), do not ask them for another confirmation. 1781 anyway?’ prompt), do not ask them for another confirmation.
1782 1782
17832015-01-29 Jay Belanger <jay.p.belanger@gmail.com> 17832015-01-29 Jay Belanger <jay.p.belanger@gmail.com>
1784 1784
1785 * lisp/calc/calc-units.el (calc-convert-exact-units): New function. 1785 * calc/calc-units.el (calc-convert-exact-units): New function.
1786 (calc-convert-units): Check for missing units. 1786 (calc-convert-units): Check for missing units.
1787 (math-consistent-units-p): Strengthen the test for consistent units. 1787 (math-consistent-units-p): Strengthen the test for consistent units.
1788 1788
1789 * lisp/calc/calc-ext.el (calc-init-extensions): Autoload 1789 * calc/calc-ext.el (calc-init-extensions): Autoload
1790 `calc-convert-exact-units' and assign it a keybinding. 1790 `calc-convert-exact-units' and assign it a keybinding.
1791 1791
1792 * lisp/calc/calc-help (calc-u-prefix-help): Add help for the 1792 * calc/calc-help (calc-u-prefix-help): Add help for the
1793 "un" keybinding. 1793 "un" keybinding.
1794 1794
17952015-01-28 Stefan Monnier <monnier@iro.umontreal.ca> 17952015-01-28 Stefan Monnier <monnier@iro.umontreal.ca>