]> git.eshelyaron.com Git - emacs.git/log
emacs.git
19 years ago* window.c (Fpos_visible_in_window_p): Simplify return value for
Kim F. Storm [Sun, 23 Jan 2005 13:13:03 +0000 (13:13 +0000)]
* window.c (Fpos_visible_in_window_p): Simplify return value for
partially visible rows.
(window_scroll_pixel_based): Adapt to that change.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 23 Jan 2005 13:11:00 +0000 (13:11 +0000)]
*** empty log message ***

19 years ago(line-move): Fix last change. Check partial
Kim F. Storm [Sun, 23 Jan 2005 00:53:32 +0000 (00:53 +0000)]
(line-move): Fix last change.  Check partial
visibility at point rather than at window-start.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 23 Jan 2005 00:53:10 +0000 (00:53 +0000)]
*** empty log message ***

19 years ago(pos_visible_p): Fix calculation of y.
Kim F. Storm [Sun, 23 Jan 2005 00:50:52 +0000 (00:50 +0000)]
(pos_visible_p): Fix calculation of y.
Clear last_height before calling line_bottom_y to get real height.

19 years ago(window_scroll_pixel_based): Force moving to next line
Kim F. Storm [Sun, 23 Jan 2005 00:50:24 +0000 (00:50 +0000)]
(window_scroll_pixel_based): Force moving to next line
if scrolling doesn't move start point, e.g. if looking at tall image.

19 years ago*** empty log message ***
Jason Rumney [Sun, 23 Jan 2005 00:01:51 +0000 (00:01 +0000)]
*** empty log message ***

19 years ago(pos_visible_p): Return 0 if non-interactive.
Kim F. Storm [Sat, 22 Jan 2005 23:55:00 +0000 (23:55 +0000)]
(pos_visible_p): Return 0 if non-interactive.

19 years ago*** empty log message ***
Kim F. Storm [Sat, 22 Jan 2005 23:54:43 +0000 (23:54 +0000)]
*** empty log message ***

