aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (completion-setup-function): Count completion-sizeEli Zaretskii2000-01-032-1/+6
| | | | from minibuffer-prompt-end, not from point-min.
* *** empty log message ***Eli Zaretskii2000-01-021-0/+14
|
* (read-face-attribute, defined-colors, color-defined-p):Eli Zaretskii2000-01-021-5/+5
| | | | | | Pass the frame to tty-color-* functions. (display-color-p, frame-set-background-mode): Pass the frame to tty-display-color-p.
* (tty-defined-color-alist): Renamed from tty-color-alist.Eli Zaretskii2000-01-021-31/+51
| | | | | | | (tty-color-alist, tty-modify-color-alist): New functions. (tty-color-define, tty-color-clear, tty-color-approximate) (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an optional parameter FRAME.
* *** empty log message ***Gerd Moellmann2000-01-011-1/+4
|
* (create-image, defimage): Don't assume image data is aGerd Moellmann2000-01-011-3/+3
| | | | string.
* (defimage): Handle specifications containing :dataGerd Moellmann2000-01-012-34/+62
| | | | | | | instead of :file. (image-type-from-data): New function. (image-type-from-file-header): Use it. (create-image): Add parameter DATA-P.
* (command-history): Renamed from command-history-mode.Richard M. Stallman1999-12-311-11/+17
| | | | | | | | | (Command-history-setup): Don't switch buffers. Take no args, and do not set major-mode, mode-name or the local map. (command-history-mode): New function, does some of those things Command-history-setup used to do. (list-command-history): Call command-history-mode, not Command-history-setup.
* (electric-command-history): Call Command-history-setupRichard M. Stallman1999-12-311-4/+5
| | | | and command-history-mode using their new conventions.
* *** empty log message ***Richard M. Stallman1999-12-311-0/+17
|
* (archive-mode-map): Bind q to quit-window.Richard M. Stallman1999-12-311-0/+1
|
* * image.el (defimage): Images with the :data keyword should be considered ↵William M. Perry1999-12-312-10/+21
| | | | valid as well.
* (dired-get-filename): Don't call file-name-absolute-p with FILE if FILE is nil.Richard M. Stallman1999-12-312-1/+11
|
* (choose-completion-string): In minibuffer,Richard M. Stallman1999-12-311-3/+7
| | | | do not delete the prompt string.
* (make-mode-line-mouse-sensitive): Copy keymapGerd Moellmann1999-12-302-1/+7
| | | | | | | assigned to mode-line-mode-menu because bindings.el is dumped with Emacs, and thus the lists used for menu-item definition will be copied to pure space. Emacs' menu code (parse_menu_item) doesn't like pure menu item definitions.
* *** empty log message ***Gerd Moellmann1999-12-301-0/+5
|
* (expand-abbrev-hook): Return t if expansion wasGerd Moellmann1999-12-301-3/+4
| | | | done, nil otherwise.
* (tar-mode-map): Bind q to quit-window, not tar-quit.Richard M. Stallman1999-12-301-8/+2
| | | | (tar-quit): Function deleted.
* *** empty log message ***Richard M. Stallman1999-12-301-0/+5
|
* Supply licensing info.Richard M. Stallman1999-12-3010-30/+220
|
* Fix in license info.Richard M. Stallman1999-12-301-1/+1
|
* (also deleted unsightly eol whitespace)Thien-Thi Nguyen1999-12-291-35/+45
|
* (hs-minor-mode-menu): Fix omission bug; was used but not declared.Thien-Thi Nguyen1999-12-291-4/+19
| | | | | | | (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary, hs-find-block-beginning): Add or modify docstrings. (hs-isearch-show): Rewrite.
* *** empty log message ***Thien-Thi Nguyen1999-12-281-0/+4
|
* *** empty log message ***Thien-Thi Nguyen1999-12-281-0/+38
|
* (icomplete-exhibit): Adapt to prompt in buffer.Gerd Moellmann1999-12-282-1/+3
|
* (c-fill-paragraph): Don't delete whiteGerd Moellmann1999-12-282-1/+6
| | | | space in front of a C-style comment end.
* (command-line-1): Make mode line mouse-sensitive forEli Zaretskii1999-12-282-1/+6
| | | | the MS-DOS version as well.
* *** empty log message ***Gerd Moellmann1999-12-284-96/+1774
|
* (ispell-process-line): Add local var line-offset to adjust for the changeRichard M. Stallman1999-12-282-2/+17
| | | | in positions within the line, due to previous replacements.
* (lpr-buffer, print-buffer, lpr-region, print-region): Doc fixes.Richard M. Stallman1999-12-282-11/+33
|
* (change-log-version-number-regexp-list)Gerd Moellmann1999-12-272-4/+111
| | | | | | | | | | | | | | | | | | | | | | | (change-log-version-info-enabled): Change :version to 21.1. (toplevel): Require CL when compiling. (change-log-version-number-regexp-list): Added tag :version 20.6 (change-log-version-info-enabled): Added tag :version 20.6 More general version number search with user-configurable regexp list. (change-log-version-number-regexp-list): New user variable. (change-log-find-version): Rewritten. Use user-configurable version numbering regexp list change-log-version-number-regexp-list. (change-log-find-version): Renamed to change-log-version-number-search (add-log-file-name-function): New. (change-log-search-vc-number): Added END paramaeter. Added doc string to function. (change-log-version-rcs): Renamed. Was change-log-search-vc-number.
* (compilation-goto-locus): Delete hideshow overlays if they interfere.Thien-Thi Nguyen1999-12-261-34/+49
| | | | (compilation-find-file): Make intangible overlays tangible.
* Generally, synch w/ maintainer version 5.9.Thien-Thi Nguyen1999-12-261-554/+555
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (hs-show-hidden-short-form): Delete var; hard-code uses as `t'. (hs-minor-mode-hook): Don't initialize. (hs-special-modes-alist): Rewrite value and docstring. (hs-minor-mode-prefix): Delete unused var. (hs-block-start-mdata-select): New var, buffer local. (hs-headline): New var. (hs-match-data, hs-forward-sexp): New funcs. (hs-hide-comment-region): New func. (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point, hs-safety-is-job-n, hs-hide-initial-comment-block, hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning, hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p, hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all, hs-hide-block, hs-show-block, hs-show-region, hs-hide-level, hs-mouse-toggle-hiding, hs-minor-mode): Rewrite. (hs-isearch-show): Renamed from `hs-isearch-open-invisible'. (hs-isearch-show-temporary): New funcs. (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs. (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload. When constructing menu, use `[(shift button2)]' notation.
* *** empty log message ***Richard M. Stallman1999-12-251-0/+13
|
* (jka-compr-info-file-magic-bytes): New function.Richard M. Stallman1999-12-251-95/+124
| | | | | | | | | | (jka-compr-compression-info-list): Add new elt to each vector. (jka-compr-write-region): Don't compress the data if it is already compressed. (jka-compr-really-do-compress): New variable. (jka-compr-insert-file-contents): Set jka-compr-really-do-compress if visiting. (jka-compr-write-region): Set jka-compr-really-do-compress if visiting. Test it when deciding to compress.
* *** empty log message ***Gerd Moellmann1999-12-221-0/+5
|
* (sh-mode): Don't call sh-set-shellGerd Moellmann1999-12-221-1/+1
| | | | with third argument t.
* Version 1.2 is released.Gerd Moellmann1999-12-212-9/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (antlr): This package has a web page. Menu/keymap additions for commenting/uncommenting regions. Suggested by Dale Davis <Dale_Davis@securify.com>. (antlr-mode-map): New binding [C-c C-c]. (antlr-mode-menu): New entries. Respect Emacs conventions. ((require 'cl)): Only use during compilation. (antlr-language-for-option): New function to avoid using `find'. (antlr-mode): Use it. (antlr-with-syntax-table): Define new instead using XEmacs' one. (antlr-imenu-create-index-function): Change accordingly. (antlr-inside-rule-p): Ditto. (antlr-end-of-rule): Ditto. (antlr-end-of-body): Ditto. (antlr-beginning-of-rule): Ditto. (antlr-indent-line): Ditto. Really use `antlr-tab-offset-alist'. (antlr-set-tabs): Don't use hard-coded values. Minor navigation changes. Not perfect, but this won't be possible without a huge time penalty. (antlr-skip-exception-part): Be more specific. (antlr-skip-file-prelude): Don't skip action prelude of next rule. Renamed from `antlr-skip-grammar-header'. (antlr-next-rule): Change accordingly. (antlr-end-of-body): Ditto. Better error message. (antlr-beginning-of-body): Better error message. (antlr-imenu-create-index-function): Skip rule action prelude. Minor syntax highlighting changes. (antlr-font-lock-default-face): Deletia. (antlr-font-lock-tokendef-face): Changed color. (antlr-font-lock-tokenref-face): Changed color. (antlr-font-lock-literal-face): Changed color. (antlr-font-lock-additional-keywords): Minor changes.
* *** empty log message ***Gerd Moellmann1999-12-214-37/+609
|
* *** empty log message ***Dave Love1999-12-201-1114/+0
|
* (auto-mode-alist) default mode for extension ".pro" set to `idlwave-mode'Carsten Dominik1999-12-201-0/+1
|
* A debugging toolbar for IDLWAVECarsten Dominik1999-12-201-0/+866
|
* Shell mode for interaction with the idl program (idl = InteractiveCarsten Dominik1999-12-201-0/+2454
| | | | Data Language)
* Routine information for IDLWAVE mode.Carsten Dominik1999-12-201-0/+1281
|
* Major mode for editing files of the Interactive Data LanguageCarsten Dominik1999-12-201-0/+5751
|
* (completion-ignored-extensions): Add .pdf.Gerd Moellmann1999-12-192-1/+5
|
* Put the version info into binary on MS-DOS as well.Eli Zaretskii1999-12-192-1/+5
|
* *** empty log message ***Gerd Moellmann1999-12-191-0/+5
|
* (debugger-continue): Don't continue IfGerd Moellmann1999-12-191-0/+2
| | | | debugger-may-continue is nil.