1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-04 14:40:54 -08:00
Commit graph

86108 commits

Author SHA1 Message Date
Eli Zaretskii
3e7600a697 (x_wm_set_size_hint): Use x_display_pixel_width and x_display_pixel_height. 2008-09-19 10:05:13 +00:00
Juanma Barranquero
05eb7cdce9 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
* w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
  (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
2008-09-19 08:44:14 +00:00
Martin Rudalics
c673dabeb8 (sgml-tag-syntax-table): Remove prefix
flag from "'" entry in sgml-tag-syntax-table.
2008-09-19 06:20:30 +00:00
Dan Nicolaescu
85c66abe5e (struct it): Move line_wrap away from the middle of
bitfields.  Move voffset in struct iterator_stack_entry after the
bitfields.  Move tab_width near after another short.
2008-09-19 03:35:56 +00:00
Kenichi Handa
c674e738f4 Add an item for using EMACS_INT for buffer/string positions. 2008-09-19 02:31:03 +00:00
Dan Nicolaescu
d473f8578a *** empty log message *** 2008-09-19 01:35:59 +00:00
Miles Bader
9d8efa3aab (comint-output-filter): Make output field properties front-sticky
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1420
2008-09-19 00:37:30 +00:00
Dan Nicolaescu
91a47a6836 * frame.h (struct frame): Move alpha from the middle of bitfields.
* window.h (struct window): Move frozen_window_start_p after the
rest of the bitfields to reduce padding.
2008-09-19 00:35:42 +00:00
Chong Yidong
f172b808d1 * xterm.h (x_display_info): Remove height' and width' members.
* nsterm.h (ns_display_info): Remove `height' and `width' members.

* w32term.h (w32_display_info): Remove `height', `width',
`height_in', and `width_in' members.

* xterm.c (x_display_pixel_height, x_display_pixel_width): New
functions.
(x_calc_absolute_position): Use them.
(x_term_init): Omit removed `height' and `width' members.

* w32term.c (x_display_pixel_height, x_display_pixel_width): New
functions.
(w32_read_socket, x_calc_absolute_position): Use them.
(w32_initialize_display_info, w32_term_init): Omit removed members
of w32_display_info.

* nsterm.m (x_display_pixel_height, x_display_pixel_width): New
functions.
(ns_initialize_display_info): Omit removed members of
ns_display_info.

* xterm.c (x_display_pixel_height, x_display_pixel_width): New
functions.
(x_calc_absolute_position): Use them.
(x_term_init): Omit removed `height' and `width' members.

* xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
(compute_tip_xy): Use x_display_pixel_height and
x_display_pixel_width.

* frame.c (x_fullscreen_adjust): Use x_display_pixel_height and
x_display_pixel_width.

* xmenu.c (menu_position_func): Use x_display_pixel_height and
x_display_pixel_width.
2008-09-18 18:21:05 +00:00
Chong Yidong
1ee27840be (x_display_pixel_height, x_display_pixel_width): New functions.
(ns_initialize_display_info): Omit removed members of ns_display_info.
2008-09-18 18:20:06 +00:00
Chong Yidong
b532986efa (ns_display_info): Remove height' and width' members. 2008-09-18 18:18:43 +00:00
Chong Yidong
b89c78a5b7 (x_display_pixel_height, x_display_pixel_width): New functions.
(w32_read_socket, x_calc_absolute_position): Use them.
(w32_initialize_display_info, w32_term_init): Omit removed members
of w32_display_info.
2008-09-18 18:18:12 +00:00
Chong Yidong
a53400f350 (w32_display_info): Remove height', width', `height_in', and
`width_in' members.
2008-09-18 18:16:04 +00:00
Chong Yidong
a0fe6cca4f (x_fullscreen_adjust): Use x_display_pixel_height and
x_display_pixel_width.
2008-09-18 18:14:03 +00:00
Chong Yidong
fd2f80c653 (menu_position_func): Use x_display_pixel_height and
x_display_pixel_width.
2008-09-18 18:13:09 +00:00
Chong Yidong
abe9d29cbe (Fx_display_pixel_width, Fx_display_pixel_height)
(compute_tip_xy): Use x_display_pixel_height and x_display_pixel_width.
2008-09-18 18:12:22 +00:00
Chong Yidong
95958e6c80 (x_display_pixel_height, x_display_pixel_width): New functions.
(x_calc_absolute_position): Use them.
(x_term_init): Omit removed `height' and `width' members.
2008-09-18 18:11:05 +00:00
Chong Yidong
9edd3e481c (x_display_info): Remove height' and width' members. 2008-09-18 18:09:45 +00:00
Dan Nicolaescu
89d9800051 * vc-bzr.el (vc-bzr-show-log-entry):
* vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
C-x v l for a directory uses that.
2008-09-18 17:01:41 +00:00
Simon Josefsson
8a28dd0bb6 (auto-mode-alist): Use sieve-mode for .sv, .siv, and
.sieve files.
2008-09-18 15:02:59 +00:00
Martin Rudalics
b1b6d77d47 (make-help-screen): Preserve key bindings
established in help-mode call when exiting this macro.
2008-09-18 08:37:14 +00:00
Kenichi Handa
ea8ba975fb (fill_gstring_header): Don't check FROM and TO here.
(composition_compute_stop_pos): Fix handling of static composition.
(Fcomposition_get_gstring): Check FROM and TO at first.
2008-09-18 06:20:42 +00:00
Stefan Monnier
46f905e18a (Fcomposition_get_gstring): Yet another int/Lisp_Oject mixup (YAILOM). 2008-09-17 21:25:29 +00:00
Chong Yidong
051facecbf Minor fix to last change. 2008-09-17 20:34:16 +00:00
Chong Yidong
2421af7e64 (Fvertical_motion): Use position reported by iterator
instead of PT for determining screen motion (bug#943).
2008-09-17 20:29:04 +00:00
Chong Yidong
3bd4d0e1b6 * indent.c (Fvertical_motion): Use position reported by iterator
instead of PT for determining screen motion (bug#943).
2008-09-17 20:28:53 +00:00
Romain Francoise
939c679e0a (composition_adjust_point): Fix int/EMACS_INT mixup. 2008-09-17 19:16:09 +00:00
Kenichi Handa
b2a9ce7e48 Fix setting of composition-function-table. 2008-09-17 11:49:06 +00:00
Kenichi Handa
fdf906797d (ftfont_shape_by_flt): Downcase family name. 2008-09-17 11:48:15 +00:00
Martin Rudalics
2cf7c3d167 (Info-follow-nearest-node): Don't raise an error for
mouse-1 clicks.
2008-09-17 06:52:00 +00:00
Jay Belanger
ba0421242c *** empty log message *** 2008-09-17 02:36:46 +00:00
Jay Belanger
fa786329aa (calc-convert-temperature): Use default units when appropriate. 2008-09-17 02:25:37 +00:00
Chong Yidong
f768e8e8c9 (flyspell-math-tex-command-p): Always catch errors raised in
`texmathp'.
(flyspell-tex-math-initialized): Remove.
2008-09-17 00:55:38 +00:00
Chong Yidong
6db65bf8bd * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
catch errors raised in `texmathp'.
(flyspell-tex-math-initialized): Remove.
2008-09-17 00:54:53 +00:00
Kenichi Handa
5a8d550454 (Fcomposition_get_gstring): Make bigger gstring_work if necessary. 2008-09-17 00:39:30 +00:00
Martin Rudalics
1676807bc7 (switch-to-buffer-other-frame): Don't raise frame since
pop-to-buffer already does it.
(display-buffer-other-frame): Fix doc-string.
2008-09-16 08:28:18 +00:00
Martin Rudalics
bbca16d8d1 (select-frame-set-input-focus): With non-nil
mouse-autoselect-window always move mouse cursor to frame's
selected window.  Otherwise restore pre 2008-09-13 behavior.
(select-frame-by-name): Use select-frame-set-input-focus.
2008-09-16 08:20:21 +00:00
Glenn Morris
0cf1893f34 Remove file. 2008-09-16 02:45:51 +00:00
Glenn Morris
62d93502dd (diff-find-source-location): Update declaration. 2008-09-16 02:42:34 +00:00
Glenn Morris
dc18400924 (makefile-match-function-end): Move point. (Bug#983) 2008-09-16 02:41:49 +00:00
Daiki Ueno
761cd52419 (epg-start-verify): Pass "--verify" to gpgsm. 2008-09-16 02:07:05 +00:00
Kenichi Handa
91e97ba8ba *** empty log message *** 2008-09-16 01:24:30 +00:00
Kenichi Handa
a993c7a1db (make_conversion_work_buffer): Avoid calling
Fget_buffer_create if it is not necessary.
2008-09-16 01:16:58 +00:00
Juanma Barranquero
3553906525 * display.texi (Echo Area Customization): Fix typo. 2008-09-16 01:12:09 +00:00
Juanma Barranquero
c9f203eb46 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
(vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.

* vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
2008-09-15 23:28:39 +00:00
Paul Reilly
98c78ffe7a *** empty log message *** 2008-09-15 20:59:18 +00:00
Paul Reilly
61dcccff80 The Rmail/mbox merge has been abandoned in favor of a restart using
the current rmail.el file.  A comprehensive list of changes will be
supplied when pmail.el is morphed back into rmail.el

The current status is that pmail.el supports basic Rmail navigation
(no summary support) and shows the current message in a special
buffer using buffer-swap-text.  No decoding is done yet.  That is the
next step.
2008-09-15 20:56:53 +00:00
Paul Reilly
133fc7dcdb Rmail/mbox merge abandoned. Remove stale files. 2008-09-15 20:40:23 +00:00
Paul Reilly
84a056f85e Rmail/mbox merge abandoned. Remove stale files. 2008-09-15 20:37:15 +00:00
Martin Rudalics
35e3abe55c (file-truename): Don't raise args-out-of-range error
when filename has no separator on windows-nt.  (Bug#982)
2008-09-15 09:23:45 +00:00