1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00
Commit Graph

72457 Commits

Author SHA1 Message Date
Kenichi Handa
4ceb39f874 New file. 2007-04-26 00:55:56 +00:00
Kenichi Handa
0bf800204a (OTHERS): Add arabic.elc. 2007-04-26 00:55:39 +00:00
Kenichi Handa
cf385d93cc (check_otf_features): Define it regardless of
HAVE_LIBOTF.
2007-04-26 00:37:14 +00:00
Kenichi Handa
eb7297e41f *** empty log message *** 2007-04-25 13:12:05 +00:00
Kenichi Handa
ae54cb3cdf (reorder_font_vector): Check contents of font_def.
(fontset_find_font): Fix previous change.
2007-04-25 13:11:57 +00:00
Kenichi Handa
8fb618c061 *** empty log message *** 2007-04-25 12:07:30 +00:00
Kenichi Handa
abb610f269 (ftfont_driver): Delete font_otf_gsub and
font_otf_gpos, add font_drive_otf.
2007-04-25 12:07:07 +00:00
Kenichi Handa
4582742d0b (fontset_find_font): Pay attention to font size
specified for a font.
2007-04-25 12:06:25 +00:00
Kenichi Handa
733fd013f6 (struct otf_list): Delete it.
(otf_list): Make it a lisp variable..
(otf_open): Use lispy otf_list.
(generate_otf_features): Renamed from parse_gsub_gpos_spec.
(check_otf_features): New function.
(font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor): New
functinos.
(font_drive_otf): New function merging font_otf_gsub and
font_otf_gpos.
(font_open_for_lface): New arg spec.  Change argument order.
(font_load_for_face): Adjusted for the change of
font_open_for_lface.
(Ffont_drive_otf): New function merging Ffont_otf_gsub and
Ffont_otf_gpos.
(syms_of_font): Staticpro otf_list.  Delete defsubr of
Sfont_otf_gsub and Sfont_otf_gpos.  Defsubr Sfont_drive_otf.
2007-04-25 12:05:28 +00:00
Kenichi Handa
c927d1df98 (font_open_for_lface): Adjust prototype.
(struct font_driver): Delete members otf_gsub and otf_gpos, add
member otf_drive.
(font_otf_gsub, font_otf_gpos): Delete externs.
(font_drive_otf): Extern it.
2007-04-25 12:00:13 +00:00
Kenichi Handa
b6c8772afc *** empty log message *** 2007-04-25 11:59:44 +00:00
Kenichi Handa
de921524f8 (set_font_frame_param): Adjusted for the change of
font_open_for_lface.
2007-04-25 11:58:35 +00:00
Miles Bader
991a760232 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 698-710)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 216)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-196
2007-04-24 21:56:25 +00:00
Stefan Monnier
3851329262 . 2007-04-24 21:15:28 +00:00
Stefan Monnier
4ec97fadab *** empty log message *** 2007-04-24 21:08:28 +00:00
Juanma Barranquero
6b6c5b1406 *** empty log message *** 2007-04-24 14:20:54 +00:00
Richard M. Stallman
4719f27a1d *** empty log message *** 2007-04-24 14:20:53 +00:00
Juanma Barranquero
8b519f64ae (DETAILED BUILDING AND INSTALLATION): Fix typo. 2007-04-24 14:18:05 +00:00
Richard M. Stallman
949a1f3404 *** empty log message *** 2007-04-24 13:56:17 +00:00
Kenichi Handa
0bb328f8f6 *** empty log message *** 2007-04-24 11:35:23 +00:00
Kenichi Handa
1385a8061f (font_at): If the window W is not on a window system,
return Qnil.
2007-04-24 11:35:15 +00:00
Kenichi Handa
35920d5237 *** empty log message *** 2007-04-24 08:14:00 +00:00
Kenichi Handa
284201e43a (produce_chars): Don't call insert_from_gap if no
characters to produce.
(encode_coding): Likewise.
2007-04-24 08:13:48 +00:00
Chong Yidong
22016d8e33 Revert last change. 2007-04-24 01:45:21 +00:00
Chong Yidong
cf99158051 python.el removed. 2007-04-24 01:40:56 +00:00
Chong Yidong
7205997c62 (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED values of the
actual window.
2007-04-24 01:32:41 +00:00
Chong Yidong
53105662b8 * xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED
values of the actual window.
2007-04-24 01:32:31 +00:00
J.D. Smith
815c75b5a5 (idlwave-shell-clear-all-bp): Don't re-query for each cleared BP.
(idlwave-shell-clear-bp): Optionally skip BP query.
(idlwave-shell-update-bp-overlays): Use set-window-margins instead of
set-window-buffer, which incorrectly moves displayed region.
2007-04-24 00:24:19 +00:00
Luc Teirlinck
0ee501e182 Whitespace change. 2007-04-24 00:10:21 +00:00
Chong Yidong
20bf672efe Add comment. 2007-04-23 22:12:05 +00:00
Chong Yidong
c63ae00402 Tweak ChangeLog entry. 2007-04-23 22:11:17 +00:00
Chong Yidong
bb6370f196 ** rcyeske@gmail.com, April 22: Failure to build on OpenBSD macppc.
Update.
2007-04-23 22:06:02 +00:00
Jay Belanger
6a896b1f44 *** empty log message *** 2007-04-23 21:41:06 +00:00
Jay Belanger
271f5e44a9 (Reporting bugs): Update maintainer's address. 2007-04-23 21:32:44 +00:00
Jay Belanger
e8fff8ed68 Update maintainer's address. 2007-04-23 21:30:42 +00:00
Jay Belanger
b943a9d642 Update maintainer's address.
(calc-bug-address): Update maintainer's address.
2007-04-23 21:29:30 +00:00
Richard M. Stallman
bdfeaf613f *** empty log message *** 2007-04-23 21:27:55 +00:00
Richard M. Stallman
16fdeb17a2 (Fstart_process): Doc fix. 2007-04-23 21:27:40 +00:00
Richard M. Stallman
034ce0ec5b (set-mark-command-repeat-pop): Put in `editing-basics' group. 2007-04-23 21:19:11 +00:00
Richard M. Stallman
ebd2fc0d03 (set-mark-command-repeat-pop): Doc fix. 2007-04-23 21:16:31 +00:00
Alan Mackenzie
32b147b57d Remove spurious entry which duplicated an entry already made. 2007-04-23 21:10:53 +00:00
Chong Yidong
b82be08249 Alfred M. Szmidt, April 23: Build succeeds on OpenBSD 3.9. 2007-04-23 19:43:52 +00:00
Chong Yidong
f0601c5adb Minor fix. 2007-04-23 19:36:57 +00:00
Chong Yidong
2b7a395e5b ** Stephen.Berman@gmx.net, April 22: redisplay
This is unrelated to redisplay; X (or GTK) dialog boxes are not
managed by the redisplay engine, so there is no expectation that
redisplay must occur before or after the dialog box appears.  See
2007-04-23 messages on emacs-devel.
2007-04-23 19:28:59 +00:00
Chong Yidong
863477c112 ** nickrob@snap.net.nz, April 23: Info-scroll-up/down on mode-line
Fixed.
2007-04-23 15:21:57 +00:00
Chong Yidong
8aab84229c (Info-mouse-scroll-up, Info-mouse-scroll-down): New functions.
(Info-mode-line-node-keymap): Bind mouse commands to
Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2007-04-23 15:21:47 +00:00
Chong Yidong
a9da35e0e5 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down): New functions.
(Info-mode-line-node-keymap): Bind mouse commands to
Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2007-04-23 15:21:11 +00:00
Chong Yidong
3f8c96b72a ** Finish fixing locate.el.
Fixed.
2007-04-23 14:54:36 +00:00
Chong Yidong
7861843e91 (locate-local-prompt): New var.
(locate-prompt-for-search-string): New function.
(locate): Make locate-local-prompt buffer-local.  Use
locate-prompt-for-search-string.
(locate-with-filter): New optional arg.  Use
locate-prompt-for-search-string.
(locate-update): Bind locate-prompt-for-command.
2007-04-23 14:54:04 +00:00
Chong Yidong
5c03c62821 * locate.el (locate-local-prompt): New var.
(locate-prompt-for-search-string): New function.
(locate): Make locate-local-prompt buffer-local.  Use
locate-prompt-for-search-string.
(locate-with-filter): New optional arg.  Use
locate-prompt-for-search-string.
(locate-update): Bind locate-prompt-for-command.
2007-04-23 14:53:51 +00:00