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: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 20 Jun 2002 07:26:03 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4016 emacs/lisp/ChangeLog:1.4017
*** emacs/lisp/ChangeLog:1.4016 Thu Jun 20 03:30:16 2002
--- emacs/lisp/ChangeLog        Thu Jun 20 07:26:02 2002
***************
*** 1,3 ****
--- 1,8 ----
+ 2002-06-20  Francesco Potorti`  <address@hidden>
+ 
+       * progmodes/etags.el (tag-implicit-name-match-p): New function.
+       (etags-recognize-tags-table): Use it for implicit tag names.
+ 
  2002-06-20  Miles Bader  <address@hidden>
  
        * comint.el (comint-get-old-input-default): Strip text properties
***************
*** 43,49 ****
        (describe-text-properties-1):
        New subroutine, broken out from describe-text-properties.
        Output a newline before each section of the output.
!       
        * international/mule-diag.el (describe-char-after):
        Moved to descr-text.el.
  
--- 48,54 ----
        (describe-text-properties-1):
        New subroutine, broken out from describe-text-properties.
        Output a newline before each section of the output.
! 
        * international/mule-diag.el (describe-char-after):
        Moved to descr-text.el.
  
***************
*** 77,83 ****
        (batch-byte-recompile-directory): Undo previous change.
  
        * comint.el (comint-skip-input): New function.
!       (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob) 
        (comint-stop-subjob): Use comint-skip-input.
  
        * ielm.el (ielm-eval-input): Use error-message-string.
--- 82,88 ----
        (batch-byte-recompile-directory): Undo previous change.
  
        * comint.el (comint-skip-input): New function.
!       (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
        (comint-stop-subjob): Use comint-skip-input.
  
        * ielm.el (ielm-eval-input): Use error-message-string.
***************
*** 104,110 ****
  
        * play/zone.el (zone-timer): New variable holds the idle timer.
        (zone): Don't fiddle with the idle timer at all.
!       (zone-when-idle): Put the idle timer in zone-timer. 
        If one is already set up, cancel it and make a new one.
        (zone-leave-me-alone): Likewise.
  
--- 109,115 ----
  
        * play/zone.el (zone-timer): New variable holds the idle timer.
        (zone): Don't fiddle with the idle timer at all.
!       (zone-when-idle): Put the idle timer in zone-timer.
        If one is already set up, cancel it and make a new one.
        (zone-leave-me-alone): Likewise.
  
***************
*** 141,147 ****
        if node has no next, previous or up links.
        Hide the part of the first line that is used in the header.
        Use Info-next-link-keymap, etc.
!       (Info-next-link-keymap, Info-prev-link-keymap) 
        (Info-up-link-keymap): New variables.
  
        * international/mule-diag.el (describe-char-after): Doc fix.
--- 146,152 ----
        if node has no next, previous or up links.
        Hide the part of the first line that is used in the header.
        Use Info-next-link-keymap, etc.
!       (Info-next-link-keymap, Info-prev-link-keymap)
        (Info-up-link-keymap): New variables.
  
        * international/mule-diag.el (describe-char-after): Doc fix.
***************
*** 172,193 ****
        (calc-refresh): Ditto.
  
  2002-06-12  Colin Walters  <address@hidden>
!       
        * font-core.el (font-lock-core-only): Variable deleted.  All uses
        removed.
        (font-lock-set-defaults): Variable alist settings moved back into
        font-lock-set-defaults-1.
        (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
        is specifically excluded by the user.
!       
        * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
!       
        * help-mode.el (help-mode): Don't set `font-lock-defaults'.
!       
        * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
!       
        * info.el (Info-mode): Don't set `font-lock-defaults'.
!       
        * replace.el (occur-mode): Don't set `font-lock-defaults'.
  
        * help-mode.el (help-highlight-p, help-highlight-face): Variable
--- 177,198 ----
        (calc-refresh): Ditto.
  
  2002-06-12  Colin Walters  <address@hidden>
! 
        * font-core.el (font-lock-core-only): Variable deleted.  All uses
        removed.
        (font-lock-set-defaults): Variable alist settings moved back into
        font-lock-set-defaults-1.
        (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
        is specifically excluded by the user.
! 
        * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
! 
        * help-mode.el (help-mode): Don't set `font-lock-defaults'.
! 
        * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
! 
        * info.el (Info-mode): Don't set `font-lock-defaults'.
! 
        * replace.el (occur-mode): Don't set `font-lock-defaults'.
  
        * help-mode.el (help-highlight-p, help-highlight-face): Variable
***************
*** 230,236 ****
        properties as well as overlays
        (comint-snapshot-last-prompt): Snapshot using text properties.
        (comint-get-old-input-default, comint-extract-string): Don't copy
!       text properties. 
  
        * simple.el (line-move-finish): Inhibit field motion when
        computing `line-end'.
--- 235,241 ----
        properties as well as overlays
        (comint-snapshot-last-prompt): Snapshot using text properties.
        (comint-get-old-input-default, comint-extract-string): Don't copy
!       text properties.
  
        * simple.el (line-move-finish): Inhibit field motion when
        computing `line-end'.
***************
*** 243,249 ****
        highlight-enabling variables anymore.
        (comint-highlight-input, comint-highlight-prompt): Variables
        removed.
!       
        * faces.el (display-supports-face-attributes-p): New function.
        (face-spec-set-match-display): Support `supports' predicate.
        (italic): Try underlining for displays that don't support real italics.
--- 248,254 ----
        highlight-enabling variables anymore.
        (comint-highlight-input, comint-highlight-prompt): Variables
        removed.
! 
        * faces.el (display-supports-face-attributes-p): New function.
        (face-spec-set-match-display): Support `supports' predicate.
        (italic): Try underlining for displays that don't support real italics.
***************
*** 294,303 ****
  
        * subr.el (copy-list): Moved here from cl.el.
        (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
!       
        * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
        subr.el.  Add a defalias with the old name.
!       
        * emacs-lisp/cl.el (copy-list): Moved to subr.el.
  
        * replace.el (occur-mode): Don't set up categories.  Do set
--- 299,308 ----
  
        * subr.el (copy-list): Moved here from cl.el.
        (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
! 
        * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
        subr.el.  Add a defalias with the old name.
! 
        * emacs-lisp/cl.el (copy-list): Moved to subr.el.
  
        * replace.el (occur-mode): Don't set up categories.  Do set
***************
*** 327,334 ****
        `font-lock-defaults', and be sure to set `font-lock-core-only'.
        (ibuffer-compile-format): Don't pass third argument
        to column functions.
!       (filename-and-process): Ditto.  
!       
        * ibuf-macs.el (define-ibuffer-column): Don't create a third
        argument for the generated function.
  
--- 332,339 ----
        `font-lock-defaults', and be sure to set `font-lock-core-only'.
        (ibuffer-compile-format): Don't pass third argument
        to column functions.
!       (filename-and-process): Ditto.
! 
        * ibuf-macs.el (define-ibuffer-column): Don't create a third
        argument for the generated function.
  



reply via email to

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