Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (lisp-font-lock-keywords-1): Set `font-lock-negation-char-face' for [^...] ↵ | Daniel Pfeiffer | 2005-05-16 | 2 | -94/+117 |
| | | | | | | char group. (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\). | ||||
* | (makefile-dependency-regex): Turn it into a var, and refine it to mask one ↵ | Daniel Pfeiffer | 2005-05-16 | 1 | -46/+70 |
| | | | | | | | | | | | more level of nested vars. (makefile-rule-action-regex): Turn it into a var, and refine it so it recognizes backslashed continuation lines as belonging to the same command. (makefile-macroassign-regex): Refine it so it recognizes backslashed continuation lines as belonging to the same command. (makefile-var-use-regex): Don't look at the next char, because it might be the same one to be skipped by the initial [^$], leading to an overlooked variable use. (makefile-make-font-lock-keywords): Remove two parameters, which are now variables that some of the modes set locally. Handle dependency and rule action matching through functions, because regexps alone match too often. Dependency matching now comes last, so it can check, whether a colon already matched something else. (makefile-mode): Inform that font-lock improves makefile parsing capabilities. (makefile-match-dependency, makefile-match-action): New functions. | ||||
* | *** empty log message *** | Juanma Barranquero | 2005-05-16 | 1 | -0/+2 |
| | |||||
* | (equalp): Doc fix. | Juanma Barranquero | 2005-05-16 | 1 | -1/+1 |
| | |||||
* | Replace `string-to-int' by `string-to-number'. | Juanma Barranquero | 2005-05-16 | 58 | -477/+556 |
| | |||||
* | Replace `string-to-int' by `string-to-number'. | Juanma Barranquero | 2005-05-16 | 8 | -34/+47 |
| | |||||
* | Add page marker to force the "Local Variables:" string out of the last page. | Juanma Barranquero | 2005-05-16 | 2 | -0/+6 |
| | |||||
* | Fix copyrights. | Kenichi Handa | 2005-05-16 | 24 | -50/+92 |
| | |||||
* | (gud-tooltip-mode): Add gud prefix to | Nick Roberts | 2005-05-16 | 1 | -2/+6 |
| | | | | | | | | tooltip-change-major-mode. (gud-tooltip-print-command): Remove case where gud-minor-mode is gdb ("--fullname"). (gud-tooltip-tips): Turn GUD tooltips off for this case and explain to user. | ||||
* | *** empty log message *** | Nick Roberts | 2005-05-16 | 1 | -0/+9 |
| | |||||
* | *** empty log message *** | Jay Belanger | 2005-05-16 | 1 | -0/+10 |
| | |||||
* | (calc-copy-special-constant): New function. | Jay Belanger | 2005-05-16 | 1 | -0/+20 |
| | |||||
* | (calc-edit-format-macro-buffer): Add `calc-copy-special-constant'. | Jay Belanger | 2005-05-16 | 1 | -0/+1 |
| | |||||
* | (calc-init-extensions): Add `calc-copy-special-constant'. | Jay Belanger | 2005-05-16 | 1 | -1/+3 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2005-05-16 | 1 | -0/+4 |
| | |||||
* | (help-face-def): New button type. | Richard M. Stallman | 2005-05-16 | 1 | -0/+12 |
| | |||||
* | (describe-face): Output a definition link button. | Richard M. Stallman | 2005-05-16 | 1 | -3/+18 |
| | |||||
* | *** empty log message *** | Nick Roberts | 2005-05-16 | 1 | -4/+4 |
| | |||||
* | (compilation-setup): Set local value of | Nick Roberts | 2005-05-16 | 1 | -9/+17 |
| | | | | | | | overlay-arrow-string to "" always. (compilation-set-window): Left fringe then don't scroll. No left fringe then no arrow and scroll message to top. (compilation-context-lines): Adjust doc string accordingly. | ||||
* | (left-fringe-p): New function. | Nick Roberts | 2005-05-15 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Nick Roberts | 2005-05-15 | 1 | -0/+10 |
| | |||||
* | (ido-magic-forward-char, ido-magic-backward-char) | Kim F. Storm | 2005-05-15 | 1 | -7/+70 |
| | | | | | | | | | (ido-magic-delete-char): New commands for C-f, C-b, C-d. (ido-wide-find-dir-or-delete-dir): New command for M-d. (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands. (ido-read-file-name): Handle commands with ido property value equal to find-file as reading a file name, to allow C-d to enter dired. (ibuffer-find-file): Add ido property with value find-file. | ||||
* | *** empty log message *** | Kim F. Storm | 2005-05-15 | 1 | -0/+10 |
| | |||||
* | (copyright-fix-years): Match properly if the first year is 2-digit. | Richard M. Stallman | 2005-05-15 | 2 | -2/+19 |
| | | | | Don't mess up the whitespace after the years by filling. | ||||
* | (dired-mark-confirm): | Richard M. Stallman | 2005-05-15 | 1 | -1/+4 |
| | | | | Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED. | ||||
* | (dired-map-over-marks): New arg distinguish-one-marked. | Richard M. Stallman | 2005-05-15 | 1 | -11/+31 |
| | | | | | (dired-get-marked-files): New arg distinguish-one-marked. (dired-mark-pop-up): Handle FILES = (t FILE) specially. | ||||
* | (open-network-stream-nowait): Remove. | Kim F. Storm | 2005-05-15 | 1 | -57/+6 |
| | | | | (open-network-stream-server): Remove. | ||||
* | *** empty log message *** | Kim F. Storm | 2005-05-15 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2005-05-15 | 1 | -0/+9 |
| | |||||
* | (lisp-mode-variables): Set font-lock-comment-start-skip. | Richard M. Stallman | 2005-05-15 | 1 | -0/+3 |
| | |||||
* | (font-lock-comment-start-skip): New variable. | Richard M. Stallman | 2005-05-15 | 1 | -4/+13 |
| | | | | | (font-lock-comment-end-skip): New variable. (font-lock-fontify-syntactically-region): Use them if non-nil. | ||||
* | *** 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 |
| |