bpt/emacs.git
17 years ago(check_otf_features): Define it regardless of
Kenichi Handa [Thu, 26 Apr 2007 00:37:14 +0000 (00:37 +0000)]
(check_otf_features): Define it regardless of
HAVE_LIBOTF.

17 years ago*** empty log message ***
Kenichi Handa [Wed, 25 Apr 2007 13:12:05 +0000 (13:12 +0000)]
*** empty log message ***

17 years ago(reorder_font_vector): Check contents of font_def.
Kenichi Handa [Wed, 25 Apr 2007 13:11:57 +0000 (13:11 +0000)]
(reorder_font_vector): Check contents of font_def.
(fontset_find_font): Fix previous change.

17 years ago*** empty log message ***
Kenichi Handa [Wed, 25 Apr 2007 12:07:30 +0000 (12:07 +0000)]
*** empty log message ***

17 years ago(ftfont_driver): Delete font_otf_gsub and
Kenichi Handa [Wed, 25 Apr 2007 12:07:07 +0000 (12:07 +0000)]
(ftfont_driver): Delete font_otf_gsub and
font_otf_gpos, add font_drive_otf.

17 years ago(fontset_find_font): Pay attention to font size
Kenichi Handa [Wed, 25 Apr 2007 12:06:25 +0000 (12:06 +0000)]
(fontset_find_font): Pay attention to font size
specified for a font.

