1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00
Commit graph

27078 commits

Author SHA1 Message Date
Kenichi Handa
d45a49e3b9 (FORWARD_CHAR): Fix calculation of (POSITION).pos_byte. 2008-09-09 02:09:32 +00:00
Kenichi Handa
187bc86f15 (Fvertical_motion): Be sure to set it_overshoot_expected if
it.cmp_it.id is non-nengative.
2008-09-08 05:46:36 +00:00
Juanma Barranquero
9d43832560 Fix typo in comment. 2008-09-07 20:41:10 +00:00
Andreas Schwab
1aa83b226a (Fcall_process): Don't hold references to string data
across garbage collection.  Move initialisation of new_argv down
to avoid compiler bug.
2008-09-07 20:35:14 +00:00
Roland Winkler
a7713d6639 (Fsystem_process_attributes): Doc fix. 2008-09-07 19:47:29 +00:00
Chong Yidong
db8454b07a (Fcall_process): Canonicalize current directory name. 2008-09-07 19:10:28 +00:00
Chong Yidong
39fc455ff0 * callproc.c (Fcall_process): Canonicalize current directory name. 2008-09-07 19:10:18 +00:00
Chong Yidong
5b6f0284d0 (move_it_to): When moving by vpos, ensure that the iterator advances
to the next line if the current line ends in a continued tab.
2008-09-07 14:16:15 +00:00
Chong Yidong
0f6c7c7ed8 * xdisp.c (move_it_to): When moving by vpos, ensure that the iterator
advances to the next line if the current line ends in a continued tab.
2008-09-07 14:15:40 +00:00
Teodor Zlatanov
93c7fcf88a * nsfont.m (nsfont_draw): Fix the references to missing gidx data
member to point to cmp_from.

