Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Kim F. Storm | 2005-05-07 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2005-05-07 | 2 | -1/+7 |
| | |||||
* | (Mouse References): Clarify `mouse-1-click-follows-link'. | Luc Teirlinck | 2005-05-07 | 1 | -4/+10 |
| | | | | Correct index entry. | ||||
* | Fix file's header line. | Eli Zaretskii | 2005-05-07 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2005-05-07 | 2 | -0/+9 |
| | |||||
* | (compilation-setup): Set overlay-arrow-string to an empty string | Eli Zaretskii | 2005-05-07 | 1 | -1/+2 |
| | | | | on text terminals. | ||||
* | (ispell-program-name): Try looking for "aspell" along exec-path, | Eli Zaretskii | 2005-05-07 | 2 | -1/+9 |
| | | | | and if found, use it as the default speller program. | ||||
* | (sgml-xml-auto-coding-function): Recognize encoding='FOO' | Eli Zaretskii | 2005-05-07 | 2 | -2/+7 |
| | | | | in single quotes as well as in double quotes. | ||||
* | (cl-transform-lambda): Recognize `declare' as well as `interactive', | Eli Zaretskii | 2005-05-07 | 2 | -1/+8 |
| | | | | so that defmacro* would recognize `declare' forms. | ||||
* | Remove references to makefile.nt and makefile.def. | Eli Zaretskii | 2005-05-07 | 1 | -7/+18 |
| | | | | | Include widgets and images subdirectories of etc. Do not exclude ldefs-boot.el. | ||||
* | (easy-mmode-pretty-mode-name): Explain | Eli Zaretskii | 2005-05-07 | 2 | -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 barf | Eli Zaretskii | 2005-05-07 | 2 | -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. | ||||
* | Document locate-file. | Eli Zaretskii | 2005-05-07 | 1 | -16/+28 |
| | | | | Move description of new command-line options to where they belong. | ||||
* | (start_hourglass): Do nothing when running on a tty. | Thien-Thi Nguyen | 2005-05-07 | 2 | -0/+8 |
| | |||||
* | (Debugger Operation): Update to reflect changes | Nick Roberts | 2005-05-07 | 1 | -7/+7 |
| | | | | in GUD tooltips. | ||||
* | *** empty log message *** | Nick Roberts | 2005-05-07 | 2 | -0/+8 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2005-05-06 | 1 | -0/+6 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2005-05-06 | 1 | -6/+10 |
| | |||||
* | (Fchar_table_range): Fix typos in docstring. | Juanma Barranquero | 2005-05-06 | 1 | -4/+4 |
| | |||||
* | (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with | Stefan Monnier | 2005-05-06 | 2 | -6/+8 |
| | | | | | list-buffers-directory. This caused the *cvs-commit* buffer to be sometimes mistakenly reused as a *cvs* buffer. | ||||
* | (Fchar_table_range): Yet Another Int/Lisp_Object Mixup. | Stefan Monnier | 2005-05-06 | 2 | -45/+43 |
| | |||||
* | (gdb-tooltip-print): Moved from tooltip.el. | Nick Roberts | 2005-05-06 | 1 | -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 Roberts | 2005-05-06 | 1 | -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 Roberts | 2005-05-06 | 1 | -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 Roberts | 2005-05-06 | 1 | -0/+42 |
| | |||||
* | Paren typo again. | Stefan Monnier | 2005-05-06 | 2 | -9/+16 |
| | |||||
* | (goto-address-fontify): Make sure the overlays | Stefan Monnier | 2005-05-06 | 1 | -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 Morris | 2005-05-06 | 1 | -0/+6 |
| | | | | (solar-setup): Throw error if called non-interactively. | ||||
* | *** empty log message *** | Glenn Morris | 2005-05-06 | 1 | -0/+3 |
| | |||||
* | (top-level): No longer activate on load. | Glenn Morris | 2005-05-06 | 1 | -4/+0 |
| | |||||
* | *** empty log message *** | Glenn Morris | 2005-05-06 | 1 | -0/+4 |
| | |||||
* | Fixed changelog entry. | Marcelo Toledo | 2005-05-06 | 1 | -3/+2 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2005-05-06 | 1 | -11/+20 |
| | |||||
* | (mark-bahai-diary-entries): Replace `assoc-ignore-case' by `assoc-string'. | Juanma Barranquero | 2005-05-06 | 1 | -7/+9 |
| | |||||
* | (webjump): Replace `assoc-ignore-case' by `assoc-string'. | Juanma Barranquero | 2005-05-06 | 1 | -2/+2 |
| | |||||
* | (idlwave-do-context-help1, idlwave-highlight-linked-completions): Replace | Juanma Barranquero | 2005-05-06 | 1 | -76/+77 |
| | | | | `assoc-ignore-case' by `assoc-string'. | ||||
* | (po-find-file-coding-system-guts): Replace `assoc-ignore-case' by | Juanma Barranquero | 2005-05-06 | 1 | -10/+11 |
| | | | | `assoc-string'. | ||||
* | *** empty log message *** | Eli Zaretskii | 2005-05-06 | 3 | -0/+9 |
| | |||||
* | (The Echo Area): Correct format function cross reference. | Eli Zaretskii | 2005-05-06 | 1 | -1/+1 |
| | |||||
* | (locate-file): Doc fix. | Eli Zaretskii | 2005-05-06 | 1 | -0/+5 |
| | |||||
* | (Flocate_file_internal): Doc fix. | Eli Zaretskii | 2005-05-06 | 1 | -0/+1 |
| | |||||
* | (gdb-cpp-define-alist-program): Doc fix. | Eli Zaretskii | 2005-05-06 | 1 | -4/+2 |
| | | | | Remove the redundant test for ms-dos. | ||||
* | *** empty log message *** | Eli Zaretskii | 2005-05-06 | 1 | -0/+3 |
| | |||||
* | (c-macro-preprocessor): Use locate-file to look for the preprocessor | Eli Zaretskii | 2005-05-06 | 2 | -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 Zaretskii | 2005-05-06 | 2 | -3/+16 |
| | |||||
* | (lisp, shortlisp): Add jka-cmpr-hook.elc. | Eli Zaretskii | 2005-05-06 | 1 | -0/+2 |
| | |||||
* | Load jka-cmpr-hook instead of jka-comp-hook. | Eli Zaretskii | 2005-05-06 | 1 | -1/+1 |
| | |||||
* | (jka-compr-uninstall): Add autoload cookie. | Eli Zaretskii | 2005-05-06 | 1 | -1/+1 |
| | |||||
* | Renamed jka-comp-hook.el to jka-cmpr-hook.el. | Eli Zaretskii | 2005-05-06 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | YAMAMOTO Mitsuharu | 2005-05-06 | 3 | -0/+71 |
| |