]> git.eshelyaron.com Git - emacs.git/commitdiff
(ucs-set-table-for-input): Disable when using unify-on-decoding.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 16 Apr 2005 21:00:47 +0000 (21:00 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 16 Apr 2005 21:00:47 +0000 (21:00 +0000)
lisp/ChangeLog
lisp/international/ucs-tables.el

index 354554f546fd3d60d77ad1342a4d55fb1489f29f..4036108469caad3138568b55c8a23a1cd74c86ef 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * international/ucs-tables.el (ucs-set-table-for-input):
+       Disable when using unify-on-decoding.
+
 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * emulation/cua-base.el (cua-global-mark-face): Add special case
@@ -5,8 +10,7 @@
 
 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
 
-       * repeat.el (repeat): Invoke pre-command-hook and
-       post-command-hook.
+       * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
 
 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
 
@@ -15,7 +19,7 @@
 
 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el (org-up-heading-all): Fixed bug with
+       * textmodes/org.el (org-up-heading-all): Fix bug with
        `outline-up-heading-all'. 
 
 2005-04-16  Andreas Schwab  <schwab@suse.de>
@@ -25,8 +29,8 @@
 
 2005-04-16  Kenichi Handa  <handa@m17n.org>
 
-       * international/code-pages.el (cp-make-coding-system): Set
-       `translation-table-for-input' property value to the symbol
+       * international/code-pages.el (cp-make-coding-system):
+       Set `translation-table-for-input' property value to the symbol
        ucs-mule-to-mule-unicode, not to that value.
        (pt154): Escape guillemet by `\'.
 
@@ -46,7 +50,7 @@
 
 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el:  (org-agenda-date-prompt): Renamed from
+       * textmodes/org.el:  (org-agenda-date-prompt): Rename from
        `org-agenda-date-today'.
        (org-evaluate-time-range): Insert at point instead of directly
        after time range.
        (org-optimize-window-after-visibility-change): New functions
        (org-agenda-post-command-hook): Don't allow point at end of line,
        to make sure it always hits the text properties.
-       (org-agenda-next-date-line, org-agenda-previous-date-line): New
-       commands.
+       (org-agenda-next-date-line, org-agenda-previous-date-line):
+       New commands.
        (org-set-regexps-and-options): Category may contain white space.
-       (org-agenda-get-deadlines, org-agenda-get-scheduled): Improved
-       marker positions.
+       (org-agenda-get-deadlines, org-agenda-get-scheduled):
+       Improve marker positions.
        (org-agenda-new-marker): Argument POS made optional.
        (org-agenda-get-timestamps): Deadlines which are done are listed
        in org-done-face now.
        (org-agenda-get-todos, org-agenda-get-timestamps)
-       (org-agenda-get-deadlines, org-agenda-get-scheduled): set
-       `undone-face' and `done-face' properties.
+       (org-agenda-get-deadlines, org-agenda-get-scheduled):
+       Set `undone-face' and `done-face' properties.
        (org-last-todo-state-is-todo): New variable.
        (org-todo): Set `org-last-todo-state-is-todo'.
        (org-agenda-todo): Change face according to
@@ -81,9 +85,9 @@
        (org-mode): Insert first line "*-* mode: org-mode -*-" when called
        interactively in empty file and option
        `org-insert-mode-line-in-empty-file' has been set.
-       (org-agenda-todo,org-agenda-priority): Modified to use
+       (org-agenda-todo,org-agenda-priority): Modify to use
        `org-agenda-change-all-lines'.
-       (org-warning-face): Changed color on dark background
+       (org-warning-face): Change color on dark background
 
 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
@@ -92,8 +96,8 @@
        mac-system-locale for default locale.  On Mac OS Classic, use
        mac-system-coding-system for default coding systems.
 
-       * term/mac-win.el: Don't set file-name-coding-system.  Decode
-       variables system-name, emacs-build-system, user-login-name, and
+       * term/mac-win.el: Don't set file-name-coding-system.
+       Decode variables system-name, emacs-build-system, user-login-name, and
        user-full-name by mac-system-coding-system on Mac OS Classic.
        (mac-system-coding-system): New variable.
 
 
 2005-04-12  Lute Kamstra  <lute@gnu.org>
 
-       * generic-x.el (rc-generic-mode, rul-generic-mode): Fix
-       auto-mode-alist entries.
+       * generic-x.el (rc-generic-mode, rul-generic-mode):
+       Fix auto-mode-alist entries.
        (etc-fstab-generic-mode): Tweak fontification.
 
        * generic.el (generic-make-keywords-list): Fix docstring.
 
 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
 
-       * whitespace.el (whitespace-buffer-leading,
-       whitespace-buffer-trailing): Revert the incorrect test
+       * whitespace.el (whitespace-buffer-leading)
+       (whitespace-buffer-trailing): Revert the incorrect test
        inversion. However, fix the highlight area for the leading and
        trailing whitespaces to show space.
 
 
        * whitespace.el (whitespace-version): Bump to 3.5
 
-       (whitespace-buffer-leading, whitespace-buffer-trailing): Invert
-       sense of the test to highlight the whitespace.
+       (whitespace-buffer-leading, whitespace-buffer-trailing):
+       Invert sense of the test to highlight the whitespace.
 
 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
 
        (w32-drag-n-drop): Call dnd-handle-one-url.
 
        * x-dnd.el: Require dnd.
-       (x-dnd-handle-uri-list, x-dnd-handle-file-name): Call
-       dnd-handle-one-url.
+       (x-dnd-handle-uri-list, x-dnd-handle-file-name):
+       Call dnd-handle-one-url.
        (x-dnd-types-alist, x-dnd-insert-utf8-text)
        (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
        to dnd-insert-text.
        (x-dnd-protocol-alist, x-dnd-open-file-other-window)
        (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
        (x-dnd-get-local-file-name,  x-dnd-open-local-file)
-       (x-dnd-open-file, x-dnd-insert-text): Moved to dnd.el (without x-).
+       (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
 
        * dnd.el (dnd-protocol-alist): New file with generic DND functions.
 
 
 2005-04-09  Richard M. Stallman  <rms@gnu.org>
 
-       * help.el (describe-key-briefly, describe-key): Replace
-       strings as event types with "(any string)".
+       * help.el (describe-key-briefly, describe-key):
+       Replace strings as event types with "(any string)".
 
 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
 2005-04-08  Kim F. Storm  <storm@cua.dk>
 
-       * buff-menu.el (Buffer-menu-mode-map): Map follow-link to
-       mouse-face.
+       * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
 
        * mouse.el (mouse-on-link-p): Doc fix.
 
index 5574cf3d954e6dd18225793e82c863344a656d78..80a7a960709bb274c965c1477a2ef6fa252068d5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ucs-tables.el --- translation to, from and via Unicode  -*- coding: iso-2022-7bit -*-
 
-;; Copyright (C) 2001, 2002  Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2005  Free Software Foundation, Inc.
 
 ;; Author: Dave Love <fx@gnu.org>
 ;; Keywords: i18n
@@ -2496,8 +2496,10 @@ See also command `unify-8859-on-encoding-mode' and the user option
 ;; normal-mode and minibuffer-setup-hook.
 (defun ucs-set-table-for-input (&optional buffer)
   "Set up an appropriate `translation-table-for-input' for BUFFER.
-BUFFER defaults to the current buffer."
+BUFFER defaults to the current buffer.
+This function is automatically called directly at the end of `get-buffer-create'."
   (when (and unify-8859-on-encoding-mode
+             (not unify-8859-on-decoding-mode)
             (char-table-p translation-table-for-input))
     (let ((cs (and buffer-file-coding-system
                   (coding-system-base buffer-file-coding-system)))
@@ -2535,5 +2537,5 @@ Intended to be added to `minibuffer-setup-hook'."
 
 (provide 'ucs-tables)
 
-;;; arch-tag: b497e22b-7fe1-486a-9352-e2d7f7d76a76
+;; arch-tag: b497e22b-7fe1-486a-9352-e2d7f7d76a76
 ;;; ucs-tables.el ends here