~ubuntu-branches/ubuntu/karmic/mew-beta/karmic

« back to all changes in this revision

Viewing changes to mew-darwin.el

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2008-04-24 00:28:17 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080424002817-68vgq5lfqr8z0795
Tags: 6.0.51~0.20080421-1
New upstream release. (CVS trunk on 2008-04-21)

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
 
80
80
(defvar mew-cs-est 'utf-8)
81
81
 
 
82
(defun mew-focus-frame (frame)
 
83
  (when focus-follows-mouse
 
84
    (set-mouse-position
 
85
     (selected-frame) (1- (frame-width)) 0)))
 
86
 
82
87
(provide 'mew-darwin)
83
88
 
84
89
;;; Copyright Notice:
85
90
 
86
 
;; Copyright (C) 2002-2007 Mew developing team.
 
91
;; Copyright (C) 2002-2008 Mew developing team.
87
92
;; All rights reserved.
88
93
 
89
94
;; Redistribution and use in source and binary forms, with or without
90
95
;; modification, are permitted provided that the following conditions
91
96
;; are met:
92
 
;; 
 
97
;;
93
98
;; 1. Redistributions of source code must retain the above copyright
94
99
;;    notice, this list of conditions and the following disclaimer.
95
100
;; 2. Redistributions in binary form must reproduce the above copyright
98
103
;; 3. Neither the name of the team nor the names of its contributors
99
104
;;    may be used to endorse or promote products derived from this software
100
105
;;    without specific prior written permission.
101
 
;; 
 
106
;;
102
107
;; THIS SOFTWARE IS PROVIDED BY THE TEAM AND CONTRIBUTORS ``AS IS'' AND
103
108
;; ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
104
109
;; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR