summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Lindgren <andlind@gmail.com>2015-11-15 19:28:32 +0100
committerAnders Lindgren <andlind@gmail.com>2015-11-15 19:28:32 +0100
commit6d109c051c482bbd5b01f8ed19ed78069efaee42 (patch)
tree30e67b49be36f5abc5751f1bcb345f4628a8b12d
parentb36ba568a98e5bc64895d6f0b1008ca47ab43345 (diff)
downloademacs-6d109c051c482bbd5b01f8ed19ed78069efaee42.tar.gz
; 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 @@
* lisp/net/tramp-compat.el (tramp-compat-delete-dups): New defun.
* lisp/net/tramp-smb.el (tramp-smb-handle-directory-files): Use it.
-2015-10-28 Anders Lindgren <andlind@gmail.com>
-
- Merge branch 'master' of /Volumes/HD2/build/emacs-git-ssh
-
- Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/emacs
-
- Merge branch 'master' of /Volumes/HD2/build/emacs-git-ssh
-
2015-10-28 Michael Albinus <michael.albinus@gmx.de>
* lisp/net/tramp-smb.el (tramp-smb-handle-directory-files):
@@ -812,10 +804,6 @@
* nsterm.m (ns_constrain_all_frames, ns_init_term): Block input.
* nsterm.m (ns_send_appdefined, EmacsApp): Trace output.
-2015-10-28 Anders Lindgren <andlind@gmail.com>
-
- Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/emacs
-
2015-10-28 Artur Malabarba <bruce.connor.am@gmail.com>
* src/process.c (Fget_buffer_process): Improve docstring.
@@ -1764,7 +1752,7 @@
2015-10-23 Anders Lindgren <andlind@gmail.com>
- NextSten maximization and NSTRACE rewrite
+ NextStep maximization and NSTRACE rewrite
Full-height, full-width, and maximized windows now cover the
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 @@
;; Copyright (C) 1997-1999, 2001-2015 Free Software Foundation, Inc.
-;; Author: Anders Lindgren <andersl@andersl.com>
+;; Author: Anders Lindgren
;; Keywords: convenience
;; Created: 1997-06-01
;; 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 @@
;; Copyright (C) 1995-1997, 1999, 2001-2015 Free Software Foundation,
;; Inc.
-;; Author: Anders Lindgren <andersl@andersl.com>
-;; Maintainer: emacs-devel@gnu.org (Anders' email bounces, Sep 2005)
+;; Author: Anders Lindgren
+;; Maintainer: emacs-devel@gnu.org
;; Created: 1995-05-25
;; Keywords: display, window, minor-mode, convenience
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',
(setq font-lock-removed-keywords-alist
(delq cell font-lock-removed-keywords-alist)))))))
-;; Written by Anders Lindgren <andersl@andersl.com>.
+;; Written by Anders Lindgren
;;
;; Case study:
;; (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 @@
;; Folding mode should use invisible text properties instead. -- Dave
;; Love]
;;
-;; From Anders Lindgren <andersl@csd.uu.se>
+;; From Anders Lindgren
;;
;; Problem summary: Wayne Adams has found a problem when using folding
;; 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 @@
;; Copyright (C) 1999-2015 Free Software Foundation, Inc.
-;; Author: Anders Lindgren <andersl@andersl.com>
+;; Author: Anders Lindgren
;; Keywords: c, languages, faces
-;; X-Url: http://www.andersl.com/emacs
;; Version: 1.3.1
;; 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 @@
;; Suggestions/ideas from:
;; Rick Macdonald <rickm@vsl.com>
-;; Anders Lindgren <andersl@csd.uu.se>
+;; Anders Lindgren
;;; Code:
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 @@
* emacs.c (main): Initialize daemon_pipe[1] here ...
(syms_of_emacs): ... instead of here.
-2014-02-16 Anders Lindgern <andlind@gmail.com>
+2014-02-16 Anders Lindgren <andlind@gmail.com>
* nsterm.m (keyDown:): Check for normal key even if NSNumericPadKeyMask
is set (Bug#16505).