1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 10:21:14 -08:00
Commit graph

54342 commits

Author SHA1 Message Date
Carsten Dominik
60fc9395a3 *** empty log message *** 2005-01-25 10:25:49 +00:00
Luc Teirlinck
fe86084221 (help-at-pt-display-when-idle): Add autoload cookie. 2005-01-25 03:36:37 +00:00
Richard M. Stallman
29099c2f2b *** empty log message *** 2005-01-25 01:59:39 +00:00
Richard M. Stallman
b70001a192 (x_error_quitter): No longer static, and moved after x_error_handler. 2005-01-25 01:26:57 +00:00
Lute Kamstra
2fc3738c63 (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.
2005-01-25 00:38:46 +00:00
Kim F. Storm
6adb6f0130 *** empty log message *** 2005-01-24 20:44:39 +00:00
Jay Belanger
dacb2f7013 (calc-declare-variable): Use calc-var-name to display variable name. 2005-01-24 18:23:33 +00:00
Steven Tamm
4d904fa0b2 * 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.
2005-01-24 18:00:43 +00:00
Steven Tamm
8c2da0fa6c * 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.
2005-01-24 17:59:36 +00:00
Kim F. Storm
e856c2162b (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.
2005-01-24 13:22:29 +00:00
Kim F. Storm
6f67f013b6 (redisplay_window): Only try to make cursor line fully
visible once (to avoid redisplay loop).
2005-01-24 13:22:07 +00:00
Kim F. Storm
f2417699a5 *** empty log message *** 2005-01-24 13:17:37 +00:00
David Kastrup
4383585418 Update AUCTeX version info. 2005-01-24 12:39:14 +00:00
Kenichi Handa
e1a050dc63 (encoded-kbd-iso2022-single-shift):
Fix setting of the element of encoded-kbd-iso2022-invocations.
2005-01-24 00:21:38 +00:00
Stefan Monnier
e01732fa58 (Fcurrent_column): Doc fix. 2005-01-23 22:18:26 +00:00
Stefan Monnier
04138be8a5 (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.
2005-01-23 22:01:59 +00:00
Nick Roberts
f2fc1724a8 (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.
2005-01-23 20:57:41 +00:00
Nick Roberts
ac94d5f447 *** empty log message *** 2005-01-23 20:57:03 +00:00
Luc Teirlinck
9bb99df691 (insert-directory): Take care of empty directory, listed without -a switch. 2005-01-23 20:44:12 +00:00
Stefan Monnier
bd6a8278ad Simplify code. 2005-01-23 16:56:11 +00:00
Kim F. Storm
8f958b40cc *** empty log message *** 2005-01-23 13:31:53 +00:00
Kim F. Storm
41ad5140cd (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.
2005-01-23 13:30:22 +00:00
Kim F. Storm
257a694c19 * simple.el (line-move): Adapt to new return value from
pos-visible-in-window-p.
2005-01-23 13:28:16 +00:00
Kim F. Storm
5b1ba1e330 * window.c (Fpos_visible_in_window_p): Simplify return value for
partially visible rows.
(window_scroll_pixel_based): Adapt to that change.
2005-01-23 13:13:03 +00:00
Kim F. Storm
6b3d88f70e *** empty log message *** 2005-01-23 13:11:00 +00:00
Kim F. Storm
860ea5165a (line-move): Fix last change. Check partial
visibility at point rather than at window-start.
2005-01-23 00:53:32 +00:00
Kim F. Storm
5c20cae25b *** empty log message *** 2005-01-23 00:53:10 +00:00
Kim F. Storm
78465f3a8c (pos_visible_p): Fix calculation of y.
Clear last_height before calling line_bottom_y to get real height.
2005-01-23 00:50:52 +00:00
Kim F. Storm
bed83ee4dd (window_scroll_pixel_based): Force moving to next line
if scrolling doesn't move start point, e.g. if looking at tall image.
2005-01-23 00:50:24 +00:00
Jason Rumney
e1c7e69af9 *** empty log message *** 2005-01-23 00:01:51 +00:00
Kim F. Storm
a2962d06de (pos_visible_p): Return 0 if non-interactive. 2005-01-22 23:55:00 +00:00
Kim F. Storm
a354b72c97 *** empty log message *** 2005-01-22 23:54:43 +00:00
Jason Rumney
fc8f881d53 (xw-defined-colors) Remove debug message. 2005-01-22 23:49:06 +00:00
Miles Bader
ddff82cf89 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.
2005-01-22 21:07:03 +00:00
Steven Tamm
d9e7c62260 * 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.
2005-01-22 15:54:04 +00:00
David Kastrup
3d4d788a38 * 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'.
2005-01-22 15:43:56 +00:00
Eli Zaretskii
557724a871 Fix last entry. 2005-01-22 10:55:38 +00:00
Eli Zaretskii
1a8461d34c *** empty log message *** 2005-01-22 10:53:39 +00:00
Eli Zaretskii
cfdd484fc7 (url-http-parse-headers): Reset url-http-data to nil,
like for the 303 response.
2005-01-22 10:52:28 +00:00
Eli Zaretskii
cc7fe910c2 (type-break-mode): Add a test for type-break-file-name being non-nil. 2005-01-22 10:41:29 +00:00
Eli Zaretskii
b338e7499d Fix punctiation. 2005-01-22 10:37:25 +00:00
Eli Zaretskii
1da1887d4c (top level): Call (message "") via progn, so that
eudc-options-file is loaded.
2005-01-22 10:36:05 +00:00
Kim F. Storm
16c2f92f01 (line-move-1): Rename from line-move.
(line-move): New function that adjusts vscroll for partially
visible rows, and calls line-move-1 otherwise.
2005-01-22 01:44:56 +00:00
Kim F. Storm
d00e399ac9 *** empty log message *** 2005-01-22 01:43:55 +00:00
Kim F. Storm
f9e697040d (pos_visible_p): Fix prototype. 2005-01-22 01:41:59 +00:00
Kim F. Storm
e56263e526 (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.
2005-01-22 01:41:47 +00:00
Kim F. Storm
f15f5495d9 (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.
2005-01-22 01:41:36 +00:00
Nick Roberts
d0d0434fc3 *** empty log message *** 2005-01-22 01:15:38 +00:00
Nick Roberts
d87fbfb08b Add entry for toolbar on ttys. 2005-01-21 21:13:33 +00:00
Nick Roberts
568931f03e *** empty log message *** 2005-01-21 21:07:50 +00:00