bpt/emacs.git
19 years ago*** empty log message ***
Carsten Dominik [Tue, 25 Jan 2005 10:25:49 +0000 (10:25 +0000)]
*** empty log message ***

19 years ago(help-at-pt-display-when-idle): Add autoload cookie.
Luc Teirlinck [Tue, 25 Jan 2005 03:36:37 +0000 (03:36 +0000)]
(help-at-pt-display-when-idle): Add autoload cookie.

19 years ago*** empty log message ***
Richard M. Stallman [Tue, 25 Jan 2005 01:59:39 +0000 (01:59 +0000)]
*** empty log message ***

19 years ago(x_error_quitter): No longer static, and moved after x_error_handler.
Richard M. Stallman [Tue, 25 Jan 2005 01:26:57 +0000 (01:26 +0000)]
(x_error_quitter): No longer static, and moved after x_error_handler.

19 years ago(ispell-dictionary-alist-4): Rewrite the CASECHARS and NOT-CASECHARS
Lute Kamstra [Tue, 25 Jan 2005 00:38:46 +0000 (00:38 +0000)]
(ispell-dictionary-alist-4): Rewrite the CASECHARS and NOT-CASECHARS
regular expressions of the "nederlands" and "nederlands8" dictionaries
to prevent a "Range striding over charsets" error.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 24 Jan 2005 20:44:39 +0000 (20:44 +0000)]
*** empty log message ***

19 years ago(calc-declare-variable): Use calc-var-name to display variable name.
Jay Belanger [Mon, 24 Jan 2005 18:23:33 +0000 (18:23 +0000)]
(calc-declare-variable): Use calc-var-name to display variable name.

19 years ago* dispextern.h (struct glyph_string): New members clip_head and
Steven Tamm [Mon, 24 Jan 2005 18:00:43 +0000 (18:00 +0000)]
* dispextern.h (struct glyph_string): New members clip_head and
clip_tail.
* xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
region to the area between clip_head and clip_tail.
(draw_glyphs): Record the area that need to be actually redrawn to
the new variables clip_head and clip_tail when there are
overhangs.  Set values of these variables to the corresponding
members in struct glyph_string.  Refine x coordinates for
notice_overwritten_cursor using clip_head and clip_tail.
* macgui.h (STORE_XCHARSETSTRUCT): New macro.
* macterm.c (mac_compute_glyph_string_overhangs): Implement with
QDTextBounds.
(x_draw_glyph_string): Don't fill the background of the successor
of a glyph with a right overhang if the successor will draw a
cursor.
(XLoadQueryFont): Obtain font metrics using QDTextBounds.
(x_redisplay_interface): Add entry for
compute_glyph_string_overhangs.

19 years ago* dispextern.h (struct glyph_string): New members clip_head and
Steven Tamm [Mon, 24 Jan 2005 17:59:36 +0000 (17:59 +0000)]
* dispextern.h (struct glyph_string): New members clip_head and
clip_tail.
* xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
region to the area between clip_head and clip_tail.
(draw_glyphs): Record the area that need to be actually redrawn to
the new variables clip_head and clip_tail when there are
overhangs.  Set values of these variables to the corresponding
members in struct glyph_string.  Refine x coordinates for
* macgui.h (STORE_XCHARSETSTRUCT): New macro.
* macterm.c (mac_compute_glyph_string_overhangs): Implement with
QDTextBounds.
(x_draw_glyph_string): Don't fill the background of the successor
of a glyph with a right overhang if the successor will draw a
cursor.
(XLoadQueryFont): Obtain font metrics using QDTextBounds.
(x_redisplay_interface): Add entry for
compute_glyph_string_overhangs.

19 years ago(window_scroll_pixel_based): Fix scrolling in the wrong
Kim F. Storm [Mon, 24 Jan 2005 13:22:29 +0000 (13:22 +0000)]
(window_scroll_pixel_based): Fix scrolling in the wrong
direction if window height was smaller than next-screen-context-lines.
Now always scroll at least one line in the requested direction.
Ensure that we actually do scroll backwards when requested to do so.

19 years ago(redisplay_window): Only try to make cursor line fully
Kim F. Storm [Mon, 24 Jan 2005 13:22:07 +0000 (13:22 +0000)]
(redisplay_window): Only try to make cursor line fully
visible once (to avoid redisplay loop).

19 years ago*** empty log message ***
Kim F. Storm [Mon, 24 Jan 2005 13:17:37 +0000 (13:17 +0000)]
*** empty log message ***

19 years agoUpdate AUCTeX version info.
David Kastrup [Mon, 24 Jan 2005 12:39:14 +0000 (12:39 +0000)]
Update AUCTeX version info.

19 years ago(encoded-kbd-iso2022-single-shift):
Kenichi Handa [Mon, 24 Jan 2005 00:21:38 +0000 (00:21 +0000)]
(encoded-kbd-iso2022-single-shift):
Fix setting of the element of encoded-kbd-iso2022-invocations.

19 years ago(Fcurrent_column): Doc fix.
Stefan Monnier [Sun, 23 Jan 2005 22:18:26 +0000 (22:18 +0000)]
(Fcurrent_column): Doc fix.

19 years ago(refill-post-command-function):
Stefan Monnier [Sun, 23 Jan 2005 22:01:59 +0000 (22:01 +0000)]
(refill-post-command-function):
Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
to the list of functions that we should be careful not to undo.
(refill-late-fill-paragraph-function): Remove.
(refill-saved-state): New var.
(refill-mode): Use it to save fill-paragraph-function.
Save also the value of auto-fill-function.

19 years ago(gdb-goto-breakpoint, gdb-frames-select)
Nick Roberts [Sun, 23 Jan 2005 20:57:41 +0000 (20:57 +0000)]
(gdb-goto-breakpoint, gdb-frames-select)
(gdb-threads-select): Change to also accept mouse events.
(gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
(gdb-threads-mouse-select): Delete.

19 years ago*** empty log message ***
Nick Roberts [Sun, 23 Jan 2005 20:57:03 +0000 (20:57 +0000)]
*** empty log message ***

19 years ago(insert-directory): Take care of empty directory, listed without -a switch.
Luc Teirlinck [Sun, 23 Jan 2005 20:44:12 +0000 (20:44 +0000)]
(insert-directory): Take care of empty directory, listed without -a switch.

19 years agoSimplify code.
Stefan Monnier [Sun, 23 Jan 2005 16:56:11 +0000 (16:56 +0000)]
Simplify code.

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

19 years ago(Window Start): Fix `pos-visible-in-window-p'
Kim F. Storm [Sun, 23 Jan 2005 13:30:22 +0000 (13:30 +0000)]
(Window Start): Fix `pos-visible-in-window-p'
return value.  Third element FULLY replaced by PARTIAL which
specifies number of invisible pixels if row is only partially visible.
(Textual Scrolling): Mention auto-window-vscroll.
(Vertical Scrolling): New defvar auto-window-vscroll.

19 years ago* simple.el (line-move): Adapt to new return value from
Kim F. Storm [Sun, 23 Jan 2005 13:28:16 +0000 (13:28 +0000)]
* simple.el (line-move): Adapt to new return value from
pos-visible-in-window-p.

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 ***