1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00
Commit graph

44488 commits

Author SHA1 Message Date
Eric S. Raymond
400aec1ab3 More elimination of buffer name dependencies. 2008-05-15 15:01:29 +00:00
Eric S. Raymond
d536a90488 Remove assumptions about buffer names. 2008-05-15 14:32:49 +00:00
Eric S. Raymond
97275f80a9 Move vc-dir menu hook back to vc-dispatcher. 2008-05-15 13:50:55 +00:00
Eric S. Raymond
373b651983 Fix an incorrect buffer name and remove an unneeded defalias. 2008-05-15 12:36:31 +00:00
Glenn Morris
7264c6b802 (vc-directory-resynch-file): Fix declaration. 2008-05-15 03:32:23 +00:00
Glenn Morris
1371348a30 (org-infojs-options-inbuffer-template): Fix declaration. 2008-05-15 03:31:34 +00:00
Glenn Morris
ae500c1a0f (declare-function): Add compat definition.
(awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
2008-05-15 03:30:40 +00:00
John Paul Wallington
c1d119ea02 (top-level): Don't require cl when compiling. 2008-05-15 02:01:46 +00:00
John Paul Wallington
337f393eb4 (diff-current-defun): Use `buffer-local-value'. 2008-05-15 01:22:40 +00:00
John Paul Wallington
3516a0187c (archive-add-new-member): Use `derived-mode-p'.
(archive-*-extract): Use `zerop'
(archive-*-write-file-member): Use `or', use `zerop'.
2008-05-15 01:16:52 +00:00
John Paul Wallington
95e8ab353b (ibuffer-interactive-filter-by-mode)
(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'.
2008-05-15 01:14:41 +00:00
Eric S. Raymond
6986e5c978 Eliminate exoensive (vc-expand-dirs) calls. 2008-05-15 01:11:23 +00:00
Miles Bader
4079589f63 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1161
2008-05-15 00:26:27 +00:00
John Paul Wallington
4e02f55c17 (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
(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.
2008-05-15 00:12:08 +00:00
John Paul Wallington
87a6a53ae2 (ibuffer-assert-ibuffer-mode): New defsubst.
(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.
2008-05-15 00:05:40 +00:00
Michael Albinus
674da0287d * net/tramp.el (tramp-echo-mark): Update docstring.
(tramp-echo-mark-marker): New defconst.
(tramp-check-for-regexp): Use it.
2008-05-14 19:55:11 +00:00
Eric S. Raymond
192350af69 Make vc-deduce-fileset do the right thing in derived buffers. 2008-05-14 17:12:38 +00:00
John Paul Wallington
d660b68fad (convert-define-charset-argument): Remove period from end of error message.
(coding-system-mnemonic): Doc fix.
(ctext-pre-write-conversion): Doc fix.
2008-05-14 11:46:24 +00:00
Miles Bader
ecae6af979 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1159
2008-05-14 04:28:51 +00:00
Kenichi Handa
131b3b112a (custom-face-attributes): Add "thin" for :weight. 2008-05-14 01:58:43 +00:00
Kenichi Handa
6e783e91cb (font-weight-table, font-slant-table)
(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.
2008-05-14 01:56:27 +00:00
Kenichi Handa
d04effb34e (compose-chars-after): Assume that WINDOW is always non-nil. 2008-05-14 01:56:07 +00:00
Kenichi Handa
e096e30efc (setup-default-fontset): For kana, han,
hangul, and cjk-misc, move an entry with font-spec at the end.
(generate-fontset-menu): Exclue fontset-auto* from the list.
2008-05-14 01:55:46 +00:00
Kenichi Handa
8aeebac24a (set-language-environment): Set current-iso639-language 2008-05-14 01:55:06 +00:00
Kenichi Handa
11d957768b ("Chinese-GB", "Chinese-BIG5")
("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
("Chinese-GB18030"): Set `iso639-language' property to `zh'.
2008-05-14 01:54:39 +00:00
Kenichi Handa
405516854d ("Japanese"): Set iso639-language' property to ja'. 2008-05-14 01:54:09 +00:00
Kenichi Handa
789c1a0cec ("Korean"): Set iso639-language' property to ko'. 2008-05-14 01:53:38 +00:00
John Paul Wallington
1eb4b4b95f (define-ibuffer-filter filename): Use `ibuffer-buffer-file-name'. 2008-05-13 21:09:20 +00:00
John Paul Wallington
92cb2eaf1c (ibuffer-buffer-file-name): New function.
(define-ibuffer-column filename): Use it.
2008-05-13 21:07:21 +00:00
Chong Yidong
a1feed48fe (talk): Simplify. Pass display arg to talk-add-display as a string.
(talk-add-display): Simplify.  Accept only string args.
2008-05-13 20:50:32 +00:00
Chong Yidong
0d5c702de0 * talk.el (talk): Simplify. Pass display arg to talk-add-display
as a string.
(talk-add-display): Simplify.  Accept only string args.
2008-05-13 20:50:01 +00:00
Jay Belanger
24d2b0f510 (calc-mode-map): Remove old keybinding for `calc-yank'. 2008-05-13 19:12:56 +00:00
Stefan Monnier
a5cd8bed3b (bootstrap-prepare): Don't chmod files.
(autoloads): Do it here instead, where it's actually needed.
2008-05-13 18:35:13 +00:00
Chong Yidong
6a9cbb8592 (tool-bar-make-keymap): Additional minor fix. 2008-05-13 18:02:44 +00:00
Chong Yidong
bbfc05182a * tool-bar.el (tool-bar-make-keymap): Account for the optional
KEY-BINDING-DATA field in menu-item list.
2008-05-13 17:53:04 +00:00
Chong Yidong
71928058cc (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
field in menu-item list.
2008-05-13 17:52:31 +00:00
Stefan Monnier
b575007b0a (dired-read-dir-and-switches): Move things about to use less
recursion during macroexpansion.
2008-05-13 16:18:17 +00:00
Stefan Monnier
833e7ac3fc * dired.el (dired-read-dir-and-switches): Use read-file-name. 2008-05-13 08:39:54 +00:00
Stefan Monnier
f836b98e31 (dired-read-dir-and-switches): Ignore ., .., and
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.
2008-05-13 05:15:57 +00:00
Juanma Barranquero
0d5c7113e3 *** empty log message *** 2008-05-12 21:43:04 +00:00
Romain Francoise
1937f3dc3d Mention CVE name: CVE-2008-2142. 2008-05-12 20:07:57 +00:00
Eric S. Raymond
77c5055c7b Tell (vc-expand-dirs) not to throw out explicitly specified files. 2008-05-12 18:49:07 +00:00
Stefan Monnier
d5c1493791 (smerge-apply-resolution-patch): Don't pass nil to `insert'. 2008-05-12 18:21:24 +00:00
Stefan Monnier
6483b8c793 (fast-lock-cache-directories): Remove "." from its
default value and give it the risky-local-variable property.
2008-05-12 17:30:29 +00:00
Dan Nicolaescu
84cb74cf07 Re-add Todo item about merging. 2008-05-12 17:19:41 +00:00
Dan Nicolaescu
93614fc1f8 (with-vc-file, edit-vc-file): Remove unused macros. 2008-05-12 16:37:30 +00:00
Dan Nicolaescu
b257def74f (vc-annotate-show-diff-revision-at-line): Remove incorrect
cons.  Use vc-annotate-backend.
2008-05-12 16:22:42 +00:00
Teodor Zlatanov
e64a3841c4 Add autoload for
`auth-source-user-or-password'.
(smtpmail-try-auth-methods): Use it.
2008-05-12 12:40:12 +00:00
Teodor Zlatanov
97d1c23634 Add autoload cookie for
`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.
2008-05-12 12:39:46 +00:00
Stefan Monnier
ee5657de26 Comment. 2008-05-12 01:46:27 +00:00