aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-12-22 08:27:36 +0000
committerYAMAMOTO Mitsuharu2006-12-22 08:27:36 +0000
commit2f0fd19a322dabde0d252255dff492fcef25cdce (patch)
tree3acdedaf6a57d8b4418dd3323d077d3f4adfae85 /src/ChangeLog
parent9b9e104e5f73c6aaa37998af324f207170624216 (diff)
downloademacs-2f0fd19a322dabde0d252255dff492fcef25cdce.tar.gz
emacs-2f0fd19a322dabde0d252255dff492fcef25cdce.zip
(mac_update_title_bar) [TARGET_API_MAC_CARBON]: Call
mac_update_proxy_icon also when buffer modification flag changed. [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't update alias, but compare FSRef/FSSpec of resolved alias.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 740f9b229cf..3428722beca 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12006-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macfns.c (mac_update_title_bar) [TARGET_API_MAC_CARBON]: Call
4 mac_update_proxy_icon also when buffer modification flag changed.
5 [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't update alias,
6 but compare FSRef/FSSpec of resolved alias.
7
12006-12-21 Kim F. Storm <storm@cua.dk> 82006-12-21 Kim F. Storm <storm@cua.dk>
2 9
3 * w32.c (_sys_wait_accept): Fix handle leak. 10 * w32.c (_sys_wait_accept): Fix handle leak.