aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Revision: [email protected]/emacs--cvs-trunk--0--patch-204Miles Bader2005-03-242-14/+10
| | | | | | | | | Clean up gdb-ui breakpoint faces 2005-03-23 Miles Bader <[email protected]> * lisp/progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled): Remove tty-specific variants, as they're no longer needed.
* Fix name: Karl Pfl�erer <[email protected]>Reiner Steib2005-03-231-1/+1
|
* (mail-mode-flyspell-verify): Fix regexp syntax.Richard M. Stallman2005-03-231-1/+1
|
* (icomplete-simple-completing-p): Don't turn on icompleteStefan Monnier2005-03-231-0/+1
| | | | if there's no completion table.
* Code cleanup: make arguments constant whenever possible.Lute Kamstra2005-03-232-1130/+1112
| | | | | | | (installshield-statement-keyword-list) (installshield-system-functions-list) (installshield-system-variables-list, installshield-types-list) (installshield-funarg-constants-list): Make them constants.
* (generic-make-keywords-list): Add autoload cookie.Lute Kamstra2005-03-232-0/+3
|
* Add comment on time value formats. Don't require parse-time.Lute Kamstra2005-03-232-48/+120
| | | | | | | | | (with-decoded-time-value): New macro. (encode-time-value): New function. (time-to-seconds, time-less-p, time-subtract, time-add): Use them. (days-to-time): Return a valid time value when arg is huge. (time-since): Use time-subtract. (time-to-number-of-days): Use time-to-seconds.
* *** empty log message ***David Ponce2005-03-231-0/+17
|
* (recentf-keep): New option.David Ponce2005-03-231-62/+59
| | | | | | | | | | | | | | | | (recentf-menu-action): Default to `find-file'. (recentf-keep-non-readable-files-flag) (recentf-keep-non-readable-files-p) (recentf-file-readable-p, recentf-find-file) (recentf-cleanup-remote): Remove. (recentf-include-p): More robust. (recentf-keep-p): New function. (recentf-remove-if-non-kept): Rename from `recentf-remove-if-non-readable'. Use `recentf-keep-p'. All callers updated. (recentf-menu-items-for-commands): Fix help string. (recentf-track-closed-file): Update. Doc fix. (recentf-cleanup): Update. Count removed files. Doc fix.
* (breakpoint-enabled, breakpoint-disabled):Kim F. Storm2005-03-221-13/+4
| | | | Don't inherit from fringe face (now happens automatically).
* *** empty log message ***Kim F. Storm2005-03-221-0/+5
|
* (tooltip-show-help-function): Ignore negative mouseKim F. Storm2005-03-221-1/+2
| | | | position values.
* *** empty log message ***Kim F. Storm2005-03-221-0/+5
|
* (showhide-date-time): Remove.Stefan Monnier2005-03-222-13/+17
| | | | | (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle. (menu-bar-make-mm-toggle): Simplify.
* (perl-font-lock-keywords-2):Stefan Monnier2005-03-221-3/+3
| | | | Accept qualified variable and function names.
* (gnus-display-time-event-handler):Stefan Monnier2005-03-222-14/+17
| | | | | Check display-time-timer at runtime rather than only at load time in case display-time-mode is turned off in the mean time.
* (completion-ignored-extensions): Remove ".lis" for `vax-vms'.Thien-Thi Nguyen2005-03-222-1/+6
|
* Revert last change.Andreas Schwab2005-03-222-1/+5
|
* Update.Andreas Schwab2005-03-221-514/+785
|
* *** empty log message ***Jay Belanger2005-03-221-0/+10
|
* (calc-embedded-original-modes): New variable.Jay Belanger2005-03-221-1/+77
| | | | | | | | | (calc-embedded-save-original-modes) (calc-embedded-restore-original-modes): New functions. (calc-do-embedded): Save original modes when entering embedded mode and restore when leaving embedded mode. (calc-embedded-modes-change): Change the value of calc-embedded-original-modes to reflect permanent changes.
* Require generic again.Lute Kamstra2005-03-222-0/+5
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-199Miles Bader2005-03-221-6/+25
| | | | | | | | | | Tweak gdb-ui breakpoint faces 2005-03-22 Miles Bader <[email protected]> * lisp/progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled): Tweak details to look good on both ttys and bitmap displays, light or dark background, etc.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-198Miles Bader2005-03-221-0/+6
| | | | | | | | | | Tweak gdb-ui breakpoint faces 2005-03-22 Miles Bader <[email protected]> * lisp/progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled): Tweak details to look good on both ttys and bitmap displays, light or dark background, etc.
* (tooltip-show-help-function): Check car and cdr ofKim F. Storm2005-03-211-1/+2
| | | | mouse position.
* *** empty log message ***Kim F. Storm2005-03-211-0/+5
|
* Don't forcibly turn on the mode upon load.Stefan Monnier2005-03-212-95/+73
| | | | | | | | | | | | | | | (icomplete-mode): Use define-minor-mode. (icomplete-eoinput): Default to nil. (icomplete-minibuffer-setup): Remove autoload. (icomplete-tidy): Simplify. (icomplete-exhibit): Use buffer-undo-list to determine if we're still in the initial state or if the user has modified the field. Fix handling of icomplete-max-delay-chars. Remove code that handles the oddball case where minibuffer-completion-table is an integer. Wrap icomplete-completions in while-no-input in case building completions takes more time than expected. (icomplete-completions): Simplify.
* *** empty log message ***Richard M. Stallman2005-03-211-0/+10
|
* (jka-compr-really-do-compress): Make variable buffer-local.Richard M. Stallman2005-03-211-1/+4
|
* Handle .xpm files too.Richard M. Stallman2005-03-211-2/+7
| | | | (image-toggle-display): Preserve modification flag.
* (where-is): Don't mention aliases with no key bindings.Richard M. Stallman2005-03-211-21/+32
|
* *** empty log message ***Lute Kamstra2005-03-211-0/+18
|
* (lisp-font-lock-keywords-1): Font lock a call to define-generic-modeLute Kamstra2005-03-211-1/+1
| | | | like a function declaration.
* Don't prevent compilation. Don't require generic.Lute Kamstra2005-03-211-776/+683
| | | | | Follow coding conventions. Minor code cleanup. (etc-fstab-generic-mode): Add some keywords.
* Fix commentary section. Don't require cl for compilation.Lute Kamstra2005-03-211-134/+139
| | | | | | | | | | | (generic-mode-list): Add autoload cookie. (generic-use-find-file-hook, generic-lines-to-scan) (generic-find-file-regexp, generic-ignore-files-regexp) (generic-mode, generic-mode-find-file-hook) (generic-mode-ini-file-find-file-hook): Fix docstrings. (define-generic-mode): Make it a defmacro. Fix docstring. (generic-mode-internal): Code cleanup. Add autoload cookie. (generic-mode-set-comments): Code cleanup.
* calc-embed.elJay Belanger2005-03-212-3/+11
| | | | (calc-do-embedded): Put data on stack before changing modes.
* (add-log-current-defun): Support more C DEFUN forms.Sam Steingold2005-03-212-6/+14
|
* (dcl-font-lock-keywords): Add underscore to "f$ lexicals" regexp.Thien-Thi Nguyen2005-03-212-1/+6
|
* Remove unnecessary `beginning-of-buffer'.J.D. Smith2005-03-211-1/+1
|
* (progress-reporter-do-update): When `min-value' is equalJuri Linkov2005-03-202-1/+8
| | | | to `max-value', set `percentage' to 0 and prevent division by zero.
* Sync with Tramp 2.0.48.Michael Albinus2005-03-206-186/+228
|
* (perl-indent-new-calculate): New function.Stefan Monnier2005-03-201-15/+19
| | | | (perl-indent-line): Use it.
* (perl-font-lock-syntactic-face-function): Properly handle the case where theStefan Monnier2005-03-201-24/+28
| | | | `m' or `s' command's argument is not yet terminated.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-193Miles Bader2005-03-202-6/+21
| | | | | | | | | | | | Use gdb-ui breakpoint faces on ttys too 2005-03-20 Miles Bader <[email protected]> * lisp/progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces in text-mode too. Change to new face names. (breakpoint-enabled): Renamed from `breakpoint-enabled-bitmap-face'. Add `:weight bold' attribute. (breakpoint-disabled): Renamed from `breakpoint-disabled-bitmap-face'.
* Changes from arch/CVS synchronizationMiles Bader2005-03-201-0/+2
|
* (auto-mode-alist): Add comment. Optimize jar/ear/war.Juri Linkov2005-03-192-2/+12
|
* (auto-coding-alist): Sync withJuri Linkov2005-03-191-1/+3
| | | | | `auto-mode-alist' by adding upper case archive file extensions and adding ear/war to jar extension.
* (save-buffer): Fix last change.Eli Zaretskii2005-03-191-4/+5
|
* *** empty log message ***Eli Zaretskii2005-03-191-0/+5
|
* (tex-view): If tex-shell process is not running, restart it.Eli Zaretskii2005-03-191-0/+3
|