]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Describe the change in texnfo-upd.el by Bob Chassel.
[gnu-emacs] / lisp / ChangeLog
index b4f60092202569a78e2a479884665e77966fcfcf..99f9cd59f43a2824d0bd3ed5bb423e5be1094c16 100644 (file)
@@ -1,3 +1,151 @@
+2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
+
+       * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
+       "@", as required by some ISP hosting service.  Fix defcustom
+       argument syntax errors that prevented use of customization.
+
+2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
+
+       * xml.el (xml-get-attribute-or-nil): Doc fix.
+
+2003-12-29  Peter 'Luna' Runestig <peter@runestig.com>
+
+       * net/zone-mode.el (zone-mode): Use write-file-functions, not
+       write-file-hooks.
+
+2003-12-29  Eric Hanchrow <offby1@blarg.net>  (tiny change)
+
+       * autorevert.el (auto-revert-interval): Doc fix.
+
+2003-12-29  Mark A. Hershberger <mah@everybody.org>
+
+       * xml.el (xml-get-attribute-or-nil): New function, like
+       xml-get-attribute, but returns nil if the attribute was not found.
+       (xml-get-attribute): Converted to defsubst, uses
+       xml-get-attribute-or-nil.
+
+2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
+
+       * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
+
+2003-12-29  Alex Schroeder <alex@emacswiki.org>  (tiny change)
+
+       * custom.el (custom-declare-theme): Use `value' when putting
+       properties on `theme'.
+
+2003-12-29  Takaaki Ota <Takaaki.Ota@am.sony.com>
+
+       * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
+       for each yank-handler segment.
+       (insert-for-yank-1): New function, with the body of the previous
+       insert-for-yank.
+
+       * textmodes/table.el (table-yank-handler): New defcustom.
+       (table--put-cell-indicator-property): Put yank-handler property
+       that indicates the yank handler for the table cell.
+
+2003-12-29  Jesper Harder <harder@ifa.au.dk>  (tiny change)
+
+       * generic-x.el (etc-modules-conf-generic-mode): A more complete
+       set of keywords.
+
+2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
+
+       * international/mule-cmds.el (reset-language-environment)
+       (set-language-environment): Don't invoke fontset-related functions
+       if fontset-list is not fboundp.
+
+2003-12-29  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-cmds.el (reset-language-environment): Call
+       set-overriding-fontspec-internal with nil.
+       (set-language-environment): Call set-overriding-fontspec-internal
+       if the language environment specify `overriding-fontspec'.
+       (language-info-alist): Doc added.
+
+       * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
+       characters of mule-unicode-0100-24ff.
+       (ccl-encode-windows-1251-font): New CCL program.
+       ("Bulgarian"): Specify overriding-fontspec.
+       ("Belarusian"): Likewise.
+
+2003-12-28  Sam Steingold  <sds@gnu.org>
+
+       * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
+       parameter ID-FORMAT to conform with the 2003-11-30 patch.
+
+2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
+
+       * progmodes/gud.el (gud-gdb-command-name): Set default to
+       "gdb --annotate=3".
+       (gud-gdb-marker-filter): Look out for annotations.
+       (gdb-first-pre-prompt): New variable.
+       Remove trailing white space.
+
+       * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
+       if necessary.
+       (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
+       annotations are detected.
+       (gud-gdba-marker-filter): Use global variable gud-marker-acc
+       instead of a local one to allow transition from
+       gud-gdb-marker-filter.
+       Remove trailing white space.
+
+2003-12-27  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el: Handle non-readable directories.
+       (ido-decorations): Add 9th element for non-readable directory.
+       (ido-directory-nonreadable): New dynamic var.
+       (ido-set-current-directory): Set it.
+       (ido-read-buffer, ido-file-internal):
+       (ido-read-file-name, ido-read-directory-name): Let-bind it.
+       (ido-file-name-all-completions1): Return empty list for
+       non-readable directory.
+       (ido-exhibit): Print [Not readable] if directory is not readable.
+       (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
+       (ido-read-file-name, ido-file-internal, ido-read-directory-name):
+       Use it.
+
+2003-12-27  Lars Hansen  <larsh@math.ku.dk>
+
+       * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
+       calls to directory-files-and-attributes and file-attributes.
+       (ls-lisp-format): Remove system dependent handling of user and
+       group id's.
+
+2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * ffap.el (ffap-read-file-or-url): Revert previous change.
+
+2003-12-25  Robert J. Chassell <bob@rattlesnake.com>
+
+       * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
+       new list of included files called `files-with-node-lines', that
+       only have node lines.  This way @include commands can include any
+       file, such as version and update files without node lines, not
+       just files that are chapters.
+
+2003-12-25  Andreas Schwab  <schwab@suse.de>
+
+       * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
+       file not found.
+
+2003-12-08  Miles Bader  <miles@gnu.org>
+
+       * dired.el (dired-between-files): Always use dired-move-to-filename,
+       which is more robust in non-english locales.
+
+2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
+
+       * vc.el (vc-dired-purge): Avoid error from `kill-line'.
+
+2003-12-24  Andreas Schwab  <schwab@suse.de>
+
+       * shell.el (shell-file-name-quote-list): Add backslash.
+
+       * comint.el (comint-quote-filename): Correctly handle backslash
+       in comint-file-name-quote-list.
+
 2003-12-24  Kenichi Handa  <handa@m17n.org>
 
        * international/mule-cmds.el (set-default-coding-systems): Call
        * info.el (Info-unescape-quotes, Info-split-parameter-string)
        (Info-goto-emacs-command-node): Doc fixes.
 
+2003-12-12  Jesper Harder <harder@ifa.au.dk>
+
+       * cus-edit.el (custom-add-parent-links): Define "many".
+
+2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * wid-edit.el (widget-child-value-get, widget-child-value-inline)
+       (widget-child-validate, widget-type-value-create)
+       (widget-type-default-get, widget-type-match): New functions.
+       (lazy): New widget.
+       (menu-choice, checklist, radio-button-choice, editable-list)
+       (group, documentation-string): Removed redundant (per 2003-10-25
+       change) calls to `widget-children-value-delete'.
+       (widget-choice-value-get, widget-choice-value-inline): Removed
+       functions.
+       (menu-choice): Updated widget.
+
 2003-12-03  Kenichi Handa  <handa@m17n.org>
 
        * language/cyrillic.el: Register "microsoft-cp1251" in
 
 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
 
-       * xml.el: Allow comments following the top-level element.
-       Separate out namespace parsing into special functions.
-       Change namespace parsing to return ('ns-uri . "local-name")
-       instead of '{ns-uri}local-name.
+       * xml.el (xml-parse-region): Allow comments to appear after the
+       topmost element has closed.
+       (xml-ns-parse-ns-attrs, xml-ns-expand-el)
+       (xml-ns-expand-attr): New functions to do namespace handling.   
+       (xml-intern-attrlist): Back-compatible handling of attribute
+       names.
+       (xml-parse-tag): Move namespace handling to seperate functions.
+       Now produces elements in the form ((:ns . "element") (attr-list)
+       children) instead of ('ns:element (attr-list) children).
+       (xml-parse-attlist): Fix attribute parsing.
+       (xml-parse-dtd): Change parsing so that it produces strings
+       instead of interned symbols.
 
 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
 
        which does not exist in LaTeX.
        (reftex-cite-format-builtin): Added amsrefs support.
        (reftex-toc-confirm-promotion): New option
-       
+
        * reftex-toc.el
        (reftex-toc): Use `reftex-toc-split-windows-fraction'.
        (reftex-toc-demote, reftex-toc-promote)