- 27 Feb, 2008 1 commit
-
-
Glenn Morris authored
(sc-version): Make obsolete. (sc-describe): Show the SC info page. Make obsolete.
-
- 26 Feb, 2008 6 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
when using transient-mark-mode.
-
Jan Djärv authored
-
Glenn Morris authored
(nslookup-font-lock-keywords): Don't require font-lock. Use font-lock faces rather than variables. (nslookup, ftp, smbclient, network-service-connection): Don't require comint. (comint-prompt-regexp, comint-input-autoexpand) (comint-input-ring): Declare for compiler. (comint-mode, ffap-string-at-point, comint-exec): Autoload. (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
-
Glenn Morris authored
-
Stefan Monnier authored
-
- 25 Feb, 2008 11 commits
-
-
Roland Winkler authored
toggle-read-only.
-
Stefan Monnier authored
Demote it to plain defvar. (doc-view-conversion-refresh-interval): Reduce interval. (doc-view-goto-page): Allow moving to pages not yet rendered. (doc-view-goto-page): Construct a file name rather than extracting it from doc-view-current-files. (doc-view-kill-proc): Ignore errors from kill-process. (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead. (doc-view-insert-image): Use appropriate text if the page hasn't been rendered yet. Adjust scrolling so the text is displayed. (doc-view-display): Detect not just that a page is available, but also that it wasn't available before, to avoid refreshing all pages repeatedly. (doc-view-mode): Make doc-view-cache-directory if needed.
-
Roland Winkler authored
required field with the OPT prefix. Make unwindform more robust.
-
Chong Yidong authored
-
Robert J. Chassell authored
-
Jan Djärv authored
(grep-mode): Use grep-mode-tool-bar-map.
-
Glenn Morris authored
-
Stefan Monnier authored
(diff-beginning-of-file-and-junk): Use it. (diff-file-kill): Make sure we were really inside a file diff. * diff-mode.el: Make it more robust in the presence of empty context lines in unified hunks. (diff-valid-unified-empty-line): New var. (diff-unified->context, diff-sanity-check-hunk): Obey it. (diff-end-of-hunk): Obey it. New arg `donttrustheader'. (diff-fixup-modifs, diff-post-command-hook): Use this new arg. (diff-hunk-header-re-unified): New const. (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk) (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk) (diff-sanity-check-hunk): Use it. * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the Index: line, don't search backward for the previous one.
-
Juanma Barranquero authored
-
Kenichi Handa authored
lao font for lao script.
-
Juri Linkov authored
background, "red4" for a dark background, "red" for 16 and 8 colors, "grey" for grayscale, and inverse video otherwise. Add :version tag. (isearch-message): Keep the original isearch-message intact, and add text properties to it where necessary. Add `isearch-error' to the condition that checks if isearch is unsuccessful.
-
- 24 Feb, 2008 8 commits
-
-
Juri Linkov authored
Use compilation-error face instead of font-lock-warning-face. Display the same message in the minibuffer as is inserted at the end of the compilation buffer.
-
Glenn Morris authored
Use a single `let' rather than two.
-
Glenn Morris authored
-
Glenn Morris authored
-
Juanma Barranquero authored
-
Dan Nicolaescu authored
mode-line-process. (compilation-handle-exit): Specify a face and a tooltip for mode-line-process.
-
Jason Rumney authored
-
Stefan Monnier authored
(hilit-chg-make-ov): Simplify. (hilit-chg-fixup): Use remove-overlays. (hilit-chg-set-face-on-change): Remove redundant `remove-text-properties' call.
-
- 23 Feb, 2008 8 commits
-
-
Juanma Barranquero authored
-
Chong Yidong authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Dan Nicolaescu authored
setting it. (vc-status-menu-map): Do not define using easy-menu. (vc-status-menu-map): New defalias. (vc-status-mode-map): Hook up the menu. (top-level): Update TODO. * vc-hg.el (vc-hg-extra-status-menu): Return a keymap. * vc-bzr.el (vc-bzr-init-version): Rename to ... (vc-bzr-init-revision): ... this.
-
Jason Rumney authored
-
Jason Rumney authored
(WINS): Add term here. (custom-deps, finder-data): Use WINS_ALMOST.
-
- 22 Feb, 2008 6 commits
-
-
Juanma Barranquero authored
-
Stefan Monnier authored
Make those tables bijective.
-
Stefan Monnier authored
Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
-
Ken Manheimer authored
byte compiler warnings appropriately. * progmodes/python.el (python-point): Remove this - beginning-of-line was all that was necessary for `python-pdbtrack-overlay-arrow'. (python-end-of-def-or-class, python-beginning-of-def-or-class) (python-goto-initial-line): Drop these - they were only needed for python-point. (python-comint-output-filter-function): Use condition-case and beginning-of-line directly, instead of python-mode.el functions which require all sorts of baggage. (point-safe): Unnecessary - we're using condition-case directly, instead. (python-execute-file): Include for python-shell, which i'm leaving in keeping despite it being unnecessary for pdb tracking.
-
Andreas Schwab authored
-
Thien-Thi Nguyen authored
(let-values, let*-values): Specify scheme-indent-function.
-