Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cb0d4562
Commit
cb0d4562
authored
Mar 18, 2003
by
Kenichi Handa
Browse files
*** empty log message ***
parent
067a6a66
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
0 deletions
+47
-0
lisp/ChangeLog
lisp/ChangeLog
+33
-0
src/ChangeLog
src/ChangeLog
+14
-0
No files found.
lisp/ChangeLog
View file @
cb0d4562
2003-03-18 Kenichi Handa <handa@etlken2>
* international/utf-8.el (utf-fragment-on-decoding): Don't call
register-char-codings.
(utf-fragment-on-decoding): Don't update char-coding-system-table.
(utf-translate-cjk): Don't call register-char-codings nor
optimize-char-coding-system-table. Don't update
char-coding-system-table.
* international/ucs-tables.el (ucs-unify-8859): Don't call
register-char-codings.
(ucs-unify-8859): Don't call optimize-char-coding-system-table.
(ucs-fragment-8859): Don't update char-coding-system-table. Don't
call register-char-codings nor optimize-char-coding-system-table.
* international/mule.el (optimize-char-coding-system-table):
Remove this function.
(register-char-codings): Make it obsolete.
(char-coding-system-table): Defconst it here.
(make-coding-system): Don't call register-char-codings, call
define-coding-system-internal.
* international/mule-conf.el (no-conversion): Call
define-coding-system-internal on this coding system instead of
calling register-char-codings.
* international/mule-cmds.el (find-coding-systems-for-charsets):
Use find-coding-systems-string instead of looking up
char-coding-system-table.
* international/code-pages.el (cp-fix-safe-chars): Make it obsolete.
(cp-make-coding-system): Don't call cp-fix-safe-chars.
2003-03-17 Stefan Monnier <monnier@cs.yale.edu>
* buff-menu.el (list-buffers-noselect): Use the display property
...
...
src/ChangeLog
View file @
cb0d4562
2003-03-18 Kenichi Handa <handa@etlken2>
* coding.c (Vchar_coding_system_table): Remove this variable.
(Vcoding_system_safe_chars): New variable.
(intersection): Remove this function.
(find_safe_codings): Don't use Vchar_coding_system_table, but try
all codings in SAFE_CODINGS.
(Ffind_coding_systems_region_internal): Adjusted for the change of
find_safe_codings. Get generic coding systems from
Vcoding_system_safe_chars.
(Fdefine_coding_system_internal): New function.
(syms_of_coding): Defsubr Sdefine_coding_system_internal.
Initialize and staticpro Vcoding_system_safe_chars.
2003-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
...
...
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