]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 1 Apr 2002 23:33:40 +0000 (23:33 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 1 Apr 2002 23:33:40 +0000 (23:33 +0000)
lisp/ChangeLog
src/ChangeLog

index 8e578046ef18b5f5befd166d676bb2ea5e7807bb..ff0b98c127f5fd5b5e695177be2fe12b52dbc9ca 100644 (file)
@@ -1,3 +1,27 @@
+2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
+       (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
+       (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
+       (sgml-insert-end-tag): New funs taken from xml-lite.el.
+       (sgml-calculate-indent): Use them.
+       (sgml-slash-matching): Rename from sgml-slash.
+       (sgml-slash): Copied from xml-lite and changed to use
+       sgml-slash-matching and sgml-quick-keys.
+
+       * international/mule-cmds.el (standard-keyboard-coding-systems):
+       Add koi8-u and koi8-r.
+
+       * eshell/.cvsignore: New file.
+
+       * eshell/esh-groups.el: Remove.
+
+       * progmodes/tcl.el: Change maintainer.
+       (tcl-electric-hash-style): Change default to nil.
+       (tcl-imenu-generic-expression): Use tcl-proc-regexp.
+       (tcl-do-auto-fill): Remove.
+       (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
+
 2002-04-01  Ville Skytt\e,Ad\e(B  <ville.skytta@xemacs.org>
 
        * tcl.el (tcl-imenu-generic-expression): New value.
@@ -7,7 +31,7 @@
        tcl-imenu-create-index-function.
        (inferior-tcl-mode): Doc fix.
        Change not legally significant.
-       
+
 2002-04-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
index d0ba5ae47c00691ea9329040e0de2a9d1d8ca45a..c8399ffc5945dbc9b5803bade495dac02bc7a07e 100644 (file)
@@ -1,5 +1,21 @@
 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * region-cache.c (new_region_cache): Use BEG.
+
+       * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
+       Use BEG and BEG_BYTE.
+
+       * doc.c (get_doc_string): Return nil of the location is wrong.
+       (reread_doc_file): New fun.
+       (Fdocumentation, Fdocumentation_property):
+       Call it if get_doc_string fails.
+       (Fsnarf_documentation): Make it work for a dumped Emacs.
+
+       * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
+       Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
+
+       * charset.c (Fstring): Allow 0 arguments.
+
        * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
 
        * process.c (DATAGRAM_CONN_P, list_processes_1)