changeset 65339:2df5f585f3f6

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 05 Sep 2005 15:43:54 +0000
parents 4bc5f5d3e625
children 2c7c4607da97
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 30 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Sep 05 15:43:22 2005 +0000
+++ b/lisp/ChangeLog	Mon Sep 05 15:43:54 2005 +0000
@@ -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.
@@ -489,6 +496,12 @@
 	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
@@ -564,18 +577,16 @@
 	(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>
 
--- a/src/ChangeLog	Mon Sep 05 15:43:22 2005 +0000
+++ b/src/ChangeLog	Mon Sep 05 15:43:54 2005 +0000
@@ -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'.