1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-14

Update unicode-branch version numbers and ChangeLog file names

2005-02-12  Miles Bader  <miles@gnu.org>

   * etc/TODO, etc/PROBLEMS, etc/NEWS: Replace references to Emacs version "22"
   with "23".

2005-02-12  Miles Bader  <miles@gnu.org>

   * lisp/version.el (emacs-version): Change to "23.0.0".

   * lisp/descr-text.el (describe-char-unidata-list):
   Replace references to Emacs version "22" with "23".
   * lisp/emacs-lisp/bytecomp.el (byte-compile-fix-header)
   (byte-compile-insert-header): Likewise.
   * lisp/international/mule.el (charset-list, set-coding-priority)
   (ignore-relative-composition): Likewise.
   * lisp/international/mule-util.el (detect-coding-with-priority): Likewise.
   * lisp/international/mule-diag.el: Likewise.
   * lisp/international/mule-cmds.el (language-info-custom-alist): Likewise.
   * lisp/international/codepage.el (codepage-setup): Likewise.

2005-02-13  Miles Bader  <miles@gnu.org>

   Rename unicode-branch-specific ChangeLog files to
   "ChangeLog.unicode" from "ChangeLog.22"
This commit is contained in:
Miles Bader 2005-02-14 03:40:07 +00:00
parent dd75f82d04
commit 8589dc17f8
24 changed files with 71 additions and 45 deletions

View file

@ -340,7 +340,7 @@ coding systems ordered by priority."
`(with-coding-priority (mapcar #'cdr ,priority-list)
(detect-coding-region ,from ,to)))
(make-obsolete 'detect-coding-with-priority
"Use with-coding-priority and detect-coding-region" "22.1")
"Use with-coding-priority and detect-coding-region" "23.1")
;;;###autoload
(defun detect-coding-with-language-environment (from to lang-env)