diff options
| author | YAMAMOTO Mitsuharu | 2005-07-12 11:33:57 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-07-12 11:33:57 +0000 |
| commit | c37efb7a84261b64b9b0071e0f79869ffda74325 (patch) | |
| tree | 705eaf641b19520869eed992ac4e6e662b4615f9 | |
| parent | 908b04563d653cc410afdff3715c159eea347c9a (diff) | |
| download | emacs-c37efb7a84261b64b9b0071e0f79869ffda74325.tar.gz emacs-c37efb7a84261b64b9b0071e0f79869ffda74325.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | mac/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 13 |
3 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 01538ab1728..eed3f6adf04 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * term/mac-win.el (mac-services-mail-selection) | ||
| 4 | (mac-services-mail-to): New functions. | ||
| 5 | (mac-application-menu-map): Bind them. | ||
| 6 | |||
| 1 | 2005-07-12 wulei <milton@wulei.net> (tiny change) | 7 | 2005-07-12 wulei <milton@wulei.net> (tiny change) |
| 2 | 8 | ||
| 3 | * progmodes/gdb-ui.el: Add note about buffering with Windows. | 9 | * progmodes/gdb-ui.el: Add note about buffering with Windows. |
diff --git a/mac/ChangeLog b/mac/ChangeLog index a53b3cd89d4..8715ea3319f 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * Emacs.app/Contents/Info.plist (mail-to, mail-selection): New | ||
| 4 | NSServices. | ||
| 5 | |||
| 1 | 2005-07-04 Lute Kamstra <lute@gnu.org> | 6 | 2005-07-04 Lute Kamstra <lute@gnu.org> |
| 2 | 7 | ||
| 3 | Update FSF's address in GPL notices. | 8 | Update FSF's address in GPL notices. |
diff --git a/src/ChangeLog b/src/ChangeLog index 9bd4d68482c..9579a40086b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and | ||
| 4 | Endian.h. | ||
| 5 | [!MAC_OSX] (fchmod, fchown): New functions. | ||
| 6 | (mac_get_code_from_arg): Don't accept Lisp integer as argument. | ||
| 7 | Use SBYTES and EndianU32_BtoN. | ||
| 8 | (mac_get_object_from_code): Return 4 byte string even if argument | ||
| 9 | is 0. Use make_unibyte_string and EndianU32_NtoB. | ||
| 10 | (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator) | ||
| 11 | (Fmac_set_file_type): Fix documents and argument declarations. | ||
| 12 | Don't specify kFSCatInfoNodeFlags. Support Mac OS Classic. | ||
| 13 | |||
| 1 | 2005-07-11 Stefan Monnier <monnier@iro.umontreal.ca> | 14 | 2005-07-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 15 | ||
| 3 | * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM). | 16 | * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM). |