; Cleanup of change log. Removed obsolete email addresses.
This commit is contained in:
parent
b36ba568a9
commit
6d109c051c
8 changed files with 9 additions and 22 deletions
14
ChangeLog.2
14
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
;; Suggestions/ideas from:
|
||||
;; Rick Macdonald <rickm@vsl.com>
|
||||
;; Anders Lindgren <andersl@csd.uu.se>
|
||||
;; Anders Lindgren
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Add table
Reference in a new issue