; Cleanup of change log. Removed obsolete email addresses.
authorAnders Lindgren <andlind@gmail.com>
Sun, 15 Nov 2015 18:28:32 +0000 (19:28 +0100)
committerAnders Lindgren <andlind@gmail.com>
Sun, 15 Nov 2015 18:28:32 +0000 (19:28 +0100)
ChangeLog.2
lisp/autorevert.el
lisp/follow.el
lisp/font-lock.el
lisp/generic-x.el
lisp/progmodes/cwarn.el
lisp/scroll-all.el
src/ChangeLog.13

index 3636e382eb207ac7dffd7e2aa0a037a17bc20d13..945f7871ddf59fcc16702a7633344bad5e9a5591 100644 (file)
        * 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):
        * 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.
 
 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
index 18b8161f1dba110ee0f8865ae3a09812ac0caeb1..17fa43a6d1ea3e4795e5600414f4b08585caf3b3 100644 (file)
@@ -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
index 938c59e8506bdfb1f82068dcab972bb614a12938..57ba2f6ca0a934a7c0d8bcfa2c2a92cc98242419 100644 (file)
@@ -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
 
index 21cf3aec7855902d069aa56b017ddc45c30c46c4..762720d5ba5d78ae75600127715f74b9b1e3e97c 100644 (file)
@@ -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.
index 56e1761ae51cab15376f579c77d3fc6d7c1eb698..38160fcc746036bb1f5e93a3a0e81b480192cdd0 100644 (file)
@@ -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
index 2f501f28b657efff4ee61354a00008474226a082..eae96f01c3c945666c71db6b66cf0e47242b6860 100644 (file)
@@ -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.
index 9c2d1fb44ba5e42f52a967610a7d1619a763e740..a8f75d3a2f5825a58264fb55f687458ceff2f67f 100644 (file)
@@ -33,7 +33,7 @@
 
 ;; Suggestions/ideas from:
 ;;    Rick Macdonald <rickm@vsl.com>
-;;    Anders Lindgren <andersl@csd.uu.se>
+;;    Anders Lindgren
 
 ;;; Code:
 
index ac2162830c46593ed2f8ed190bf4cf0c6dbd901e..4643a473c31240246522da1e905c0170fb035ad1 100644 (file)
        * 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).