comparison src/ChangeLog @ 101400:27828d2e3209

* nsterm.m (EmacsView-readSelectionFromPasteboard:) (writeSelectionToPasteboard:types:): New stubbed-out methods for NSServicesRequests protocol. (Bug#1435)
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Fri, 23 Jan 2009 10:31:54 +0000
parents 6b87429f988f
children 8bf66a156bc5
comparison
equal deleted inserted replaced
101399:5b58e8f46076 101400:27828d2e3209
1 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com> 1 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2 2
3 * emacs.c (main): Do fork+exec under --daemon in Cocoa. 3 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
4 (ns_no_defaults): New declaration.
5 (main): Use it.
6 * nsterm.h (ns_no_defaults): New declaration.
7 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
8 * nsterm.m (ns_no_defaults): New variable.
9 (ns_initialize): Don't read defaults when ns_no_defaults.
10 (EmacsView-readSelectionFromPasteboard:)
11 (writeSelectionToPasteboard:types:): New stubbed-out methods for
12 NSServicesRequests protocol. (Bug#1435)
4 13
5 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change) 14 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
6 15
7 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly 16 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
8 call for Sparc64. 17 call for Sparc64.