aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Lindgren2015-11-15 19:28:32 +0100
committerAnders Lindgren2015-11-15 19:28:32 +0100
commit6d109c051c482bbd5b01f8ed19ed78069efaee42 (patch)
tree30e67b49be36f5abc5751f1bcb345f4628a8b12d
parentb36ba568a98e5bc64895d6f0b1008ca47ab43345 (diff)
downloademacs-6d109c051c482bbd5b01f8ed19ed78069efaee42.tar.gz
emacs-6d109c051c482bbd5b01f8ed19ed78069efaee42.zip
; Cleanup of change log. Removed obsolete email addresses.
-rw-r--r--ChangeLog.214
-rw-r--r--lisp/autorevert.el2
-rw-r--r--lisp/follow.el4
-rw-r--r--lisp/font-lock.el2
-rw-r--r--lisp/generic-x.el2
-rw-r--r--lisp/progmodes/cwarn.el3
-rw-r--r--lisp/scroll-all.el2
-rw-r--r--src/ChangeLog.132
8 files changed, 9 insertions, 22 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index 3636e382eb2..945f7871ddf 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -785,14 +785,6 @@
785 * lisp/net/tramp-compat.el (tramp-compat-delete-dups): New defun. 785 * lisp/net/tramp-compat.el (tramp-compat-delete-dups): New defun.
786 * lisp/net/tramp-smb.el (tramp-smb-handle-directory-files): Use it. 786 * lisp/net/tramp-smb.el (tramp-smb-handle-directory-files): Use it.
787 787
7882015-10-28 Anders Lindgren <andlind@gmail.com>
789
790 Merge branch 'master' of /Volumes/HD2/build/emacs-git-ssh
791
792 Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/emacs
793
794 Merge branch 'master' of /Volumes/HD2/build/emacs-git-ssh
795
7962015-10-28 Michael Albinus <michael.albinus@gmx.de> 7882015-10-28 Michael Albinus <michael.albinus@gmx.de>
797 789
798 * lisp/net/tramp-smb.el (tramp-smb-handle-directory-files): 790 * lisp/net/tramp-smb.el (tramp-smb-handle-directory-files):
@@ -812,10 +804,6 @@
812 * nsterm.m (ns_constrain_all_frames, ns_init_term): Block input. 804 * nsterm.m (ns_constrain_all_frames, ns_init_term): Block input.
813 * nsterm.m (ns_send_appdefined, EmacsApp): Trace output. 805 * nsterm.m (ns_send_appdefined, EmacsApp): Trace output.
814 806
8152015-10-28 Anders Lindgren <andlind@gmail.com>
816
817 Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/emacs
818
8192015-10-28 Artur Malabarba <bruce.connor.am@gmail.com> 8072015-10-28 Artur Malabarba <bruce.connor.am@gmail.com>
820 808
821 * src/process.c (Fget_buffer_process): Improve docstring. 809 * src/process.c (Fget_buffer_process): Improve docstring.
@@ -1764,7 +1752,7 @@
1764 1752
17652015-10-23 Anders Lindgren <andlind@gmail.com> 17532015-10-23 Anders Lindgren <andlind@gmail.com>
1766 1754
1767 NextSten maximization and NSTRACE rewrite 1755 NextStep maximization and NSTRACE rewrite
1768 1756
1769 Full-height, full-width, and maximized windows now cover the 1757 Full-height, full-width, and maximized windows now cover the
1770 entire screen (except the menu bar), including the part where the 1758 entire screen (except the menu bar), including the part where the
diff --git a/lisp/autorevert.el b/lisp/autorevert.el
index 18b8161f1db..17fa43a6d1e 100644
--- a/lisp/autorevert.el
+++ b/lisp/autorevert.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 1997-1999, 2001-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1997-1999, 2001-2015 Free Software Foundation, Inc.
4 4
5;; Author: Anders Lindgren <andersl@andersl.com> 5;; Author: Anders Lindgren
6;; Keywords: convenience 6;; Keywords: convenience
7;; Created: 1997-06-01 7;; Created: 1997-06-01
8;; Date: 1999-11-30 8;; Date: 1999-11-30
diff --git a/lisp/follow.el b/lisp/follow.el
index 938c59e8506..57ba2f6ca0a 100644
--- a/lisp/follow.el
+++ b/lisp/follow.el
@@ -3,8 +3,8 @@
3;; Copyright (C) 1995-1997, 1999, 2001-2015 Free Software Foundation, 3;; Copyright (C) 1995-1997, 1999, 2001-2015 Free Software Foundation,
4;; Inc. 4;; Inc.
5 5
6;; Author: Anders Lindgren <andersl@andersl.com> 6;; Author: Anders Lindgren
7;; Maintainer: emacs-devel@gnu.org (Anders' email bounces, Sep 2005) 7;; Maintainer: emacs-devel@gnu.org
8;; Created: 1995-05-25 8;; Created: 1995-05-25
9;; Keywords: display, window, minor-mode, convenience 9;; Keywords: display, window, minor-mode, convenience
10 10
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 21cf3aec785..762720d5ba5 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -763,7 +763,7 @@ see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types',
763 (setq font-lock-removed-keywords-alist 763 (setq font-lock-removed-keywords-alist
764 (delq cell font-lock-removed-keywords-alist))))))) 764 (delq cell font-lock-removed-keywords-alist)))))))
765 765
766;; Written by Anders Lindgren <andersl@andersl.com>. 766;; Written by Anders Lindgren
767;; 767;;
768;; Case study: 768;; Case study:
769;; (I) The keywords are removed from a major mode. 769;; (I) The keywords are removed from a major mode.
diff --git a/lisp/generic-x.el b/lisp/generic-x.el
index 56e1761ae51..38160fcc746 100644
--- a/lisp/generic-x.el
+++ b/lisp/generic-x.el
@@ -62,7 +62,7 @@
62;; Folding mode should use invisible text properties instead. -- Dave 62;; Folding mode should use invisible text properties instead. -- Dave
63;; Love] 63;; Love]
64;; 64;;
65;; From Anders Lindgren <andersl@csd.uu.se> 65;; From Anders Lindgren
66;; 66;;
67;; Problem summary: Wayne Adams has found a problem when using folding 67;; Problem summary: Wayne Adams has found a problem when using folding
68;; mode in conjunction with font-lock for a mode defined in 68;; mode in conjunction with font-lock for a mode defined in
diff --git a/lisp/progmodes/cwarn.el b/lisp/progmodes/cwarn.el
index 2f501f28b65..eae96f01c3c 100644
--- a/lisp/progmodes/cwarn.el
+++ b/lisp/progmodes/cwarn.el
@@ -2,9 +2,8 @@
2 2
3;; Copyright (C) 1999-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2015 Free Software Foundation, Inc.
4 4
5;; Author: Anders Lindgren <andersl@andersl.com> 5;; Author: Anders Lindgren
6;; Keywords: c, languages, faces 6;; Keywords: c, languages, faces
7;; X-Url: http://www.andersl.com/emacs
8;; Version: 1.3.1 7;; Version: 1.3.1
9 8
10;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/scroll-all.el b/lisp/scroll-all.el
index 9c2d1fb44ba..a8f75d3a2f5 100644
--- a/lisp/scroll-all.el
+++ b/lisp/scroll-all.el
@@ -33,7 +33,7 @@
33 33
34;; Suggestions/ideas from: 34;; Suggestions/ideas from:
35;; Rick Macdonald <rickm@vsl.com> 35;; Rick Macdonald <rickm@vsl.com>
36;; Anders Lindgren <andersl@csd.uu.se> 36;; Anders Lindgren
37 37
38;;; Code: 38;;; Code:
39 39
diff --git a/src/ChangeLog.13 b/src/ChangeLog.13
index ac2162830c4..4643a473c31 100644
--- a/src/ChangeLog.13
+++ b/src/ChangeLog.13
@@ -8339,7 +8339,7 @@
8339 * emacs.c (main): Initialize daemon_pipe[1] here ... 8339 * emacs.c (main): Initialize daemon_pipe[1] here ...
8340 (syms_of_emacs): ... instead of here. 8340 (syms_of_emacs): ... instead of here.
8341 8341
83422014-02-16 Anders Lindgern <andlind@gmail.com> 83422014-02-16 Anders Lindgren <andlind@gmail.com>
8343 8343
8344 * nsterm.m (keyDown:): Check for normal key even if NSNumericPadKeyMask 8344 * nsterm.m (keyDown:): Check for normal key even if NSNumericPadKeyMask
8345 is set (Bug#16505). 8345 is set (Bug#16505).