* xdisp.c: Doc fix for references to gidx data member.
2008-09-07 11:16:20 +00:00
Stefan Monnier
126f1fc1a3 (Fbuffer_swap_text): Reset window->point markers. 2008-09-07 01:22:25 +00:00
Kenichi Handa
900c448630 (FORWARD_CHAR): Check STOP after incrementing (POSITION).pos. 2008-09-07 01:11:46 +00:00
Roland Winkler
ea92add1fe (Fsystem_process_attributes): Doc fix. 2008-09-06 23:00:17 +00:00
Chong Yidong
9252e0c0d7 (Ftop_level): Doc fix. 2008-09-06 17:22:05 +00:00
Chong Yidong
58bba8074d * keyboard.c (Ftop_level): Doc fix. 2008-09-06 17:21:57 +00:00
Eli Zaretskii
2de7397f32 (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a minibuffer, don't let lower
part of menu invade the echo area.
2008-09-06 13:43:36 +00:00
Eli Zaretskii
e779d63012 (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a "char *q" to access
menu text and advance through it.  Revert the change that displayed ">"
instead of ASCII character 0x10.
2008-09-06 11:15:04 +00:00
Eli Zaretskii
18a2979dce Fix spelling and wording of comments. 2008-09-06 09:57:15 +00:00
Eli Zaretskii
dda8632194 (single_menu_item) [!HAVE_BOXES]: Enable emulation of toggle boxes and
radio buttons on MS-DOS as well.
2008-09-05 14:42:05 +00:00
Kenichi Handa
90b3fe9125 (autocmp_chars): Check lookback count.
(composition_compute_stop_pos): Set cmp_it->lookback.
(composition_reseat_it): Check lookback count.
(struct position_record): New struct.
(FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
(find_automatic_composition): New function.
(composition_adjust_point): Use find_automatic_composition.
2008-09-05 00:47:23 +00:00
Kenichi Handa
cbf21103d9 (struct composition_it): New member lookback. 2008-09-05 00:40:53 +00:00
Chong Yidong
d8a7e7fc77 (Fvertical_motion): Don't call move_it_by_lines again if moving by a
single line.
2008-09-02 17:28:59 +00:00
Chong Yidong
efa09d5d1f * indent.c (Fvertical_motion): Don't call move_it_by_lines again
if moving by a single line.
2008-09-02 17:28:47 +00:00
Andreas Schwab
afed25840b (x_delete_display): Fix merge error. 2008-09-02 11:45:08 +00:00
Andreas Schwab
7a3cddefca (Fexpand_file_name): Remove unused variables. 2008-09-02 08:13:20 +00:00
Miles Bader
9850eff524 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1398
2008-09-02 05:35:54 +00:00
Chong Yidong
a77d5bb2eb (Finternal_set_alternative_font_family_alist)
(Finternal_set_alternative_font_registry_alist): Properly copy entire
alist structure.
2008-09-01 19:46:16 +00:00
Chong Yidong
d7642a183f * xfaces.c (Finternal_set_alternative_font_family_alist)
(Finternal_set_alternative_font_registry_alist): Properly copy
entire alist structure.
2008-09-01 19:45:11 +00:00
Kenichi Handa
fc41e69bef *** empty log message *** 2008-09-01 05:36:13 +00:00
Kenichi Handa
fdcb19cafd (LGLYPH_SET_CODE): Add comment. 2008-09-01 05:15:58 +00:00
Kenichi Handa
7c4bd58d24 (ftfont_spec_pattern): Don't create a charset of the
representative chars of the script is a vector.
(ftfont_list): Handle the case the representative chars of the
script is a vector.
2008-09-01 02:46:23 +00:00
Kenichi Handa
c3bb7671de (syms_of_character): Docstring of script-representative-chars fixed. 2008-09-01 02:44:56 +00:00
Eli Zaretskii
e52ab6c932 (BUILD_CHAR_GLYPH): New macro.
(IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct the menu.
2008-08-31 19:41:40 +00:00
Juanma Barranquero
87e204a263 Fix typos. 2008-08-31 14:07:35 +00:00
Martin Rudalics
cc12456a64 *** empty log message *** 2008-08-31 10:12:04 +00:00
Martin Rudalics
23dc7615cd (prepare_menu_bars): Don't call
Vwindow_size_change_functions with arg Qt.
2008-08-31 08:27:25 +00:00
Glenn Morris
e313914472 *** empty log message *** 2008-08-31 02:08:24 +00:00
Stefan Monnier
c7c7a80c12 * font.h (font_range):
* fileio.c (report_file_error):
* composite.c (composition_update_it): Yet another int/Lisp_Oject mixup.
2008-08-31 00:56:58 +00:00
Glenn Morris
a02a138445 (Fmake_variable_frame_local): Doc fix. 2008-08-30 22:50:35 +00:00
Glenn Morris
ab795c6598 Comment. 2008-08-30 22:36:59 +00:00
Glenn Morris
7f02dd2cf6 (Fmodify_frame_parameters): Doc fix. 2008-08-30 22:34:03 +00:00
Glenn Morris
af3e2be64a *** empty log message *** 2008-08-30 22:33:20 +00:00
Glenn Morris
cf36572dc6 (Fmodify_frame_parameters): Doc fix. 2008-08-30 22:32:45 +00:00
Eli Zaretskii
32cef06edd (init_user_info): Allocate buf[] with xmalloc using the size needed by
GetTokenInformation.
(w32_system_process_attributes): Check return values of all system APIs.
2008-08-30 16:46:54 +00:00
Eli Zaretskii
7ccd1dafc2 (IT_update_begin, IT_update_end): Add termscript trace. 2008-08-30 13:20:17 +00:00
Eli Zaretskii
b04021eb2a (IT_display_cursor): Write "CURSOR ON/OFF" to termscript only when
the state changes.
2008-08-30 13:06:15 +00:00
Eli Zaretskii
1b912a3b4e (Fw16_set_clipboard_data): Don't encode text if clipboard is unavailable.
Set dst to NULL if it doesn't point to malloc'ed data.
(Fw16_get_clipboard_data): Initialize htext to NULL, to avoid passing random
values to xfree.
2008-08-30 12:32:59 +00:00
Eli Zaretskii
657ceaa03e (init_display): Set `tty's association in frame's parameters alist to the name
of the terminal device, if that is known.
2008-08-30 12:15:06 +00:00
Eli Zaretskii
70d7ae36dd (stat): Only root directory passed to GetDriveType. Allow RAM disk as well
as local fixed disk when w32-get-true-file-attributes is set to `local'.
2008-08-30 10:55:45 +00:00
YAMAMOTO Mitsuharu
4c7f3f6818 [USE_ATSUI] (mac_draw_image_string_atsui) [MAC_OS_X]: Fix last change.
[USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Likewise.
2008-08-30 08:38:14 +00:00