1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

*** empty log message ***

This commit is contained in:
YAMAMOTO Mitsuharu 2005-07-12 11:33:57 +00:00
parent 908b04563d
commit c37efb7a84
3 changed files with 24 additions and 0 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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).