]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 958c0a79fb0167b20299497a2fd5f75e69c1cd9e..6ac94e3fb423850ab341de1c4d5ed22192381947 100644 (file)
@@ -1,7 +1,85 @@
+2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * COPYING: Moved back.
+
+2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * term/internal.el (IT-character-translations): Add entries for
+       more points.
+
+       * international/characters.el: Resurrect the Hebrew category
+       settings for all Hebrew characters removed by the last change.
+       Add code for setting the Hebrew category of the Unicode Hebrew
+       characters.  Set syntax entries for Hebrew punctuation characters.
+
+       * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
+       points and directional formatting control characters.
+
+2001-12-07  Dave Love  <fx@gnu.org>
+
+       * language/lao-util.el: Add Unicode equivalents for rules.
+       (lao-post-read-conversion): New function.
+
+       * language/lao.el: Add Unicode equivalents.
+       (lao): Add post-read conversion.
+
+       * international/latin1-disp.el: Fix some 8-bit-graphic characters.
+       Use iso2022 encoding.
+       (latin1-char-displayable-p): Doc fix.
+       (latin1-display-ucs-per-lynx): New option.
+       (latin1-display-ucs-per-lynx): New command.
+       (latin1-display-reset): Special-case arabic.
+       (ucs-tables): Require.
+       (latin1-display-sets, latin1-display-setup): Add arabic.
+       (latin1-display) <variable>: Use function latin1-display.
+       (latin1-display) <function>: Add mule-unicode stuff.
+       (latin1-display-check-font): Don't lose if `info' is nil.
+
+       * international/iso-transl.el: Insert Latin-1 characters, not
+       unibyte codes.
+
+       * language/european.el (diacritic-composition-pattern): New constant.
+       (diacritic-compose-region, diacritic-compose-string) 
+       (diacritic-compose-buffer, diacritic-post-read-conversion) 
+       (diacritic-composition-function): New functions.
+
+       * international/utf-8.el (ucs-mule-to-mule-unicode): New
+       translation table.
+       (ccl-encode-mule-utf-8): Use it.
+       (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
+       (utf-8-post-read-conversion, utf-8-pre-write-conversion): New
+       function.
+       (utf-8-subst-table): New variable.
+       (utf-8-compose-scripts): New option.
+       (mule-utf-8): Update safe-charsets, pre-write and post-read
+       conversion.
+
+       * international/ucs-tables.el, international/utf-8-subst.el: New
+       file.
+
+       * international/characters.el: Don't set word syntax (the default)
+       explicitly.  Add a diacritic category.  Add info for Unicode
+       equivalents of characters in various Mule charsets and for extra
+       Unicode characters.  Don't define specific categories for
+       Indian/Devanagari, since they aren't used.
+
+2001-12-06  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
+       (set-justification-left, set-justification-right): Doc fix.
+
+       * progmodes/f90.el (f90-break-line): Use (newline 1)
+       to insert newlines.
+       (bug-f90-mode): Variable deleted.
+
+2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * indent.el (indent-line-function): Default is indent-relative again.
+
 2001-12-07  Miles Bader  <miles@gnu.org>
 
-       * progmodes/compile.el (compilation-error-regexp-alist): Added
-       regexps for RXP.  From Reto Stamm <reto@xilinx.com>.
+       * progmodes/compile.el (compilation-error-regexp-alist):
+       Added regexps for RXP.  From Reto Stamm <reto@xilinx.com>.
 
 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
 
 2001-12-04  Colin Walters  <walters@debian.org>
-       
+
        * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
        for `defmacro*' forms.
 
        * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
        `defmacro*'.
-       
+
 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
-       
+
        * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
 
 2001-12-02  Richard M. Stallman  <rms@gnu.org>