1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2004-08-20 08:48:47 +00:00
parent 1ad6e4db01
commit 295f3b30f6
3 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-08-16 Kenichi Handa <handa@m17n.org>
* quail/georgian.el ("georgian"): Call quail-define-package with
the show-layout arg t.
2004-08-06 Andreas Schwab <schwab@suse.de>
* Makefile.in (install): Remove .arch-inventory files.

View File

@ -10,6 +10,12 @@
(elp-results-jump-to-definition, elp-output-insert-symname): New Functions.
(elp-output-result): Use elp-output-insert-symname.
2004-08-18 Kenichi Handa <handa@m17n.org>
* language/cyrillic.el: Register koi8-r in
ctext-non-standard-encodings-alist.
("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
* emacs-lisp/copyright.el (copyright-update-year): Delete code

View File

@ -1,3 +1,7 @@
2004-08-20 Kenichi Handa <handa@m17n.org>
* syntax.c (skip_chars): Fix for unibyte case.
2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
* syntax.c (char_quoted): Mixup byte/char pos.