*** empty log message ***
This commit is contained in:
parent
7f39d6bb67
commit
e5c8f6f114
3 changed files with 13 additions and 5 deletions
|
@ -1,5 +1,8 @@
|
|||
2001-04-06 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
|
||||
Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
|
||||
|
||||
* make-dist: Handle leim/MISC-DIC. Only include
|
||||
`[a-zA-Z]*.{el,elc}' from leim/quail.
|
||||
|
||||
|
|
5
leim/quail/.gitignore
vendored
5
leim/quail/.gitignore
vendored
|
@ -16,3 +16,8 @@ SW.el
|
|||
TONEPY.el
|
||||
ZIRANMA.el
|
||||
ZOZY.el
|
||||
tsang-cns.el
|
||||
quick-cns.el
|
||||
tsang-b5.el
|
||||
quick-b5.el
|
||||
|
||||
|
|
|
@ -3438,7 +3438,7 @@ Enable dynamic word-completion." t nil)
|
|||
;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after
|
||||
;;;;;; find-composition compose-chars decompose-string compose-string
|
||||
;;;;;; decompose-region compose-region) "composite" "composite.el"
|
||||
;;;;;; (14933 40934))
|
||||
;;;;;; (15053 32083))
|
||||
;;; Generated autoloads from composite.el
|
||||
|
||||
(defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\
|
||||
|
@ -3466,7 +3466,7 @@ composed, and NEW-REF-POINT is a reference point in the new glyph to
|
|||
be added.
|
||||
|
||||
For instance, if GLOBAL-REF-POINT is `br' (bottom-right) and
|
||||
NEW-REF-POINT is `tl' (top-left), the overall glyph is updated as
|
||||
NEW-REF-POINT is `tc' (top-center), the overall glyph is updated as
|
||||
follows (the point `*' corresponds to both reference points):
|
||||
|
||||
+-------+--+ <--- new ascent
|
||||
|
@ -6053,7 +6053,7 @@ Emerge two RCS revisions of a file, with another revision as ancestor." t nil)
|
|||
;;;***
|
||||
|
||||
;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el"
|
||||
;;;;;; (15044 44944))
|
||||
;;;;;; (15053 46708))
|
||||
;;; Generated autoloads from international/encoded-kb.el
|
||||
|
||||
(autoload (quote encoded-kbd-mode) "encoded-kb" "\
|
||||
|
@ -7396,7 +7396,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
|
|||
|
||||
;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode
|
||||
;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock
|
||||
;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15007 28337))
|
||||
;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15053 32083))
|
||||
;;; Generated autoloads from font-lock.el
|
||||
|
||||
(make-variable-buffer-local (quote font-lock-defaults))
|
||||
|
@ -17749,7 +17749,7 @@ With arg, turn widget mode on if and only if arg is positive." t nil)
|
|||
;;;***
|
||||
|
||||
;;;### (autoloads (widget-delete widget-create widget-prompt-value)
|
||||
;;;;;; "wid-edit" "wid-edit.el" (14995 35472))
|
||||
;;;;;; "wid-edit" "wid-edit.el" (15052 38327))
|
||||
;;; Generated autoloads from wid-edit.el
|
||||
|
||||
(autoload (quote widget-prompt-value) "wid-edit" "\
|
||||
|
|
Loading…
Add table
Reference in a new issue