summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* (vc-bzr-sha1, vc-bzr-command-discarding-stderr)Stefan Monnier2008-05-112-5/+9
| | | | | (vc-bzr-revision-completion-table): Use process-file. (vc-bzr-working-revision): Pass relative file names.
* (diff-hunk-header-re): Refine the regexp.Stefan Monnier2008-05-112-1/+5
|
* (Info-next-preorder): Let-bind `Info-history' to nilJuri Linkov2008-05-112-2/+18
| | | | | before recursive call to `Info-next-preorder' to not add intermediate nodes to the history.
* Put isearch-scroll property on cua-scroll-up and cua-scroll-down.Juri Linkov2008-05-111-0/+2
|
* Put isearch-scroll property on recenter-top-bottom.Juri Linkov2008-05-111-0/+1
|
* (widget-image-directory): Change default image dataJuri Linkov2008-05-111-1/+1
| | | | subdirectory from "custom" to "images/custom".
* (smerge-start-session): Revert unintended change in ↵Reiner Steib2008-05-111-1/+2
| | | | 2008-05-10T13:06:33Z!Reiner.Steib@gmx.de.
* Re-fill copyright years.Glenn Morris2008-05-111-8/+6
| | | | Re-fix permissions notice.
* Reorganize to-do list.Eric S. Raymond2008-05-111-32/+42
|
* Remove dead code.Eric S. Raymond2008-05-112-10/+7
|
* Fix typo.Dan Nicolaescu2008-05-111-1/+1
|
* Typo fix.Eric S. Raymond2008-05-111-1/+1
|
* Prevent some compilaation warnings.Eric S. Raymond2008-05-112-30/+28
|
* *** empty log message ***Dan Nicolaescu2008-05-111-17/+17
|
* (ewoc): Require.Dan Nicolaescu2008-05-102-2/+1
|
* (vc-hooks, ewoc): Require.Dan Nicolaescu2008-05-102-1/+10
| | | | (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
* (vc-hg-diff, vc-hg-annotate-command): Use when not if.Dan Nicolaescu2008-05-102-19/+24
|
* Tweak last change.Chong Yidong2008-05-103-6/+6
|
* (x-colors): Re-order colors.Chong Yidong2008-05-103-2259/+279
|
* * term/w32-win.el (x-colors):Chong Yidong2008-05-101-1/+7
| | | | | * term/mac-win.el (x-colors): * term/x-win.el (x-colors): Re-order colors.
* Remove assumption about what nil means as a first arument to vc-do-command.Eric S. Raymond2008-05-1012-50/+65
|