Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e5c8f6f1
Commit
e5c8f6f1
authored
Apr 06, 2001
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
7f39d6bb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
ChangeLog
ChangeLog
+3
-0
leim/quail/.gitignore
leim/quail/.gitignore
+5
-0
lisp/loaddefs.el
lisp/loaddefs.el
+5
-5
No files found.
ChangeLog
View file @
e5c8f6f1
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.
...
...
leim/quail/.gitignore
View file @
e5c8f6f1
...
...
@@ -16,3 +16,8 @@ SW.el
TONEPY.el
ZIRANMA.el
ZOZY.el
tsang-cns.el
quick-cns.el
tsang-b5.el
quick-b5.el
lisp/loaddefs.el
View file @
e5c8f6f1
...
...
@@ -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"
;;;;;; (1
4933 40934
))
;;;;;; (1
5053 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 `t
l
' (top-
left
), the overall glyph is updated as
NEW-REF-POINT is `t
c
' (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"
;;;;;; (150
44 44944
))
;;;;;; (150
53 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" (150
07 28337
))
;;;;;; font-lock-mode) "font-lock" "font-lock.el" (150
53 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" (1
4995 35472
))
;;;;;; "wid-edit" "wid-edit.el" (1
5052 38327
))
;;; Generated autoloads from wid-edit.el
(autoload (quote widget-prompt-value) "wid-edit" "\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment