*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index 34018fc..bb26b76 100644 (file)
@@ -1,3 +1,110 @@
+2001-12-15  Richard M. Stallman  <rms@gnu.org>
+
+       * isearch.el (isearch-start-hscroll): New variable.
+       (isearch-mode): Set isearch-start-hscroll.
+       (isearch-update): Restore original hscrolling if possible.
+
+       * isearch.el (isearch-edit-string):
+       Treat isearch-yank-word-or-char specially, like isearch-yank-word.
+
+       * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
+       (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
+       rather than regexp search and (2) copying text properties
+       already set up on text unchanged from the previous backtrace.
+
+       * case-table.el (set-case-syntax-pair):
+       Detect invalid calls and signal an error.
+
+2001-12-15  Richard M. Stallman  <rms@gnu.org>
+
+       * language/ind-util.el (range): Function deleted.
+       (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
+       All calls changed.
+
+       * language/devan-util.el (devanagari-range): Renamed from `range'.
+       All calls changed.
+       (devanagari-regexp-of-hashtbl-keys):
+       Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
+
+2001-12-15  Dave Love  <fx@gnu.org>
+
+       * language/ind-util.el: Don't require cl.
+       (indian-glyph-char, indian-glyph-max-char)
+       (indian-char-glyph): Moved from indian.el
+       (indian--puthash-char, mapthread): Don't quote lambda.
+       (indian--map): New function.
+       (indian--puthash-v, indian--puthash-c, indian--puthash-m)
+       (indian--puthash-cv): Use it.
+
+       * language/indian.el (indian-glyph-char, indian-glyph-max-char)
+       (indian-char-glyph): Moved to ind-util.el
+
+       * language/devan-util.el (devanagari-post-read-conversion):
+       New function.
+
+       * language/georgian.el: New file.
+
+       * international/mule-cmds.el (locale-language-names): Add various
+       entries.  Remove utf-8 special case.
+       (locale-charset-language-names, locale-preferred-coding-systems):
+       Add utf-8 case.
+       (set-language-environment): Process required-features earlier.
+
+       * international/quail.el (quail-keyboard-layout-alist):
+       Add pc105-uk.
+       (quail-keyboard-layout-type): Fix :type.
+       (quail-choose-completion-string): Simplify.
+       (quail-update-leim-list-file): Don't get fooled by commented-out code.
+       (quail-input-string-to-events): Run events through
+       translation-table-for-input.
+
+       * international/mule-conf.el (translation-table-for-input):
+       New variable.
+       (latin-iso8859-14): Amend description.
+       (file-coding-system-alist): Add entry for utf-8.
+
+       * language/utf-8-lang.el: New file.
+
+       * international/code-pages.el: New file.
+
+       * language/hebrew.el ("Windows-1255"): New language.
+
+       * language/european.el ("Welsh", "Latin-7", "Lithuanian")
+       ("Latvian"): New languages.
+
+2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * xml.el: Use setq rather than (set 'foo bar).
+       Use push+nreverse rather than append.
+       (xml-node-name, xml-node-attributes, xml-node-children):
+       Use defsubst rather than macros.
+       (xml-parse-region): Handle a nil return value from xml-parse-tag.
+       (xml-parse-tag): Don't skip white space.  Return nil for a comment.
+       Concat the two strings surrounding a comment into a single string.
+
+       * newcomment.el (comment-indent): Jump to the middle of empty comments.
+
+2001-12-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * select.el (xselect-convert-to-class, xselect-convert-to-name):
+       Document.
+
+2001-12-14  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
+       Return nil if FILE is not registered.
+       (vc-check-master-templates, vc-default-make-version-backups-p):
+       Doc fix.
+
+2001-12-13  David Ponce  <david@dponce.com>
+
+       * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
+       (ruler-mode-left-fringe-cols): New macro.
+       (ruler-mode-right-fringe-cols): New macro.
+       (ruler-mode-left-scroll-bar-cols): New macro.
+       (ruler-mode-right-scroll-bar-cols): New macro.
+       (ruler-mode-ruler): Use above new macros.
+
 2001-12-13  Richard M. Stallman  <rms@gnu.org>
 
        * files.el (set-auto-mode): Fix previous change.
        * international/characters.el (Unicode): Comment out
        the specifications for kelvin and angstrom signs.
 
-2001-12-12  Dave Love  <fx@gnu.org>
-
        * international/mule.el (make-translation-table-from-vector):
        Allow null elements in VEC.