Kenichi Handa
0aa35ed94d
*** empty log message ***
2008-01-28 07:07:19 +00:00
Kenichi Handa
23c8bcbfce
(FONTP): Make it return 1 also for a font-object.
2008-01-28 07:06:52 +00:00
Kenichi Handa
9e067dbc98
(xfontset): New function.
2008-01-28 07:05:37 +00:00
Kenichi Handa
6c8ec042df
(font_find_for_lface): Check if the character C is
...
supported or not only for the first font.
2008-01-28 07:05:07 +00:00
Kenichi Handa
d67f7f1a57
(reorder_font_vector): Fix typo.
...
(fontset_find_font): Don't add a font-spec specifying a script.
Use 0 (not Qt) for the indication of empty font-group. Change the
format of RFONT-DEF. Return Qt if no font in the font-group
support the character.
(fontset_font): Adjusted for the above change. If no font was
found the character, remember that.
(face_for_char): Adjusted for the change of RFONT-DEF.
(Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
no font for the target.
(Finternal_char_font): Adjusted for the change of RFONT-DEF.
2008-01-28 07:03:27 +00:00
Kenichi Handa
43071057a2
*** empty log message ***
2008-01-25 11:26:38 +00:00
Kenichi Handa
c8ea71f686
(font_load_for_face): Handle the case that the font in
...
face->lface is a string.
2008-01-25 11:26:27 +00:00
Kenichi Handa
55d6c8ac6e
*** empty log message ***
2008-01-23 11:14:47 +00:00
Kenichi Handa
7c0b3f4dc8
(set_lface_from_font_and_fontset): Set the fontname in
...
lface.
2008-01-23 11:14:12 +00:00
Kenichi Handa
4ae9e00781
*** empty log message ***
2008-01-22 12:03:33 +00:00
Kenichi Handa
db1c10a277
(Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
...
Fix previous change. If the frame is not on a window system,
signal an error.
2008-01-22 12:03:15 +00:00
Kenichi Handa
eee0d6865f
*** empty log message ***
2008-01-18 07:09:42 +00:00
Kenichi Handa
64cedb0c2b
(decode_coding_object): Adjuste marker positions after
...
conversion.
(encode_coding_object): Likewise.
2008-01-18 07:08:52 +00:00
Kenichi Handa
9bb13d087a
(struct Lisp_Marker): New member need_adjustment.
2008-01-18 07:07:37 +00:00
Kenichi Handa
0a16d56798
*** empty log message ***
2008-01-14 01:33:28 +00:00
Kenichi Handa
432cfa542e
(FONTSET_REF_AND_RANGE): Delete it.
...
(fontset_ref_and_range): Delete it.
(fontset_find_font): Call char_table_ref_and_range instead of
FONTSET_REF_AND_RANGE.
(make_fontset): Don't setup font groups of Latin here.
(Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
(new_fontset_from_font): Make the specified font the default for
all Latin characters.
2008-01-14 01:31:25 +00:00
Kenichi Handa
cc07ec4a35
*** empty log message ***
2008-01-10 12:31:13 +00:00
Kenichi Handa
f80cc9fdfa
(Finternal_set_lisp_face_attribute): Check if the frame
...
is on a window system before accessing the fontset of the frame.
2008-01-10 12:31:02 +00:00
Miles Bader
430d2ee291
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
2008-01-09 01:21:15 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
97ff09b34c
Regenerate.
2008-01-08 05:21:00 +00:00
Glenn Morris
15d621675c
Regenerate.
2008-01-08 05:07:59 +00:00
Glenn Morris
8cabe764e9
Add 2008 to copyright years.
2008-01-08 04:37:27 +00:00
Glenn Morris
ea8c20e07f
(main): Set copyright year to 2008.
2008-01-08 04:28:15 +00:00
Glenn Morris
081f220309
*** empty log message ***
2008-01-08 04:28:05 +00:00
Glenn Morris
0112254622
Add 2008 to copyright years.
2008-01-08 04:11:05 +00:00
Glenn Morris
49c1c3cc57
Add 2008 to copyright years.
2008-01-08 04:04:36 +00:00
Juanma Barranquero
a0a3805cf6
*** empty log message ***
2008-01-07 12:45:01 +00:00
Kenichi Handa
7b36f045a4
*** empty log message ***
2008-01-07 12:29:34 +00:00
Kenichi Handa
0e45710c8c
(lisp): Add kherm.el and myanmar.el.
...
(shortlisp): Likewise.
2008-01-07 12:29:23 +00:00
Kenichi Handa
cd666bca37
*** empty log message ***
2008-01-07 12:28:50 +00:00
Kenichi Handa
95d0a34053
(Ffont_shape_text): Fix setting of `to' field of glyphs.
2008-01-07 12:28:30 +00:00
YAMAMOTO Mitsuharu
bea1686f39
*** empty log message ***
2008-01-07 08:16:19 +00:00
YAMAMOTO Mitsuharu
f7dcf73a4f
(Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of #ifdef MAC_OS.
2008-01-07 08:15:56 +00:00
Kenichi Handa
637ac44c57
(ftfont_driver): Set ftfont_shape in ftfont_driver only
...
when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
2008-01-07 02:08:28 +00:00
Kenichi Handa
e8912e41f8
(Ffont_shape_text): If the font driver doesn't have a
...
shaper function, make zero-width glyphs to have at least one-pixel
width.
2008-01-07 02:02:05 +00:00
Nick Roberts
ee2e9728e4
(parse_menu_item): Don't enclose key bindings on
...
menu bar in parentheses.
2008-01-06 21:34:57 +00:00
Nick Roberts
8290574e10
*** empty log message ***
2008-01-06 21:32:13 +00:00
Dan Nicolaescu
f3041af143
* configure.in: Remove references to unsupported systems.
...
* notes/copyright:
* MAINTAINERS: Remove references to files that have been removed.
* os.texi (System Environment): Remove references to OSes that are
not supported anymore.
* PROBLEMS:
* MACHINES: Remove references to systems not supported anymore.
* makefile.w32-in:
* Makefile.in: Remove references to Xenix.
* gnus.el (gnus-use-long-file-name): Remove reference to xenix.
* obsolete/x-apollo.el: Remove file for unsupported system.
* term/x-win.el (vendor-specific-keysyms): Remove reference to
Apollo.
* progmodes/gud.el (gud-dgux-p): Remove.
(dbx): Remove reference to dgux.
* progmodes/ps-mode.el (ps-mode-print-function):
* ps-print.el (ps-lp-system):
* paths.el (rmail-spool-directory):
* ls-lisp.el (ls-lisp-emulation):
* lpr.el (lpr-lp-system):
* dired.el (dired-chown-program): Remove references to dgux.
* m/7300.h:
* m/acorn.h:
* m/alliant-2800.h:
* m/alliant.h:
* m/alliant1.h:
* m/alliant4.h:
* m/altos.h:
* m/amdahl.h:
* m/apollo.h:
* m/att3b.h:
* m/aviion-intel.h:
* m/aviion.h:
* m/celerity.h:
* m/clipper.h:
* m/cnvrgnt.h:
* m/convex.h:
* m/cydra5.h:
* m/delta88k.h:
* m/dpx2.h:
* m/dual.h:
* m/elxsi.h:
* m/f301.h:
* m/gould-np1.h:
* m/gould.h:
* m/i860.h:
* m/ibmps2-aix.h:
* m/ibmrt-aix.h:
* m/ibmrt.h:
* m/irist.h:
* m/is386.h:
* m/isi-ov.h:
* m/mega68.h:
* m/mg1.h:
* m/news-r6.h:
* m/news-risc.h:
* m/news.h:
* m/nh3000.h:
* m/nh4000.h:
* m/ns16000.h:
* m/ns32000.h:
* m/nu.h:
* m/orion.h:
* m/orion105.h:
* m/paragon.h:
* m/pfa50.h:
* m/plexus.h:
* m/pyramid.h:
* m/pyrmips.h:
* m/sh3el.h:
* m/sps7.h:
* m/sr2k.h:
* m/stride.h:
* m/sun1.h:
* m/sun2.h:
* m/sun3-68881.h:
* m/sun3-fpa.h:
* m/sun3-soft.h:
* m/sun3.h:
* m/sun386.h:
* m/symmetry.h:
* m/tad68k.h:
* m/tahoe.h:
* m/targon31.h:
* m/tek4300.h:
* m/tekxd88.h:
* m/tower32.h:
* m/tower32v3.h:
* m/ustation.h:
* m/wicat.h:
* m/xps100.h:
* s/cxux.h:
* s/cxux7.h:
* s/dgux.h:
* s/dgux4.h:
* s/dgux5-4-3.h:
* s/dgux5-4r2.h:
* s/esix.h:
* s/esix5r4.h:
* s/hiuxmpp.h:
* s/hiuxwe2.h:
* s/iris3-5.h:
* s/iris3-6.h:
* s/isc2-2.h:
* s/isc3-0.h:
* s/isc4-0.h:
* s/isc4-1.h:
* s/newsos5.h:
* s/newsos6.h:
* s/osf1.h:
* s/osf5-0.h:
* s/riscix1-1.h:
* s/riscix12.h:
* s/sco4.h:
* s/sco5.h:
* s/sunos4-0.h:
* s/sunos4-1.h:
* s/sunos413.h:
* s/sunos4shr.h:
* s/umax.h:
* s/unipl5-2.h:
* s/xenix.h:
* cxux-crt0.s:
* unexapollo.c:
* unexconvex.c:
* unexenix.c:
* unexsni.c: Remove files for systems no longer supported.
* m/intel386.h: Remove references to unsupported systems.
* w32.c (get_emacs_configuration): Remove reference to i860.
* sysdep.c: Remove dead code.
2008-01-06 00:56:56 +00:00
Dan Nicolaescu
d35e1cd725
* configure.in: Remove support for Masscomp.
...
* os.texi (System Environment): Remove mention for Masscomp.
* MACHINES: Remove Masscomp.
* s/rtu.h:
* m/masscomp.h: Remove files. Platform is obsolete.
2008-01-05 11:14:48 +00:00
Michael Albinus
abe136eecd
* dbusbind.c (Fdbus_method_return): New function.
...
(xd_read_message): Add the serial number to the event.
(Fdbus_register_method): Activate the function.
2008-01-04 21:39:47 +00:00
Richard M. Stallman
78379264fb
(Ffile_name_directory, Fexpand_file_name): Doc fixes.
2008-01-04 05:47:53 +00:00
Stefan Monnier
87df3c322b
(read_key_sequence): Fix typo.
2008-01-03 21:56:05 +00:00
Michael Albinus
5125905efd
* dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
...
(xd_signature, xd_append_arg): Handle element type detection for
empty arrays.
(Fdbus_call_method, Fdbus_send_signal): Undo type casting for
SDATA () calls; this must be solved more general.
(Fdbus_register_signal): Use SBYTES instead of strlen.
2008-01-03 21:27:25 +00:00
Magnus Henoch
2c3a8b2787
* dbusbind.c (Fdbus_call_method): Handle the case of no returned
...
arguments.
2008-01-03 16:35:44 +00:00
Magnus Henoch
8bba1b5cbb
* dbusbind.c (xd_append_arg): Use unsigned char instead of
...
unsigned int for byte values (necessary for big-endian platform).
2008-01-03 16:34:07 +00:00
Miles Bader
43a8b8ca57
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-308
2008-01-02 04:13:39 +00:00
Michael Albinus
15f16c1ba7
* dbusbind.c (xd_read_message): Use non-static input_event struct.
2007-12-31 10:22:52 +00:00
Magnus Henoch
a271e124f4
* dbusbind.c (xd_signature): Signature of variant is just "v".
2007-12-31 00:57:51 +00:00
Michael Albinus
80f9d13bff
*** empty log message ***
2007-12-30 15:55:29 +00:00