17 years ago(struct otf_list): Delete it.
Kenichi Handa [Wed, 25 Apr 2007 12:05:28 +0000 (12:05 +0000)]
(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.

17 years ago(font_open_for_lface): Adjust prototype.
Kenichi Handa [Wed, 25 Apr 2007 12:00:13 +0000 (12:00 +0000)]
(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.

17 years ago*** empty log message ***
Kenichi Handa [Wed, 25 Apr 2007 11:59:44 +0000 (11:59 +0000)]
*** empty log message ***

17 years ago(set_font_frame_param): Adjusted for the change of
Kenichi Handa [Wed, 25 Apr 2007 11:58:35 +0000 (11:58 +0000)]
(set_font_frame_param): Adjusted for the change of
font_open_for_lface.

17 years agoMerge from emacs--devo--0
Miles Bader [Tue, 24 Apr 2007 21:56:25 +0000 (21:56 +0000)]
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

17 years ago.
Stefan Monnier [Tue, 24 Apr 2007 21:15:28 +0000 (21:15 +0000)]
.

17 years ago*** empty log message ***
Stefan Monnier [Tue, 24 Apr 2007 21:08:28 +0000 (21:08 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Juanma Barranquero [Tue, 24 Apr 2007 14:20:54 +0000 (14:20 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 24 Apr 2007 14:20:53 +0000 (14:20 +0000)]
*** empty log message ***

17 years ago(DETAILED BUILDING AND INSTALLATION): Fix typo.
Juanma Barranquero [Tue, 24 Apr 2007 14:18:05 +0000 (14:18 +0000)]
(DETAILED BUILDING AND INSTALLATION): Fix typo.

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 24 Apr 2007 13:56:17 +0000 (13:56 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Kenichi Handa [Tue, 24 Apr 2007 11:35:23 +0000 (11:35 +0000)]
*** empty log message ***

17 years ago(font_at): If the window W is not on a window system,
Kenichi Handa [Tue, 24 Apr 2007 11:35:15 +0000 (11:35 +0000)]
(font_at): If the window W is not on a window system,
return Qnil.

17 years ago*** empty log message ***
Kenichi Handa [Tue, 24 Apr 2007 08:14:00 +0000 (08:14 +0000)]
*** empty log message ***

17 years ago(produce_chars): Don't call insert_from_gap if no
Kenichi Handa [Tue, 24 Apr 2007 08:13:48 +0000 (08:13 +0000)]
(produce_chars): Don't call insert_from_gap if no
characters to produce.
(encode_coding): Likewise.

17 years agoRevert last change.
Chong Yidong [Tue, 24 Apr 2007 01:45:21 +0000 (01:45 +0000)]
Revert last change.

17 years agopython.el removed.
Chong Yidong [Tue, 24 Apr 2007 01:40:56 +0000 (01:40 +0000)]
python.el removed.

17 years ago(redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED values of the
Chong Yidong [Tue, 24 Apr 2007 01:32:41 +0000 (01:32 +0000)]
(redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED values of the
actual window.

17 years ago* xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED
Chong Yidong [Tue, 24 Apr 2007 01:32:31 +0000 (01:32 +0000)]
* xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED
values of the actual window.

17 years ago(idlwave-shell-clear-all-bp): Don't re-query for each cleared BP.
J.D. Smith [Tue, 24 Apr 2007 00:24:19 +0000 (00:24 +0000)]
(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.

17 years agoWhitespace change.
Luc Teirlinck [Tue, 24 Apr 2007 00:10:21 +0000 (00:10 +0000)]
Whitespace change.

17 years agoAdd comment.
Chong Yidong [Mon, 23 Apr 2007 22:12:05 +0000 (22:12 +0000)]
Add comment.

17 years agoTweak ChangeLog entry.
Chong Yidong [Mon, 23 Apr 2007 22:11:17 +0000 (22:11 +0000)]
Tweak ChangeLog entry.

17 years ago** rcyeske@gmail.com, April 22: Failure to build on OpenBSD macppc.
Chong Yidong [Mon, 23 Apr 2007 22:06:02 +0000 (22:06 +0000)]
** rcyeske@gmail.com, April 22: Failure to build on OpenBSD macppc.
Update.

17 years ago*** empty log message ***
Jay Belanger [Mon, 23 Apr 2007 21:41:06 +0000 (21:41 +0000)]
*** empty log message ***

17 years ago(Reporting bugs): Update maintainer's address.
Jay Belanger [Mon, 23 Apr 2007 21:32:44 +0000 (21:32 +0000)]
(Reporting bugs): Update maintainer's address.

17 years agoUpdate maintainer's address.
Jay Belanger [Mon, 23 Apr 2007 21:30:42 +0000 (21:30 +0000)]
Update maintainer's address.

17 years agoUpdate maintainer's address.
Jay Belanger [Mon, 23 Apr 2007 21:29:30 +0000 (21:29 +0000)]
Update maintainer's address.
(calc-bug-address): Update maintainer's address.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 23 Apr 2007 21:27:55 +0000 (21:27 +0000)]
*** empty log message ***

17 years ago(Fstart_process): Doc fix.
Richard M. Stallman [Mon, 23 Apr 2007 21:27:40 +0000 (21:27 +0000)]
(Fstart_process): Doc fix.

17 years ago(set-mark-command-repeat-pop): Put in `editing-basics' group.
Richard M. Stallman [Mon, 23 Apr 2007 21:19:11 +0000 (21:19 +0000)]
(set-mark-command-repeat-pop): Put in `editing-basics' group.

17 years ago(set-mark-command-repeat-pop): Doc fix.
Richard M. Stallman [Mon, 23 Apr 2007 21:16:31 +0000 (21:16 +0000)]
(set-mark-command-repeat-pop): Doc fix.

17 years agoRemove spurious entry which duplicated an entry already made.
Alan Mackenzie [Mon, 23 Apr 2007 21:10:53 +0000 (21:10 +0000)]
Remove spurious entry which duplicated an entry already made.

17 years agoAlfred M. Szmidt, April 23: Build succeeds on OpenBSD 3.9.
Chong Yidong [Mon, 23 Apr 2007 19:43:52 +0000 (19:43 +0000)]
Alfred M. Szmidt, April 23: Build succeeds on OpenBSD 3.9.

17 years agoMinor fix.
Chong Yidong [Mon, 23 Apr 2007 19:36:57 +0000 (19:36 +0000)]
Minor fix.

17 years ago** Stephen.Berman@gmx.net, April 22: redisplay
Chong Yidong [Mon, 23 Apr 2007 19:28:59 +0000 (19:28 +0000)]
** 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.

17 years ago** nickrob@snap.net.nz, April 23: Info-scroll-up/down on mode-line
Chong Yidong [Mon, 23 Apr 2007 15:21:57 +0000 (15:21 +0000)]
** nickrob@snap.net.nz, April 23: Info-scroll-up/down on mode-line
Fixed.

17 years ago(Info-mouse-scroll-up, Info-mouse-scroll-down): New functions.
Chong Yidong [Mon, 23 Apr 2007 15:21:47 +0000 (15:21 +0000)]
(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.

17 years ago* info.el (Info-mouse-scroll-up, Info-mouse-scroll-down): New functions.
Chong Yidong [Mon, 23 Apr 2007 15:21:11 +0000 (15:21 +0000)]
* 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.

17 years ago** Finish fixing locate.el.
Chong Yidong [Mon, 23 Apr 2007 14:54:36 +0000 (14:54 +0000)]
** Finish fixing locate.el.
Fixed.

17 years ago(locate-local-prompt): New var.
Chong Yidong [Mon, 23 Apr 2007 14:54:04 +0000 (14:54 +0000)]
(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.

17 years ago* locate.el (locate-local-prompt): New var.
Chong Yidong [Mon, 23 Apr 2007 14:53:51 +0000 (14:53 +0000)]
* 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.

17 years ago(Highlight Interactively): Correct description of hi-lock-file-patterns-policy.
Chong Yidong [Mon, 23 Apr 2007 14:39:40 +0000 (14:39 +0000)]
(Highlight Interactively): Correct description of hi-lock-file-patterns-policy.

17 years ago* display.texi (Highlight Interactively): Correct description of
Chong Yidong [Mon, 23 Apr 2007 14:39:16 +0000 (14:39 +0000)]
* display.texi (Highlight Interactively): Correct description of
hi-lock-file-patterns-policy.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 23 Apr 2007 14:30:05 +0000 (14:30 +0000)]
*** empty log message ***

17 years ago(File Archives): Mention self-extracting executables.
Chong Yidong [Mon, 23 Apr 2007 14:26:22 +0000 (14:26 +0000)]
(File Archives): Mention self-extracting executables.

17 years ago* files.texi (File Archives): Mention self-extracting executables.
Chong Yidong [Mon, 23 Apr 2007 14:25:42 +0000 (14:25 +0000)]
* files.texi (File Archives): Mention self-extracting executables.

17 years agoRegenerate.
Chong Yidong [Mon, 23 Apr 2007 14:22:15 +0000 (14:22 +0000)]
Regenerate.

17 years ago*** empty log message ***
Eli Zaretskii [Mon, 23 Apr 2007 09:16:30 +0000 (09:16 +0000)]
*** empty log message ***

17 years ago(Unconditional Replace, Query Replace): Add xref to "Replacement and Case".
Eli Zaretskii [Mon, 23 Apr 2007 09:15:59 +0000 (09:15 +0000)]
(Unconditional Replace, Query Replace): Add xref to "Replacement and Case".

17 years ago(Fstart_process): Doc fix.
Eli Zaretskii [Mon, 23 Apr 2007 09:02:08 +0000 (09:02 +0000)]
(Fstart_process): Doc fix.

17 years ago(magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
Glenn Morris [Mon, 23 Apr 2007 07:17:08 +0000 (07:17 +0000)]
(magic-mode-alist): `<!DOCTYPE HTML' in html-mode.

17 years ago*** empty log message ***
Glenn Morris [Mon, 23 Apr 2007 07:16:10 +0000 (07:16 +0000)]
*** empty log message ***

17 years agoMove src/ChangeLog entry to src/ChangeLog.unicode
Miles Bader [Mon, 23 Apr 2007 04:14:25 +0000 (04:14 +0000)]
Move src/ChangeLog entry to src/ChangeLog.unicode

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-194

17 years ago(button): Inherit from link face on a tty.
Nick Roberts [Mon, 23 Apr 2007 03:32:12 +0000 (03:32 +0000)]
(button): Inherit from link face on a tty.

17 years ago*** empty log message ***
Nick Roberts [Mon, 23 Apr 2007 03:27:57 +0000 (03:27 +0000)]
*** empty log message ***

17 years ago(magic-mode-alist): Allow for carriage-returns in sgml-mode entries.
Glenn Morris [Mon, 23 Apr 2007 01:23:12 +0000 (01:23 +0000)]
(magic-mode-alist): Allow for carriage-returns in sgml-mode entries.

17 years ago*** empty log message ***
Glenn Morris [Mon, 23 Apr 2007 01:22:39 +0000 (01:22 +0000)]
*** empty log message ***

17 years ago(magic-mode-alist): Allow for carriage-returns in html-mode entry.
Glenn Morris [Mon, 23 Apr 2007 01:21:11 +0000 (01:21 +0000)]
(magic-mode-alist): Allow for carriage-returns in html-mode entry.

17 years ago*** empty log message ***
Glenn Morris [Mon, 23 Apr 2007 01:20:02 +0000 (01:20 +0000)]
*** empty log message ***

17 years ago(button): Use color for this face on a tty.
Glenn Morris [Mon, 23 Apr 2007 00:36:14 +0000 (00:36 +0000)]
(button): Use color for this face on a tty.

17 years ago*** empty log message ***
Glenn Morris [Mon, 23 Apr 2007 00:35:43 +0000 (00:35 +0000)]
*** empty log message ***

17 years ago(EMACS): This change was reverted, so delete this entry.
Glenn Morris [Sun, 22 Apr 2007 20:19:42 +0000 (20:19 +0000)]
(EMACS): This change was reverted, so delete this entry.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 22 Apr 2007 17:00:58 +0000 (17:00 +0000)]
*** empty log message ***

17 years ago(Fdefine_abbrev): Doc fix.
Richard M. Stallman [Sun, 22 Apr 2007 17:00:20 +0000 (17:00 +0000)]
(Fdefine_abbrev): Doc fix.

17 years ago(Extended Menu Items): Move the info about
Richard M. Stallman [Sun, 22 Apr 2007 16:59:44 +0000 (16:59 +0000)]
(Extended Menu Items): Move the info about
format with cached keyboard binding.

17 years ago(define-globalized-minor-mode): Improve doc string of generated command.
Richard M. Stallman [Sun, 22 Apr 2007 16:58:23 +0000 (16:58 +0000)]
(define-globalized-minor-mode): Improve doc string of generated command.

17 years ago(read-number): Catch errors.
Richard M. Stallman [Sun, 22 Apr 2007 16:56:19 +0000 (16:56 +0000)]
(read-number): Catch errors.

17 years ago(Fdefine_key): Minor doc fix.
Richard M. Stallman [Sun, 22 Apr 2007 16:53:57 +0000 (16:53 +0000)]
(Fdefine_key): Minor doc fix.

17 years agoWhitespace change.
Richard M. Stallman [Sun, 22 Apr 2007 16:53:13 +0000 (16:53 +0000)]
Whitespace change.

17 years ago(hi-lock-file-patterns-policy): Doc fix.
Richard M. Stallman [Sun, 22 Apr 2007 16:52:29 +0000 (16:52 +0000)]
(hi-lock-file-patterns-policy): Doc fix.

17 years agoReorder some entries.
Kim F. Storm [Sun, 22 Apr 2007 15:53:16 +0000 (15:53 +0000)]
Reorder some entries.

17 years ago*** empty log message ***
Alan Mackenzie [Sun, 22 Apr 2007 14:47:20 +0000 (14:47 +0000)]
*** empty log message ***

17 years agoFix last fix.
Chong Yidong [Sun, 22 Apr 2007 14:06:29 +0000 (14:06 +0000)]
Fix last fix.

17 years ago*** Bindings for Image-Dired added
Chong Yidong [Sun, 22 Apr 2007 14:05:51 +0000 (14:05 +0000)]
*** Bindings for Image-Dired added
Rename Thumbnails to Image-Dired.

17 years agotumme.el is now image-dired.el
Chong Yidong [Sun, 22 Apr 2007 14:01:30 +0000 (14:01 +0000)]
tumme.el is now image-dired.el

17 years ago(Thumbnails): Node moved to Image-Dired.
Chong Yidong [Sun, 22 Apr 2007 13:58:31 +0000 (13:58 +0000)]
(Thumbnails): Node moved to Image-Dired.

17 years agoUpdate node listing.
Chong Yidong [Sun, 22 Apr 2007 13:58:16 +0000 (13:58 +0000)]
Update node listing.

17 years agotumme is now image-dired.
Chong Yidong [Sun, 22 Apr 2007 13:58:09 +0000 (13:58 +0000)]
tumme is now image-dired.

17 years agoTumme is now Image-Dired.
Chong Yidong [Sun, 22 Apr 2007 13:57:57 +0000 (13:57 +0000)]
Tumme is now Image-Dired.

17 years ago(File Conveniences): Link to "Image-Dired" node instead of "Thumbnails".
Chong Yidong [Sun, 22 Apr 2007 13:56:56 +0000 (13:56 +0000)]
(File Conveniences): Link to "Image-Dired" node instead of "Thumbnails".

17 years ago(Image-Dired): Move from Thumbnails node.
Chong Yidong [Sun, 22 Apr 2007 13:56:11 +0000 (13:56 +0000)]
(Image-Dired): Move from Thumbnails node.

17 years ago* dired.texi (Image-Dired): Move from Thumbnails node.
Chong Yidong [Sun, 22 Apr 2007 13:55:59 +0000 (13:55 +0000)]
* dired.texi (Image-Dired): Move from Thumbnails node.
* misc.texi (Thumbnails): Node deleted.
* emacs.texi (Top): Update node listing.

* files.texi (File Conveniences):
* ack.texi (Acknowledgments):
* faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".

17 years ago* image-dired.el: Rename from thumbnails.el. All instances of
Chong Yidong [Sun, 22 Apr 2007 13:45:26 +0000 (13:45 +0000)]
* image-dired.el: Rename from thumbnails.el.  All instances of
"thumbnails" replaced with "image-dired".

17 years agoCommentary fix.
Chong Yidong [Sun, 22 Apr 2007 13:44:43 +0000 (13:44 +0000)]
Commentary fix.

17 years agoRename from "thumbnails.el"; all instances of "thumbnails" changed to
Chong Yidong [Sun, 22 Apr 2007 13:44:05 +0000 (13:44 +0000)]
Rename from "thumbnails.el"; all instances of "thumbnails" changed to
"image-dired".

17 years agoRemove file.
Chong Yidong [Sun, 22 Apr 2007 13:43:24 +0000 (13:43 +0000)]
Remove file.

17 years ago* dired.el (dired-mode-map): Rename "thumbnails" again, to
Chong Yidong [Sun, 22 Apr 2007 13:41:11 +0000 (13:41 +0000)]
* dired.el (dired-mode-map): Rename "thumbnails" again, to
"image-dired".

17 years agoRename "thumbnails" to "image-dired".
Chong Yidong [Sun, 22 Apr 2007 13:40:00 +0000 (13:40 +0000)]
Rename "thumbnails" to "image-dired".

17 years ago*** empty log message ***
Kim F. Storm [Sun, 22 Apr 2007 10:49:48 +0000 (10:49 +0000)]
*** empty log message ***

17 years ago(ido-kill-buffer-at-head, ido-delete-file-at-head):
Kim F. Storm [Sun, 22 Apr 2007 10:37:08 +0000 (10:37 +0000)]
(ido-kill-buffer-at-head, ido-delete-file-at-head):
Don't use kill-line.

17 years ago*** empty log message ***
Kim F. Storm [Sun, 22 Apr 2007 10:36:45 +0000 (10:36 +0000)]
*** empty log message ***

17 years ago(t-mouse-make-event): Pass on mev's more informative
Nick Roberts [Sun, 22 Apr 2007 09:08:14 +0000 (09:08 +0000)]
(t-mouse-make-event): Pass on mev's more informative
error message.

17 years ago*** empty log message ***
Nick Roberts [Sun, 22 Apr 2007 09:07:43 +0000 (09:07 +0000)]
*** empty log message ***