summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (vc-directory-resynch-file): Fix declaration.Glenn Morris2008-05-152-1/+11
|
* (org-infojs-options-inbuffer-template): Fix declaration.Glenn Morris2008-05-151-1/+1
|
* (declare-function): Add compat definition.Glenn Morris2008-05-151-0/+8
| | | | (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
* (top-level): Don't require cl when compiling.John Paul Wallington2008-05-152-1/+2
|
* (diff-current-defun): Use `buffer-local-value'.John Paul Wallington2008-05-152-1/+14
|
* (archive-add-new-member): Use `derived-mode-p'.John Paul Wallington2008-05-151-5/+4
| | | | | (archive-*-extract): Use `zerop' (archive-*-write-file-member): Use `or', use `zerop'.
* (ibuffer-interactive-filter-by-mode)John Paul Wallington2008-05-151-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. Raymond2008-05-153-19/+41
|
* Merge from gnus--devo--0Miles Bader2008-05-154-6/+27
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1161
* (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)John Paul Wallington2008-05-152-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 Wallington2008-05-151-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 Albinus2008-05-142-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. Raymond2008-05-142-1/+13
|
* (convert-define-charset-argument): Remove period from end of error message.John Paul Wallington2008-05-142-3/+10
| | | | | (coding-system-mnemonic): Doc fix. (ctext-pre-write-conversion): Doc fix.
* Merge from emacs--rel--22Miles Bader2008-05-142-2/+11
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1159
| * Mention CVE name: CVE-2008-2142.Romain Francoise2008-05-121-2/+3
| |
| * (fast-lock-cache-directories): Remove "." from itsStefan Monnier2008-05-122-4/+12
| | | | | | | | default value and give it the risky-local-variable property.
| * (smerge-command-prefix): Fix custom type.Reiner Steib2008-05-102-1/+8
| |
* | (custom-face-attributes): Add "thin" for :weight.Kenichi Handa2008-05-142-1/+33
| |
* | (font-weight-table, font-slant-table)Kenichi Handa2008-05-141-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 Handa2008-05-141-8/+6
| |
* | (setup-default-fontset): For kana, han,Kenichi Handa2008-05-141-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-languageKenichi Handa2008-05-141-0/+3
| |
* | ("Chinese-GB", "Chinese-BIG5")Kenichi Handa2008-05-141-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 Handa2008-05-141-0/+1
| |
* | ("Korean"): Set `iso639-language' property to `ko'.Kenichi Handa2008-05-141-0/+1
| |
* | (define-ibuffer-filter filename): Use `ibuffer-buffer-file-name'.John Paul Wallington2008-05-132-10/+8
| |
* | (ibuffer-buffer-file-name): New function.John Paul Wallington2008-05-131-8/+12
| | | | | | | | (define-ibuffer-column filename): Use it.
* | (talk): Simplify. Pass display arg to talk-add-display as a string.Chong Yidong2008-05-131-17/+10
| | | | | | | | (talk-add-display): Simplify. Accept only string args.
* | * talk.el (talk): Simplify. Pass display arg to talk-add-displayChong Yidong2008-05-131-0/+6
| | | | | | | | | | as a string. (talk-add-display): Simplify. Accept only string args.
* | (calc-mode-map): Remove old keybinding for `calc-yank'.Jay Belanger2008-05-132-1/+6
| |
* | (bootstrap-prepare): Don't chmod files.Stefan Monnier2008-05-132-5/+9
| | | | | | | | (autoloads): Do it here instead, where it's actually needed.
* | (tool-bar-make-keymap): Additional minor fix.Chong Yidong2008-05-131-1/+1
| |
* | * tool-bar.el (tool-bar-make-keymap): Account for the optionalChong Yidong2008-05-131-0/+5
| | | | | | | | KEY-BINDING-DATA field in menu-item list.
* | (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATAChong Yidong2008-05-131-13/+19
| | | | | | | | field in menu-item list.
* | (dired-read-dir-and-switches): Move things about to use lessStefan Monnier2008-05-132-29/+35
| | | | | | | | recursion during macroexpansion.
* | * dired.el (dired-read-dir-and-switches): Use read-file-name.Stefan Monnier2008-05-132-31/+25
| |
* | (dired-read-dir-and-switches): Ignore ., .., andStefan Monnier2008-05-132-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 Barranquero2008-05-121-4/+4
| |
* | Tell (vc-expand-dirs) not to throw out explicitly specified files.Eric S. Raymond2008-05-122-3/+10
| |
* | (smerge-apply-resolution-patch): Don't pass nil to `insert'.Stefan Monnier2008-05-122-12/+14
| |
* | Re-add Todo item about merging.Dan Nicolaescu2008-05-121-0/+9
| |
* | (with-vc-file, edit-vc-file): Remove unused macros.Dan Nicolaescu2008-05-122-39/+1
| |
* | (vc-annotate-show-diff-revision-at-line): Remove incorrectDan Nicolaescu2008-05-122-3/+6
| | | | | | | | cons. Use vc-annotate-backend.
* | Add autoload forTeodor Zlatanov2008-05-122-11/+29
| | | | | | | | | | `auth-source-user-or-password'. (smtpmail-try-auth-methods): Use it.
* | Add autoload cookie forTeodor Zlatanov2008-05-122-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 Monnier2008-05-121-0/+1
| |
* | (cl-set-nthcdr): Make it a defsubst so thatStefan Monnier2008-05-122-1/+6
| | | | | | | | (setf (nthcdr ..) ..) doesn't require CL at runtime.
* | * org/org.el (org-modules): Repair problems with loadingCarsten Dominik2008-05-111-2/+6
| | | | | | | | org-jsinfo.org.
* | *** empty log message ***Carsten Dominik2008-05-111-0/+5
| |