summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Kim F. Storm2005-05-071-0/+5
|
* Fix file's header line.Eli Zaretskii2005-05-071-1/+1
|
* *** empty log message ***Eli Zaretskii2005-05-071-0/+3
|
* (compilation-setup): Set overlay-arrow-string to an empty stringEli Zaretskii2005-05-071-1/+2
| | | | on text terminals.
* (ispell-program-name): Try looking for "aspell" along exec-path,Eli Zaretskii2005-05-072-1/+9
| | | | and if found, use it as the default speller program.
* (sgml-xml-auto-coding-function): Recognize encoding='FOO'Eli Zaretskii2005-05-072-2/+7
| | | | in single quotes as well as in double quotes.
* (cl-transform-lambda): Recognize `declare' as well as `interactive',Eli Zaretskii2005-05-072-1/+8
| | | | so that defmacro* would recognize `declare' forms.
* (easy-mmode-pretty-mode-name): ExplainEli Zaretskii2005-05-072-3/+24
| | | | | | | more about the LIGHTER arg's usage in the doc string. Add commentary to clarify what the code does. Fix the regexp that strips whitespace from LIGHTER. Quote LIGHTER before using it, since it could have characters special to regular expressions.
* (occur-1): Bind inhibit-read-only so that erase-buffer doesn't barfEli Zaretskii2005-05-072-26/+34
| | | | | | on read-only text properties (likewise for add-text-properties in occur-engine). Mark buffer as unmodified. (occur-engine): Don't set buffer-read-only here.
* (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle withStefan Monnier2005-05-062-6/+8
| | | | | list-buffers-directory. This caused the *cvs-commit* buffer to be sometimes mistakenly reused as a *cvs* buffer.
* (gdb-tooltip-print): Moved from tooltip.el.Nick Roberts2005-05-061-5/+17
| | | | | | (gdb-cpp-define-alist-flags): Doc fix. (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if gud-tooltip-mode is t.
* (require): CL no longer needed to compile case.Nick Roberts2005-05-061-202/+9
| | | | | | | | | | | | | | | | | | | (tooltip-mode): Do not toggle functions for GUD tooltips. (tooltip-gud-tips-p): Remove. Replace with minor mode gud-tooltip-mode in gud.el. (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area) (tooltip-gud-toggle-dereference): Rename in gud.el by replacing tooltip-gud prefix with gud-tooltip and obsolete. (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled) (tooltip-mouse-motions-active, tooltip-activate-mouse-motions) (tooltip-mouse-motion): Mouse movement functions/variable. Rename in gud.el by adding gud prefix. (tooltip-gud-original-filter, tooltip-gud-dereference) (tooltip-gud-event, tooltip-toggle-gud-tips) (tooltip-gud-process-output, tooltip-gud-print-command) (tooltip-gud-tips): GUD tooltip functions/variables. Rename in gud.el by replacing tooltip-gud prefix with gud-tooltip. (gdb-tooltip-print): Move to gdb-ui.el.
* Move code for GUD tooltips from tooltip.el.Nick Roberts2005-05-061-3/+204
| | | | | | | | | | | | | | | | | (require): CL needed to compile case. (gud-tooltip-mode): Use to toggle GUD tooltips unstead of tooltip-gud-tips-p. Make it a minor-mode. (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t. (gud-menu-map): GUD tooltips use gud-tooltip-mode now. (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area) (gud-tooltip-change-major-mode) (gud-tooltip-activate-mouse-motions-if-enabled) (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions) (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference) (gud-tooltip-original-filter, gud-tooltip-dereference) (gud-tooltip-event, tooltip-toggle-gud-tips) (gud-tooltip-process-output, gud-tooltip-print-command) (gud-tooltip-tips): Moved from tooltip.el.
* *** empty log message ***Nick Roberts2005-05-061-0/+42
|
* Paren typo again.Stefan Monnier2005-05-062-9/+16
|
* (goto-address-fontify): Make sure the overlaysStefan Monnier2005-05-061-17/+12
| | | | | | evaporate if their text is deleted. (goto-address-at-point): Make it work as a mouse binding as well. (goto-address-at-mouse): Obsolete it. Update users.
* Update maintainer.Glenn Morris2005-05-061-0/+6
| | | | (solar-setup): Throw error if called non-interactively.
* *** empty log message ***Glenn Morris2005-05-061-0/+3
|
* (top-level): No longer activate on load.Glenn Morris2005-05-061-4/+0
|
* *** empty log message ***Glenn Morris2005-05-061-0/+4
|
* *** empty log message ***Juanma Barranquero2005-05-061-11/+20
|
* (mark-bahai-diary-entries): Replace `assoc-ignore-case' by `assoc-string'.Juanma Barranquero2005-05-061-7/+9
|
* (webjump): Replace `assoc-ignore-case' by `assoc-string'.Juanma Barranquero2005-05-061-2/+2
|
* (idlwave-do-context-help1, idlwave-highlight-linked-completions): ReplaceJuanma Barranquero2005-05-061-76/+77
| | | | `assoc-ignore-case' by `assoc-string'.
* (po-find-file-coding-system-guts): Replace `assoc-ignore-case' byJuanma Barranquero2005-05-061-10/+11
| | | | `assoc-string'.
* *** empty log message ***Eli Zaretskii2005-05-061-0/+2
|
* (locate-file): Doc fix.Eli Zaretskii2005-05-061-0/+5
|
* (gdb-cpp-define-alist-program): Doc fix.Eli Zaretskii2005-05-061-4/+2
| | | | Remove the redundant test for ms-dos.
* *** empty log message ***Eli Zaretskii2005-05-061-0/+3
|
* (c-macro-preprocessor): Use locate-file to look for the preprocessorEli Zaretskii2005-05-062-8/+18
| | | | | with exec-suffixes. If not found in standard places, look in exec-path. Remove most of the tests that used system-type.
* *** empty log message ***Eli Zaretskii2005-05-061-3/+12
|
* Load jka-cmpr-hook instead of jka-comp-hook.Eli Zaretskii2005-05-061-1/+1
|
* (jka-compr-uninstall): Add autoload cookie.Eli Zaretskii2005-05-061-1/+1
|
* Renamed jka-comp-hook.el to jka-cmpr-hook.el.Eli Zaretskii2005-05-061-3/+3
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-05-061-0/+14
|
* Don't define or bind scroll bar functions ifYAMAMOTO Mitsuharu2005-05-061-15/+41
| | | | | | | | | | | | | x-toolkit-scroll-bars is t. (x-select-text, x-get-selection-value): Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil. (PRIMARY): Put mac-scrap-name property. (mac-select-convert-to-file-url): New function. (public.file-url): New selection target type. Add to selection-converter-alist. (x-get-selection, x-selection-value): Handle it. (x-cut-buffer-or-selection-value): New alias.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-291Miles Bader2005-05-063-69/+137
| | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 68) - Update from CVS 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (article-date-ut): Support converting date in forwarded parts as well. (gnus-article-save-original-date): New macro. (gnus-display-mime): Use it. 2005-04-28 David Hansen <david.hansen@physik.fu-berlin.de> * lisp/gnus/nnrss.el (nnrss-check-group, nnrss-request-article): Support the enclosure element of <item>.
* *** empty log message ***Luc Teirlinck2005-05-051-0/+5
|
* (define-obsolete-function-alias, define-obsolete-variable-alias): Doc Fixes.Luc Teirlinck2005-05-051-12/+21
|
* (line-move-1): Fix 2005-04-26 change. Must still useKim F. Storm2005-05-051-6/+9
| | | | vertical-motion when selective-display is active.
* *** empty log message ***Kim F. Storm2005-05-051-0/+3
|
* (ido-setup-hook): New hook.Kim F. Storm2005-05-051-79/+154
| | | | | | | | | | | | | | | | | | | | | (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead. (ido-input-stack): New var. (ido-define-mode-map): Bind M-b to ido-push-dir. Move old ido-next-work-file binding to M-O. Bind M-f to ido-wide-find-file-or-pop-dir. (ido-define-mode-map): Don't run ido-define-mode-map-hook. (ido-read-internal): Run ido-setup-hook. Catch quit in read-file-name and read-string to cancel edit. Handle new push, pop, and pop-all exit codes (for M-b/M-f). Automatically pop-all when completing a directory name (RET). (ido-file-internal): Add with-no-warnings around ffap and dired code. (ido-exit-minibuffer): Use exit-minibuffer instead of throw. (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find. (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir): New functions for M-b/M-f to move among the directory components. (ido-make-merged-file-list): Catch quit to cancel merge. (ido-make-dir-list): Delete "." when ido-input-stack is non-empty. (ido-completion-help): No warnings for ido-completion-buffer-full.
* *** empty log message ***Kim F. Storm2005-05-051-6/+23
|
* (org-store-link): Fix paren typo.Stefan Monnier2005-05-051-1/+1
|
* Avoid $! for font-lock-negation-char-face.Daniel Pfeiffer2005-05-051-2/+2
|
* (makefile-font-lock-keywords): Use font-lock-negation-char-face.Daniel Pfeiffer2005-05-052-1/+17
|
* (cperl-init-faces): Use font-lock-negation-char-face.Daniel Pfeiffer2005-05-051-1/+4
|
* (sh-font-lock-keywords): Use font-lock-negation-char-face.Daniel Pfeiffer2005-05-051-1/+3
|
* (c-cpp-matchers): Use font-lock-negation-char-face.Daniel Pfeiffer2005-05-051-0/+8
|
* (font-lock-negation-char-face): New face and variable.Daniel Pfeiffer2005-05-051-1/+15
|