summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (rgrep): Set default directory of *grep*Kim F. Storm2006-05-091-11/+15
| | | | | buffer if we start M-x rgrep in the *grep* buffer and choose a different base directory.
* *** empty log message ***Kim F. Storm2006-05-091-0/+6
|
* * net/tramp.el (tramp-register-file-name-handlers): Enable TrampMichael Albinus2006-05-092-1/+6
| | | | completion also when ido is loaded.
* (cpp-font-lock-keywords-source-directives): AdddedMasatake YAMATO2006-05-092-4/+10
| | | | | "warning" and "import". (cpp-font-lock-keywords): Added "warning".
* (terminal-init-xterm): Add more key bindings.Dan Nicolaescu2006-05-082-0/+12
|
* (mwheel-scroll): Make sure that when scrolling multipleStefan Monnier2006-05-082-2/+29
| | | | pages at a time, if we signal the end, we should indeed reach that end.
* (define-minor-mode): Only preserve messages output during execution of the body.Stefan Monnier2006-05-081-2/+6
|
* (lgrep, rgrep): Doc fixes.Kim F. Storm2006-05-081-7/+7
|
* *** empty log message ***Kim F. Storm2006-05-081-0/+4
|
* (ewoc--set-buffer-bind-dll-let*): Use `with-current-buffer'.Thien-Thi Nguyen2006-05-082-8/+9
|
* *** empty log message ***Kim F. Storm2006-05-071-0/+7
|
* (kmacro-push-ring): Let-bind history-delete-duplicatesKim F. Storm2006-05-071-1/+2
| | | | to nil around call to add-to-history.
* (add-to-history): Remove keep-dups arg.Kim F. Storm2006-05-071-4/+3
|
* (syntax-ppss): Flush the cache before rather than after a buffer modification.Stefan Monnier2006-05-072-17/+20
|
* (speedbar-timer-fn): Remove save-window-excursion.Nick Roberts2006-05-071-13/+4
| | | | Update localized contents for all buffers except ignored modes.
* (gdb-var-create-handler): Move speedbarNick Roberts2006-05-071-25/+19
| | | | | | | | | | | | | call to... (gud-watch): ...here so speedbar is raised for already watched expressions. (gdb-speedbar-refresh): Delete function. (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions. Use speedbar-timer-fn instead of speedbar-refresh (reverting earlier change). (gdb-var-evaluate-expression-handler) (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
* *** empty log message ***Nick Roberts2006-05-071-0/+17
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-05-071-0/+12
|
* (mac-utxt-to-string): Use `eq' instead of `='.YAMAMOTO Mitsuharu2006-05-071-1/+86
| | | | | | | | | | | (mac-atsu-font-table, mac-font-panel-mode): Add defvars. (mac-bytes-to-digits, mac-handle-toolbar-switch-mode) (mac-handle-font-panel-closed, mac-handle-font-selection): New functions. (mac-font-panel-mode): New minor mode. (mac-apple-event-map): Add bindings for toolbar toggle button and font panel. (menu-bar-showhide-menu): Add mac-font-panel-mode.
* (ibuffer-compressed-file-name-regexp): Avoid `regexp-opt' and simplifyJohn Paul Wallington2006-05-072-3/+6
| | | | regexp for readability.
* Comment change.Richard M. Stallman2006-05-061-1/+1
|
* (Version, mh-version): Update for release 8.0.Bill Wohler2006-05-062-2/+8
|
* *** empty log message ***Eli Zaretskii2006-05-061-0/+8
|
* (global-auto-revert-non-file-buffers): Point Info links to the main manual,Eli Zaretskii2006-05-061-2/+2
| | | | not to emacs-xtra.
* (dired-do-redisplay, dired-maybe-insert-subdir): Point Info links to the mainEli Zaretskii2006-05-062-4/+4
| | | | manual, not to emacs-xtra.
* (buffer-stale-function): Point Info links to the main manual, not to emacs-xtra.Eli Zaretskii2006-05-061-1/+1
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-05-061-1/+6
|
* (mac-utxt-to-string): Don't make adjustment forYAMAMOTO Mitsuharu2006-05-061-2/+4
| | | | MacJapanese if text is ASCII-only.
* (gdb-goto-breakpoint): Use or instead of unless so nil isn't returned.Nick Roberts2006-05-061-1/+3
| | | | (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
* *** empty log message ***Nick Roberts2006-05-061-0/+6
|
* Update commentary.Bill Wohler2006-05-062-17/+18
|
* *** empty log message ***Kim F. Storm2006-05-051-0/+18
|
* (xscheme-insert-expression): Use add-to-history.Kim F. Storm2006-05-051-6/+3
|
* (vhdl-generate-makefile-1): Use add-to-history.Kim F. Storm2006-05-051-2/+1
|
* (lgrep, rgrep): Use add-to-history.Kim F. Storm2006-05-051-2/+2
|
* (server-visit-files): Use add-to-history.Kim F. Storm2006-05-051-1/+1
|
* (kmacro-push-ring): Use add-to-history.Kim F. Storm2006-05-051-16/+3
| | | | | (kmacro-ring-length): Remove unused defun. (kmacro-start-macro): Use kmacro-push-ring.
* * isearch.el (isearch-update-ring): Use add-to-history.Kim F. Storm2006-05-051-15/+4
|
* (setenv): Use add-to-history.Kim F. Storm2006-05-051-1/+1
|
* (ediff-files, ediff-files3, ediff-merge-files)Kim F. Storm2006-05-051-38/+30
| | | | (ediff-merge-files-with-ancestor): Use add-to-history.
* (add-to-history): New function.Kim F. Storm2006-05-051-0/+26
|
* (ewoc-create, ewoc-set-hf): Use `insert'Thien-Thi Nguyen2006-05-052-4/+9
| | | | directly instead of a lambda expression that calls it.
* (mouse-avoidance-point-position): Use posn-at-point instead of compute-motion.Kim F. Storm2006-05-051-16/+6
|
* *** empty log message ***Kim F. Storm2006-05-051-0/+5
|
* (ibuffer-compressed-file-name-regexp): Undo previousDan Nicolaescu2006-05-052-2/+6
| | | | change.
* (command-line-1): Refer to "Pure Storage" onReiner Steib2006-05-052-3/+6
| | | | pure-space-overflow.
* *** empty log message ***Eli Zaretskii2006-05-052-0/+10
|
* (reb-update-overlays): Cycle through provided faces once they all have beenEli Zaretskii2006-05-051-13/+22
| | | | used.
* Fix last change.Eli Zaretskii2006-05-051-2/+2
|
* *** empty log message ***Eli Zaretskii2006-05-051-0/+6
|