Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (vc-directory-resynch-file): Fix declaration. | Glenn Morris | 2008-05-15 | 2 | -1/+11 |
| | |||||
* | (org-infojs-options-inbuffer-template): Fix declaration. | Glenn Morris | 2008-05-15 | 1 | -1/+1 |
| | |||||
* | (declare-function): Add compat definition. | Glenn Morris | 2008-05-15 | 1 | -0/+8 |
| | | | | (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler. | ||||
* | (top-level): Don't require cl when compiling. | John Paul Wallington | 2008-05-15 | 2 | -1/+2 |
| | |||||
* | (diff-current-defun): Use `buffer-local-value'. | John Paul Wallington | 2008-05-15 | 2 | -1/+14 |
| | |||||
* | (archive-add-new-member): Use `derived-mode-p'. | John Paul Wallington | 2008-05-15 | 1 | -5/+4 |
| | | | | | (archive-*-extract): Use `zerop' (archive-*-write-file-member): Use `or', use `zerop'. | ||||
* | (ibuffer-interactive-filter-by-mode) | John Paul Wallington | 2008-05-15 | 1 | -30/+16 |
| | | | | | | | | (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes) (define-ibuffer-filter mode, define-ibuffer-filter used-mode) (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers) (ibuffer-mark-read-only-buffers) (ibuffer-mark-dired-buffers): Use `buffer-local-value'. | ||||
* | Eliminate exoensive (vc-expand-dirs) calls. | Eric S. Raymond | 2008-05-15 | 3 | -19/+41 |
| | |||||
* | Merge from gnus--devo--0 | Miles Bader | 2008-05-15 | 4 | -6/+27 |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1161 | ||||
* | (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks) | John Paul Wallington | 2008-05-15 | 2 | -73/+90 |
| | | | | | | | | | (define-ibuffer-column, define-ibuffer-sorter) (define-ibuffer-op, define-ibuffer-filter): Add declarations containing indentation specs, replacing equivalent top-level forms that set `lisp-indent-function' properties. (define-ibuffer-op): Use `derived-mode-p'. (define-ibuffer-filter): Remove redundant `concat' call. | ||||
* | (ibuffer-assert-ibuffer-mode): New defsubst. | John Paul Wallington | 2008-05-15 | 1 | -8/+11 |
| | | | | | | | | (ibuffer-mark-interactive, ibuffer-set-mark) (ibuffer-insert-buffer-line, ibuffer-redisplay-current) (ibuffer-map-lines, ibuffer-switch-format) (ibuffer-update-title-and-summary) (ibuffer-redisplay-engine): Use it. | ||||
* | * net/tramp.el (tramp-echo-mark): Update docstring. | Michael Albinus | 2008-05-14 | 2 | -5/+20 |
| | | | | | (tramp-echo-mark-marker): New defconst. (tramp-check-for-regexp): Use it. | ||||
* | Make vc-deduce-fileset do the right thing in derived buffers. | Eric S. Raymond | 2008-05-14 | 2 | -1/+13 |
| | |||||
* | (convert-define-charset-argument): Remove period from end of error message. | John Paul Wallington | 2008-05-14 | 2 | -3/+10 |
| | | | | | (coding-system-mnemonic): Doc fix. (ctext-pre-write-conversion): Doc fix. | ||||
* | Merge from emacs--rel--22 | Miles Bader | 2008-05-14 | 2 | -2/+11 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1159 | ||||
| * | Mention CVE name: CVE-2008-2142. | Romain Francoise | 2008-05-12 | 1 | -2/+3 |
| | | |||||
| * | (fast-lock-cache-directories): Remove "." from its | Stefan Monnier | 2008-05-12 | 2 | -4/+12 |
| | | | | | | | | default value and give it the risky-local-variable property. | ||||
| * | (smerge-command-prefix): Fix custom type. | Reiner Steib | 2008-05-10 | 2 | -1/+8 |
| | | |||||
* | | (custom-face-attributes): Add "thin" for :weight. | Kenichi Handa | 2008-05-14 | 2 | -1/+33 |
| | | |||||
* | | (font-weight-table, font-slant-table) | Kenichi Handa | 2008-05-14 | 1 | -74/+53 |
| | | | | | | | | | | | | | | | | (font-swidth-table): Declare them by defconst. Change the format of elements. Call internal-set-font-style-table after their declaration. (face-valid-attribute-values): Call font-family-list. Get values for width, weight, and slant from font-xxx-table. | ||||
* | | (compose-chars-after): Assume that WINDOW is always non-nil. | Kenichi Handa | 2008-05-14 | 1 | -8/+6 |
| | | |||||
* | | (setup-default-fontset): For kana, han, | Kenichi Handa | 2008-05-14 | 1 | -13/+14 |
| | | | | | | | | | | hangul, and cjk-misc, move an entry with font-spec at the end. (generate-fontset-menu): Exclue fontset-auto* from the list. | ||||
* | | (set-language-environment): Set current-iso639-language | Kenichi Handa | 2008-05-14 | 1 | -0/+3 |
| | | |||||
* | | ("Chinese-GB", "Chinese-BIG5") | Kenichi Handa | 2008-05-14 | 1 | -0/+6 |
| | | | | | | | | | | ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK") ("Chinese-GB18030"): Set `iso639-language' property to `zh'. | ||||
* | | ("Japanese"): Set `iso639-language' property to `ja'. | Kenichi Handa | 2008-05-14 | 1 | -0/+1 |
| | | |||||
* | | ("Korean"): Set `iso639-language' property to `ko'. | Kenichi Handa | 2008-05-14 | 1 | -0/+1 |
| | | |||||
* | | (define-ibuffer-filter filename): Use `ibuffer-buffer-file-name'. | John Paul Wallington | 2008-05-13 | 2 | -10/+8 |
| | | |||||
* | | (ibuffer-buffer-file-name): New function. | John Paul Wallington | 2008-05-13 | 1 | -8/+12 |
| | | | | | | | | (define-ibuffer-column filename): Use it. | ||||
* | | (talk): Simplify. Pass display arg to talk-add-display as a string. | Chong Yidong | 2008-05-13 | 1 | -17/+10 |
| | | | | | | | | (talk-add-display): Simplify. Accept only string args. | ||||
* | | * talk.el (talk): Simplify. Pass display arg to talk-add-display | Chong Yidong | 2008-05-13 | 1 | -0/+6 |
| | | | | | | | | | | as a string. (talk-add-display): Simplify. Accept only string args. | ||||
* | | (calc-mode-map): Remove old keybinding for `calc-yank'. | Jay Belanger | 2008-05-13 | 2 | -1/+6 |
| | | |||||
* | | (bootstrap-prepare): Don't chmod files. | Stefan Monnier | 2008-05-13 | 2 | -5/+9 |
| | | | | | | | | (autoloads): Do it here instead, where it's actually needed. | ||||
* | | (tool-bar-make-keymap): Additional minor fix. | Chong Yidong | 2008-05-13 | 1 | -1/+1 |
| | | |||||
* | | * tool-bar.el (tool-bar-make-keymap): Account for the optional | Chong Yidong | 2008-05-13 | 1 | -0/+5 |
| | | | | | | | | KEY-BINDING-DATA field in menu-item list. | ||||
* | | (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA | Chong Yidong | 2008-05-13 | 1 | -13/+19 |
| | | | | | | | | field in menu-item list. | ||||
* | | (dired-read-dir-and-switches): Move things about to use less | Stefan Monnier | 2008-05-13 | 2 | -29/+35 |
| | | | | | | | | recursion during macroexpansion. | ||||
* | | * dired.el (dired-read-dir-and-switches): Use read-file-name. | Stefan Monnier | 2008-05-13 | 2 | -31/+25 |
| | | |||||
* | | (dired-read-dir-and-switches): Ignore ., .., and | Stefan Monnier | 2008-05-13 | 2 | -16/+34 |
| | | | | | | | | | | | | | | | | | | completion-ignored-extension directories if there's something else. (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert) (dired-remember-marks, dired-undo, dired-build-subdir-alist) (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark) (dired-toggle-marks, dired-change-marks, dired-unmark-all-files): buffer-read-only -> inhibit-read-only. | ||||
* | | *** empty log message *** | Juanma Barranquero | 2008-05-12 | 1 | -4/+4 |
| | | |||||
* | | Tell (vc-expand-dirs) not to throw out explicitly specified files. | Eric S. Raymond | 2008-05-12 | 2 | -3/+10 |
| | | |||||
* | | (smerge-apply-resolution-patch): Don't pass nil to `insert'. | Stefan Monnier | 2008-05-12 | 2 | -12/+14 |
| | | |||||
* | | Re-add Todo item about merging. | Dan Nicolaescu | 2008-05-12 | 1 | -0/+9 |
| | | |||||
* | | (with-vc-file, edit-vc-file): Remove unused macros. | Dan Nicolaescu | 2008-05-12 | 2 | -39/+1 |
| | | |||||
* | | (vc-annotate-show-diff-revision-at-line): Remove incorrect | Dan Nicolaescu | 2008-05-12 | 2 | -3/+6 |
| | | | | | | | | cons. Use vc-annotate-backend. | ||||
* | | Add autoload for | Teodor Zlatanov | 2008-05-12 | 2 | -11/+29 |
| | | | | | | | | | | `auth-source-user-or-password'. (smtpmail-try-auth-methods): Use it. | ||||
* | | Add autoload cookie for | Teodor Zlatanov | 2008-05-12 | 2 | -12/+40 |
| | | | | | | | | | | | | `auth-source-user-or-password'. (url-basic-auth, url-digest-auth): Use it with any realm, overriding the user name and password before the prompt. | ||||
* | | Comment. | Stefan Monnier | 2008-05-12 | 1 | -0/+1 |
| | | |||||
* | | (cl-set-nthcdr): Make it a defsubst so that | Stefan Monnier | 2008-05-12 | 2 | -1/+6 |
| | | | | | | | | (setf (nthcdr ..) ..) doesn't require CL at runtime. | ||||
* | | * org/org.el (org-modules): Repair problems with loading | Carsten Dominik | 2008-05-11 | 1 | -2/+6 |
| | | | | | | | | org-jsinfo.org. | ||||
* | | *** empty log message *** | Carsten Dominik | 2008-05-11 | 1 | -0/+5 |
| | |