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: Mon, 05 Sep 2005 11:43:55 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8142 emacs/lisp/ChangeLog:1.8143
*** emacs/lisp/ChangeLog:1.8142 Mon Sep  5 15:39:26 2005
--- emacs/lisp/ChangeLog        Mon Sep  5 15:43:54 2005
***************
*** 1,10 ****
  2005-09-04  Chong Yidong  <address@hidden>
  
!       * custom.el (load-theme): Renamed from require-theme.
        Add interactive spec.
!       (enable-theme): Renamed from custom-enable-theme.
        Add interactive spec.
!       (disable-theme): Renamed from custom-disable-theme.
        Add interactive spec.
        (custom-make-theme-feature): Doc fix.
        (custom-theme-directory): Doc fix.
--- 1,17 ----
+ 2005-09-05  Stefan Monnier  <address@hidden>
+ 
+       * progmodes/compile.el (compilation-goto-locus): Take into account
+       iconified frames when determining whether the buffer is
+       already visible.
+       Don't reset window height if the window already existed.
+ 
  2005-09-04  Chong Yidong  <address@hidden>
  
!       * custom.el (load-theme): Rename from require-theme.
        Add interactive spec.
!       (enable-theme): Rename from custom-enable-theme.
        Add interactive spec.
!       (disable-theme): Rename from custom-disable-theme.
        Add interactive spec.
        (custom-make-theme-feature): Doc fix.
        (custom-theme-directory): Doc fix.
***************
*** 489,494 ****
--- 496,507 ----
        New hook.
        (add-to-diary-list): Call `diary-modify-entry-list-string-function'
  
+ 2005-08-24  Stefan Monnier  <address@hidden>
+ 
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
+ 
+       * custom.el (custom-theme-set-variables): Sort minor modes last.
+ 
  2005-08-24  Vinicius Jose Latorre  <address@hidden>
  
        * subr.el (version-separator, version-regexp-alist): New vars used by
***************
*** 564,581 ****
        (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
        Move to beginning of file.
        (scheme-interaction-mode-commands-alist)
!       (scheme-interaction-mode-map, scheme-debugger-mode-map): Declare
!       them before use.  Note: the initialization code for the variables
!       has not been moved because it uses functions that reference the
!       variables.
        (xscheme-control-g-message-string, xscheme-process-filter-alist)
        (xscheme-prompt-for-expression-map): Declare them before use.
        (scheme-debugger-mode-commands): "?\ " -> "?\s".
  
  2005-08-23  Ed Swarthout  <address@hidden>  (tiny change)
  
!       * hexl.el (hexl-print-current-point-info): Fix simple spelling
!       error.
  
  2005-08-22  Juri Linkov  <address@hidden>
  
--- 577,592 ----
        (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
        Move to beginning of file.
        (scheme-interaction-mode-commands-alist)
!       (scheme-interaction-mode-map, scheme-debugger-mode-map):
!       Declare them before use.  Note: the initialization code for the 
variables
!       has not been moved because it uses functions that reference the 
variables.
        (xscheme-control-g-message-string, xscheme-process-filter-alist)
        (xscheme-prompt-for-expression-map): Declare them before use.
        (scheme-debugger-mode-commands): "?\ " -> "?\s".
  
  2005-08-23  Ed Swarthout  <address@hidden>  (tiny change)
  
!       * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
  
  2005-08-22  Juri Linkov  <address@hidden>
  




reply via email to

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