*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-04-27 19:12:09 +00:00
parent 5be6c3b044
commit c76e04a8d5
6 changed files with 357 additions and 305 deletions

View file

@ -1,3 +1,7 @@
2000-04-27 Gerd Moellmann <gerd@gnu.org>
* configure.in: Add support for `powerpc*-*-linux-gnu*'.
2000-04-19 Gerd Moellmann <gerd@gnu.org>
* configure.in: Add support for `powerpc-*-netbsd*'.

593
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -16,19 +16,19 @@ German (Deutsch Nord) Guten Tag
German (Deutsch S,A|(Bd) Gr,A|_(B Gott
Greek (,FEkkgmij\(B) ,FCei\(B ,Fsar(B
Hebrew ,Hylem(B
Hindi $(6!F!L(B2$(6"WP!BR!a(B1, $(6!F!L(B2$(6"WP$(5!3P$(6!Z(B1$(6!O(B $(6!j(B
Hindi $(6!F!L4"Wv#!Bv%!a0"W!B!a1(B, $(6!F!L4"Wv#$(5!3v#$(6!Z0"W$(5!3$(6!Z1!O(B $(6!j(B
Italiano Ciao, Buon giorno
Lao((1>RJRERG(B) (1JP:R-(B0(14U(B1, 0(1"m(B1(1c(B0(1Ki(B1(1b*!(B0(14U(B1
Lao((1>RJRERG(B) (1JP:R-04U1(B, 0(1"m1c0Ki1b*!04U1(B
Maltese Ciao
Nederlands, Vlaams Hallo, Dag
Norwegian (Norsk) Hei, God dag
Polish Dzie,Bq(B dobry, Hej
Polish (polski) Dzie,Bq(B dobry, Cze,B6f(B!
Russian (,L@caaZXY(B) ,L7T`PRabRcYbU(B!
Slovak Dobr,B}(B de,Br(B
Spanish (Espa,Aq(Bol) ,A!(BHola!
Swedish (Svenska) Hej, Goddag
Thai (,T@RIRd7B(B) ,TJ(B0,TGQ(B1,TJ(B0,T4U(B1,T$(B0,TCQ(B1,T:(B, ,TJ(B0,TGQ(B1,TJ(B0,T4U(B10,T$h(B1,TP(B
Tibetan (2$(7"70"](B1$(7"2$(8!;(B2$(7%P`"Q(B1$(7"2$(8!;(B) $(7"7(B2$(7$P`"Q(B1$(8!;(B2$(7"E0"S(B1$(7"G$(8!;$(7"7(B2$(7"20"[(B1$(8!;(B2$(7"D0"[(B1$(7"#"G!>(B
Thai (,T@RIRd7B(B) ,TJGQJ4U$CQ:(B, ,TJGQJ4U$hP(B
Tibetan ($(7"7"]"2$(8!;$(7%P"Q"2$(8!;(B) $(7"7$P"Q$(8!;$(7"E"S"G$(8!;$(7"7"2"[$(8!;$(7"D"["#"G!>(B
Tigrigna ($(3"8#r!N"^(B) $(3!Q!,!<"8(B
Turkish (T,M|(Brk,Mg(Be) Merhaba
Vietnamese (Ti,1*(Bng Vi,1.(Bt) Ch,1`(Bo b,1U(Bn
@ -44,4 +44,4 @@ Difference among chinese characters in GB, JIS, KSC, BIG5:
KSC -- $(Cj*Q((B $(CKR[!(B
BIG5 -- $(0&x86(B $(0DeBv(B
Just for a test of JISX0212: $BqV$(DiQ(B (the second character is of JISX0212)
Just for a test of JISX0212:4$(6"Wv#!Bv%!a0(B $BqV$(DiQ1(B (th4$(6"Wv#$(5!3v#$(6!Z0(Be s1econd character is of JISX0212)

View file

@ -2342,6 +2342,10 @@ DATA must be either
3. a vector of strings or bool-vectors, one for each line of the
bitmap.
4. a string that's an in-memory XBM file. Neither width nor
height may be specified in this case because these are defined
in the file.
**** XPM, image type `xpm'
XPM images require the external library `libXpm', package

View file

@ -1,15 +1,33 @@
2000-04-27 Dave Love <fx@gnu.org>
* help.el (locate-library): Use mapc.
(help-manyarg-func-alist): Add call-process-region.
2000-04-27 Gerd Moellmann <gerd@gnu.org>
* dired.el (dired-move-to-filename-regexp): Allow format where
YYYY is followed by two spaces.
* progmodes/etags.el (etags-tags-completion-table): Add a `:'
in the second character class of the regexp.
* mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
mh-etc, too.
* textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
nil.
* subr.el (add-minor-mode): Use `set' instead of `setq'.
* gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
argument.
2000-04-27 Sen Nagata <sen@eccosys.com>
* emacs-lisp/crm.el (crm-completion-table): New variable.
(crm-collection-fn, crm-test-completion)
(completing-read-multiple): Use it.
2000-04-27 Dave Love <fx@gnu.org>
* help.el (locate-library): Use mapc.
(help-manyarg-func-alist): Add call-process-region.
2000-04-26 Gerd Moellmann <gerd@gnu.org>
* subr.el (add-minor-mode): Make argument MAP optional.

View file

@ -1,5 +1,26 @@
2000-04-27 Gerd Moellmann <gerd@gnu.org>
* print.c (print_object): Treat print-length < 0 as nil.
* Makefile.in (termcapobj): Don't use TERMCAP_OBJ.
* s/freebsd.h (TERMCAP_OBJ): Removed.
(LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000.
* lread.c (read1): Don't treat period followed by certain
characters as symbol start.
* xfns.c (slurp_file): New function.
(xbm_image_p): Handle case of in-memory XBM files.
(xbm_scan): Rewritten to work on memory buffers instead of files.
(xbm_read_bitmap_data): Renamed from xbm_read_bitmap_file_data.
Work on memory buffers instead of files. If DATA is null test
if buffer looks like an in-memory XBM file.
(xbm_load_image): Renamed from xbm_load_image_file. Work on
memory buffers instead of files.
(xbm_file_p): New function.
(xbm_load): Accept :data DATA where DATA is an in-memory XBM file.
* lread.c (end_of_file_error): New function.
(read1): Call it instead of signaling `end-of-file' directly.