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: Wed, 15 Jun 2005 17:00:29 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7795 emacs/lisp/ChangeLog:1.7796
*** emacs/lisp/ChangeLog:1.7795 Wed Jun 15 16:38:53 2005
--- emacs/lisp/ChangeLog        Wed Jun 15 21:00:27 2005
***************
*** 1,3 ****
--- 1,7 ----
+ 2005-06-15  Stefan Monnier  <address@hidden>
+ 
+       * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
+ 
  2005-06-15  Roland Winkler  <address@hidden>
  
        * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
***************
*** 86,92 ****
        (idlwave-shell-disabled-breakpoint-face)
        (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
  
!       * progmodes/flymake.el (flymake-errline, flymake-warnline): 
        Remove "-face" suffix from face names.
        (flymake-errline-face, flymake-warnline-face):
        New backward-compatibility aliases for renamed faces.
--- 90,96 ----
        (idlwave-shell-disabled-breakpoint-face)
        (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
  
!       * progmodes/flymake.el (flymake-errline, flymake-warnline):
        Remove "-face" suffix from face names.
        (flymake-errline-face, flymake-warnline-face):
        New backward-compatibility aliases for renamed faces.
***************
*** 108,115 ****
  
        * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
        (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
!       (antlr-literal): Remove "-face" suffix and "font-lock-" from face
!       names.
        (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
        (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
        (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
--- 112,118 ----
  
        * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
        (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
!       (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
        (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
        (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
        (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
***************
*** 132,151 ****
  
        * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
        Eliminate "-face" suffix.
!       (makefile-targets): Inherit font-lock-variable-name-face and
        eliminate "-face" suffix.
        (makefile-shell): Remove attributes and eliminate "-face" suffix.
        (makefile-*-font-lock-keywords): Append makefile-targets in rule
        actions, instead of prepending, to make it less visible.
!       (makefile-previous-dependency, makefile-match-dependency): Don't
!       match a target on a continuation line.
  
        * files.el (auto-mode-alist): Put Makefile in gmake mode.
  
  2005-06-15  Nick Roberts  <address@hidden>
  
!       * progmodes/gdb-ui.el (gdb-tooltip-print): Respect
!       tooltip-use-echo-area.
        (menu): Re-order menu items.
  
        * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
--- 135,154 ----
  
        * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
        Eliminate "-face" suffix.
!       (makefile-targets): Inherit from font-lock-function-name-face and
        eliminate "-face" suffix.
        (makefile-shell): Remove attributes and eliminate "-face" suffix.
        (makefile-*-font-lock-keywords): Append makefile-targets in rule
        actions, instead of prepending, to make it less visible.
!       (makefile-previous-dependency, makefile-match-dependency):
!       Don't match a target on a continuation line.
  
        * files.el (auto-mode-alist): Put Makefile in gmake mode.
  
  2005-06-15  Nick Roberts  <address@hidden>
  
!       * progmodes/gdb-ui.el (gdb-tooltip-print):
!       Respect tooltip-use-echo-area.
        (menu): Re-order menu items.
  
        * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
***************
*** 194,201 ****
        * emacs-lisp/byte-run.el (make-obsolete)
        (define-obsolete-function-alias): Rename arguments FUNCTION and
        NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
!       (make-obsolete-variable, define-obsolete-variable-alias): Rename
!       arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
        respectively.
  
        * isearchb.el (isearchb-activate):
--- 197,204 ----
        * emacs-lisp/byte-run.el (make-obsolete)
        (define-obsolete-function-alias): Rename arguments FUNCTION and
        NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
!       (make-obsolete-variable, define-obsolete-variable-alias):
!       Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
        respectively.
  
        * isearchb.el (isearchb-activate):




reply via email to

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