bpt/emacs.git
15 years ago* emacsclient.c (main): Use stdout rather than stdin to obtain the
Chong Yidong [Fri, 19 Sep 2008 15:50:17 +0000 (15:50 +0000)]
* emacsclient.c (main): Use stdout rather than stdin to obtain the
terminal (bug#427).

15 years ago(x_wm_set_size_hint): Use x_display_pixel_width and x_display_pixel_height.
Eli Zaretskii [Fri, 19 Sep 2008 10:05:13 +0000 (10:05 +0000)]
(x_wm_set_size_hint): Use x_display_pixel_width and x_display_pixel_height.

15 years ago* frame.c (x_fullscreen_adjust): Declare var as Display_Info.
Juanma Barranquero [Fri, 19 Sep 2008 08:44:14 +0000 (08:44 +0000)]
* 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.

15 years ago(sgml-tag-syntax-table): Remove prefix
Martin Rudalics [Fri, 19 Sep 2008 06:20:30 +0000 (06:20 +0000)]
(sgml-tag-syntax-table): Remove prefix
flag from "'" entry in sgml-tag-syntax-table.

15 years ago(struct it): Move line_wrap away from the middle of
Dan Nicolaescu [Fri, 19 Sep 2008 03:35:56 +0000 (03:35 +0000)]
(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.

15 years agoAdd an item for using EMACS_INT for buffer/string positions.
Kenichi Handa [Fri, 19 Sep 2008 02:31:03 +0000 (02:31 +0000)]
Add an item for using EMACS_INT for buffer/string positions.

15 years ago*** empty log message ***
Dan Nicolaescu [Fri, 19 Sep 2008 01:35:59 +0000 (01:35 +0000)]
*** empty log message ***

15 years ago(comint-output-filter): Make output field properties front-sticky
Miles Bader [Fri, 19 Sep 2008 00:37:30 +0000 (00:37 +0000)]
(comint-output-filter): Make output field properties front-sticky

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1420

15 years ago* frame.h (struct frame): Move alpha from the middle of bitfields.
Dan Nicolaescu [Fri, 19 Sep 2008 00:35:42 +0000 (00:35 +0000)]
* 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.

15 years ago* xterm.h (x_display_info): Remove `height' and `width' members.
Chong Yidong [Thu, 18 Sep 2008 18:21:05 +0000 (18:21 +0000)]
* 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.

15 years ago(x_display_pixel_height, x_display_pixel_width): New functions.
Chong Yidong [Thu, 18 Sep 2008 18:20:06 +0000 (18:20 +0000)]
(x_display_pixel_height, x_display_pixel_width): New functions.
(ns_initialize_display_info): Omit removed members of ns_display_info.

15 years ago(ns_display_info): Remove `height' and `width' members.
Chong Yidong [Thu, 18 Sep 2008 18:18:43 +0000 (18:18 +0000)]
(ns_display_info): Remove `height' and `width' members.

15 years ago(x_display_pixel_height, x_display_pixel_width): New functions.
Chong Yidong [Thu, 18 Sep 2008 18:18:12 +0000 (18:18 +0000)]
(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.

15 years ago(w32_display_info): Remove `height', `width', `height_in', and
Chong Yidong [Thu, 18 Sep 2008 18:16:04 +0000 (18:16 +0000)]
(w32_display_info): Remove `height', `width', `height_in', and
`width_in' members.

15 years ago(x_fullscreen_adjust): Use x_display_pixel_height and
Chong Yidong [Thu, 18 Sep 2008 18:14:03 +0000 (18:14 +0000)]
(x_fullscreen_adjust): Use x_display_pixel_height and
x_display_pixel_width.

15 years ago(menu_position_func): Use x_display_pixel_height and
Chong Yidong [Thu, 18 Sep 2008 18:13:09 +0000 (18:13 +0000)]
(menu_position_func): Use x_display_pixel_height and
x_display_pixel_width.

15 years ago(Fx_display_pixel_width, Fx_display_pixel_height)
Chong Yidong [Thu, 18 Sep 2008 18:12:22 +0000 (18:12 +0000)]
(Fx_display_pixel_width, Fx_display_pixel_height)
(compute_tip_xy): Use x_display_pixel_height and x_display_pixel_width.

15 years ago(x_display_pixel_height, x_display_pixel_width): New functions.
Chong Yidong [Thu, 18 Sep 2008 18:11:05 +0000 (18:11 +0000)]
(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.

15 years ago(x_display_info): Remove `height' and `width' members.
Chong Yidong [Thu, 18 Sep 2008 18:09:45 +0000 (18:09 +0000)]
(x_display_info): Remove `height' and `width' members.

15 years ago* vc-bzr.el (vc-bzr-show-log-entry):
Dan Nicolaescu [Thu, 18 Sep 2008 17:01:41 +0000 (17:01 +0000)]
* 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.

15 years ago(auto-mode-alist): Use sieve-mode for .sv, .siv, and
Simon Josefsson [Thu, 18 Sep 2008 15:02:59 +0000 (15:02 +0000)]
(auto-mode-alist): Use sieve-mode for .sv, .siv, and
.sieve files.

15 years ago(make-help-screen): Preserve key bindings
Martin Rudalics [Thu, 18 Sep 2008 08:37:14 +0000 (08:37 +0000)]
(make-help-screen): Preserve key bindings
established in help-mode call when exiting this macro.

15 years ago(fill_gstring_header): Don't check FROM and TO here.
Kenichi Handa [Thu, 18 Sep 2008 06:20:42 +0000 (06:20 +0000)]
(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.

15 years ago(Fcomposition_get_gstring): Yet another int/Lisp_Oject mixup (YAILOM).
Stefan Monnier [Wed, 17 Sep 2008 21:25:29 +0000 (21:25 +0000)]
(Fcomposition_get_gstring): Yet another int/Lisp_Oject mixup (YAILOM).

15 years agoMinor fix to last change.
Chong Yidong [Wed, 17 Sep 2008 20:34:16 +0000 (20:34 +0000)]
Minor fix to last change.

15 years ago(Fvertical_motion): Use position reported by iterator
Chong Yidong [Wed, 17 Sep 2008 20:29:04 +0000 (20:29 +0000)]
(Fvertical_motion): Use position reported by iterator
instead of PT for determining screen motion (bug#943).

15 years ago* indent.c (Fvertical_motion): Use position reported by iterator
Chong Yidong [Wed, 17 Sep 2008 20:28:53 +0000 (20:28 +0000)]
* indent.c (Fvertical_motion): Use position reported by iterator
instead of PT for determining screen motion (bug#943).

15 years ago(composition_adjust_point): Fix int/EMACS_INT mixup.
Romain Francoise [Wed, 17 Sep 2008 19:16:09 +0000 (19:16 +0000)]
(composition_adjust_point): Fix int/EMACS_INT mixup.

15 years agoFix setting of composition-function-table.
Kenichi Handa [Wed, 17 Sep 2008 11:49:06 +0000 (11:49 +0000)]
Fix setting of composition-function-table.

15 years ago(ftfont_shape_by_flt): Downcase family name.
Kenichi Handa [Wed, 17 Sep 2008 11:48:15 +0000 (11:48 +0000)]
(ftfont_shape_by_flt): Downcase family name.

15 years ago(Info-follow-nearest-node): Don't raise an error for
Martin Rudalics [Wed, 17 Sep 2008 06:52:00 +0000 (06:52 +0000)]
(Info-follow-nearest-node): Don't raise an error for
mouse-1 clicks.

15 years ago*** empty log message ***
Jay Belanger [Wed, 17 Sep 2008 02:36:46 +0000 (02:36 +0000)]
*** empty log message ***

15 years ago(calc-convert-temperature): Use default units when appropriate.
Jay Belanger [Wed, 17 Sep 2008 02:25:37 +0000 (02:25 +0000)]
(calc-convert-temperature):  Use default units when appropriate.

15 years ago(flyspell-math-tex-command-p): Always catch errors raised in
Chong Yidong [Wed, 17 Sep 2008 00:55:38 +0000 (00:55 +0000)]
(flyspell-math-tex-command-p): Always catch errors raised in
`texmathp'.
(flyspell-tex-math-initialized): Remove.

15 years ago* textmodes/flyspell.el (flyspell-math-tex-command-p): Always
Chong Yidong [Wed, 17 Sep 2008 00:54:53 +0000 (00:54 +0000)]
* textmodes/flyspell.el (flyspell-math-tex-command-p): Always
catch errors raised in `texmathp'.
(flyspell-tex-math-initialized): Remove.

15 years ago(Fcomposition_get_gstring): Make bigger gstring_work if necessary.
Kenichi Handa [Wed, 17 Sep 2008 00:39:30 +0000 (00:39 +0000)]
(Fcomposition_get_gstring): Make bigger gstring_work if necessary.

15 years ago(switch-to-buffer-other-frame): Don't raise frame since
Martin Rudalics [Tue, 16 Sep 2008 08:28:18 +0000 (08:28 +0000)]
(switch-to-buffer-other-frame): Don't raise frame since
pop-to-buffer already does it.
(display-buffer-other-frame): Fix doc-string.

15 years ago(select-frame-set-input-focus): With non-nil
Martin Rudalics [Tue, 16 Sep 2008 08:20:21 +0000 (08:20 +0000)]
(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.

15 years agoRemove file.
Glenn Morris [Tue, 16 Sep 2008 02:45:51 +0000 (02:45 +0000)]
Remove file.

15 years ago(diff-find-source-location): Update declaration.
Glenn Morris [Tue, 16 Sep 2008 02:42:34 +0000 (02:42 +0000)]
(diff-find-source-location): Update declaration.

15 years ago(makefile-match-function-end): Move point. (Bug#983)
Glenn Morris [Tue, 16 Sep 2008 02:41:49 +0000 (02:41 +0000)]
(makefile-match-function-end): Move point.  (Bug#983)

15 years ago(epg-start-verify): Pass "--verify" to gpgsm.
Daiki Ueno [Tue, 16 Sep 2008 02:07:05 +0000 (02:07 +0000)]
(epg-start-verify): Pass "--verify" to gpgsm.

15 years ago*** empty log message ***
Kenichi Handa [Tue, 16 Sep 2008 01:24:30 +0000 (01:24 +0000)]
*** empty log message ***

15 years ago(make_conversion_work_buffer): Avoid calling
Kenichi Handa [Tue, 16 Sep 2008 01:16:58 +0000 (01:16 +0000)]
(make_conversion_work_buffer): Avoid calling
Fget_buffer_create if it is not necessary.

15 years ago* display.texi (Echo Area Customization): Fix typo.
Juanma Barranquero [Tue, 16 Sep 2008 01:12:09 +0000 (01:12 +0000)]
* display.texi (Echo Area Customization): Fix typo.

15 years ago* vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
Juanma Barranquero [Mon, 15 Sep 2008 23:28:39 +0000 (23:28 +0000)]
* 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.

15 years ago*** empty log message ***
Paul Reilly [Mon, 15 Sep 2008 20:59:18 +0000 (20:59 +0000)]
*** empty log message ***

15 years agoThe Rmail/mbox merge has been abandoned in favor of a restart using
Paul Reilly [Mon, 15 Sep 2008 20:56:53 +0000 (20:56 +0000)]
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.

15 years agoRmail/mbox merge abandoned. Remove stale files.
Paul Reilly [Mon, 15 Sep 2008 20:40:23 +0000 (20:40 +0000)]
Rmail/mbox merge abandoned. Remove stale files.

15 years agoRmail/mbox merge abandoned. Remove stale files.
Paul Reilly [Mon, 15 Sep 2008 20:37:15 +0000 (20:37 +0000)]
Rmail/mbox merge abandoned.  Remove stale files.

15 years ago(file-truename): Don't raise args-out-of-range error
Martin Rudalics [Mon, 15 Sep 2008 09:23:45 +0000 (09:23 +0000)]
(file-truename): Don't raise args-out-of-range error
when filename has no separator on windows-nt.  (Bug#982)

15 years ago(Fselect_window): Don't update window_select_count and
Martin Rudalics [Mon, 15 Sep 2008 08:21:39 +0000 (08:21 +0000)]
(Fselect_window): Don't update window_select_count and
use_time when norecord is not nil.

15 years agoFix commenting convenition.
Stefan Monnier [Sun, 14 Sep 2008 21:18:56 +0000 (21:18 +0000)]
Fix commenting convenition.

15 years ago(diff-find-file-name): Rename `batch' to `noprompt' and
Stefan Monnier [Sun, 14 Sep 2008 21:16:30 +0000 (21:16 +0000)]
(diff-find-file-name): Rename `batch' to `noprompt' and
be more honest when we don't know.
(diff-tell-file-name): Don't prompt before the actual prompt.
(diff-mode): Don't prompt in add-log-buffer-file-name-function.
(diff-find-source-location): Add `noprompt' argument.
(diff-current-defun): Don't prompt.

15 years ago(proced-mark-face, proced-marked-face)
Roland Winkler [Sun, 14 Sep 2008 16:44:44 +0000 (16:44 +0000)]
(proced-mark-face, proced-marked-face)
(proced-sort-header-face): Removed.
(proced-font-lock-keywords): Simplified.
(proced-format): Use face proced-sort-header.
(proced-format-interactive, proced-sort-interactive)
(proced-filter-interactive): Only call proced-update if the scheme
has changed.
(proced-sort-header): Use posn-actual-col-row.

15 years ago(change-log-find-window): New variable.
Martin Rudalics [Sun, 14 Sep 2008 11:28:27 +0000 (11:28 +0000)]
(change-log-find-window): New variable.
(change-log-goto-source-1, change-log-goto-source): Set
change-log-find-window to window displaying source.
(change-log-next-error): Select window specified by
change-log-find-window.

15 years ago(Finsert_file_contents): Delete incorrect decrement of specpdl_ptr.
Kenichi Handa [Sun, 14 Sep 2008 05:59:16 +0000 (05:59 +0000)]
(Finsert_file_contents): Delete incorrect decrement of specpdl_ptr.

15 years ago*** empty log message ***
Kenichi Handa [Sun, 14 Sep 2008 05:55:11 +0000 (05:55 +0000)]
*** empty log message ***

15 years ago(pop-to-buffer): Select window before calling
Martin Rudalics [Sat, 13 Sep 2008 08:29:27 +0000 (08:29 +0000)]
(pop-to-buffer): Select window before calling
select-frame-set-input-focus.

15 years ago(select-frame-set-input-focus): With focus follows
Martin Rudalics [Sat, 13 Sep 2008 08:28:04 +0000 (08:28 +0000)]
(select-frame-set-input-focus): With focus follows
mouse move mouse cursor to right window.

15 years ago(proced-sort-header): New face.
Roland Winkler [Fri, 12 Sep 2008 16:59:57 +0000 (16:59 +0000)]
(proced-sort-header): New face.
(proced-sort-header-face): New variable.
(proced-format): Allow format value nil.  Use
proced-sort-header-face for header of sort column.
(proced-format-args): New function.
(proced-grammar-alist, proced-timer-flag, proced-process-alist)
(proced-header-help-echo, proced-field-help-echo, proced-timer)
(proced-toggle-timer-flag, proced, proced-mode): Doc fix.
(proced-refine): Renamed from proced-filter-attribute.  Doc fix.
(proced-sort-header): Bind also to mouse-1.
(proced-move-to-goal-column): Return position of point.
(proced-filter-interactive): Always revert listing.
(proced-format-ttname): Simplify.
(proced-update): Do not keep undo information.  Put point at
beginning of buffer if we generate the first listing.

15 years ago*** empty log message ***
Kenichi Handa [Fri, 12 Sep 2008 06:33:04 +0000 (06:33 +0000)]
*** empty log message ***

15 years ago(doc-view-scroll-up-or-next-page)
Tassilo Horn [Fri, 12 Sep 2008 06:29:25 +0000 (06:29 +0000)]
(doc-view-scroll-up-or-next-page)
(doc-view-scroll-down-or-previous-page): Fix scrolling in case of
vertically split windows.

15 years ago(scan_for_column): Don't handle automatic composition if the current
Kenichi Handa [Fri, 12 Sep 2008 06:13:36 +0000 (06:13 +0000)]
(scan_for_column): Don't handle automatic composition if the current
buffer is not associated with a window.

15 years ago(find_automatic_composition): Fix previous change.
Kenichi Handa [Fri, 12 Sep 2008 05:42:28 +0000 (05:42 +0000)]
(find_automatic_composition): Fix previous change.

15 years ago(compose-gstring-for-graphic): Fix previous change.
Kenichi Handa [Fri, 12 Sep 2008 05:41:47 +0000 (05:41 +0000)]
(compose-gstring-for-graphic): Fix previous change.

15 years ago(composition_reseat_it): If the current buffer is
Kenichi Handa [Fri, 12 Sep 2008 05:38:37 +0000 (05:38 +0000)]
(composition_reseat_it): If the current buffer is
not associated with a window, ignore the automatic composition.
(find_automatic_composition): Likewise.

15 years ago* term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
Stefan Monnier [Fri, 12 Sep 2008 04:10:59 +0000 (04:10 +0000)]
* term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
(Fgpm_mouse_stop): Use it.
* termhooks.h (close_gpm): Declare.
* keyboard.c (tty_read_avail_input): Forcefully close the gpm
connection if Gpm_GetEvent fails.

15 years ago(set_window_buffer): Always preserve current-buffer.
Stefan Monnier [Fri, 12 Sep 2008 03:41:11 +0000 (03:41 +0000)]
(set_window_buffer): Always preserve current-buffer.

15 years ago(init_charset): Warn if etc/charsets not found. (Bug#909)
Glenn Morris [Fri, 12 Sep 2008 03:11:38 +0000 (03:11 +0000)]
(init_charset): Warn if etc/charsets not found.  (Bug#909)

15 years ago(f90-mode-map): Don't bind \t and \r.
Glenn Morris [Fri, 12 Sep 2008 03:09:30 +0000 (03:09 +0000)]
(f90-mode-map): Don't bind \t and \r.

15 years ago(sh-font-lock-open-heredoc): Doc fix.
Glenn Morris [Fri, 12 Sep 2008 03:07:52 +0000 (03:07 +0000)]
(sh-font-lock-open-heredoc): Doc fix.

15 years ago(indent-line-function): Doc fix.
Glenn Morris [Fri, 12 Sep 2008 03:07:25 +0000 (03:07 +0000)]
(indent-line-function): Doc fix.

15 years agoComment.
Glenn Morris [Fri, 12 Sep 2008 03:06:16 +0000 (03:06 +0000)]
Comment.

15 years ago(perform-replace): Don't set inhibit-read-only using
Chong Yidong [Fri, 12 Sep 2008 00:37:41 +0000 (00:37 +0000)]
(perform-replace): Don't set inhibit-read-only using
query-replace-skip-read-only (bug#956).

15 years ago* quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G with upturn.
Magnus Henoch [Thu, 11 Sep 2008 20:24:16 +0000 (20:24 +0000)]
* quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G with upturn.

15 years agoRe-word to fool font-lock.
Glenn Morris [Thu, 11 Sep 2008 16:13:17 +0000 (16:13 +0000)]
Re-word to fool font-lock.

15 years ago(pop-to-buffer): If the window for buffer-or-name is
Martin Rudalics [Thu, 11 Sep 2008 06:39:30 +0000 (06:39 +0000)]
(pop-to-buffer): If the window for buffer-or-name is
not on the selected frame, raise that window's frame and give it
input focus.  (Bug#745)

15 years ago(charset-map-path): Doc fix.
Glenn Morris [Thu, 11 Sep 2008 06:18:24 +0000 (06:18 +0000)]
(charset-map-path): Doc fix.

15 years ago(ido-mode): Initialize with custom-initialize-default. (Bug#947).
Glenn Morris [Thu, 11 Sep 2008 06:12:06 +0000 (06:12 +0000)]
(ido-mode): Initialize with custom-initialize-default.  (Bug#947).

15 years agoFix EOL mishap in previous commit.
Juanma Barranquero [Wed, 10 Sep 2008 23:43:54 +0000 (23:43 +0000)]
Fix EOL mishap in previous commit.

15 years ago* replace.el (perform-replace): Don't set inhibit-read-only using
Chong Yidong [Wed, 10 Sep 2008 22:16:15 +0000 (22:16 +0000)]
* replace.el (perform-replace): Don't set inhibit-read-only using
query-replace-skip-read-only (bug#956).

15 years ago(edmacro-parse-keys): Fix last change to omit macros of the <<foo>>
Chong Yidong [Wed, 10 Sep 2008 21:51:06 +0000 (21:51 +0000)]
(edmacro-parse-keys): Fix last change to omit macros of the <<foo>>
form.

15 years ago* edmacro.el (edmacro-parse-keys): Fix last change to omit macros of
Chong Yidong [Wed, 10 Sep 2008 21:50:15 +0000 (21:50 +0000)]
* edmacro.el (edmacro-parse-keys): Fix last change to omit macros of
the <<foo>> form.

15 years ago(handle_composition_prop): Set it->cmp_it.ch to -1.
Kenichi Handa [Wed, 10 Sep 2008 12:39:03 +0000 (12:39 +0000)]
(handle_composition_prop): Set it->cmp_it.ch to -1.

15 years ago(composition_compute_stop_pos): Reset cmp_it->id to -1 at first.
Kenichi Handa [Wed, 10 Sep 2008 12:02:36 +0000 (12:02 +0000)]
(composition_compute_stop_pos): Reset cmp_it->id to -1 at first.

15 years ago*** empty log message ***
Martin Rudalics [Wed, 10 Sep 2008 08:53:26 +0000 (08:53 +0000)]
*** empty log message ***

15 years ago(Ffont_shape_gstring): Make glyphs of non-nil adjustment
Kenichi Handa [Wed, 10 Sep 2008 05:54:23 +0000 (05:54 +0000)]
(Ffont_shape_gstring): Make glyphs of non-nil adjustment
compose a grapheme cluster with the preceding base glyph.

15 years ago(compose-gstring-for-graphic): Fix previous change.
Kenichi Handa [Wed, 10 Sep 2008 05:49:38 +0000 (05:49 +0000)]
(compose-gstring-for-graphic): Fix previous change.

15 years ago(character.o, chartab.o): Fix config.h typo.
Glenn Morris [Wed, 10 Sep 2008 04:03:15 +0000 (04:03 +0000)]
(character.o, chartab.o): Fix config.h typo.

15 years ago(Info-try-follow-nearest-node): Fix doc typo.
Glenn Morris [Wed, 10 Sep 2008 02:33:29 +0000 (02:33 +0000)]
(Info-try-follow-nearest-node): Fix doc typo.

15 years agoStephen Berman <stephen.berman at gmx.net>
Glenn Morris [Wed, 10 Sep 2008 02:31:58 +0000 (02:31 +0000)]
Stephen Berman  <stephen.berman at gmx.net>

(Info-mouse-follow-nearest-node): Follow links to different manuals. (Bug#886)

15 years ago(composition_compute_stop_pos): Fix previous change.
Kenichi Handa [Wed, 10 Sep 2008 01:36:19 +0000 (01:36 +0000)]
(composition_compute_stop_pos): Fix previous change.

15 years ago* gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
Katsumi Yamaoka [Wed, 10 Sep 2008 01:28:52 +0000 (01:28 +0000)]
* gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
macro caddr in the interactive form since it won't be expanded.

15 years ago* gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
Katsumi Yamaoka [Tue, 9 Sep 2008 22:48:45 +0000 (22:48 +0000)]
* gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
`charset'; fix name of function called recursively.
(gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.

15 years ago(read_key_sequence): Reapply translation maps when switching
Chong Yidong [Tue, 9 Sep 2008 18:16:48 +0000 (18:16 +0000)]
(read_key_sequence): Reapply translation maps when switching
keyboards.

15 years ago* keyboard.c (read_key_sequence): Reapply translation maps when
Chong Yidong [Tue, 9 Sep 2008 18:15:41 +0000 (18:15 +0000)]
* keyboard.c (read_key_sequence): Reapply translation maps when
switching keyboards.

15 years ago* ido.el (ido-unload-function): New function.
Juanma Barranquero [Tue, 9 Sep 2008 14:00:58 +0000 (14:00 +0000)]
* ido.el (ido-unload-function): New function.

15 years ago*** empty log message ***
Kenichi Handa [Tue, 9 Sep 2008 11:09:31 +0000 (11:09 +0000)]
*** empty log message ***

15 years ago(composition_compute_stop_pos): Limit the search of composition to
Kenichi Handa [Tue, 9 Sep 2008 11:07:49 +0000 (11:07 +0000)]
(composition_compute_stop_pos): Limit the search of composition to
at most 500 characters ahead.  If we reach the limit or find a
newline, set cmp_it->ch to -2 and return 0.
(composition_reseat_it): Handle the case that cmp_it->ch is -2.