summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* *** empty log message ***emacs-pretest-21.0.96Gerd Moellmann2001-01-28
|
* Fix a couple of typos and fix markup of \.Eli Zaretskii2001-01-28
|
* *** empty log message ***Gerd Moellmann2001-01-28
|
* Many changes to the parsing capabilities of etags.Francesco Potortì2001-01-28
| | | | | 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-28
| | | | | | | 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-28
| | | | regex for '^', '$', and '\0'.
* (isearch-highlight): Don't punt if the displayEli Zaretskii2001-01-28
| | | | | 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-28
| | | | | | | | | | | | | | | | | | | | 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-28
| | | | buffer
* (font_family_registry): Even if FONTNAME conform toKenichi Handa2001-01-28
| | | | | | | | | | | 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-28
|
* Expand and update, based on the instructions toEli Zaretskii2001-01-27
| | | | pretesters, nt/INSTALL, and private communications and experience.
* *** empty log message ***Eli Zaretskii2001-01-27
|
* Add a coding: tag.Eli Zaretskii2001-01-27
|
* (transient-mark-mode): Doc fix.Eli Zaretskii2001-01-27
|
* (Escape sequences in shell output): New section.Eli Zaretskii2001-01-27
|
* (find-tag-noselect): Don't bindGerd Moellmann2001-01-27
| | | | tags-file-name.
* (PostScript Variables): Extend the documentation of ps-print-color-p.Eli Zaretskii2001-01-27
| | | | Add the description of ps-use-face-background.
* (Visiting): Document the file selection dialog popped by C-x C-f.Eli Zaretskii2001-01-27
|
* Document problems with LessTif.Eli Zaretskii2001-01-27
|
* Add two items with solutions for Calc problems.Eli Zaretskii2001-01-27
|
* (shell-unquote-argument): If the shell is one of theEli Zaretskii2001-01-27
| | | | | | | | mentioned in shell-dumb-shell-regexp, don't treat a backslash as a quote character. (shell-dumb-shell-regexp): Document that the shells which match this regexp are supposed to not treat a backslash as a quote character.
* (display_line): Don't treat a newline as fittingGerd Moellmann2001-01-27
| | | | on the line.
* Document the incompatible change in string-rectangle.Eli Zaretskii2001-01-27
|
* (lisp-mode-shared-map): Undo the change from 2001-01-12. It is not needed,Eli Zaretskii2001-01-27
| | | | since backspace is now mapped into DEL.
* (dabbrev--substitute-expansion):Gerd Moellmann2001-01-27
| | | | | | Treat a one-capital-letter abbrev as "not all upper case", so as to force preservation of the expansion's pattern if the expansion starts with a capital letter.
* Fix last change.Eli Zaretskii2001-01-27
|
* (facemenu-set-face, facemenu-set-face-from-menu): Doc fix.Eli Zaretskii2001-01-27
|
* (transient-mark-mode): Document the fact that manyEli Zaretskii2001-01-27
| | | | commands act on the region when mark is active.
* (quail-setup-completion-buf): Make theKenichi Handa2001-01-27
| | | | | | | | | multibyteness of current buffer inherited to Quail completion buffer. (quail-show-guidance-buf): Make the multibyteness of current buffer inherited to Quail guidance buffer. (quail-help): Make the multibyteness of current buffer inherited to Quail help buffer.
* *** empty log message ***Kenichi Handa2001-01-27
|
* *** empty log message ***Dave Love2001-01-26
|
* Doc fixes.Dave Love2001-01-26
|
* *** empty log message ***Dave Love2001-01-26
|
* (delphi-comment-face, delphi-string-face)Dave Love2001-01-26
| | | | (delphi-keyword-face, delphi-other-face): Fix :type.
* (cvs-mode-revert-buffer): Doc fix.Dave Love2001-01-26
|
* (size_window): Set the window's orig_top to nil whenGerd Moellmann2001-01-26
| | | | | changing heights, so that a future shrink_mini_window won't restore a bogus height.
* *** empty log message ***Dave Love2001-01-26
|
* Remove un-logged bogus changes from 2000-12-20.Dave Love2001-01-26
| | | | | | | (quoted-printable-encode-region): Doc fix. Don't call string-as-multibyte on class. Clarify line-folding. (quoted-printable-encode-string): Make temp buffer inherit string's multibyteness.
* (mm-multibyte-string-p): New.Dave Love2001-01-26
|
* Doc fixes. Add :version to new options.Dave Love2001-01-26
|
* (feedmail): Add :link.Dave Love2001-01-26
| | | | (feedmail-send-it): Doc fix.
* Doc fixes.Dave Love2001-01-26
| | | | | (sendmail-send-it): Fix the non-ASCII regexp and use rfc2047-encode-string.
* *** empty log message ***Dave Love2001-01-26
|
* (do_switch_frame): If selected frame has a mini-window,Gerd Moellmann2001-01-26
| | | | resize that to exact size.
* (adjust_glyph_matrix): Always clear desired matrices.Gerd Moellmann2001-01-26
|
* *** empty log message ***Dave Love2001-01-26
|
* Revert last change.Dave Love2001-01-26
|
* (DONTCOMPILE): Add various term files.Gerd Moellmann2001-01-26
|
* (Man-default-man-entry, Man-mode): Doc fix.Gerd Moellmann2001-01-26
|