* xgettext:
The xgettext option '--sorted-output' is now deprecated.
+* Emacs PO mode:
+ Fix an incompatibility with Emacs version 29 or newer.
+
Version 0.21.1 - October 2022
* Runtime behaviour:
;;; po-mode.el --- major mode for GNU gettext PO files
-;; Copyright (C) 1995-2002, 2005-2008, 2010, 2013-2017, 2019-2020 Free Software
-;; Foundation, Inc.
+;; Copyright (C) 1995-2002, 2005-2008, 2010, 2013-2017, 2019-2020, 2023 Free Software Foundation, Inc.
;; Authors: François Pinard <pinard@iro.umontreal.ca>
;; Greg McGary <gkm@magilla.cichlid.com>
(defconst po-font-lock-keywords
'(
("^# .*\\|^#[:,]?" . font-lock-comment-face)
- ("^#:\\(.*\\)" 1 font-lock-reference-face)
+ ("^#:\\(.*\\)" 1 font-lock-constant-face)
("^#,\\(.*\\)" 1 font-lock-function-name-face)
("^\\(\\(msg\\(ctxt\\|id\\(_plural\\)?\\|str\\(\\[[0-9]\\]\\)?\\)\\) \\)?\"\\|\"$"
. font-lock-keyword-face)