; Cleanup of change log. Removed obsolete email addresses.

This commit is contained in:
Anders Lindgren 2015-11-15 19:28:32 +01:00
parent b36ba568a9
commit 6d109c051c
8 changed files with 9 additions and 22 deletions

View file

@ -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

View 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

View 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

View 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.

View 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

View 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.

View file

@ -33,7 +33,7 @@
;; Suggestions/ideas from:
;; Rick Macdonald <rickm@vsl.com>
;; Anders Lindgren <andersl@csd.uu.se>
;; Anders Lindgren
;;; Code:

View file

@ -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).