summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add more keywords.Eli Zaretskii2005-01-282-2/+6
|
* Avoid unnecessary use of locate-library.Stefan Monnier2005-01-282-5/+9
|
* (x_clip_to_row): Ensure y >= 0.Kim F. Storm2005-01-271-23/+4
| | | | (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
* (get_phys_cursor_geometry): New function to calculateKim F. Storm2005-01-271-0/+58
| | | | | | phys cursor position and size for hollow cursor. Position is aligned with get_glyph_string_clip_rect and ensures that a hollow cursor is shown, even when the actual glyph is not visible.
* (x_draw_hollow_cursor): Use get_phys_cursor_geometry.Kim F. Storm2005-01-272-48/+7
|
* (get_phys_cursor_geometry): Add prototype.Kim F. Storm2005-01-271-0/+2
|
* *** empty log message ***Kim F. Storm2005-01-271-0/+16
|
* (x_error_quitter): Add a prototype. Make it static again.Stefan Monnier2005-01-272-68/+64
|
* *** empty log message ***Stefan Monnier2005-01-271-0/+2
|
* (standard-display-european-internal): Don't fiddle with latin-1 non-break spaceStefan Monnier2005-01-272-31/+22
| | | | | any more since it's now special cased in the C code. Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
* (Initial Options): Add a cross reference to `Init File'. Mention theLute Kamstra2005-01-272-4/+10
| | | | `-Q' option at the `--no-site-file' option.
* (all): Add `undo-outer-limit'.Luc Teirlinck2005-01-272-0/+15
|
* (get_glyph_string_clip_rect): Always show a cursorKim F. Storm2005-01-271-7/+20
| | | | | glyph, even when row is only partially visible and actual cursor position is not visible.
* *** empty log message ***Kim F. Storm2005-01-271-0/+6
|
* * textmodes/reftex-global.el (reftex-isearch-push-state-function)Carsten Dominik2005-01-261-0/+126
| | | | | | (reftex-isearch-pop-state-function, reftex-isearch-isearch-search) (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off) (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
* * textmodes/reftex.el (reftex-mode-menu): Add entry for reftexCarsten Dominik2005-01-261-1/+3
| | | | isearch minor mode.
* (bibtex-format-entry): Use `bibtex-empty-field-re' only on the text ofLute Kamstra2005-01-252-15/+35
| | | | | | | | | | | | | fields, not on entire field lines. (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string, not on part of a buffer. (bibtex-empty-field-re): Don't match nonempty field text strings like "{letters\\macro{}more letters}". Clarify docstring. (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore) (bibtex-entry-offset, bibtex-parse-association) (bibtex-parse-field-name): Fix typos in docstrings. (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
* *** empty log message ***Kim F. Storm2005-01-251-5/+3
|
* documented `reftex-isearch-minor-mode'Carsten Dominik2005-01-251-7/+15
|
* *** empty log message ***Carsten Dominik2005-01-251-0/+14
|
* (help-at-pt-display-when-idle): Add autoload cookie.Luc Teirlinck2005-01-252-0/+5
|
* *** empty log message ***Richard M. Stallman2005-01-252-4/+6
|
* (x_error_quitter): No longer static, and moved after x_error_handler.Richard M. Stallman2005-01-251-16/+19
|
* (ispell-dictionary-alist-4): Rewrite the CASECHARS and NOT-CASECHARSLute Kamstra2005-01-252-4/+11
| | | | | regular expressions of the "nederlands" and "nederlands8" dictionaries to prevent a "Range striding over charsets" error.
* *** empty log message ***Kim F. Storm2005-01-242-7/+14
|
* (calc-declare-variable): Use calc-var-name to display variable name.Jay Belanger2005-01-242-1/+6
|
* * dispextern.h (struct glyph_string): New members clip_head andSteven Tamm2005-01-241-0/+24
| | | | | | | | | | | | | | | | | | | | 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.
* * dispextern.h (struct glyph_string): New members clip_head andSteven Tamm2005-01-244-34/+117
| | | | | | | | | | | | | | | | | | | 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.
* (window_scroll_pixel_based): Fix scrolling in the wrongKim F. Storm2005-01-241-6/+16
| | | | | | 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.
* (redisplay_window): Only try to make cursor line fullyKim F. Storm2005-01-242-0/+7
| | | | visible once (to avoid redisplay loop).
* *** empty log message ***Kim F. Storm2005-01-241-0/+5
|
* Update AUCTeX version info.David Kastrup2005-01-242-1/+5
|
* (encoded-kbd-iso2022-single-shift):Kenichi Handa2005-01-242-3/+6
| | | | Fix setting of the element of encoded-kbd-iso2022-invocations.
* (Fcurrent_column): Doc fix.Stefan Monnier2005-01-231-3/+5
|
* (refill-post-command-function):Stefan Monnier2005-01-232-42/+50
| | | | | | | | | 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.
* (gdb-goto-breakpoint, gdb-frames-select)Nick Roberts2005-01-231-30/+15
| | | | | | (gdb-threads-select): Change to also accept mouse events. (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select) (gdb-threads-mouse-select): Delete.
* *** empty log message ***Nick Roberts2005-01-231-0/+7
|
* (insert-directory): Take care of empty directory, listed without -a switch.Luc Teirlinck2005-01-232-34/+48
|
* Simplify code.Stefan Monnier2005-01-232-66/+31
|
* *** empty log message ***Kim F. Storm2005-01-234-1/+19
|
* (Window Start): Fix `pos-visible-in-window-p'Kim F. Storm2005-01-231-4/+19
| | | | | | | 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.
* * simple.el (line-move): Adapt to new return value fromKim F. Storm2005-01-231-5/+5
| | | | pos-visible-in-window-p.
* * window.c (Fpos_visible_in_window_p): Simplify return value forKim F. Storm2005-01-231-14/+11
| | | | | partially visible rows. (window_scroll_pixel_based): Adapt to that change.
* *** empty log message ***Kim F. Storm2005-01-231-0/+4
|
* (line-move): Fix last change. Check partialKim F. Storm2005-01-231-1/+1
| | | | visibility at point rather than at window-start.
* *** empty log message ***Kim F. Storm2005-01-232-0/+10
|
* (pos_visible_p): Fix calculation of y.Kim F. Storm2005-01-231-2/+2
| | | | Clear last_height before calling line_bottom_y to get real height.
* (window_scroll_pixel_based): Force moving to next lineKim F. Storm2005-01-231-2/+10
| | | | if scrolling doesn't move start point, e.g. if looking at tall image.
* *** empty log message ***Jason Rumney2005-01-231-0/+4
|
* (pos_visible_p): Return 0 if non-interactive.Kim F. Storm2005-01-221-2/+4
|