* 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
;; 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
;; 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
(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.
;; 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
;; 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.
;; Suggestions/ideas from:
;; Rick Macdonald <rickm@vsl.com>
-;; Anders Lindgren <andersl@csd.uu.se>
+;; Anders Lindgren
;;; Code:
* 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).