Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Jay Belanger | 2005-05-15 | 1 | -0/+11 |
| | |||||
* | (calc-store-value): Return a string rather than display it as a message. | Jay Belanger | 2005-05-15 | 1 | -49/+72 |
| | | | | | | | | Use calc-var-name for variable name. (calc-store-into): Add the result of calc-store-value to message. (calc-copy-variable): Add a message. (calc-store-exchange): Improve error messages. (calc-store-binary, calc-store-map): Don't reset the values of special constants. | ||||
* | *** empty log message *** | Luc Teirlinck | 2005-05-14 | 1 | -0/+14 |
| | |||||
* | (define-derived-mode): Add link to Elisp manual to docstring. | Luc Teirlinck | 2005-05-14 | 1 | -1/+3 |
| | |||||
* | Fix encoding. | Andreas Schwab | 2005-05-14 | 1 | -1/+1 |
| | |||||
* | (hack-local-variables-confirm): Add STRING argument. | Luc Teirlinck | 2005-05-14 | 1 | -6/+11 |
| | | | | | | Make the function handle non file visiting buffers correctly. (hack-local-variables-prop-line, hack-local-variables) (hack-one-local-variable): Use STRING arg of `hack-local-variables-confirm'. | ||||
* | Sync with Tramp 2.0.49. | Michael Albinus | 2005-05-14 | 3 | -34/+121 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2005-05-14 | 1 | -0/+2 |
| | |||||
* | (eshell-find-tag): Use with-no-warnings. | Richard M. Stallman | 2005-05-14 | 1 | -1/+2 |
| | |||||
* | (symbol-file): Doc fix. | Richard M. Stallman | 2005-05-14 | 2 | -1/+4 |
| | |||||
* | (define-ibuffer-filter filename): If `dired-directory' is a list, use its car. | John Paul Wallington | 2005-05-14 | 2 | -1/+13 |
| | |||||
* | (define-ibuffer-column filename): If `dired-directory' is a list, use its car. | John Paul Wallington | 2005-05-14 | 1 | -1/+3 |
| | | | | From: Daniel Brockman <daniel@brockman.se> (tiny change) | ||||
* | (byte-compile-nogroup-warn): New function. | Richard M. Stallman | 2005-05-14 | 2 | -5/+25 |
| | | | | | (byte-compile-form): Call byte-compile-nogroup-warn. (byte-compile-warning-types): Doc fix. | ||||
* | (c-literal-faces): Add font-lock-comment-delimiter-face. | Richard M. Stallman | 2005-05-14 | 2 | -1/+27 |
| | |||||
* | (dig): Use with-no-warnings. | Richard M. Stallman | 2005-05-14 | 1 | -1/+2 |
| | |||||
* | (sc-cite-frame-alist, sc-uncite-frame-alist) | Richard M. Stallman | 2005-05-14 | 1 | -0/+8 |
| | | | | | | | (sc-recite-frame-alist, sc-default-cite-frame) (sc-default-uncite-frame, sc-default-recite-frame) (sc-attrib-selection-list, sc-rewrite-header-list): Mark as risky-local-variable. | ||||
* | (ogonek-jak, ogonek-how): Don't use beginning-of-buffer. | Richard M. Stallman | 2005-05-14 | 1 | -2/+2 |
| | |||||
* | (eldoc-documentation-function): Add autoload. | Richard M. Stallman | 2005-05-14 | 1 | -0/+1 |
| | |||||
* | (solar-data-list): Move definition up. | Richard M. Stallman | 2005-05-14 | 1 | -42/+42 |
| | |||||
* | (dnd-protocol-alist): Add autoload. | Richard M. Stallman | 2005-05-14 | 1 | -0/+1 |
| | |||||
* | More doc usage fixes. | Richard M. Stallman | 2005-05-14 | 1 | -4/+4 |
| | |||||
* | Many doc usage fixes. | Richard M. Stallman | 2005-05-14 | 1 | -30/+30 |
| | | | | (sh-indent-after-do): Change default to match common styles. | ||||
* | (interpreter-mode-alist, auto-mode-interpreter-regexp): Doc fixes. | Luc Teirlinck | 2005-05-14 | 1 | -8/+7 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2005-05-14 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Nick Roberts | 2005-05-13 | 1 | -0/+7 |
| | |||||
* | (tmm-get-keymap): Include only active menus and menu items. | Nick Roberts | 2005-05-13 | 1 | -1/+4 |
| | |||||
* | (easy-menu-define): Doc fixes. | Nick Roberts | 2005-05-13 | 1 | -3/+3 |
| | |||||
* | * dired.el (dired-mode): make-variable-buffer-local => | Jan Djärv | 2005-05-13 | 2 | -1/+6 |
| | | | | make-local-variable | ||||
* | *** empty log message *** | YAMAMOTO Mitsuharu | 2005-05-13 | 1 | -0/+6 |
| | |||||
* | (mac-select-convert-to-string): Try coding | YAMAMOTO Mitsuharu | 2005-05-13 | 1 | -0/+7 |
| | | | | | systems in mac-script-code-coding-systems if specified one cannot encode string for `com.apple.traditional-mac-plain-text'. | ||||
* | (auto-mode-alist, interpreter-mode-alist): Set up the new variants of ↵ | Daniel Pfeiffer | 2005-05-13 | 2 | -4/+33 |
| | | | | makefile-mode. | ||||
* | (makefile-targets-face, makefile-shell-face, makefile-makepp-perl-face): New ↵ | Daniel Pfeiffer | 2005-05-13 | 1 | -84/+307 |
| | | | | | | | | | | | | | | | | | | | | | faces. (makefile-dependency-regex): Fix it to not make the colon in $(var:a=b) special. (makefile-rule-action-regex): New regexp for highlighting embedded Shell strings. (makefile-macroassign-regex): Handle != for highlighting as embedded Shell strings. (makefile-var-use-regex): New const. (makefile-statements, makefile-automake-statements) (makefile-gmake-statements, makefile-makepp-statements) (makefile-bsdmake-statements): New consts. (makefile-make-font-lock-keywords): New function. (makefile-automake-font-lock-keywords) (makefile-gmake-font-lock-keywords) (makefile-makepp-font-lock-keywords) (makefile-bsdmake-font-lock-keywords): New consts. (makefile-mode-map): Add switchers between the various submodes. (makefile-mode): Document the availability of the variants. (makefile-automake-mode, makefile-gmake-mode) (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes. | ||||
* | Fix copyrights. | Kenichi Handa | 2005-05-13 | 28 | -56/+96 |
| | |||||
* | (font-lock-comment-delimiter-face): Fix up the inheritance. | Stefan Monnier | 2005-05-13 | 2 | -0/+13 |
| | |||||
* | (inferior-lisp-mode-hook, inferior-lisp-load-hook): Convert defcustoms | Luc Teirlinck | 2005-05-13 | 1 | -8/+4 |
| | | | | back to defvars. | ||||
* | *** empty log message *** | Luc Teirlinck | 2005-05-13 | 1 | -0/+3 |
| | |||||
* | (normal-mode): Extend the scope of the `enable-local-variables' | Luc Teirlinck | 2005-05-12 | 1 | -5/+5 |
| | | | | | binding to include the `set-auto-mode' call. (magic-mode-alist): Doc fix. | ||||
* | *** empty log message *** | Luc Teirlinck | 2005-05-12 | 1 | -0/+6 |
| | |||||
* | (font-lock-comment-delimiter-face): Fix last change. | Stefan Monnier | 2005-05-12 | 1 | -1/+5 |
| | |||||
* | (font-lock-comment-delimiter-face): Inherit from | Stefan Monnier | 2005-05-12 | 2 | -21/+10 |
| | | | | font-lock-comment-face rather than copying its setting. | ||||
* | (eshell-send-input): Doc fix. | Andreas Schwab | 2005-05-12 | 2 | -1/+5 |
| | |||||
* | *** empty log message *** | Lute Kamstra | 2005-05-12 | 1 | -0/+9 |
| | |||||
* | (define-generic-mode): Don't generate a defcustom for the mode hook | Lute Kamstra | 2005-05-12 | 1 | -50/+24 |
| | | | | variable. Delete the last argument. | ||||
* | Fix callers of define-generic-mode. | Lute Kamstra | 2005-05-12 | 1 | -74/+36 |
| | | | | | | (generic-x-modes): Delete group. (show-tabs-tab-face, show-tabs-space-face): Put them in the generic-x customization group. | ||||
* | Comment change. | Richard M. Stallman | 2005-05-12 | 2 | -0/+8 |
| | |||||
* | (c-basic-matchers-before): Don't apply | Kim F. Storm | 2005-05-12 | 1 | -1/+1 |
| | | | | font-lock-negation-char-face to ! in !=. | ||||
* | (font-lock-negation-char-face): Default to "off". | Kim F. Storm | 2005-05-12 | 1 | -6/+1 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2005-05-12 | 1 | -0/+7 |
| | |||||
* | (find-change-log): Fix typos in the docstring of function. | Masatake YAMATO | 2005-05-12 | 2 | -2/+7 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-05-12 | 23 | -23/+23 |
| |