Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | *** empty log message *** | Stefan Monnier | 2000-09-19 | 1 | -7/+22 | |
| | ||||||
* | renamed | Dave Love | 2000-09-19 | 2 | -152/+6 | |
| | ||||||
* | Renamed from toolbar.el. Change `toolbar' | Dave Love | 2000-09-19 | 1 | -0/+162 | |
| | | | | | | | to `tool-bar' generally in symbols. Make some items invisible in `special' major modes. (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item. Add arg PROPS. | |||||
* | (fancy-splash-screen) <defgroup>: Fix syntax. Add | Dave Love | 2000-09-19 | 2 | -4/+9 | |
| | | | | | :version here. (fancy-splash-delay, fancy-splash-image): Remove :version here. | |||||
* | Moved closer to its users. | Stefan Monnier | 2000-09-19 | 1 | -22/+22 | |
| | ||||||
* | Docstring fixes. | Stefan Monnier | 2000-09-19 | 1 | -52/+51 | |
| | | | | | | | | | | (diff-header-face, diff-comment-face): New faces. (diff-font-lock-keywords): Highlight a bit differently. (diff-find-source-location): Don't return SPAN any more. (diff-hunk-text): Don't bother erasing the temp buffer. (diff-find-text): Drop argument LINE. (diff-apply-hunk): Update calls to diff-find-text. (diff-goto-source): Use pop-to-buffer again and don't raise an error. | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-19 | 1 | -0/+3 | |
| | ||||||
* | (sh-search-word): Remove call to | Gerd Moellmann | 2000-09-19 | 1 | -1/+0 | |
| | | | | `debug'. | |||||
* | Docstring fixes. | Stefan Monnier | 2000-09-19 | 1 | -23/+23 | |
| | | | | | (calendar-make-alist): Don't quote lambda. (calendar-star-date): Use make-local-variable. | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-19 | 1 | -0/+5 | |
| | ||||||
* | (sh-search-word): Rewritten for | Gerd Moellmann | 2000-09-19 | 1 | -29/+77 | |
| | | | | speed. | |||||
* | (find-file-suppress-same-file-warnings): New | Gerd Moellmann | 2000-09-19 | 2 | -0/+14 | |
| | | | | | user-option. (find-file-noselect): Use it. | |||||
* | (fancy-splash-delay, fancy-splash-image): Add | Gerd Moellmann | 2000-09-19 | 2 | -2/+13 | |
| | | | | | version. (fancy-splash-screen): Defgroup. | |||||
* | (change-log-font-lock-keywords): Match names | Gerd Moellmann | 2000-09-19 | 2 | -2/+8 | |
| | | | | | more exactly for the case that font-lock-constant-face is underlined. | |||||
* | # | André Spiegel | 2000-09-19 | 1 | -0/+4 | |
| | ||||||
* | (vc-revert-buffer): Set vc-checkout-time correctly. | André Spiegel | 2000-09-19 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-19 | 37 | -2457/+22050 | |
| | ||||||
* | Update to emacs-21-branch of the Gnus CVS repository. | Gerd Moellmann | 2000-09-19 | 65 | -5977/+10755 | |
| | ||||||
* | (fancy-splash-text): New variable. | Gerd Moellmann | 2000-09-19 | 2 | -4/+129 | |
| | | | | | | | | (fancy-splash-delay, fancy-splash-image): New user-options. (fancy-splash-insert, fancy-splash-head, fancy-splash-tail) (fancy-splash-screens): New functions. (command-line-1): If display has a `display' frame parameter, has colors, and we have XPM support, show more fancy splash screens. | |||||
* | (map-y-or-n-p): Check use-dialog-box. Don't lose | Dave Love | 2000-09-19 | 2 | -31/+37 | |
| | | | | with null `help'. Use modern backquote syntax. | |||||
* | (font-lock-mode): Change message telling the user | Gerd Moellmann | 2000-09-19 | 2 | -1/+5 | |
| | | | | that ``the buffer is too big''. | |||||
* | (dired-font-lock-keywords): Allow tabs and spaces, | Gerd Moellmann | 2000-09-19 | 2 | -4/+9 | |
| | | | | for instance for the case that tab-width is 2. | |||||
* | Doc fix. | Miles Bader | 2000-09-19 | 1 | -3/+3 | |
| | ||||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-18 | 1 | -0/+6 | |
| | ||||||
* | (toolbar-like-menu-item): Like in | Gerd Moellmann | 2000-09-18 | 1 | -0/+2 | |
| | | | | | toolbar-add-item, if image doesn't have a mask add a `:mask heuristic'. | |||||
* | (diff-hunk-text): | Miles Bader | 2000-09-18 | 2 | -91/+117 | |
| | | | | | | | Add new optional arg LINE-OFFSET, and return a cons if it's non-nil. (diff-apply-hunk): Try to jump to the exact line in the source text corresponding to the position of point in the in the hunk. | |||||
* | (Info-title-3-face, Info-title-2-face, Info-title-1-face): | Miles Bader | 2000-09-18 | 2 | -3/+11 | |
| | | | | Use face inheritance and relative sizes instead of hard-wiring things. | |||||
* | (secondary-selection): Make dark-background variant sane. | Miles Bader | 2000-09-18 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Andrew Innes | 2000-09-17 | 1 | -0/+8 | |
| | ||||||
* | (compile-files): No need to make .elc files | Andrew Innes | 2000-09-17 | 2 | -2/+2 | |
| | | | | read-only, since they aren't under VC now. | |||||
* | Replace mapcar with mapc in several places. | Dave Love | 2000-09-17 | 2 | -27/+31 | |
| | ||||||
* | (unload-feature): Maybe call elp-restore-list and | Dave Love | 2000-09-17 | 1 | -0/+4 | |
| | | | | ad-unadvise. | |||||
* | *** empty log message *** | Dave Love | 2000-09-17 | 2 | -0/+639 | |
| | ||||||
* | *** empty log message *** | Dave Love | 2000-09-17 | 1 | -0/+16 | |
| | ||||||
* | Copyright up-date. | Dave Love | 2000-09-17 | 1 | -1/+1 | |
| | ||||||
* | (scroll-calendar-left) | Dave Love | 2000-09-17 | 1 | -3/+4 | |
| | | | | (scroll-calendar-right): Make arg optional (for active mode line). | |||||
* | (calendar-mode-line-format): Make fields | Dave Love | 2000-09-17 | 1 | -9/+41 | |
| | | | | | | | mouse-sensitive. (calendar-read-date, calendar-read-date, calendar-window-list): Unquote lambda. (calendar-month-name): Use aref, not sref. | |||||
* | (header-line): Tweak face. | Miles Bader | 2000-09-17 | 2 | -3/+5 | |
| | ||||||
* | (info-node, info-xref): Add dark-background variants. | Miles Bader | 2000-09-17 | 1 | -4/+6 | |
| | | | | (info-header-xref, info-header-node): Change to inherit from non-header faces. | |||||
* | (minor-mode-alist): Propertize the string. | Dave Love | 2000-09-17 | 1 | -1/+6 | |
| | ||||||
* | (standard-case-table): Add entries | Dave Love | 2000-09-17 | 1 | -0/+34 | |
| | | | | for Greek. | |||||
* | (header-line): Change defaults to be less confusing when mixed with mode-lines. | Miles Bader | 2000-09-17 | 2 | -6/+17 | |
| | ||||||
* | (Info-fontify-node): | Miles Bader | 2000-09-17 | 2 | -18/+79 | |
| | | | | | | | | | | | | | | | | Make a few cleanups. Add extra `help-echo' and `local-map' props to node xrefs. Use header-specific faces for node-names & xrefs. (Info-use-header-line, Info-header-line): New variables. (info-header, info-header-xref, info-header-node): New faces. (Info-setup-header-line): New function. (Info-select-node): Call Info-setup-header-line when enabled. (Info-extract-pointer): Work even if the header line is hidden. | |||||
* | *** empty log message *** | Stefan Monnier | 2000-09-17 | 1 | -0/+16 | |
| | ||||||
* | (print-region-function): Don't quote lambda. | Stefan Monnier | 2000-09-17 | 1 | -1/+1 | |
| | ||||||
* | (tempo-expand-if-complete): Quote paren in docstring. | Stefan Monnier | 2000-09-17 | 1 | -2/+2 | |
| | ||||||
* | (lm-get-header-re): Allow spaces between the header and the colon. | Stefan Monnier | 2000-09-17 | 1 | -17/+20 | |
| | | | | | | | | (lm-header-prefix): Cleanup the regexp. (lm-header): Allow $ in non-RCS headers. (lm-header-multiline): Put the strings back into order. Stop at an empty line. Don't require two space chars if the line is clearly not another header line. | |||||
* | (popup-menu, popup-menu-internal, popup-menu-popup): Remove. | Stefan Monnier | 2000-09-16 | 1 | -130/+11 | |
| | ||||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-15 | 1 | -0/+4 | |
| | ||||||
* | (toolbar-add-item): Use the same image | Gerd Moellmann | 2000-09-15 | 1 | -4/+1 | |
| | | | | | specification if or if not tool-bar item contains an `:enabled' property. |