Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
mituharu committed Jul 12, 2005
1 parent f9ddcf0 commit 527dd4f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lisp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>

* term/mac-win.el (mac-services-mail-selection)
(mac-services-mail-to): New functions.
(mac-application-menu-map): Bind them.

2005-07-12 wulei <milton@wulei.net> (tiny change)

* progmodes/gdb-ui.el: Add note about buffering with Windows.
Expand Down
5 changes: 5 additions & 0 deletions mac/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>

* Emacs.app/Contents/Info.plist (mail-to, mail-selection): New
NSServices.

2005-07-04 Lute Kamstra <lute@gnu.org>

Update FSF's address in GPL notices.
Expand Down
13 changes: 13 additions & 0 deletions src/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>

* mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
Endian.h.
[!MAC_OSX] (fchmod, fchown): New functions.
(mac_get_code_from_arg): Don't accept Lisp integer as argument.
Use SBYTES and EndianU32_BtoN.
(mac_get_object_from_code): Return 4 byte string even if argument
is 0. Use make_unibyte_string and EndianU32_NtoB.
(Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
(Fmac_set_file_type): Fix documents and argument declarations.
Don't specify kFSCatInfoNodeFlags. Support Mac OS Classic.

2005-07-11 Stefan Monnier <monnier@iro.umontreal.ca>

* window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
Expand Down

0 comments on commit 527dd4f

Please sign in to comment.