summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Dave Love2001-01-172-0/+17
|
* (ediff-before-setup-hook)Dave Love2001-01-171-0/+2
| | | | (ediff-merge-filename-prefix): Add :version.
* New version from http://www.tuxedo.org/~esr/terminfo/.Dave Love2001-01-171-5780/+12362
|
* (direct_output_for_insert): If char_ins_del_ok isGerd Moellmann2001-01-172-0/+9
| | | | zero, use this method only at the end of a line.
* removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>Sam Steingold2001-01-172-19/+17
|
* (x_face_list_fonts): Don't BLOCK_INPUT around theGerd Moellmann2001-01-172-9/+8
| | | | | call to x_list_fonts. Call x_list_fonts with SIZE -1 only if SCALABLE_FONTS_P is set.
* (x_face_list_fonts): Call x_list_fonts with SIZE -1,Gerd Moellmann2001-01-172-70/+37
| | | | | | | so that scalable fonts are included. (x_face_list_fonts): Use x_list_fonts instead of XListFonts to take advantage of font caching.
* (x_list_fonts): Allow scalable fonts if SIZE is < 0,Gerd Moellmann2001-01-172-29/+63
| | | | | | | | | | In the cache, use a key containing the information if scalable fonts are included. (x_load_font): Adapt to change of keys in the font cache. (x_list_fonts): Ensure caching font information when called for a null frame, which is the case frequently when Emacs starts.
* Require disp-table.Dave Love2001-01-172-7/+18
| | | | (latin1-display): Fix :set.
* *** empty log message ***Gerd Moellmann2001-01-174-5/+50
|
* (isearch-lazy-highlight-initial-delay)Gerd Moellmann2001-01-171-2/+2
| | | | (isearch-lazy-highlight-interval): Default to 0.
* (isearch-highlight): Set isearch-overlay priority toGerd Moellmann2001-01-171-163/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 here rather than each time through isearch-lazy-highlight-new-loop. (isearch-lazy-highlight-max): Variable deleted. (isearch-lazy-highlight-max-at-a-time): New user variable, like isearch-lazy-highlight-max but controls a single invocation of isearch-lazy-highlight-update. (isearch-lazy-highlight-wrapped): Variable recreated. (isearch-lazy-highlight-window-start): New variable. (isearch-lazy-highlight-cleanup): Restored to behavior of before 2-Jan. (isearch-lazy-highlight-remove-overlays): Function deleted; behavior folded into isearch-lazy-highlight-cleanup. "Keep" behavior removed. (isearch-lazy-highlight-new-loop): Restore old behavior of calling isearch-lazy-highlight-update in a loop rather than just once. Test isearch-invalid-regexp here and decide not to start a new loop, rather than testing it each time through isearch-lazy-highlight-update. (isearch-lazy-highlight-search): Function restored. (isearch-lazy-highlight-update): Get called in a timer loop again, but this time highlight more than one match each time through. Only highlight matches in the visible part of the window. Start at point, move in the direction of the search, and wrap around at the edge of the window. Use sit-for to force redisplay and ensure window-start is credible. "Face suppressing" behavior removed; overlay priorities should make it unnecessary, right? (isearch-highlight): Face suppressing behavior removed. (isearch-dehighlight): Face suppressing behavior removed. (isearch-set-lazy-highlight-faces-at): Removed.
* * xdisp.c (build_desired_tool_bar_string): Use :conversion insteadGerd Moellmann2001-01-171-2/+2
| | | | of :algorithm.
* (QCconversion): Replaces QCalgorithm.Gerd Moellmann2001-01-171-21/+21
|
* (QCconversion): Replaces QCalgorithm. Update copyright.Gerd Moellmann2001-01-171-20/+20
|
* *** empty log message ***Gerd Moellmann2001-01-173-98/+3
|
* (redisplay_tool_bar): Change tool bar's height whenGerd Moellmann2001-01-171-0/+5
| | | | not everything could be displayed.
* *** empty log message ***Gerd Moellmann2001-01-171-0/+4
|
* (eudc-server, eudc-protocol): Fix :type.Dave Love2001-01-171-2/+3
|
* (directory_files_internal): Convert result from readdirAndrew Innes2001-01-172-1/+7
| | | | | to a unibyte string initially, to avoid possible misinterpretation of some bytes as the internal form of Emacs characters.
* (concat): Be sure to avoid putting the same `composition'Kenichi Handa2001-01-171-2/+3
| | | | property on the adjacent regions.
* *** empty log message ***Kenichi Handa2001-01-171-0/+5
|
* ("Latin-1"): Make the format of descriptionKenichi Handa2001-01-161-2/+4
| | | | about additional language environments same as that of Latin-2.
* *** empty log message ***Kenichi Handa2001-01-161-0/+5
|
* Bind <backspace> and <delete> via function-key-map.Gerd Moellmann2001-01-162-2/+11
| | | | Don't bind <delete> otherwise.
* (delete-key-deletes-forward-mode): Bind <backspace>Gerd Moellmann2001-01-161-7/+13
| | | | and <delete> via function-key-map.
* (isearch-lazy-highlight): Add :version.Dave Love2001-01-162-0/+3
|
* *** empty log message ***Dave Love2001-01-161-0/+5
|
* *** empty log message ***Gerd Moellmann2001-01-162-0/+10
|
* (Fset_window_hscroll): Don't set window's min_hscrollGerd Moellmann2001-01-161-12/+25
| | | | | | here. (Fscroll_right, Fscroll_left): Set it here instead, if called interactively.
* (Fset_buffer_modified_p): Set buffer'sGerd Moellmann2001-01-162-1/+7
| | | | prevent_redisplay_optimizations_p flag.
* (mail-mode-flyspell-verify): Check inGerd Moellmann2001-01-161-3/+3
| | | | Subject line only if point is after the `Subject:'.
* *** empty log message ***Gerd Moellmann2001-01-162-7/+18
|
* Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann2001-01-169-24/+24
|
* (redisplay_preserve_echo_area): Change prototype.Gerd Moellmann2001-01-162-2/+2
|
* (redisplay_preserve_echo_area): Add parameterGerd Moellmann2001-01-161-2/+8
| | | | FROM_WHERE, for debugging.
* (next-line-add-newlines): Add :version.Dave Love2001-01-161-0/+1
|
* ("Japanese"): Add japanese-jisx0213-1 andKenichi Handa2001-01-161-1/+2
| | | | japanese-jisx0213-2 in `charset' property of this lang. env.
* *** empty log message ***Kenichi Handa2001-01-162-0/+5
|
* ("Latin-1"): Add description for Dutch and Spanish lang. env.Kenichi Handa2001-01-161-1/+2
|
* *** empty log message ***Kenichi Handa2001-01-161-0/+3
|
* (CCL_Extension): Fix typo (originally CCL_Extention). Caller changed.Kenichi Handa2001-01-161-2/+2
|
* (backward-delete-char-untabify-method): Add :version.Dave Love2001-01-161-0/+1
|
* backward-delete-char-untabify-methodDave Love2001-01-161-3/+7
| | | | copyright date
* (transform-make-coding-system-args): New function.Kenichi Handa2001-01-162-1/+45
| | | | (make-coding-system): Accept XEmacs style arguments.
* *** empty log message ***Kenichi Handa2001-01-161-0/+2
|
* (Fregister_ccl_program): Handle the return value ofKenichi Handa2001-01-161-1/+5
| | | | resolve_symbol_ccl_program correctly.
* *** empty log message ***Kenichi Handa2001-01-161-0/+5
|
* (decode-char): Fix conditions.Kenichi Handa2001-01-161-4/+6
| | | | (encode-char): Handle eight-bit-control too.
* *** empty log message ***Kenichi Handa2001-01-161-0/+5
|