]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Require `ind-util' when compiling.
[gnu-emacs] / lisp / ChangeLog
index 73846ce126da373af9a02f239604e8c09ff4b591..92d5efc5f581d908d16fc4d39f2155d18512d0e0 100644 (file)
@@ -1,3 +1,162 @@
+2001-12-19  Miles Bader  <miles@gnu.org>
+
+       * international/fontset.el: Require `ind-util' when compiling.
+
+2001-12-18  Richard M. Stallman  <rms@gnu.org>
+
+       * simple.el (eval-expression-print-level)
+       (eval-expression-print-length): Doc fixes.
+
+       * international/mule-diag.el (describe-character-set):
+       Fix the arg to help-xref-button.
+
+       * files.el (directory-free-space-program): New variable.
+       (directory-free-space-args): New variable.
+       (insert-directory): Use those two variables for getting free space.
+       Use file-system-info instead, if that is defined.
+
+       * dired.el (dired-free-space-program): Variable deleted.
+       (dired-free-space-args): Variable deleted.
+       (dired-insert-directory): Don't try to determine free space.
+
+       * files.el (font-lock-defaults): Add risky-local-variables prop.
+       (hack-one-local-variable): Treat various font-lock variables as risky.
+
+2001-12-18  Werner Lemberg  <wl@gnu.org>
+
+       * language/chinese.el, language/cyrillic.el,
+       language/czech.el, language/european.el, language/greek.el,
+       language/hebrew.el, language/indian.el, language/japanese.el,
+       language/korean.el, language/lao.el, language/slovak.el,
+       language/thai.el, language/tibetan.el, language/vietnamese.el:
+       Improve documentation strings of coding systems and language infos.
+
+2001-12-18  Werner LEMBERG  <wl@gnu.org>
+
+       Add support for EUC-TW decoding/encoding.
+
+       * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
+       euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
+       New auxiliary functions to build `big5-to-cns'.
+       (big5-to-cns): New translation alist.
+
+       * language/chinese.el: Added new coding system `euc-tw' and its
+       alias `euc-taiwan'.
+       Updated language `Chinese-CNS' to include euc-tw encoding also.
+       (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
+       euc-tw.
+
+2001-12-18  Dave Love  <fx@gnu.org>
+
+       * loadup.el: Add language/utf-8-lang, language/georgian.
+
+       * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
+       (image-file-name-regexps): Doc fix.
+
+       * server.el (server-unload-hook): New function.
+
+       * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
+       (lm-crack-copyright): Cope with multi-line copyright `lines'.
+
+       * simple.el (newline): Doc fix.
+       (eval-expression-print-level, eval-expression-print-length): Doc
+       fix.  Amend :type.
+       (next-line, previous-line): Make arg optional.
+       (newline): Doc fix.
+
+       * Makefile.in (DONTCOMPILE): Add various language files.
+
+       * international/quail.el (quail-input-string-to-events): Don't use
+       string-to-list.
+
+       * progmodes/f90.el (f90-break-line): Avoid infinite recursion
+       calling `newline'.
+
+2001-12-17  Richard M. Stallman  <rms@gnu.org>
+
+       * comint.el (comint-dynamic-list-input-ring-select): New function.
+       Switches back to the old window configuration.
+       (comint-dynamic-list-input-ring): Bind RET to that function.
+       (comint-dynamic-list-input-ring-window-conf): New variable.
+
+2001-12-17  Werner Lemberg  <wl@gnu.org>
+
+       * international/mule-conf.el: Improve documentation strings of
+       character sets.
+
+2001-12-16  Richard M. Stallman  <rms@gnu.org>
+
+       * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
+       (dired-mode-map): Bind w to dired-copy-filename-as-kill.
+
+       * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
+
+       * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
+       Add a DESCRIPTION for the makefile item.
+
+       * find-file.el (ff-other-file-name): New function.
+
+2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * international/quail.el (quail-input-string-to-events): Fix last
+       change.
+
+2001-12-16  Richard M. Stallman  <rms@gnu.org>
+
+       * isearch.el (isearch-edit-string): When we set isearch-string
+       to the default, also set isearch-message.
+
+       * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
+
+       * startup.el (command-line-1): Display startup screen
+       even if there are command line args.
+       Add a note about how to go to editing your files. 
+       (fancy-splash-head): Add a note about how to go to your files.
+       (fancy-splash-outer-buffer): New variable.
+       (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
+
+       * subr.el (with-temp-message): At the end, always discard
+       the temp message, even by clearing the echo area.
+
+       * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
+
+2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * log-view.el (log-view-message-re, log-view-current-tag):
+       Recognize Subversion's log output format.
+
+       * international/fontset.el: Build the list L at compile time.
+
+       * language/ind-util.el (mapthread): Make a closure.
+
+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-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-v, indian--puthash-c, indian--puthash-m)
        (indian--puthash-cv): Use it.
 
-       * language/indian.el (indian-glyph-char, indian-glyph-max-char) 
+       * 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/devan-util.el (devanagari-post-read-conversion):
+       New function.
 
        * language/georgian.el: New file.
 
        Add utf-8 case.
        (set-language-environment): Process required-features earlier.
 
-       * international/quail.el (quail-keyboard-layout-alist): Add
-       pc105-uk.
+       * 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-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.
+       * 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/hebrew.el ("Windows-1255"): New language.
 
-       * language/european.el ("Welsh", "Latin-7", "Lithuanian") 
+       * 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):
-       Documented.
+       Document.
 
 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
 
 
 2001-12-13  David Ponce  <david@dponce.com>
 
-       * ruler-mode.el (ruler-mode-extra-left-cols): Removed.
+       * 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.