1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

Update Arni Magnusson's email address

* .mailmap:
* doc/lispref/ChangeLog.1:
* doc/misc/ChangeLog.1:
* lisp/ChangeLog.16:
* lisp/ChangeLog.17:
* lisp/progmodes/bat-mode.el: Update email address of
Arni Magnusson.  (Bug#73631)
This commit is contained in:
Stefan Kangas 2024-10-05 02:24:30 +02:00
parent 6b1271b169
commit 5a462948e1
6 changed files with 8 additions and 7 deletions

View File

@ -26,6 +26,7 @@ Andrew G Cohen <cohen@andy.bu.edu>
Andrew G Cohen <cohen@andy.bu.edu> <cohen@bu.edu>
Arash Esbati <arash@gnu.org> <arash.esbati@gmail.com>
Arash Esbati <arash@gnu.org> <esbati@gmx.de>
Arni Magnusson <thisisarni@gmail.com> <arnima@hafro.is>
Artur Malabarba <bruce.connor.am@gmail.com> <am12548@it055607.users.bris.ac.uk>
Artur Malabarba <bruce.connor.am@gmail.com> Artur Malabarba <address@hidden>
Basil L. Contovounesios <basil@contovou.net> <contovob@tcd.ie>

View File

@ -5551,7 +5551,7 @@
* loading.texi (Hooks for Loading): Document after-load-functions.
Copyedits.
2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2010-03-24 Arni Magnusson <thisisarni@gmail.com> (tiny change)
* frames.texi (Cursor Parameters): Fix typo. (Bug#5760)

View File

@ -6407,7 +6407,7 @@
* epa.texi (Mail-mode integration): Mention the way to do
"encrypt-to-self". (Bug#1807)
2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
2009-02-05 Arni Magnusson <thisisarni@gmail.com> (tiny change)
* ada-mode.texi (No project files): Fix typo. (Bug#2214)

View File

@ -25198,7 +25198,7 @@
* emacs-lisp/package-x.el (package-upload-buffer-internal):
Use `equal' for upload base check.
2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
2011-03-08 Arni Magnusson <thisisarni@gmail.com> (tiny change)
* textmodes/texinfo.el (texinfo-environments):
Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)

View File

@ -6706,7 +6706,7 @@
2014-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
(bug#18622). Reported by Arni Magnusson <arnima@hafro.is>.
(bug#18622). Reported by Arni Magnusson <thisisarni@gmail.com>.
* progmodes/prolog.el (prolog-electric--underscore): Same.
2014-10-12 Michael Albinus <michael.albinus@gmx.de>
@ -20214,7 +20214,7 @@
(dos-mode-syntax-table): Don't use "w" for symbol chars.
(dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
2013-08-07 Arni Magnusson <arnima@hafro.is>
2013-08-07 Arni Magnusson <thisisarni@gmail.com>
* progmodes/dos.el: New file.
* generic-x.el (bat-generic-mode): Redefine as an obsolete alias to

View File

@ -1,8 +1,8 @@
;;; bat-mode.el --- Major mode for editing DOS/Windows scripts -*- lexical-binding: t -*-
;; Copyright (C) 2003, 2008-2024 Free Software Foundation, Inc.
;; Copyright (C) 2003-2024 Free Software Foundation, Inc.
;; Author: Arni Magnusson <arnima@hafro.is>
;; Author: Arni Magnusson <thisisarni@gmail.com>
;; Keywords: languages
;; This file is part of GNU Emacs.