~ubuntu-branches/ubuntu/vivid/uim/vivid

« back to all changes in this revision

Viewing changes to scm/m17nlib-custom.scm

  • Committer: Package Import Robot
  • Author(s): HIGUCHI Daisuke (VDR dai)
  • Date: 2013-06-30 21:54:51 UTC
  • mfrom: (1.1.17) (15.1.22 sid)
  • Revision ID: package-import@ubuntu.com-20130630215451-1pq7dfnjuz82ibrk
Tags: 1:1.8.6-1
* New upstream release.
  - Avoid a crash when a Canna server name is specified.
    Thanks to Kouichi ONO <kou1.ono@gmail.com> (Closes: #713997).
* debian/uim-el.emacsen-startup
  - do not require uim-leim if LOGNAME is root (Closes: #671818).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;;
2
 
;;; Copyright (c) 2012 uim Project http://code.google.com/p/uim/
 
2
;;; Copyright (c) 2012-2013 uim Project http://code.google.com/p/uim/
3
3
;;;
4
4
;;; All rights reserved.
5
5
;;;
124
124
                 'custom-set-hooks
125
125
                 (lambda ()
126
126
                   (m17nlib-configure-widgets)))
 
127
 
 
128
;;
 
129
;; candidate window
 
130
;;
 
131
 
 
132
(define-custom 'm17nlib-use-candidate-window? #t
 
133
  '(m17nlib candwin)
 
134
  '(boolean)
 
135
  (N_ "Use candidate window")
 
136
  (N_ "long description will be here."))