emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 21 May 2002 19:23:08 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3924 emacs/lisp/ChangeLog:1.3925
*** emacs/lisp/ChangeLog:1.3924 Tue May 21 18:21:53 2002
--- emacs/lisp/ChangeLog        Tue May 21 19:23:08 2002
***************
*** 1,3 ****
--- 1,9 ----
+ 2002-05-21  Stefan Monnier  <address@hidden>
+ 
+       * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
+       the last patch works around the wu-ftpd misfeature that prompted
+       the disabling of this optimization.
+ 
  2002-05-21  Colin Walters  <address@hidden>
  
        * international/mule.el (make-coding-system): Doc fixes.
***************
*** 7,17 ****
        (set-auto-coding): Update docs.
        (sgml-xml-auto-coding-function): New function.
  
!       * international/mule-util.el (truncate-string-to-width): New
!       optional argument `ellipsis'.  Add commented-out test suite, and
        change coding to iso-2022-7bit.
  
! 2002-05-21  Colin Walters  <address@hidden>   
  
        * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
        (font-lock-multiline, font-lock-fontified, font-lock-mode)
--- 13,23 ----
        (set-auto-coding): Update docs.
        (sgml-xml-auto-coding-function): New function.
  
!       * international/mule-util.el (truncate-string-to-width):
!       New optional argument `ellipsis'.  Add commented-out test suite, and
        change coding to iso-2022-7bit.
  
! 2002-05-21  Colin Walters  <address@hidden>
  
        * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
        (font-lock-multiline, font-lock-fontified, font-lock-mode)
***************
*** 22,29 ****
        * font-core.el: New file, with functions taken from font-lock.el.
        (font-lock-category-alist): New variable.
        (font-lock-mode): Use it.
!       (font-lock-set-defaults): Partially taken from font-lock.el.  Only
!       load font-lock.el when necessary.
  
        * loadup.el: Add font-core.el.
  
--- 28,35 ----
        * font-core.el: New file, with functions taken from font-lock.el.
        (font-lock-category-alist): New variable.
        (font-lock-mode): Use it.
!       (font-lock-set-defaults): Partially taken from font-lock.el.
!       Only load font-lock.el when necessary.
  
        * loadup.el: Add font-core.el.
  
***************
*** 35,41 ****
        (occur-engine): Use categories from `font-lock-category-alist'.
  
        * info.el (Info-fontify): Deleted.
!       (Info-select-node): Don't use it.       
        (Info-mode-hook): New variable.
        (Info-mode): Set up categories.
        (Info-fontify-menu-headers, Info-fontify-node): Use categories.
--- 41,47 ----
        (occur-engine): Use categories from `font-lock-category-alist'.
  
        * info.el (Info-fontify): Deleted.
!       (Info-select-node): Don't use it.
        (Info-mode-hook): New variable.
        (Info-mode): Set up categories.
        (Info-fontify-menu-headers, Info-fontify-node): Use categories.
***************
*** 57,63 ****
        (ibuffer-insert-filter-group): Ditto.
        (ibuffer-mode): Set up category properties.
  
! 2002-05-21  Colin Walters  <address@hidden>   
  
        * replace.el (occur-engine): Increment globalcount all at once
        after searching a buffer.
--- 63,69 ----
        (ibuffer-insert-filter-group): Ditto.
        (ibuffer-mode): Set up category properties.
  
! 2002-05-21  Colin Walters  <address@hidden>
  
        * replace.el (occur-engine): Increment globalcount all at once
        after searching a buffer.
***************
*** 65,83 ****
  
        * ibuf-macs.el (define-ibuffer-column): Add third argument
        `ibuffer-buf'.
!       
        * ibuffer.el (toplevel): Require font-lock, to get the face
        definitions.
        (ibuffer-use-fontification): Deleted.
        (column filename-and-process): New column.
        (ibuffer-formats): Use it by default.
        (ibuffer-name-map, ibuffer-mode-name-map)
!       (ibuffer-filter-group-map): Don't set parent to
!       `ibuffer-mode-map'.
        (ibuffer-do-save, ibuffer-do-toggle-modified)
        (ibuffer-do-toggle-read-only, ibuffer-do-delete)
        (ibuffer-do-kill-on-deletion-marks): Include name in definition.
!       (ibuffer): New optional argument `formats'.  
  
  2002-05-21  Eli Zaretskii  <address@hidden>
  
--- 71,88 ----
  
        * ibuf-macs.el (define-ibuffer-column): Add third argument
        `ibuffer-buf'.
! 
        * ibuffer.el (toplevel): Require font-lock, to get the face
        definitions.
        (ibuffer-use-fontification): Deleted.
        (column filename-and-process): New column.
        (ibuffer-formats): Use it by default.
        (ibuffer-name-map, ibuffer-mode-name-map)
!       (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
        (ibuffer-do-save, ibuffer-do-toggle-modified)
        (ibuffer-do-toggle-read-only, ibuffer-do-delete)
        (ibuffer-do-kill-on-deletion-marks): Include name in definition.
!       (ibuffer): New optional argument `formats'.
  
  2002-05-21  Eli Zaretskii  <address@hidden>
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]