all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: "Jan Djärv" <jan.h.d@swipnet.se>, "Glenn Morris" <rgm@gnu.org>
Cc: Juergen Fenn <schneeschmelze@googlemail.com>,
	Bozhidar Batsov <bozhidar.batsov@gmail.com>,
	emacs-devel@gnu.org
Subject: Re: Drop OS X 10.4
Date: Sun, 12 Oct 2014 08:02:19 -0700	[thread overview]
Message-ID: <543A97FB.9050400@cs.ucla.edu> (raw)
In-Reply-To: <43EC184F-DCCC-4A62-986E-00EF144981B4@swipnet.se>

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

Jan Djärv wrote:

> Trunk now requires 10.6.

Thanks for doing all that.  I also squashed a few stray mentions of older 
versions in the documentation.  One little thing: the 'clear' method in nsmenu.m 
has a pre-10.6 hack; could it be simplified as per the attached?

[-- Attachment #2: macosx.patch --]
[-- Type: text/plain, Size: 544 bytes --]

=== modified file 'src/nsmenu.m'
--- src/nsmenu.m	2014-10-12 08:35:50 +0000
+++ src/nsmenu.m	2014-10-12 14:44:19 +0000
@@ -693,9 +693,7 @@
     {
       NSMenuItem *item = [self itemAtIndex: n];
       NSString *title = [item title];
-      if (([title length] == 0  /* OSX 10.5 */
-	   || [ns_app_name isEqualToString: title]  /* from 10.6 on */
-	   || [@"Apple" isEqualToString: title]) /* older */
+      if ([ns_app_name isEqualToString: title]
           && ![item isSeparatorItem])
         continue;
       [self removeItemAtIndex: n];

  reply	other threads:[~2014-10-12 15:02 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-10 15:59 Drop OS X 10.4 Glenn Morris
2014-10-10 16:18 ` Paul Eggert
2014-10-10 16:21   ` Glenn Morris
2014-10-10 16:31     ` Paul Eggert
2014-10-10 17:13   ` Jan Djärv
2014-10-10 17:57     ` Harald Hanche-Olsen
2014-10-11  7:24       ` Jan Djärv
2014-10-11  9:20         ` Bozhidar Batsov
2014-10-11 12:59   ` Juergen Fenn
2014-10-11 17:30     ` Bozhidar Batsov
2014-10-11 18:25       ` Glenn Morris
2014-10-12  8:37         ` Jan Djärv
2014-10-12 15:02           ` Paul Eggert [this message]
2014-10-12 16:06             ` Jan Djärv
2014-10-12 18:27           ` Glenn Morris
2014-10-12 23:10             ` Glenn Morris
2014-10-13  5:01               ` Jan Djärv
2014-10-13  5:04             ` Jan Djärv
2014-10-13 16:48               ` Glenn Morris
2014-10-14  5:08                 ` Jan Djärv
2014-10-14 17:11                   ` Jan Djärv
2014-10-14 17:26                     ` Glenn Morris
2014-10-15 17:42                       ` Jan Djärv
2014-10-10 16:28 ` Jan Djärv
2014-10-19  9:04 ` Ivan Kanis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=543A97FB.9050400@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=bozhidar.batsov@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=jan.h.d@swipnet.se \
    --cc=rgm@gnu.org \
    --cc=schneeschmelze@googlemail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.