diff src/ChangeLog @ 2514:b49d38bc659d

[xemacs-hg @ 2005-01-26 10:09:19 by ben] Minor changes to profile code profile.c, profile.h: Add fillers for easier temporary profiling. Add RETURN_UNGCPRO_EXIT_PROFILING, RETURN_EXIT_PROFILING.
author ben
date Wed, 26 Jan 2005 10:09:20 +0000
parents 8c96bdabcaf9
children de9952d2ed18
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jan 26 10:05:03 2005 +0000
+++ b/src/ChangeLog	Wed Jan 26 10:09:20 2005 +0000
@@ -1,3 +1,126 @@
+2005-01-26  Ben Wing  <ben@xemacs.org>
+
+	* profile.c:
+	* profile.c (vars_of_profile):
+	* profile.h:
+	Add fillers for easier temporary profiling.
+	Add RETURN_UNGCPRO_EXIT_PROFILING, RETURN_EXIT_PROFILING.
+
+2004-11-17  Ben Wing  <ben@xemacs.org>
+
+	* emacs.c:
+	Update history section.
+	
+	* emacs-marshals.c:
+	* emacs-marshals.c (initialize_marshaller_storage):
+	* hash.c:
+	* hash.c (string_equal):
+	* hash.c (make_hash_table):
+	* hash.h:
+	* ui-gtk.c (type_already_imported_p):
+	Clean up and generalize creation of string hash tables.
+	
+	* profile.c:
+	* profile.c (vars_of_profile):
+	* profile.h:
+	
+2004-11-13  Ben Wing  <ben@xemacs.org>
+
+	* nt.c:
+	* fileio.c:
+	Fix sync comments.
+	
+	* free-hook.c (check_free):
+	Fix aliasing warning.
+	
+	* config.h.in:
+	* dired-msw.c (mswindows_get_files):
+	* emacs.c (main_1):
+	* event-msw.c (mswindows_wnd_proc):
+	* fileio.c:
+	* fileio.c (find_end_of_directory_component):
+	* fileio.c (Ffile_name_directory):
+	* fileio.c (Ffile_name_as_directory):
+	* fileio.c (if):
+	* fileio.c (Ffile_truename):
+	* fileio.c (Ffile_readable_p):
+	* fileio.c (Ffile_symlink_p):
+	* fileio.c (Ffile_accessible_directory_p):
+	* fileio.c (vars_of_fileio):
+	* glyphs.c:
+	* glyphs.c (pixmap_to_lisp_data):
+	* lisp.h:
+	* nt.c:
+	* nt.c (get_long_basename):
+	* nt.c (get_cached_volume_information):
+	* nt.c (mswindows_readdir):
+	* nt.c (open_unc_volume):
+	* nt.c (mswindows_access):
+	* nt.c (mswindows_link):
+	* nt.c (mswindows_rename):
+	* nt.c (mswindows_unlink):
+	* nt.c (mswindows_stat):
+	* nt.c (mswindows_utime):
+	* nt.c (open_input_file):
+	* nt.c (open_output_file):
+	* nt.c (Fmswindows_short_file_name):
+	* nt.c (init_nt):
+	* process-nt.c (nt_create_process):
+	* realpath.c:
+	* realpath.c (readlink_or_correct_case):
+	* realpath.c (qxe_realpath):
+	* sound.c (Fplay_sound_file):
+	* symsinit.h:
+	* sysdep.c:
+	* sysdep.c (qxe_lstat):
+	* sysdep.c (qxe_stat):
+	* sysfile.h:
+	* syswindows.h:
+	* syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR):
+	* syswindows.h (LOCAL_FILE_FORMAT_MAYBE_URL_TO_TSTR):
+	* win32.c:
+	* win32.c (Fmswindows_shell_execute):
+	* win32.c (struct read_link_hash):
+	* win32.c (mswindows_read_link_1):
+	* win32.c (mswindows_read_link):
+	* win32.c (vars_of_win32):
+	* win32.c (init_win32):
+	Add support for treating shortcuts under Windows as symbolic links.
+	Enabled with mswindows-shortcuts-are-links (t by default).  Rewrite
+	lots of places to use PATHNAME_CONVERT_OUT, which is moved to
+	sysfile.h.  Add PATHNAME_RESOLVE_LINKS, which only does things
+	under Windows.
+
+	* nt.c (mswindows_rename):
+	* nt.c (mswindows_unlink):
+	* sysdep.c (sys_subshell):
+	Unicode-ize.
+	
+	* realpath.c (readlink_or_correct_case):
+	Renamed from readlink_and_correct_case.  Fix some problems with
+	Windows implementation due to incorrect understanding of workings
+	of the function.
+
+	* redisplay.c:
+	* redisplay.c (generate_displayable_area):
+	* redisplay.c (regenerate_window):
+	* redisplay.h:
+	* signal.c:
+	* signal.c (check_quit):
+	Move backtraces to internals manual.  Fix some race conditions
+	leading to crashes due to incomplete protection of critical
+	sections.  In signal.c, be more aggressive in catching incomplete
+	critical section protection -- we cannot even check for QUIT,
+	*EVER*, in a critical section.
+	
+	* sound.c (Fplay_sound_file):
+	* ntplay.c (nt_play_sound_file):
+	* sound.c:
+	* sound.h:
+	Rename play_sound_file to nt_play_sound_file and pass
+	internally-formatted data to it to avoid converting out and back
+	again.
+
 2005-01-25  Ben Wing  <ben@xemacs.org>
 
 	* extents.c: