emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 395a76a: # ChangeLog fixes


From: Glenn Morris
Subject: [Emacs-diffs] master 395a76a: # ChangeLog fixes
Date: Fri, 20 Mar 2015 06:02:41 +0000

branch: master
commit 395a76ad1c16614adf166a68658f68dd41b2aaa2
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    # ChangeLog fixes
    Using eg add-change-log-entry-other-window, C-x 4 a, would avoid these 
issues
---
 lisp/ChangeLog |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0172cd0..ac99cd5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -6,7 +6,7 @@
 
 2015-03-19  Vibhav Pant  <address@hidden>
 
-       * lisp/progmodes/cperl-mode.el (cperl-electric-backspace):
+       * progmodes/cperl-mode.el (cperl-electric-backspace):
        Call delete-backward-space interactively instead of delete-char.
 
 2015-03-19  Stefan Monnier  <address@hidden>
@@ -73,9 +73,9 @@
 
 2015-03-19  Vibhav Pant  <address@hidden>
 
-       * lisp/leim/quail/hangul.el (hangul-delete-backward-char)
+       * leim/quail/hangul.el (hangul-delete-backward-char)
        (hangul-to-hanja-conversion):
-       * lisp/progmodes/cperl-mode.el (cperl-electric-keyword)
+       * progmodes/cperl-mode.el (cperl-electric-keyword)
        (cperl-electric-backspace): Use delete-char instead of
        delete-backward-char, fixes compilation warnings.
 
@@ -115,7 +115,7 @@
 2015-03-18  Dima Kogan  <address@hidden>
 
        Have gud-display-line not display source buffer in gud window.
-       * lisp/progmodes/gud.el (gud-display-line): Make display-buffer
+       * progmodes/gud.el (gud-display-line): Make display-buffer
        not reuse selected window.  (Bug#17675, Bug#19901, Bug#20034)
 
 2015-03-17  Tassilo Horn  <address@hidden>
@@ -1767,7 +1767,7 @@
 
 2015-01-30  Oleh Krehel  <address@hidden>
 
-       * lisp/custom.el (defface): Set `indent' to 1.
+       * custom.el (defface): Set `indent' to 1.
 
 2015-01-30  Oleh Krehel  <address@hidden>
 
@@ -1775,21 +1775,21 @@
 
 2015-01-30  Michal Nazarewicz  <address@hidden>
 
-       * lisp/files.el (save-buffers-kill-emacs): If `confirm-kill-emacs'
+       * files.el (save-buffers-kill-emacs): If `confirm-kill-emacs'
        is set, but user has just been asked whether they really want to
        kill Emacs (for example with a ‘Modified buffers exist; exit
        anyway?’ prompt), do not ask them for another confirmation.
 
 2015-01-29  Jay Belanger  <address@hidden>
 
-       * lisp/calc/calc-units.el (calc-convert-exact-units): New function.
+       * calc/calc-units.el (calc-convert-exact-units): New function.
        (calc-convert-units): Check for missing units.
        (math-consistent-units-p): Strengthen the test for consistent units.
 
-       * lisp/calc/calc-ext.el (calc-init-extensions):  Autoload
+       * calc/calc-ext.el (calc-init-extensions):  Autoload
        `calc-convert-exact-units' and assign it a keybinding.
 
-       * lisp/calc/calc-help (calc-u-prefix-help): Add help for the
+       * calc/calc-help (calc-u-prefix-help): Add help for the
        "un" keybinding.
 
 2015-01-28  Stefan Monnier  <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]