aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* #undef bcopy & al here. Include strings.h.Gerd Moellmann2000-12-151-0/+13
|
* *** empty log message ***Gerd Moellmann2000-12-151-0/+7
|
* (operator_name): Cast argument of isalpha toGerd Moellmann2000-12-151-1/+1
| | | | unsigned char.
* (get_keyword): Make sure that isspace andGerd Moellmann2000-12-151-4/+4
| | | | similar aren't called with a negative argument.
* (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.Gerd Moellmann2000-12-151-19/+25
| | | | | | | Use them throughout instead of ctype functions/macros. (lowcase): Cast to unsigned char. (UPCASE): New macro. (canonicalize_filename): Use UPCASE instead toupper.
* *** empty log message ***Miles Bader2000-12-151-0/+6
|
* (comint-send-string, comint-send-region): Also accept a buffer, buffer-name,Miles Bader2000-12-151-2/+10
| | | | or nil for PROCESS, for compatibility with process-send-string/region.
* *** empty log message ***Gerd Moellmann2000-12-152-0/+6
|
* (read1): Recognize end of file after `\\'.Gerd Moellmann2000-12-151-0/+2
|
* (isearch-lazy-highlight-max): New user-option.Gerd Moellmann2000-12-151-1/+10
| | | | | (isearch-lazy-highlight-update): Don't highlight more than isearch-lazy-highlight-max matches.
* *** empty log message ***Gerd Moellmann2000-12-152-0/+7
|
* (sort-columns): Fix error message.Gerd Moellmann2000-12-151-1/+1
|
* (mh-find-path): Set read-mail-command.Gerd Moellmann2000-12-152-1/+7
|
* (x_create_tip_frame): Use unwind_create_tip_frame,Gerd Moellmann2000-12-151-1/+1
| | | | not unwind_create_frame.
* (dabbrev--last-case-pattern): Value is nowGerd Moellmann2000-12-152-37/+56
| | | | | | | | | | | `upcase' or `downcase' or nil. (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern. Pass new record-case-pattern arg to dabbrev--substitute-expansion. (dabbrev--substitute-expansion): New arg record-case-pattern. If it is non-nil, set dabbrev--last-case-pattern. If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION. (dabbrev--find-expansion): Remove extra nreverse.
* Add note aboute using `inverse-video' to detect excessive screen redraw.Miles Bader2000-12-152-0/+10
|
* (detect_coding): Call detect_coding_mask with a correct MULTIBYTEPKenichi Handa2000-12-151-4/+2
| | | | | | argument. (code_convert_region): Don't override coding->src_multibyte and coding->dst_multibyte.
* *** empty log message ***Kenichi Handa2000-12-151-0/+4
|
* (setup_coding_system): Clear all members of the structKenichi Handa2000-12-151-2/+3
| | | | coding_system at first.
* *** empty log message ***Kenichi Handa2000-12-151-0/+3
|
* (Info-default-directory-list): Don't delete configure-info-directoryMiles Bader2000-12-152-1/+6
| | | | | from the list of standard info directories when appending it to the end -- their order is important.
* WSMiles Bader2000-12-151-1/+1
|
* (read-face-attribute): If there's no entry for the user's input inMiles Bader2000-12-152-6/+12
| | | | | | VALID, just use it as-is (this will often result in an error, but it may be OK for e.g. colors using hexadecimal notation, and at least will yield a better error message).
* (Fmd5): Docstring improved.Kenichi Handa2000-12-151-0/+2
|
* *** empty log message ***Kenichi Handa2000-12-151-0/+4
|
* (window_box_height): Add comment.Miles Bader2000-12-151-0/+6
|
* *** empty log message ***Miles Bader2000-12-152-0/+34
|
* (mode-line-window-height-fudge):Miles Bader2000-12-151-53/+0
| | | | | | Function removed. (height-affecting-face-attributes, mode-line-window-height-fudge): Variables removed.
* (ispell-overlay-window): Ensure that the new window is really the right size.Miles Bader2000-12-151-24/+24
| | | | | | | | | Use vertical-motion rather than forward-line. (ispell-help): Don't use ispell-mode-line-window-height-fudge. (ispell-command-loop, ispell-show-choices): Use the variable ispell-choices-win-default-height, rather than the function. (ispell-choices-win-default-height): Function removed. (ispell-mode-line-window-height-fudge): Function removed.
* (window_box_height): Only use mode-line glyph-rows that are actuallyMiles Bader2000-12-151-2/+20
| | | | marked as mode-lines; otherwise use estimate_mode_line_height.
* (add-change-log-entry): Only expand-file-name if non-nil.Stefan Monnier2000-12-142-4/+8
|
* (Info-directory-list): Change doc string to reflect theEli Zaretskii2000-12-142-3/+21
| | | | change in Info-default-directory-list.
* (Info-default-directory-list): IfEli Zaretskii2000-12-141-15/+27
| | | | | | configure-info-directory is not one of the standard directories, put it first in the list; otherwise put it last. Doc string changed accordingly.
* ([M-delete]): Remap to M-d.Eli Zaretskii2000-12-142-1/+12
|
* (delete-key-deletes-forward-mode): Treat ms-dos andEli Zaretskii2000-12-141-1/+2
| | | | windows-nt as windowed environments, even under -nw.
* (command-line): Don't call x-backspace-delete-keys-pEli Zaretskii2000-12-141-3/+7
| | | | | if not fboundp. Switch delete-forward mode for the <delete> key on all PC platforms, even under -nw.
* *** empty log message ***Gerd Moellmann2000-12-142-1/+10
|
* Change maintainer to FSF.Gerd Moellmann2000-12-141-1/+1
|
* (Fformat): Prevent a buffer overrun when the formatGerd Moellmann2000-12-141-12/+45
| | | | specifies a precision.
* Document show-cursor-in-non-selected-windows andEli Zaretskii2000-12-141-0/+9
| | | | cursor-in-non-selected-windows.
* Mark show-cursor-in-non-selected-windows aas documented in the manual.Eli Zaretskii2000-12-141-0/+1
|
* *** empty log message ***Eli Zaretskii2000-12-142-0/+9
|
* (show-cursor-in-non-selected-windows): Doc fix.Eli Zaretskii2000-12-141-1/+2
|
* (Fmsdos_set_mouse_buttons): Signal an error if theEli Zaretskii2000-12-141-1/+8
| | | | argument is outside the range [2..3].
* Note about W3.Dave Love2000-12-141-0/+3
|
* *** empty log message ***Dave Love2000-12-142-0/+10
|
* (mostlyclean): Remove gnustmp.*Dave Love2000-12-141-2/+5
| | | | (gnus.dvi): Change rule to remove @latex stuff.
* (gray_bitmap_bits): Remove `unsigned' fromDave Love2000-12-141-1/+1
| | | | declaration.
* *** empty log message ***Andrew Innes2000-12-141-0/+18
|
* *** empty log message ***Gerd Moellmann2000-12-142-4/+27
|