summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (toplevel): Fix the eval-after-load.Gerd Moellmann2001-01-291-1/+1
|
* (outline, dabbrev, add-log): Require whenGerd Moellmann2001-01-292-17/+31
| | | | | | | | compiling. (tcl-using-emacs-19-23): Consider Emacs 21+. (tcl-help-directory-list, tcl-command-switches): Fix :type. (tcl-add-emacs-menu): Supply menu name. (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
* (Fbyte_code) <Bcurrent_column>: AddGerd Moellmann2001-01-291-0/+2
| | | | BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC.
* (delete-trailing-whitespace): Don't delete formfeeds.Gerd Moellmann2001-01-292-0/+7
|
* (cvs-mark-fis-dead): New function.Stefan Monnier2001-01-292-3/+15
| | | | | | (cvs-mode-add): Use it. (cvs-mode-add-change-log-entry-other-window): Rebind change-log-default-name to itself rather than to nil.
* Undo last change.Gerd Moellmann2001-01-291-53/+4
|
* (Checklist): Add index entry for logging keystrokes.Eli Zaretskii2001-01-291-0/+1
|
* (mouse_key_p): New function.Gerd Moellmann2001-01-291-4/+53
| | | | (where_is_internal, Fwhere_is_internal): Use it.
* *** empty log message ***Dave Love2001-01-291-0/+2
|
* replaced require with autoloadsSam Steingold2001-01-292-3/+16
|
* (elide-head): Make overlay evaporate.Dave Love2001-01-291-0/+1
|
* *** empty log message ***Eli Zaretskii2001-01-292-0/+6
|
* (confirm-kill-emacs): Doc fix.Eli Zaretskii2001-01-291-1/+3
|
* (frame-initialize): Doc fix.Eli Zaretskii2001-01-292-1/+3
|
* (time-stamp-string): Doc fix.Eli Zaretskii2001-01-292-1/+4
|
* (Fset_text_properties): Doc fix.Eli Zaretskii2001-01-291-1/+2
|
* (forward_to_next_line_start): Remove xassert.Gerd Moellmann2001-01-292-2/+5
|
* (WoMan-log-1): Make the log buffer writable. FromEli Zaretskii2001-01-292-0/+6
| | | | Markus Rost <rost@math.ohio-state.edu>.
* (imenu-syntax-alist): Add autoload cookie forGerd Moellmann2001-01-292-0/+6
| | | | the `make-variable-buffer-local'.
* (ansi-color-for-comint-mode): Add :version.Gerd Moellmann2001-01-292-2/+10
| | | | | | (ansi-color-for-comint-mode-on, ansi-color-process-output): Add autoload cookie. (ansi-color-apply-sequence): Fix typo.
* (menu-bar-files-menu): Add menu items forGerd Moellmann2001-01-292-1/+11
| | | | Postscript printing in black and white.
* (chinese-big5-1, chinese-big5-2): DocDave Love2001-01-292-2/+7
| | | | fix.
* *** empty log message ***Gerd Moellmann2001-01-293-84/+79
|
* (x_draw_row_bitmaps): Delay obtaining HDC to avoid returning withoutEli Zaretskii2001-01-292-1/+8
| | | | releasing it.
* Say that the problems with cpp 2.9x aren't pertinent to NTEmacs.Eli Zaretskii2001-01-291-0/+3
|
* (rmail-ignored-headers): Add X-Sign, X-BeenThere,Gerd Moellmann2001-01-292-2/+22
| | | | | | X-Mailman-Version, Precedence, List-Help, List-Post, List-Subscribe, List-Id, List-Unsubscribe, List-Archive, Content-Type, Content-Length.
* (w32_font_match): Allocate three more bytes to regexKenichi Handa2001-01-281-1/+1
| | | | for '^', '$', and '\0'.
* *** empty log message ***Kenichi Handa2001-01-281-0/+5
|
* (extraclean): Added -f to -rm config-tmp-* to keep it quiet.Bill Wohler2001-01-281-1/+1
|
* *** empty log message ***Bill Wohler2001-01-282-0/+10
|
* (extraclean): added target so make doesn't die ifBill Wohler2001-01-281-0/+3
| | | | one runs "make extraclean" at the top level.
* Set version to 21.0.97.Gerd Moellmann2001-01-283-5/+5
|
* *** empty log message ***Gerd Moellmann2001-01-283-340/+368
|
* Fix a couple of typos and fix markup of \.Eli Zaretskii2001-01-281-4/+4
|
* *** empty log message ***Gerd Moellmann2001-01-281-294/+297
|
* Many changes to the parsing capabilities of etags.Francesco Potortì2001-01-284-257/+448
| | | | | The -C or -c++ options are now mostly obsolete. Can delve at arbitrary deeps into structures of C-like languages.
* * src/macterm.c (mac_font_pattern_match): Allocate three more bytes toAndrew Choi2001-01-282-1/+12
| | | | | | | regex for '^', '$', and '\0'. * src/macterm.c (x_list_fonts): Protect pattern and newlist from garbage collection.
* * fontset.c (fontset_pattern_regexp): Allocate three more bytes toAndrew Choi2001-01-282-1/+4
| | | | regex for '^', '$', and '\0'.
* (isearch-highlight): Don't punt if the displayEli Zaretskii2001-01-282-1/+7
| | | | | doesn't support colors, since isearch faces are defined for monochrome displays as well.
* * alloc.c (allocate_string) [macintosh]: Call check_string_bytesAndrew Choi2001-01-286-44/+66
| | | | | | | | | | | | | | | | | | | | only if current_sblock has been initialized. * frame.c (Fdelete_frame) [macintosh]: Allow deletion of initial terminal frame even if it is the only visible frame. * src/macfns.c (QCconversion): Replaces QCalgorithm. * src/macfns.c (image_ascent, lookup_image): Adapt to change of image margins. * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground) (x_draw_image_relief, x_draw_image_foreground_1) (x_draw_image_glyph_string): Adapt to change of image margins. * src/macterm.c (mac_to_x_fontname): Change charset name of Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts from ksc5601 to ksc5601.1989.
* shell-write-history-on-exit: make sure the error message goes to the right ↵Sam Steingold2001-01-282-27/+35
| | | | buffer
* (font_family_registry): Even if FONTNAME conform toKenichi Handa2001-01-281-22/+30
| | | | | | | | | | | XLFD, if it specifies other fields than family and registry, return FONTANME. New argument FORCE if nonzero cancel that feature. (fontset_font_pattern): Call font_family_registry with FORCE 1 for a signle byte character. Don't set FAMILY part to nil here. It is handled by the caller choose_face_font. (Fnew_fontset): Call font_family_registry with FORCE 0. (Fset_fontset_font): Likewise.
* *** empty log message ***Kenichi Handa2001-01-281-0/+12
|
* Expand and update, based on the instructions toEli Zaretskii2001-01-272-6/+364
| | | | pretesters, nt/INSTALL, and private communications and experience.
* *** empty log message ***Eli Zaretskii2001-01-272-0/+8
|
* Add a coding: tag.Eli Zaretskii2001-01-271-3/+3
|
* (transient-mark-mode): Doc fix.Eli Zaretskii2001-01-271-1/+1
|
* (Escape sequences in shell output): New section.Eli Zaretskii2001-01-271-1/+24
|
* (find-tag-noselect): Don't bindGerd Moellmann2001-01-272-2/+6
| | | | tags-file-name.
* (PostScript Variables): Extend the documentation of ps-print-color-p.Eli Zaretskii2001-01-271-3/+16
| | | | Add the description of ps-use-face-background.