Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Dave Love | 2001-01-17 | 2 | -0/+17 |
| | |||||
* | (ediff-before-setup-hook) | Dave Love | 2001-01-17 | 1 | -0/+2 |
| | | | | (ediff-merge-filename-prefix): Add :version. | ||||
* | New version from http://www.tuxedo.org/~esr/terminfo/. | Dave Love | 2001-01-17 | 1 | -5780/+12362 |
| | |||||
* | (direct_output_for_insert): If char_ins_del_ok is | Gerd Moellmann | 2001-01-17 | 2 | -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 Steingold | 2001-01-17 | 2 | -19/+17 |
| | |||||
* | (x_face_list_fonts): Don't BLOCK_INPUT around the | Gerd Moellmann | 2001-01-17 | 2 | -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 Moellmann | 2001-01-17 | 2 | -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 Moellmann | 2001-01-17 | 2 | -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 Love | 2001-01-17 | 2 | -7/+18 |
| | | | | (latin1-display): Fix :set. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-01-17 | 4 | -5/+50 |
| | |||||
* | (isearch-lazy-highlight-initial-delay) | Gerd Moellmann | 2001-01-17 | 1 | -2/+2 |
| | | | | (isearch-lazy-highlight-interval): Default to 0. | ||||
* | (isearch-highlight): Set isearch-overlay priority to | Gerd Moellmann | 2001-01-17 | 1 | -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 instead | Gerd Moellmann | 2001-01-17 | 1 | -2/+2 |
| | | | | of :algorithm. | ||||
* | (QCconversion): Replaces QCalgorithm. | Gerd Moellmann | 2001-01-17 | 1 | -21/+21 |
| | |||||
* | (QCconversion): Replaces QCalgorithm. Update copyright. | Gerd Moellmann | 2001-01-17 | 1 | -20/+20 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2001-01-17 | 3 | -98/+3 |
| | |||||
* | (redisplay_tool_bar): Change tool bar's height when | Gerd Moellmann | 2001-01-17 | 1 | -0/+5 |
| | | | | not everything could be displayed. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-01-17 | 1 | -0/+4 |
| | |||||
* | (eudc-server, eudc-protocol): Fix :type. | Dave Love | 2001-01-17 | 1 | -2/+3 |
| | |||||
* | (directory_files_internal): Convert result from readdir | Andrew Innes | 2001-01-17 | 2 | -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 Handa | 2001-01-17 | 1 | -2/+3 |
| | | | | property on the adjacent regions. | ||||
* | *** empty log message *** | Kenichi Handa | 2001-01-17 | 1 | -0/+5 |
| | |||||
* | ("Latin-1"): Make the format of description | Kenichi Handa | 2001-01-16 | 1 | -2/+4 |
| | | | | about additional language environments same as that of Latin-2. | ||||
* | *** empty log message *** | Kenichi Handa | 2001-01-16 | 1 | -0/+5 |
| | |||||
* | Bind <backspace> and <delete> via function-key-map. | Gerd Moellmann | 2001-01-16 | 2 | -2/+11 |
| | | | | Don't bind <delete> otherwise. | ||||
* | (delete-key-deletes-forward-mode): Bind <backspace> | Gerd Moellmann | 2001-01-16 | 1 | -7/+13 |
| | | | | and <delete> via function-key-map. | ||||
* | (isearch-lazy-highlight): Add :version. | Dave Love | 2001-01-16 | 2 | -0/+3 |
| | |||||
* | *** empty log message *** | Dave Love | 2001-01-16 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2001-01-16 | 2 | -0/+10 |
| | |||||
* | (Fset_window_hscroll): Don't set window's min_hscroll | Gerd Moellmann | 2001-01-16 | 1 | -12/+25 |
| | | | | | | here. (Fscroll_right, Fscroll_left): Set it here instead, if called interactively. | ||||
* | (Fset_buffer_modified_p): Set buffer's | Gerd Moellmann | 2001-01-16 | 2 | -1/+7 |
| | | | | prevent_redisplay_optimizations_p flag. | ||||
* | (mail-mode-flyspell-verify): Check in | Gerd Moellmann | 2001-01-16 | 1 | -3/+3 |
| | | | | Subject line only if point is after the `Subject:'. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-01-16 | 2 | -7/+18 |
| | |||||
* | Call redisplay_preserve_echo_area with additional arg. | Gerd Moellmann | 2001-01-16 | 9 | -24/+24 |
| | |||||
* | (redisplay_preserve_echo_area): Change prototype. | Gerd Moellmann | 2001-01-16 | 2 | -2/+2 |
| | |||||
* | (redisplay_preserve_echo_area): Add parameter | Gerd Moellmann | 2001-01-16 | 1 | -2/+8 |
| | | | | FROM_WHERE, for debugging. | ||||
* | (next-line-add-newlines): Add :version. | Dave Love | 2001-01-16 | 1 | -0/+1 |
| | |||||
* | ("Japanese"): Add japanese-jisx0213-1 and | Kenichi Handa | 2001-01-16 | 1 | -1/+2 |
| | | | | japanese-jisx0213-2 in `charset' property of this lang. env. | ||||
* | *** empty log message *** | Kenichi Handa | 2001-01-16 | 2 | -0/+5 |
| | |||||
* | ("Latin-1"): Add description for Dutch and Spanish lang. env. | Kenichi Handa | 2001-01-16 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2001-01-16 | 1 | -0/+3 |
| | |||||
* | (CCL_Extension): Fix typo (originally CCL_Extention). Caller changed. | Kenichi Handa | 2001-01-16 | 1 | -2/+2 |
| | |||||
* | (backward-delete-char-untabify-method): Add :version. | Dave Love | 2001-01-16 | 1 | -0/+1 |
| | |||||
* | backward-delete-char-untabify-method | Dave Love | 2001-01-16 | 1 | -3/+7 |
| | | | | copyright date | ||||
* | (transform-make-coding-system-args): New function. | Kenichi Handa | 2001-01-16 | 2 | -1/+45 |
| | | | | (make-coding-system): Accept XEmacs style arguments. | ||||
* | *** empty log message *** | Kenichi Handa | 2001-01-16 | 1 | -0/+2 |
| | |||||
* | (Fregister_ccl_program): Handle the return value of | Kenichi Handa | 2001-01-16 | 1 | -1/+5 |
| | | | | resolve_symbol_ccl_program correctly. | ||||
* | *** empty log message *** | Kenichi Handa | 2001-01-16 | 1 | -0/+5 |
| | |||||
* | (decode-char): Fix conditions. | Kenichi Handa | 2001-01-16 | 1 | -4/+6 |
| | | | | (encode-char): Handle eight-bit-control too. | ||||
* | *** empty log message *** | Kenichi Handa | 2001-01-16 | 1 | -0/+5 |
| |