]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 Sep 2005 15:43:54 +0000 (15:43 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 Sep 2005 15:43:54 +0000 (15:43 +0000)
lisp/ChangeLog
src/ChangeLog

index 9ed7b77e5da904e4e703dc684b360d1f48d089aa..a24c34c94612960449eba37f9dc37c72df1c0973 100644 (file)
@@ -1,10 +1,17 @@
+2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * 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  <cyd@stupidchicken.com>
 
-       * custom.el (load-theme): Renamed from require-theme.
+       * custom.el (load-theme): Rename from require-theme.
        Add interactive spec.
-       (enable-theme): Renamed from custom-enable-theme.
+       (enable-theme): Rename from custom-enable-theme.
        Add interactive spec.
-       (disable-theme): Renamed from custom-disable-theme.
+       (disable-theme): Rename from custom-disable-theme.
        Add interactive spec.
        (custom-make-theme-feature): Doc fix.
        (custom-theme-directory): Doc fix.
        New hook.
        (add-to-diary-list): Call `diary-modify-entry-list-string-function'
 
+2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * 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  <viniciusjl@ig.com.br>
 
        * subr.el (version-separator, version-regexp-alist): New vars used by
        (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.
+       (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  <ed.swarthout@gmail.com>  (tiny change)
 
-       * hexl.el (hexl-print-current-point-info): Fix simple spelling
-       error.
+       * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
 
 2005-08-22  Juri Linkov  <juri@jurta.org>
 
index bc76f96208ab5b991a54d871f476f6b9dd081a6f..44f8892668c75d265ea95b677e7f32a3078fbb18 100644 (file)
@@ -8,8 +8,18 @@
 
        * editfns.c (Fpropertize): Don't insist that properties be symbols.
 
+2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * dired.c (directory_files_internal_unwind, directory_files_internal)
+       (file_name_completion): Use a Save_Value object rather than a cons of
+       two 16bit ints to store the DIR*.
+       (directory_files_internal, file_name_completion): Handle both EINTR and
+       EAGAIN consistently after `readdir'.
+
 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * intervals.c (update_interval): Add position info in error.
+
        * dispnew.c (window_to_frame_hpos, update_window):
        Avoid gcc warning about unused variable `f'.