]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
.
[gnu-emacs] / lisp / ChangeLog
index c88c7f916c8f01792d11b9c8f78d6f131b6382f5..00253c2218eedae95427f18473fcca039b244764 100644 (file)
@@ -1,3 +1,93 @@
+2003-02-20  Andreas Schwab  <schwab@suse.de>
+
+       * info.el (Info-extract-menu-node-name): Stop if colon is
+       followed by open paren.
+
+2003-02-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+
+       * mail/undigest.el (unforward-rmail-message): Allow nested
+       unforwarding, that is, preserve old Forwarded-From/Date headers.
+
+2003-02-20  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-diag.el (print-fontset): If FONTSET is nil,
+       use the default fontset.
+       (describe-fontset): If the current frame is not using a fontset,
+       call print-fontset with nil.
+
+2003-02-19  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc.el (vc-binary-assoc, vc-binary-suffixes): Removed; these
+       were accidentally left over during the VC redesign in 2000.
+
+2003-02-18  Juanma Barranquero  <lektu@terra.es>
+
+       * help-macro.el (make-help-screen): Fix character constant.
+
+       * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
+
+       * calc/calc-graph.el (calc-graph-plot): Likewise.
+
+       * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
+
+       * emacs-lisp/edebug.el: Likewise.
+
+       * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
+
+       * language/cyril-util.el (standard-display-cyrillic-translit):
+       Likewise.
+
+       * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
+
+       * progmodes/cperl-mode.el (cperl-electric-keyword)
+       (cperl-electric-pod, cperl-do-auto-fill): Likewise.
+
+       * textmodes/reftex-ref.el (reftex-reference): Likewise.
+
+       * textmodes/table.el (table-generate-source): Use ?\\ instead of
+       space in "work in progress" message.
+
+       * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
+
+2003-02-17  Dave Love  <fx@gnu.org>
+
+       * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
+
+2003-02-17  Markus Rost  <rost@math.ohio-state.edu>
+
+       * calendar/calendar.el (diary-file-name-prefix-function): Fix
+       custom type.
+
+2003-02-17  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
+       under CVS control.  Suggested by Masanobu UMEDA.
+
+2003-02-17  Kenichi Handa  <handa@m17n.org>
+
+       * files.el (insert-directory): Add workaround for the case that we
+       can't trust ls's output as to byte positions of filenames.
+
+2003-02-15  Richard M. Stallman  <rms@gnu.org>
+
+       * ffap.el: Many doc fixes.
+       (ffap-replace-file-component):
+       Renamed from ffap-replace-path-component.  Callers changed.
+       (ffap-host-to-filename): Renamed from ffap-host-to-path.  Callers chgd.
+
+       * international/iso-ascii.el (iso-ascii-display-table): New variable.
+       (iso-ascii-standard-display-table): New variable.
+       (iso-ascii-display): Define in iso-ascii-display-table.
+       (iso-ascii-mode): New command.
+
+       * tar-mode.el (tar-header-block-summarize):
+       Use l for symlink, h for hard link.
+
+2003-02-15  David Kastrup  <dak@gnu.org>
+
+       * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
+       failure returning nil, as documented.
+
 2003-02-14  Dave Love  <fx@gnu.org>
 
        * international/code-pages.el: Undo `Trailing whitepace deleted.'
 
        * progmodes/idlwave.el (idlwave-show-begin): Likewise.
 
+2003-02-13  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * international/mule-cmds.el (sort-coding-systems): Use \'.
+       (select-safe-coding-system): Remove redundant assq check.
+       Remove raw-text, emacs-mule and no-conversion from the list of
+       proposed encodings unless there's nothing else.
+
 2003-02-13  Markus Rost  <rost@math.ohio-state.edu>
 
        * files.el (find-alternate-file): Undo last change.
 
        * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
        Apply `tramp-handle-directory-file-name'.
-       (tramp-smb-devices, tramp-smb-get-device): Remove.
-       Functionality moved to tramp.el.
        (tramp-smb-handle-file-attributes):  Apply `tramp-get-device'.
        ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
        (tramp-smb-handle-make-directory): Use Emacs file name primitives
        instead of calling tramp-smb-handle-* equivalents directly.
-       (tramp-smb-read-file-entry): Return size as a number but a string.
-       (tramp-smb-get-device, tramp-smb-get-inode):  New functions.
-       Device number and inode number don't exist for SMB files.
-       Therefore we must generate virtual ones.
-       (tramp-smb-devices, tramp-smb-inodes): New variables.
-       Keep generated virtual device numbers and inodes numbers for SMB files.
-       (tramp-smb-handle-file-attributes): Apply them.
+       (tramp-smb-read-file-entry): Return size as a number, not a string.
        (top-level): Defaults for `tramp-default-method-alist' must be a list.
 
 2003-02-05  Stefan Monnier  <monnier@cs.yale.edu>