aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (comint-highlight-input, comint-highlight-prompt):Miles Bader2000-10-222-7/+10
| | | | | | Renamed, `-face' at end removed. (comint-send-input, comint-output-filter): Use renamed faces.
* (fit-window-to-buffer): Change defaulting of MAX-HEIGHT slightly.Miles Bader2000-10-222-5/+6
|
* (window-text-height): Don't expect minibuffers to have mode-lines.Miles Bader2000-10-221-1/+2
|
* (color-values, color-defined-p): Use `member', notMiles Bader2000-10-212-5/+15
| | | | | | | `memq', because it works correctly for strings. (frame-set-background-mode): Actually, "unspecified-fg" and "unspecified-bg" *are* strings. Use `member', not `memq', and `equal', not `eq', when a string value is possible.
* (Info-file-list-for-emacs): Add an entry for Speedbar.Eli Zaretskii2000-10-212-1/+5
|
* (sh-mode-map): Remove bindings forStefan Monnier2000-10-212-408/+103
| | | | | | | | | | | | | | | | | | | | | | | sh-electric-rparen, sh-electric-less and sh-electric-hash. (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax. (sh-font-lock-heredoc, sh-font-lock-paren): New funs. (sh-font-lock-syntactic-keywords): Use them. (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove. (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove. (sh-mode): Don't override font-lock-unfontify-region-function. Use a copy of sh-font-lock-syntactic-keywords. (sh-set-shell): Don't set sh-electric-rparen-needed-here. Don't call sh-scan-buffer since font-lock does it on the fly. (sh-get-indent-info): Use `face' rather than `syntax-table' text-property to detect here-documents. Replace sh-special-syntax with sh-st-punc. (sh-prev-line): Use `face' rather than `syntax-table' text-property to skip over here-documents. (sh-font-lock-unfontify-region-function, sh-check-paren-in-case) (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash) (sh-electric-less, sh-set-here-doc-region) (sh-remove-our-text-properties, sh-search-word, sh-scan-case) (sh-scan-buffer, sh-rescan-buffer): Remove.
* *** empty log message ***Andrew Innes2000-10-211-0/+5
|
* (make-auto-save-file-name): Don't apply conversion toAndrew Innes2000-10-211-1/+5
| | | | remote (ange-ftp) file names.
* (quail-update-guidance): Balance parens.Miles Bader2000-10-211-9/+9
|
* (quail-update-guidance):Miles Bader2000-10-212-14/+16
| | | | Use `fit-window-to-buffer' instead of `set-window-text-height'.
* (resize-temp-buffer-window): Use `fit-window-to-buffer'.Miles Bader2000-10-212-7/+9
|
* (fit-window-to-buffer): New function.Miles Bader2000-10-211-30/+65
| | | | (shrink-window-if-larger-than-buffer): Use it.
* (quail-update-guidance): Force a redisplay before setting the guidanceMiles Bader2000-10-201-8/+13
| | | | window size, to ensure we see any minibuffer expansion it causes.
* (quail-show-guidance-buf): Make sure guidance window really has enough room.Miles Bader2000-10-202-11/+25
| | | | | (quail-update-guidance): If quail-guidance-win is already shown, make sure its height is OK.
* (set-window-text-height): Force window-min-height to 1.Miles Bader2000-10-201-6/+6
|
* (resize-temp-buffer-window): Use `set-window-text-height'Miles Bader2000-10-202-4/+11
| | | | instead of `enlarge-window' & `mode-line-window-height-fudge'.
* (window-text-height, set-window-text-height): New functions.Miles Bader2000-10-201-8/+56
| | | | | | (shrink-window-if-larger-than-buffer): Use `window-text-height' instead of `window-height' & `mode-line-window-height-fudge'. (mode-line-window-height-fudge): Add FACE parameter.
* (ispell-mode-line-window-height-fudge):Miles Bader2000-10-202-12/+36
| | | | | | | | | New function, conditionally aliased to `mode-line-window-height-fudge'. (ispell-help): Use it. (ispell-choices-win-default-height): Don't include mode-line fudge. (ispell-choices-win-default-height): New function. (ispell-show-choices, ispell-command-loop): Use function `ispell-choices-win-default-height' instead of variable.
* (height-affecting-face-attributes): Use `defconst'.Miles Bader2000-10-201-5/+18
|
* (resize-temp-buffer-window): Use `mode-line-window-height-fudge'.Miles Bader2000-10-202-6/+9
|
* (mode-line-window-height-fudge): New variable.Miles Bader2000-10-201-9/+42
| | | | | | (height-affecting-face-attributes): New variable. (mode-line-window-height-fudge): New function. (shrink-window-if-larger-than-buffer): Use it.
* (Info-fontify-node):Miles Bader2000-10-202-3/+18
| | | | | | | | Add support for @subsubsection titles, which use `Info-title-4-face'. (Info-title-4-face): New face. (Info-title-3-face): Inherit from Info-title-4-face instead of variable-pitch.
* *** empty log message ***Jason Rumney2000-10-191-1/+6
|
* (dired-insert-directory): Do not let errors signalled byJason Rumney2000-10-191-15/+17
| | | | attempt to run dired-free-space-program prevent dired from working.
* *** empty log message ***Stefan Monnier2000-10-192-12/+16
|
* (diff-find-file-name): Fix regex subgroup number.Stefan Monnier2000-10-191-3/+3
|
* (dirtrack): Fix call to run-hooks.Gerd Moellmann2000-10-192-1/+3
|
* (cmuscheme-program-name): Renamed fromGerd Moellmann2000-10-192-5/+11
| | | | | | | scheme-program-name because xscheme.el contains a defcustom with the same name. As a consequence, customizing group `cmuscheme' loaded `xscheme' which redefined run-scheme. (run-scheme): Use cmuscheme-program-name.
* (doctor-death): Update the Samaritans'Gerd Moellmann2000-10-192-2/+8
| | | | | anonymous address, and add a website for Befrienders International.
* (ps-print-emacs-type): Move into theGerd Moellmann2000-10-192-12/+16
| | | | eval-and-compile.
* Even/odd pages fix. Fix little bug on XEmacs. AvoidGerd Moellmann2000-10-192-175/+197
| | | | | | | | | | | | | | | | | | | | | | | | compilation gripes. Doc fix. (ps-print-version): New version number (6.2). (ps-x-color-instance-p, ps-x-color-instance-rgb-components) (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system) (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face) (ps-x-extent-priority, ps-x-extent-start-position) (ps-x-face-font-instance, ps-x-find-coding-system) (ps-x-font-instance-properties, ps-x-make-color-instance) (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to avoid compilation gripes without defining functions. (ps-e-find-composition): Alias for function find-composition, to have a suitable function depending on Emacs version. (ps-color-device, ps-color-values, ps-face-foreground-name) (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper) (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name) (ps-print-ensure-fontified): Function definitions surrounded by `eval-and-compile' to avoid compilation gripes. (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated by symbol-value to avoid compilation gripes. (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix. (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
* (normal-top-level):Miles Bader2000-10-192-0/+11
| | | | | Call `frame-set-background-mode' after `frame-notice-user-settings' because the latter doesn't call the former on a tty.
* (frame-set-background-mode): `unspecified' &c are symbols, not strings.Miles Bader2000-10-192-3/+10
|
* *** empty log message ***Eli Zaretskii2000-10-191-0/+10
|
* (color-name-rgb-alist): Add a comment explaining why some "light*"Eli Zaretskii2000-10-191-17/+38
| | | | colors are deliberately absent from the alist.
* Use registry "MuleTibetan-2" for Tibetan.Kenichi Handa2000-10-191-2/+18
| | | | | | (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it for ISO10646-1 fonts. (x-font-name-charset-alist): Add an entry for "iso10646-1".
* (Info-title-{1,2,3}-face): Change tty colors as suggested by Miles Bader.Eli Zaretskii2000-10-191-3/+3
|
* *** empty log message ***Kenichi Handa2000-10-191-0/+8
|
* (frame-set-background-mode): If a tty frame defines aEli Zaretskii2000-10-192-8/+19
| | | | | background color, use that to compute the background mode, instead of always defaulting to "dark".
* *** empty log message ***Miles Bader2000-10-191-3/+2
|
* (comint-write-output): Add APPEND argument. Rework interactive spec.Miles Bader2000-10-191-20/+20
| | | | (comint-append-output-to-file): Function removed.
* *** empty log message ***Miles Bader2000-10-191-0/+1
|
* (comint-mode-map): Bind `C-c C-s' to comint-write-output.Miles Bader2000-10-191-0/+1
|
* (comint-write-output, comint-append-output-to-file): New functions.Miles Bader2000-10-192-1/+38
| | | | (comint-mode-map): Add them to the menu.
* (mm-uu-decode-function)Dave Love2000-10-181-3/+3
| | | | (mm-uu-binhex-decode-function): Defvar when compiling.
* (gnus-nocem-issuers): Update.Dave Love2000-10-182-7/+39
| | | | | | | (gnus-nocem-check-from): New option. (gnus-nocem-scan-groups): Use it. (gnus-nocem-check-article): Bind gnus-newsgroup-name. (gnus-nocem-check-article-limit): Add :version.
* *** empty log message ***Gerd Moellmann2000-10-181-0/+3
|
* (comint-read-input-ring): Bugfix such that the firstGerd Moellmann2000-10-181-16/+15
| | | | and the last entry of the input ring file are not lost.
* (sql-sybase-options): New option.Gerd Moellmann2000-10-182-7/+20
| | | | | (sql-sybase): Use it. Add sql-database to the list of parameters provided for login. The options -w 2048 -n are not used any more.
* Internal variable changes to defcustom,Gerd Moellmann2000-10-182-55/+105
| | | | | | | | | | | | make-local-hook changes to defvar. Doc fix. (ps-print-version): New version number (6.1). (ps-setup, ps-do-despool): Code fix. (ps-printer-name): Customization fix. (ps-printer-name-option): Now is a defcustom instead of an internal variable. (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook) (ps-print-begin-column-hook): Now are defvar instead of make-local-hook.