19 years ago(xw-defined-colors) Remove debug message.
Jason Rumney [Sat, 22 Jan 2005 23:49:06 +0000 (23:49 +0000)]
(xw-defined-colors) Remove debug message.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-47
Miles Bader [Sat, 22 Jan 2005 21:07:03 +0000 (21:07 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-47

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-4
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-5
   Update from CVS: exi/gnus-faq.texi ([4.1]): Typo.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-6
   Update from CVS

2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mm-decode.el (mm-insert-part): Switch the multibyteness of data
   which will be inserted according to the multibyteness of a buffer
   rather than the type of contents.  Suggested by ARISAWA Akihiro
   <ari@mbf.ocn.ne.jp>.

2005-01-16  Xavier Maillard <zedek@gnu-rox.org> (tiny change)

   * man/gnus-faq.texi ([4.1]): Typo.

19 years ago* s/darwin.h: Removed PTY_ITERATION from here.
Steven Tamm [Sat, 22 Jan 2005 15:54:04 +0000 (15:54 +0000)]
* s/darwin.h: Removed PTY_ITERATION from here.
(DARWIN): Defined.
* process.c (init_process): Default process-connection-type to
nil on darwin 6 or less, t if it is 7 or higher.  This way the
broken pty behavior is still allowed on darwin 6 for interactive
processes for people that know what they are doing.

19 years ago* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup [Sat, 22 Jan 2005 15:43:56 +0000 (15:43 +0000)]
* NEWS: Mention alias `find-grep' for `grep-find'.

* progmodes/grep.el: Add alias `find-grep' for `grep-find'.

* building.texi (Grep Searching): Mention alias `find-grep' for
`grep-find'.

19 years agoFix last entry.
Eli Zaretskii [Sat, 22 Jan 2005 10:55:38 +0000 (10:55 +0000)]
Fix last entry.

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 22 Jan 2005 10:53:39 +0000 (10:53 +0000)]
*** empty log message ***

19 years ago(url-http-parse-headers): Reset url-http-data to nil,
Eli Zaretskii [Sat, 22 Jan 2005 10:52:28 +0000 (10:52 +0000)]
(url-http-parse-headers): Reset url-http-data to nil,
like for the 303 response.

19 years ago(type-break-mode): Add a test for type-break-file-name being non-nil.
Eli Zaretskii [Sat, 22 Jan 2005 10:41:29 +0000 (10:41 +0000)]
(type-break-mode): Add a test for type-break-file-name being non-nil.

19 years agoFix punctiation.
Eli Zaretskii [Sat, 22 Jan 2005 10:37:25 +0000 (10:37 +0000)]
Fix punctiation.

19 years ago(top level): Call (message "") via progn, so that
Eli Zaretskii [Sat, 22 Jan 2005 10:36:05 +0000 (10:36 +0000)]
(top level): Call (message "") via progn, so that
eudc-options-file is loaded.

19 years ago(line-move-1): Rename from line-move.
Kim F. Storm [Sat, 22 Jan 2005 01:44:56 +0000 (01:44 +0000)]
(line-move-1): Rename from line-move.
(line-move): New function that adjusts vscroll for partially
visible rows, and calls line-move-1 otherwise.

19 years ago*** empty log message ***
Kim F. Storm [Sat, 22 Jan 2005 01:43:55 +0000 (01:43 +0000)]
*** empty log message ***

19 years ago(pos_visible_p): Fix prototype.
Kim F. Storm [Sat, 22 Jan 2005 01:41:59 +0000 (01:41 +0000)]
(pos_visible_p): Fix prototype.

19 years ago(auto_window_vscroll_p): New boolean.
Kim F. Storm [Sat, 22 Jan 2005 01:41:47 +0000 (01:41 +0000)]
(auto_window_vscroll_p): New boolean.
(syms_of_window): DEFVAR_BOOL it.
(Fpos_visible_in_window_p): Extend return value to include RTOP
and RBOT values if FULLY is nil.
(window_scroll_pixel_based): Adjust vscroll for partially visible
rows if auto_window_vscroll_p is set.
(Fset_window_vscroll): Do nothing if vscroll is not modified.

19 years ago(pos_visible_p): Replace FULLY arg by RTOP and RBOT args
Kim F. Storm [Sat, 22 Jan 2005 01:41:36 +0000 (01:41 +0000)]
(pos_visible_p): Replace FULLY arg by RTOP and RBOT args
to return number of partially invisible pixels at top and bottom
of the dislay row at POS.

19 years ago*** empty log message ***
Nick Roberts [Sat, 22 Jan 2005 01:15:38 +0000 (01:15 +0000)]
*** empty log message ***

19 years agoAdd entry for toolbar on ttys.
Nick Roberts [Fri, 21 Jan 2005 21:13:33 +0000 (21:13 +0000)]
Add entry for toolbar on ttys.

19 years ago*** empty log message ***
Nick Roberts [Fri, 21 Jan 2005 21:07:50 +0000 (21:07 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Richard M. Stallman [Fri, 21 Jan 2005 20:53:02 +0000 (20:53 +0000)]
*** empty log message ***

19 years ago(Fcopy_file): Doc fix.
Richard M. Stallman [Fri, 21 Jan 2005 20:51:52 +0000 (20:51 +0000)]
(Fcopy_file): Doc fix.

19 years ago(Time Intervals): Delete special stuff for MS-DOS.
Richard M. Stallman [Fri, 21 Jan 2005 20:49:30 +0000 (20:49 +0000)]
(Time Intervals): Delete special stuff for MS-DOS.

19 years ago2005-01-21 Ren�yllingstad <listmailxemacs@kyllingstad.com>
John Wiegley [Fri, 21 Jan 2005 10:26:26 +0000 (10:26 +0000)]
2005-01-21  Ren�yllingstad  <listmailxemacs@kyllingstad.com>

* pcomplete.el: define pcomplete-read-event instead of read-event,
since it's not a complete read-event implementation

19 years ago* gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
Jan Djärv [Fri, 21 Jan 2005 05:59:21 +0000 (05:59 +0000)]
* gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
(xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
start of function for older compilers.

19 years ago*** empty log message ***
Jay Belanger [Fri, 21 Jan 2005 05:52:26 +0000 (05:52 +0000)]
*** empty log message ***

19 years ago(calc-fancy-prefix-other-key): Set prefix arg.
Jay Belanger [Fri, 21 Jan 2005 05:43:09 +0000 (05:43 +0000)]
(calc-fancy-prefix-other-key): Set prefix arg.

19 years ago*** empty log message ***
Richard M. Stallman [Fri, 21 Jan 2005 00:33:07 +0000 (00:33 +0000)]
*** empty log message ***

19 years ago(Fmessage): If arg is "", return "" (as before).
Richard M. Stallman [Fri, 21 Jan 2005 00:32:36 +0000 (00:32 +0000)]
(Fmessage): If arg is "", return "" (as before).

19 years ago(access_keymap): Protect from bad value of meta_prefix_char.
Richard M. Stallman [Fri, 21 Jan 2005 00:31:40 +0000 (00:31 +0000)]
(access_keymap): Protect from bad value of meta_prefix_char.

19 years ago(xgetptr, xgetint, xgettype): Copy $arg0 into a temp variable.
Richard M. Stallman [Fri, 21 Jan 2005 00:30:56 +0000 (00:30 +0000)]
(xgetptr, xgetint, xgettype): Copy $arg0 into a temp variable.

19 years agoComment changes.
Richard M. Stallman [Fri, 21 Jan 2005 00:26:39 +0000 (00:26 +0000)]
Comment changes.

19 years ago* editfns.c (Voperating_system_release): Added.
Steven Tamm [Thu, 20 Jan 2005 18:13:48 +0000 (18:13 +0000)]
* editfns.c (Voperating_system_release): Added.
(init_editfns): Assign new variable operating-system-release
based on call to uname if available.
(get_operating_system_release): Added function to
allow c-level access to operating system release.
* config.h: Regenerated.
* s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or
less.
(MIN_PTY_KERNEL_VERSION): Defined minimum kernel version for
using ptys as '7'.
* term/mac-win.el (process-connection-type): Removed.
Controlled now by s/darwin.h:PTY_ITERATION.

19 years ago(STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
Kim F. Storm [Thu, 20 Jan 2005 15:37:41 +0000 (15:37 +0000)]
(STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 20 Jan 2005 15:37:13 +0000 (15:37 +0000)]
*** empty log message ***

19 years ago(x_draw_glyph_string_box): Fix last_x for full width rows.
Kim F. Storm [Thu, 20 Jan 2005 15:23:22 +0000 (15:23 +0000)]
(x_draw_glyph_string_box): Fix last_x for full width rows.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 20 Jan 2005 15:21:45 +0000 (15:21 +0000)]
*** empty log message ***

19 years ago(handle-select-window): Don't switch window when we're in the minibuffer.
Stefan Monnier [Thu, 20 Jan 2005 14:23:23 +0000 (14:23 +0000)]
(handle-select-window): Don't switch window when we're in the minibuffer.

19 years agoAdd dotimes-with-progress-reporter.
Stefan Monnier [Wed, 19 Jan 2005 23:47:35 +0000 (23:47 +0000)]
Add dotimes-with-progress-reporter.

19 years ago(ses-dotimes-msg): Remove macro. Use `dotimes-with-progress-reporter' instead.
Stefan Monnier [Wed, 19 Jan 2005 23:46:31 +0000 (23:46 +0000)]
(ses-dotimes-msg): Remove macro.  Use `dotimes-with-progress-reporter' instead.

19 years ago(dotimes-with-progress-reporter): New macro.
Stefan Monnier [Wed, 19 Jan 2005 23:44:48 +0000 (23:44 +0000)]
(dotimes-with-progress-reporter): New macro.

19 years ago(Fvertical_motion): Temporarily disable selective display.
Kim F. Storm [Wed, 19 Jan 2005 23:17:00 +0000 (23:17 +0000)]
(Fvertical_motion): Temporarily disable selective display.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 19 Jan 2005 23:16:39 +0000 (23:16 +0000)]
*** empty log message ***

19 years ago* term/mac-win.el (process-connection-type): Use new
Steven Tamm [Wed, 19 Jan 2005 19:14:01 +0000 (19:14 +0000)]
* term/mac-win.el (process-connection-type): Use new
operating-system-release variable to use ptys on Darwin 7 (OSX
10.3) when using carbon build.

19 years ago* editfns.c (Voperating_system_release): Added.
Steven Tamm [Wed, 19 Jan 2005 19:09:42 +0000 (19:09 +0000)]
* editfns.c (Voperating_system_release): Added.
(init_editfns): Assign new variable operating-system-release
based on call to uname if available.
* config.h: Regenerated.

19 years ago* configure.in: Check for <sys/utsname.h>.
Steven Tamm [Wed, 19 Jan 2005 19:09:04 +0000 (19:09 +0000)]
* configure.in: Check for <sys/utsname.h>.
* configure: Regenerate.

19 years ago(calc-user-define-edit): Put original formula in formula editing buffer.
Jay Belanger [Wed, 19 Jan 2005 17:21:44 +0000 (17:21 +0000)]
(calc-user-define-edit): Put original formula in formula editing buffer.

19 years ago(Keep arguments): Clarify the effect of keeping arguments on keyboard macros.
Jay Belanger [Wed, 19 Jan 2005 16:58:06 +0000 (16:58 +0000)]
(Keep arguments): Clarify the effect of keeping arguments on keyboard macros.

19 years ago(calc-fancy-prefix-other-key): Don't clear flags if the last command
Jay Belanger [Wed, 19 Jan 2005 16:49:06 +0000 (16:49 +0000)]
(calc-fancy-prefix-other-key): Don't clear flags if the last command
was a tab or M-tab.

19 years ago(note_mode_line_or_margin_highlight): Fix :pointer
Kim F. Storm [Wed, 19 Jan 2005 10:05:28 +0000 (10:05 +0000)]
(note_mode_line_or_margin_highlight): Fix :pointer
image property.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 19 Jan 2005 10:05:04 +0000 (10:05 +0000)]
*** empty log message ***

19 years ago(gdb-put-breakpoint-icon): Add help-echo for
Nick Roberts [Wed, 19 Jan 2005 06:55:57 +0000 (06:55 +0000)]
(gdb-put-breakpoint-icon): Add help-echo for
breakpoint image symbol in margin.

19 years ago*** empty log message ***
Nick Roberts [Wed, 19 Jan 2005 06:55:17 +0000 (06:55 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jay Belanger [Wed, 19 Jan 2005 05:58:28 +0000 (05:58 +0000)]
*** empty log message ***

19 years ago(Keep Arguments): Mention that keeping arguments doesn't work with
Jay Belanger [Wed, 19 Jan 2005 05:55:53 +0000 (05:55 +0000)]
(Keep Arguments): Mention that keeping arguments doesn't work with
keyboard macros.

19 years ago(calc-execute-kbd-macro): Ignore calc-keep-arg-flag.
Jay Belanger [Wed, 19 Jan 2005 05:12:36 +0000 (05:12 +0000)]
(calc-execute-kbd-macro): Ignore calc-keep-arg-flag.

19 years ago(sweep_weak_table): Advance prev pointer when we keep a pair.
Kim F. Storm [Wed, 19 Jan 2005 00:08:30 +0000 (00:08 +0000)]
(sweep_weak_table): Advance prev pointer when we keep a pair.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 19 Jan 2005 00:08:10 +0000 (00:08 +0000)]
*** empty log message ***

19 years ago(ispell-looking-at): New function.
Kenichi Handa [Tue, 18 Jan 2005 23:20:18 +0000 (23:20 +0000)]
(ispell-looking-at): New function.
(ispell-process-line): Use ispell-looking-at to compare the ispell
output and the buffer contents.

19 years ago(blink-matching-open): Strip extra info from syntax.
Stefan Monnier [Tue, 18 Jan 2005 20:50:43 +0000 (20:50 +0000)]
(blink-matching-open): Strip extra info from syntax.

19 years ago*** empty log message ***
Jay Belanger [Tue, 18 Jan 2005 18:34:30 +0000 (18:34 +0000)]
*** empty log message ***

19 years ago(syms_of_emacs): Improve docstring of `system-type'.
Stefan Monnier [Tue, 18 Jan 2005 18:34:10 +0000 (18:34 +0000)]
(syms_of_emacs): Improve docstring of `system-type'.

19 years ago(calc-display-raw): Fix docstring.
Jay Belanger [Tue, 18 Jan 2005 18:30:39 +0000 (18:30 +0000)]
(calc-display-raw): Fix docstring.

19 years ago(sh-here-doc-open-re): Don't allow `|' or other
Stefan Monnier [Tue, 18 Jan 2005 18:21:58 +0000 (18:21 +0000)]
(sh-here-doc-open-re): Don't allow `|' or other
funny chars in the end-of-here-doc marker.

19 years agoFixed Partial highlighting of wrapped overlay bug
Kim F. Storm [Tue, 18 Jan 2005 12:46:04 +0000 (12:46 +0000)]
Fixed Partial highlighting of wrapped overlay bug
reported by Ralf Angeli.

19 years agoFix last change.
Kim F. Storm [Tue, 18 Jan 2005 12:41:55 +0000 (12:41 +0000)]
Fix last change.

19 years ago(fast_find_position): Backtrack to find first row if
Kim F. Storm [Tue, 18 Jan 2005 12:39:51 +0000 (12:39 +0000)]
(fast_find_position): Backtrack to find first row if
charpos is inside a display overlay that spans multiple lines.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 18 Jan 2005 12:39:33 +0000 (12:39 +0000)]
*** empty log message ***

19 years ago(gdb-put-string): Copy/create strings so
Nick Roberts [Tue, 18 Jan 2005 11:28:19 +0000 (11:28 +0000)]
(gdb-put-string): Copy/create strings so
that enable/disabled state of breakpoints is shown correctly in
fringe and on ttys.
(gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
Add breakpoint information as text properties.
(gdb-mouse-toggle-breakpoint):
Rename to gdb-mouse-set-clear-breakpoint.
(gdb-mouse-toggle-breakpoint): New function. Enable/disable
breakpoints in the margin.
(gdb-remove-strings): Simplify.

19 years ago*** empty log message ***
Nick Roberts [Tue, 18 Jan 2005 11:26:47 +0000 (11:26 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jay Belanger [Tue, 18 Jan 2005 05:13:23 +0000 (05:13 +0000)]
*** empty log message ***

19 years ago(calc-edit-mode): Inhibit read-only when erasing buffer.
Jay Belanger [Tue, 18 Jan 2005 04:52:55 +0000 (04:52 +0000)]
(calc-edit-mode): Inhibit read-only when erasing buffer.

19 years agoSuggest separate terminal for debug session.
Nick Roberts [Tue, 18 Jan 2005 01:01:29 +0000 (01:01 +0000)]
Suggest separate terminal for debug session.

19 years ago*** empty log message ***
Nick Roberts [Tue, 18 Jan 2005 01:00:41 +0000 (01:00 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Kenichi Handa [Tue, 18 Jan 2005 00:14:18 +0000 (00:14 +0000)]
*** empty log message ***

19 years ago(back_to_previous_visible_line_start): Undo 2004-12-28
Kim F. Storm [Tue, 18 Jan 2005 00:13:24 +0000 (00:13 +0000)]
(back_to_previous_visible_line_start): Undo 2004-12-28
change.  If handle_display_prop indicates newline is replaced by
image or text, move back to start of relevant overlay or interval
and continue scan from there.  Simplify.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 18 Jan 2005 00:13:00 +0000 (00:13 +0000)]
*** empty log message ***

19 years ago(decode_coding_iso2022): Translate invalid codes if
Kenichi Handa [Tue, 18 Jan 2005 00:11:43 +0000 (00:11 +0000)]
(decode_coding_iso2022): Translate invalid codes if
translation-table is specified.

19 years ago*** empty log message ***
Luc Teirlinck [Tue, 18 Jan 2005 00:00:59 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Richard M. Stallman [Mon, 17 Jan 2005 23:52:58 +0000 (23:52 +0000)]
*** empty log message ***

19 years ago(grep-find): Copy from `grep' the condition for calling grep-compute-defaults.
Richard M. Stallman [Mon, 17 Jan 2005 23:51:34 +0000 (23:51 +0000)]
(grep-find): Copy from `grep' the condition for calling grep-compute-defaults.

19 years ago(decipher-mode): Don't call decipher-read-alphabet if buffer is empty.
Richard M. Stallman [Mon, 17 Jan 2005 23:50:23 +0000 (23:50 +0000)]
(decipher-mode): Don't call decipher-read-alphabet if buffer is empty.

19 years agoComment change.
Richard M. Stallman [Mon, 17 Jan 2005 23:49:20 +0000 (23:49 +0000)]
Comment change.

19 years ago(backward-kill-sexp, kill-sexp): Doc fixes.
Richard M. Stallman [Mon, 17 Jan 2005 23:48:10 +0000 (23:48 +0000)]
(backward-kill-sexp, kill-sexp): Doc fixes.

19 years ago(highlight-changes-mode): Don't autoload.
Stefan Monnier [Mon, 17 Jan 2005 21:24:46 +0000 (21:24 +0000)]
(highlight-changes-mode): Don't autoload.

19 years ago(mode-line-mode-menu): Use bound-and-true-p for all the
Stefan Monnier [Mon, 17 Jan 2005 21:18:35 +0000 (21:18 +0000)]
(mode-line-mode-menu): Use bound-and-true-p for all the
non-preloaded variables.

19 years ago* textmodes/tex-mode.el (tex-start-shell): Adding -i to the
Steven Tamm [Mon, 17 Jan 2005 17:32:30 +0000 (17:32 +0000)]
* textmodes/tex-mode.el (tex-start-shell): Adding -i to the
tex-shell cause to force interactivity when using pipes.

19 years ago(just-one-space): Make arg optional.
Kim F. Storm [Mon, 17 Jan 2005 10:56:07 +0000 (10:56 +0000)]
(just-one-space): Make arg optional.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 17 Jan 2005 10:55:49 +0000 (10:55 +0000)]
*** empty log message ***

19 years ago(org-version): Unnecessary prefix arg removed.
Carsten Dominik [Mon, 17 Jan 2005 10:18:56 +0000 (10:18 +0000)]
(org-version): Unnecessary prefix arg removed.

19 years ago(xterm-mouse-event): Set new optional fourth arg in
Nick Roberts [Mon, 17 Jan 2005 09:54:56 +0000 (09:54 +0000)]
(xterm-mouse-event): Set new optional fourth arg in
posn-x-y to t to access left-margin.

19 years ago*** empty log message ***
Nick Roberts [Mon, 17 Jan 2005 09:50:59 +0000 (09:50 +0000)]
*** empty log message ***

19 years ago(mode_line_string, marginal_area_string): Fix
Kim F. Storm [Mon, 17 Jan 2005 08:28:28 +0000 (08:28 +0000)]
(mode_line_string, marginal_area_string): Fix
off-by-one error in search for glyph.