Chong Yidong
81f82586c4
* movemail.c (main): Fatal if hard links cannot be created.
2009-01-01 09:34:15 +00:00
Martin Rudalics
263bc3fa94
(minibuffer-default-add-shell-commands): Fix doc-string typo.
2009-01-01 09:14:42 +00:00
Chong Yidong
a979dde193
(x_create_tip_frame): Set border width of the X window.
2009-01-01 08:54:46 +00:00
Chong Yidong
d6fafbe02c
* xfns.c (x_create_tip_frame): Set border width of the X window.
2009-01-01 08:54:01 +00:00
Chong Yidong
d31f667990
* display.texi (Face Attributes): Clarify :height attribute.
2009-01-01 08:28:56 +00:00
Chong Yidong
fe69cf00e0
Remove obsolete comment.
2009-01-01 08:23:02 +00:00
Chong Yidong
e66d536393
(Finternal_set_lisp_face_attribute): Improve error message.
2009-01-01 08:09:32 +00:00
Chong Yidong
9ef6904662
* xfaces.c (Finternal_set_lisp_face_attribute): Improve error
...
message.
2009-01-01 08:09:11 +00:00
Chong Yidong
f07ed73ccc
Fix setting of composition-function-table.
2009-01-01 07:47:55 +00:00
Chong Yidong
eaf582ba78
(tibetan-composition-function): Remove unused function, obsoleted by
...
2008-09-05 change to tibetan.el.
2009-01-01 07:47:20 +00:00
Chong Yidong
6768ca670f
* language/cham.el: Fix setting of composition-function-table.
...
* language/khmer.el: Fix setting of composition-function-table.
* language/tibet-util.el (tibetan-composition-function): Remove
unused function, obsoleted by 2008-09-05 change to tibetan.el.
2009-01-01 07:46:23 +00:00
Chong Yidong
d658acb641
(minibuffer-default): Add defvar.
2009-01-01 03:36:43 +00:00
Chong Yidong
257c9b6526
* simple.el (minibuffer-default): Add defvar.
2009-01-01 03:35:44 +00:00
Chong Yidong
6df53d0820
Require comint.
2009-01-01 02:46:11 +00:00
Chong Yidong
337c7b82c5
* hippie-exp.el: Require comint.
2009-01-01 02:45:50 +00:00
Jason Rumney
f9c34147fd
(x_new_font): Return font object, not fontset. (Bug#119)
...
Don't block input, as per earlier xterm.c changes.
2009-01-01 02:06:27 +00:00
Martin Rudalics
174dc00c74
(The Buffer List): Clarify what moves a buffer to
...
the front of the buffer list. Add entries for `last-buffer' and
`unbury-buffer'.
2008-12-31 17:13:32 +00:00
Martin Rudalics
4dc1abebf9
(last-buffer): Don't set major mode of *scratch* if
...
that buffer exists already. Rewrite doc-string.
2008-12-31 15:44:25 +00:00
Adrian Robert
f5497e458a
(ns_appkit_version_str): Rename from ns_appkit_version. (ns_appkit_version_int): New function. (x-server-version): Use ns_appkit_version_int and follow 21+ convention of returning 3 integers
2008-12-31 14:59:37 +00:00
Andreas Schwab
d00da9d723
(tar-mode): Set write-contents-functions instead of
...
write-region-annotate-functions.
(tar-mode-write-contents): New function.
(tar-write-region-annotate): Remove.
2008-12-31 09:58:49 +00:00
Chong Yidong
aae1ecbbc8
(buffer-swapped-with): New var, moved from files.el. Add advice to
...
basic-save-buffer to use it.
2008-12-31 02:44:00 +00:00
Chong Yidong
9b854b5c5e
* pmail.el (buffer-swapped-with): New var, moved from files.el.
...
Add advice to basic-save-buffer to use it.
2008-12-31 02:43:13 +00:00
Chong Yidong
f6fbae115c
(basic-save-buffer): Revert 2008-12-22 change.
...
(buffer-swapped-with): Var removed.
2008-12-31 02:13:31 +00:00
Chong Yidong
8f48970735
* files.el (basic-save-buffer): Revert 2008-12-22 change.
...
(buffer-swapped-with): Var removed.
2008-12-31 02:13:04 +00:00
Kenichi Handa
9e53b62ecb
Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
...
the function OTF_get_variation_glyphs.
2008-12-30 23:46:29 +00:00
Kenichi Handa
c19cab20a1
(CHAR_VARIATION_SELECTOR_P): New macro.
...
(CHAR_SURROGATE_PAIR_P): New macro.
2008-12-30 23:42:40 +00:00
Kenichi Handa
78a2f9cd53
(font_range): Don't require a font for a variation
...
selector.
(Ffont_variation_glyphs): New function.
(syms_of_font): Defsubr it.
2008-12-30 23:41:25 +00:00
Kenichi Handa
2b33f1efb5
(ftfont_driver): Set the member get_variation_glyphs to
...
ftfont_variation_glyphs.
(setup_otf_gstring): New function.
(ftfont_drive_otf): Use it.
(ftfont_shape_by_flt): Handle variation selector.
(ftfont_variation_glyphs): New function.
2008-12-30 23:40:16 +00:00
Kenichi Handa
c63715cf35
(struct font_driver): New member get_variation_glyphs.
2008-12-30 23:36:56 +00:00
Kenichi Handa
ee94685859
(compose-gstring-for-variation-glyph): New
...
function. Register it in composition-function-table.
2008-12-30 23:34:54 +00:00
Kenichi Handa
b23dc4242c
(lglyph-set-code): New function.
2008-12-30 23:32:55 +00:00
Stefan Monnier
19eb68d04b
(tar-data-swapped): New var.
...
(tar-data-swapped-p, tar-swap-data):
Use it instead of buffer-swapped-with.
(tar-write-region-annotate): Re-add (partial undo of last change).
(tar-mode): Use it again (partial undo as well).
2008-12-30 21:59:52 +00:00
Jan Djärv
3fef330a88
(install): Remove old directories in ns_appresdir before
...
moving new directories there.
2008-12-30 20:13:38 +00:00
Jan Djärv
9c2224013b
(install-arch-dep): Remove old directories in
...
ns_app* before moving new directories there.
2008-12-30 20:13:28 +00:00
Chong Yidong
ba95221422
(table-capture): Fix symbol quoting typo.
2008-12-30 16:37:13 +00:00
Chong Yidong
b0f0f3eb6d
* textmodes/table.el (table-capture): Fix symbol quoting typo.
2008-12-30 16:36:01 +00:00
Martin Rudalics
28cd591f40
(Vemacs_iconified): Remove.
2008-12-30 16:27:32 +00:00
Chong Yidong
747ae2f2ae
(follow-select-if-visible): Improve the check for the
...
last line of the window.
(follow-post-command-hook): Perform redisplay in more circumstances,
to avoid getting point stuck on partially visible lines.
2008-12-30 16:21:20 +00:00
Chong Yidong
2260cb2c32
* follow.el (follow-select-if-visible): Improve the check for the
...
last line of the window.
(follow-post-command-hook): Perform redisplay in more circumstances,
to avoid getting point stuck on partially visible lines.
2008-12-30 16:19:50 +00:00
Jason Rumney
7f714baf38
*** empty log message ***
2008-12-30 15:10:39 +00:00
Chong Yidong
13d5c73fb0
(follow-calculate-first-window-start-from-below): Avoid looping
...
forever if vertical-motion returns an unexpected value.
2008-12-30 15:09:35 +00:00
Jason Rumney
a2227e215c
(store_frame_param, x_get_arg): Enable newer code on
...
WINDOWSNT too, as related changes have already been synced.
2008-12-30 15:09:13 +00:00
Chong Yidong
de70fe72cd
* follow.el (follow-calculate-first-window-start-from-below): Avoid
...
looping forever if vertical-motion returns an unexpected value.
2008-12-30 15:08:22 +00:00
Chong Yidong
af2be00218
(Fvertical_motion): Don't advance iterator if we have reseated to the
...
desired position.
2008-12-30 15:03:08 +00:00
Chong Yidong
d8abe9d8dd
(move_it_to): Handle GET_FROM_STRETCH method when checking for pos
...
match.
2008-12-30 14:50:19 +00:00
Chong Yidong
9d2d22ab07
* indent.c (Fvertical_motion): Don't advance iterator if we have
...
reseated to the desired position.
* xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
checking for pos match.
2008-12-30 14:49:28 +00:00
Chong Yidong
f039b2d2b0
Minor doc fix.
2008-12-30 13:28:33 +00:00
Chong Yidong
30bf4750fb
(follow-calc-win-end): Use with-selected-window.
...
(follow-windows-start-end, follow-pos-visible)
(follow-windows-aligned-p): Code cleanup.
(follow-select-if-visible): Try to avoid partially-visible lines.
(follow-select-if-visible-from-first): Call follow-redisplay and
move point to destination.
(follow-redisplay): New arg, to keep selected window unchanged.
(follow-post-command-hook): In final check for destination
visibility, use window-start and window-end instead of the less
accurate follow-pos-visible. If the selected window is redrawn,
tell follow-redisplay to preserve it.
2008-12-30 13:26:23 +00:00
Chong Yidong
b4c79e7b01
* follow.el (follow-calc-win-end): Use with-selected-window.
...
(follow-windows-start-end, follow-pos-visible)
(follow-windows-aligned-p): Code cleanup.
(follow-select-if-visible): Try to avoid partially-visible lines.
(follow-select-if-visible-from-first): Call follow-redisplay and
move point to destination.
(follow-redisplay): New arg, to keep selected window unchanged.
(follow-post-command-hook): In final check for destination
visibility, use window-start and window-end instead of the less
accurate follow-pos-visible. If the selected window is redrawn,
tell follow-redisplay to preserve it.
2008-12-30 13:25:52 +00:00
Andreas Schwab
d9569a55d8
(server-running-p): Remove interactive spec. Fix
...
regexp.
2008-12-30 11:28:14 +00:00