diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-01-01 07:03:03 -0500 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-01-01 07:03:03 -0500 |
commit | dcd76bd48df678d8234b904d7b13c997228519a3 (patch) | |
tree | 17b11e7d3aa1aa9d32d6be874cbbfb1e5882a2c5 /lisp/mh-e | |
parent | 84a8f656d344cc69bce3a922b99182896a4e1285 (diff) | |
parent | 836be7a112191cac8abd187e337c477ff5f05037 (diff) | |
download | emacs-dcd76bd48df678d8234b904d7b13c997228519a3.tar.gz emacs-dcd76bd48df678d8234b904d7b13c997228519a3.tar.bz2 emacs-dcd76bd48df678d8234b904d7b13c997228519a3.zip |
Merge from origin/emacs-28
836be7a112 ; * etc/refcards/ru-refcard.tex: Update Copyright year.
86cbc6ee4a * lisp/net/tramp-sh.el: Adapt copyright year
ebe8772f65 ; Minor fixes related to copyright years
23c1ee6989 ; * test/manual/etags/ETAGS.good_N: Adjust to copyright ye...
8d3fc7ec89 * src/xfaces.c (face_for_font): Make 'hash' be uintptr_t.
19dcb237b5 ; Add 2022 to copyright years.
# Conflicts:
# etc/NEWS
# etc/refcards/ru-refcard.tex
# lib/cdefs.h
# lisp/erc/erc-dcc.el
# lisp/erc/erc-imenu.el
# lisp/erc/erc-replace.el
# lisp/image-dired.el
# lisp/progmodes/xref.el
# m4/alloca.m4
# m4/byteswap.m4
# m4/errno_h.m4
# m4/getopt.m4
# m4/gnulib-common.m4
# m4/inttypes.m4
# m4/stddef_h.m4
# m4/stdint.m4
# m4/sys_socket_h.m4
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/ChangeLog.1 | 2 | ||||
-rw-r--r-- | lisp/mh-e/ChangeLog.2 | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-acros.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-alias.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-buffers.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-comp.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-compat.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-e.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-folder.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-funcs.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-gnus.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-identity.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-inc.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-junk.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-letter.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-limit.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-mime.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-print.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-scan.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-search.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-seq.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-show.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-speed.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-thread.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-tool-bar.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-utils.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-xface.el | 2 |
27 files changed, 27 insertions, 27 deletions
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index 2201ce22a26..00e52df2bbe 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 @@ -11419,7 +11419,7 @@ (dist): Leave release in current directory. - Copyright (C) 2003-2021 Free Software Foundation, Inc. + Copyright (C) 2003-2022 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/lisp/mh-e/ChangeLog.2 b/lisp/mh-e/ChangeLog.2 index b6b16f7d79c..5f2dd299f84 100644 --- a/lisp/mh-e/ChangeLog.2 +++ b/lisp/mh-e/ChangeLog.2 @@ -3673,7 +3673,7 @@ See ChangeLog.1 for earlier changes. - Copyright (C) 2005-2021 Free Software Foundation, Inc. + Copyright (C) 2005-2022 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/lisp/mh-e/mh-acros.el b/lisp/mh-e/mh-acros.el index 25fff6a8e1b..805b0820b03 100644 --- a/lisp/mh-e/mh-acros.el +++ b/lisp/mh-e/mh-acros.el @@ -1,6 +1,6 @@ ;;; mh-acros.el --- macros used in MH-E -*- lexical-binding: t; -*- -;; Copyright (C) 2004, 2006-2021 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2006-2022 Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-alias.el b/lisp/mh-e/mh-alias.el index d2666211002..f39caac893d 100644 --- a/lisp/mh-e/mh-alias.el +++ b/lisp/mh-e/mh-alias.el @@ -1,6 +1,6 @@ ;;; mh-alias.el --- MH-E mail alias completion and expansion -*- lexical-binding: t; -*- -;; Copyright (C) 1994-1997, 2001-2021 Free Software Foundation, Inc. +;; Copyright (C) 1994-1997, 2001-2022 Free Software Foundation, Inc. ;; Author: Peter S. Galbraith <psg@debian.org> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-buffers.el b/lisp/mh-e/mh-buffers.el index ef21fdb2f95..f21b57663b2 100644 --- a/lisp/mh-e/mh-buffers.el +++ b/lisp/mh-e/mh-buffers.el @@ -1,6 +1,6 @@ ;;; mh-buffers.el --- MH-E buffer constants and utilities -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 1997, 2000-2021 Free Software Foundation, +;; Copyright (C) 1993, 1995, 1997, 2000-2022 Free Software Foundation, ;; Inc. ;; Author: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el index a47a6f9cca9..a9f6274e9d4 100644 --- a/lisp/mh-e/mh-comp.el +++ b/lisp/mh-e/mh-comp.el @@ -1,6 +1,6 @@ ;;; mh-comp.el --- MH-E functions for composing and sending messages -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 1997, 2000-2021 Free Software Foundation, +;; Copyright (C) 1993, 1995, 1997, 2000-2022 Free Software Foundation, ;; Inc. ;; Author: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-compat.el b/lisp/mh-e/mh-compat.el index 23dc48a574c..7a09429e4ef 100644 --- a/lisp/mh-e/mh-compat.el +++ b/lisp/mh-e/mh-compat.el @@ -1,6 +1,6 @@ ;;; mh-compat.el --- make MH-E compatible with various versions of Emacs -*- lexical-binding: t; -*- -;; Copyright (C) 2006-2021 Free Software Foundation, Inc. +;; Copyright (C) 2006-2022 Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com> ;; Keywords: mail diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 17faff0716c..872f0d79d29 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -1,6 +1,6 @@ ;;; mh-e.el --- GNU Emacs interface to the MH mail system -*- lexical-binding: t; -*- -;; Copyright (C) 1985-1988, 1990, 1992-1995, 1997, 1999-2021 Free +;; Copyright (C) 1985-1988, 1990, 1992-1995, 1997, 1999-2022 Free ;; Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-folder.el b/lisp/mh-e/mh-folder.el index 132ac33d269..09df0465eda 100644 --- a/lisp/mh-e/mh-folder.el +++ b/lisp/mh-e/mh-folder.el @@ -1,6 +1,6 @@ ;;; mh-folder.el --- MH-Folder mode -*- lexical-binding: t; -*- -;; Copyright (C) 2002-2003, 2005-2021 Free Software Foundation, Inc. +;; Copyright (C) 2002-2003, 2005-2022 Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com> ;; Keywords: mail diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el index 0c73aae0d79..ef0a76b9a49 100644 --- a/lisp/mh-e/mh-funcs.el +++ b/lisp/mh-e/mh-funcs.el @@ -1,6 +1,6 @@ ;;; mh-funcs.el --- MH-E functions not everyone will use right away -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 2001-2021 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1995, 2001-2022 Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com> ;; Keywords: mail diff --git a/lisp/mh-e/mh-gnus.el b/lisp/mh-e/mh-gnus.el index 0e1bde71f20..c341b096834 100644 --- a/lisp/mh-e/mh-gnus.el +++ b/lisp/mh-e/mh-gnus.el @@ -1,6 +1,6 @@ ;;; mh-gnus.el --- make MH-E compatible with various versions of Gnus -*- lexical-binding: t; -*- -;; Copyright (C) 2003-2004, 2006-2021 Free Software Foundation, Inc. +;; Copyright (C) 2003-2004, 2006-2022 Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-identity.el b/lisp/mh-e/mh-identity.el index 994ab713915..43eaeb7aa0f 100644 --- a/lisp/mh-e/mh-identity.el +++ b/lisp/mh-e/mh-identity.el @@ -1,6 +1,6 @@ ;;; mh-identity.el --- multiple identify support for MH-E -*- lexical-binding: t; -*- -;; Copyright (C) 2002-2021 Free Software Foundation, Inc. +;; Copyright (C) 2002-2022 Free Software Foundation, Inc. ;; Author: Peter S. Galbraith <psg@debian.org> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-inc.el b/lisp/mh-e/mh-inc.el index 83cfe4f99f1..2c29ec32234 100644 --- a/lisp/mh-e/mh-inc.el +++ b/lisp/mh-e/mh-inc.el @@ -1,6 +1,6 @@ ;;; mh-inc.el --- MH-E "inc" and separate mail spool handling -*- lexical-binding: t; -*- -;; Copyright (C) 2003-2004, 2006-2021 Free Software Foundation, Inc. +;; Copyright (C) 2003-2004, 2006-2022 Free Software Foundation, Inc. ;; Author: Peter S. Galbraith <psg@debian.org> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-junk.el b/lisp/mh-e/mh-junk.el index 2097bcbe1e8..1f773b878a8 100644 --- a/lisp/mh-e/mh-junk.el +++ b/lisp/mh-e/mh-junk.el @@ -1,6 +1,6 @@ ;;; mh-junk.el --- MH-E interface to anti-spam measures -*- lexical-binding: t; -*- -;; Copyright (C) 2003-2021 Free Software Foundation, Inc. +;; Copyright (C) 2003-2022 Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>, ;; Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-letter.el b/lisp/mh-e/mh-letter.el index ebe94a7af83..4e3e1012315 100644 --- a/lisp/mh-e/mh-letter.el +++ b/lisp/mh-e/mh-letter.el @@ -1,6 +1,6 @@ ;;; mh-letter.el --- MH-Letter mode -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 1997, 2000-2021 Free Software Foundation, +;; Copyright (C) 1993, 1995, 1997, 2000-2022 Free Software Foundation, ;; Inc. ;; Author: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-limit.el b/lisp/mh-e/mh-limit.el index a00252284af..a2ea7610139 100644 --- a/lisp/mh-e/mh-limit.el +++ b/lisp/mh-e/mh-limit.el @@ -1,6 +1,6 @@ ;;; mh-limit.el --- MH-E display limits -*- lexical-binding: t; -*- -;; Copyright (C) 2001-2003, 2006-2021 Free Software Foundation, Inc. +;; Copyright (C) 2001-2003, 2006-2022 Free Software Foundation, Inc. ;; Author: Peter S. Galbraith <psg@debian.org> ;; Keywords: mail diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index 714bf029bb7..98a20b7bb4f 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el @@ -1,6 +1,6 @@ ;;; mh-mime.el --- MH-E MIME support -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 2001-2021 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1995, 2001-2022 Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com> ;; Keywords: mail diff --git a/lisp/mh-e/mh-print.el b/lisp/mh-e/mh-print.el index 2074ff6f8f3..2eec8d91600 100644 --- a/lisp/mh-e/mh-print.el +++ b/lisp/mh-e/mh-print.el @@ -1,6 +1,6 @@ ;;; mh-print.el --- MH-E printing support -*- lexical-binding: t; -*- -;; Copyright (C) 2003-2021 Free Software Foundation, Inc. +;; Copyright (C) 2003-2022 Free Software Foundation, Inc. ;; Author: Jeffrey C Honig <jch@honig.net> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-scan.el b/lisp/mh-e/mh-scan.el index 9ac251e8b71..06381a2e0ed 100644 --- a/lisp/mh-e/mh-scan.el +++ b/lisp/mh-e/mh-scan.el @@ -1,6 +1,6 @@ ;;; mh-scan.el --- MH-E scan line constants and utilities -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 1997, 2000-2021 Free Software Foundation, +;; Copyright (C) 1993, 1995, 1997, 2000-2022 Free Software Foundation, ;; Inc. ;; Author: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-search.el b/lisp/mh-e/mh-search.el index 8012e624f16..c5519eba0ac 100644 --- a/lisp/mh-e/mh-search.el +++ b/lisp/mh-e/mh-search.el @@ -1,6 +1,6 @@ ;;; mh-search.el --- MH-Search mode -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 2001-2021 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1995, 2001-2022 Free Software Foundation, Inc. ;; Author: Indexed search by Satyaki Das <satyaki@theforce.stanford.edu> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-seq.el b/lisp/mh-e/mh-seq.el index 077e289c01d..a95c7c03d17 100644 --- a/lisp/mh-e/mh-seq.el +++ b/lisp/mh-e/mh-seq.el @@ -1,6 +1,6 @@ ;;; mh-seq.el --- MH-E sequences support -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 2001-2021 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1995, 2001-2022 Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com> ;; Keywords: mail diff --git a/lisp/mh-e/mh-show.el b/lisp/mh-e/mh-show.el index 16489bf0172..cc76b8d7e61 100644 --- a/lisp/mh-e/mh-show.el +++ b/lisp/mh-e/mh-show.el @@ -1,6 +1,6 @@ ;;; mh-show.el --- MH-Show mode -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 1997, 2000-2021 Free Software Foundation, +;; Copyright (C) 1993, 1995, 1997, 2000-2022 Free Software Foundation, ;; Inc. ;; Author: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-speed.el b/lisp/mh-e/mh-speed.el index d9909a034d9..a7e9c9bd678 100644 --- a/lisp/mh-e/mh-speed.el +++ b/lisp/mh-e/mh-speed.el @@ -1,6 +1,6 @@ ;;; mh-speed.el --- MH-E speedbar support -*- lexical-binding: t; -*- -;; Copyright (C) 2002-2021 Free Software Foundation, Inc. +;; Copyright (C) 2002-2022 Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-thread.el b/lisp/mh-e/mh-thread.el index 1be2185ecdf..139e9b74cbb 100644 --- a/lisp/mh-e/mh-thread.el +++ b/lisp/mh-e/mh-thread.el @@ -1,6 +1,6 @@ ;;; mh-thread.el --- MH-E threading support -*- lexical-binding: t; -*- -;; Copyright (C) 2002-2004, 2006-2021 Free Software Foundation, Inc. +;; Copyright (C) 2002-2004, 2006-2022 Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-tool-bar.el b/lisp/mh-e/mh-tool-bar.el index d451ae34d29..17df075cfac 100644 --- a/lisp/mh-e/mh-tool-bar.el +++ b/lisp/mh-e/mh-tool-bar.el @@ -1,6 +1,6 @@ ;;; mh-tool-bar.el --- MH-E tool bar support -*- lexical-binding: t; -*- -;; Copyright (C) 2002-2003, 2005-2021 Free Software Foundation, Inc. +;; Copyright (C) 2002-2003, 2005-2022 Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> ;; Maintainer: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el index b75025d6a4d..d7a92be5b5f 100644 --- a/lisp/mh-e/mh-utils.el +++ b/lisp/mh-e/mh-utils.el @@ -1,6 +1,6 @@ ;;; mh-utils.el --- MH-E general utilities -*- lexical-binding: t; -*- -;; Copyright (C) 1993, 1995, 1997, 2000-2021 Free Software Foundation, +;; Copyright (C) 1993, 1995, 1997, 2000-2022 Free Software Foundation, ;; Inc. ;; Author: Bill Wohler <wohler@newt.com> diff --git a/lisp/mh-e/mh-xface.el b/lisp/mh-e/mh-xface.el index 8350f3d0fbb..b144c58d696 100644 --- a/lisp/mh-e/mh-xface.el +++ b/lisp/mh-e/mh-xface.el @@ -1,6 +1,6 @@ ;;; mh-xface.el --- MH-E X-Face and Face header field display -*- lexical-binding: t; -*- -;; Copyright (C) 2002-2003, 2005-2021 Free Software Foundation, Inc. +;; Copyright (C) 2002-2003, 2005-2022 Free Software Foundation, Inc. ;; Author: Bill Wohler <wohler@newt.com> ;; Keywords: mail |