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

34314 commits

Author SHA1 Message Date
Nick Roberts
e194e89058 (tumme-create-thumb)
(tumme-thumbnail-display-external, tumme-display-image)
(tumme-rotate-thumbnail, tumme-rotate-original)
(tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
2006-07-12 00:24:40 +00:00
Nick Roberts
ff77218157 (thumbs-call-convert): Use shell-command-switch. 2006-07-12 00:24:14 +00:00
Nick Roberts
78fc0ace98 *** empty log message *** 2006-07-12 00:23:48 +00:00
Kim F. Storm
bac4dbd166 (ido-copy-current-file-name): Use buffer-name if buffer-file-name is nil. 2006-07-11 20:13:59 +00:00
Kim F. Storm
2e42ee7bfb *** empty log message *** 2006-07-11 20:13:40 +00:00
Kim F. Storm
27313250fb Add space for clarity. 2006-07-11 20:12:40 +00:00
Chong Yidong
1223933d59 * simple.el (undo-ask-before-discard): Set to nil. 2006-07-11 19:15:33 +00:00
Chong Yidong
0f7ea45318 * vc.el (vc-exec-after): Don't delete process manually.
(vc-print-log): Run log-view-mode in process sentinel inside
	inhibit-read-only.  Don't shrink window due to timing issues.
2006-07-11 18:39:32 +00:00
Chong Yidong
ce4746a36a * progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid
using with-output-to-temp-buffer, which clobbers local vars.
2006-07-11 16:39:50 +00:00
Stefan Monnier
b8fa0ffd0c (compilation-error-regexp-alist-alist): Fix ambiguity introduced by last change.
(compilation-find-file): Move save-excursion to where it may make sense.
Fix a left over `find-file'.
2006-07-11 15:08:33 +00:00
Stefan Monnier
bc684c16bc Remove spurious * in docstrings.
(url-cookie-write-file): Don't use versioned backups.
(url-cookie-host-can-set-p): Remove unused var `tmp'.
(url-cookie-save-interval): Move to url-cookie group.
(url-cookie-write-file): Reset url-cookies-changed-since-last-save.
2006-07-11 15:03:24 +00:00
Robert J. Chassell
ed48e7e816 Re-attempt commit. 2006-07-11 10:36:42 +00:00
Robert J. Chassell
783dab628f * textmodes/texinfmt.el: Finally remember to set texinfmt-version
to new date and version number.
2006-07-11 10:14:08 +00:00
Nick Roberts
c4e153bb82 (tumme-create-thumb)
(tumme-thumbnail-display-external, tumme-display-image)
(tumme-rotate-thumbnail, tumme-rotate-original)
(tumme-set-exif-data, tumme-get-exif-data): Use call-process
instead of shell-command.
(tumme-create-thumbnail-buffer)
(tumme-create-display-image-buffer, tumme-display-thumbs)
(tumme-modify-mark-on-thumb-original-file, tumme-display-image)
(tumme-get-exif-data): Use with-current-buffer.
(tumme-display-properties-format)
(tumme-dired-insert-marked-thumbs, tumme-rotate-original)
(tumme-get-exif-file-name)
(tumme-thumbnail-set-image-description, tumme-gallery-generate):
Fit to 80 columns.
2006-07-11 09:37:28 +00:00
Nick Roberts
b05b996fe2 *** empty log message *** 2006-07-11 09:36:54 +00:00
Kim F. Storm
ff97f952e6 *** empty log message *** 2006-07-11 00:48:06 +00:00
Kim F. Storm
d812080674 (sit-for): Doc fix. Specify normal arg list using fn-form.
Remove special case for seconds < 0.  Use (redisplay t) instead.
2006-07-11 00:17:43 +00:00
Kim F. Storm
d81b041a22 *** empty log message *** 2006-07-11 00:15:23 +00:00
Chong Yidong
5ee03a180c fix typo 2006-07-10 18:55:01 +00:00
Chong Yidong
d157aaaaf8 * progmodes/cc-awk.el (defconst): Fix compilation error. 2006-07-10 18:54:07 +00:00
Chong Yidong
ca331935fe (c-awk-escaped-nls*): Use eval-and-compile to avoid compilation error. 2006-07-10 18:54:07 +00:00
Chong Yidong
0369eb8545 * subr.el (sit-for): New function.
* play/hanoi.el (hanoi-sit-for): Check sit-for return value.
2006-07-10 18:52:13 +00:00
Richard M. Stallman
2946191dee (edebug): Update page. 2006-07-10 17:12:09 +00:00
Kim F. Storm
56e4872562 (authors-ignored-files): Ignore changes
to FOR-RELEASE and TODO.
2006-07-10 15:03:24 +00:00
Kim F. Storm
77034d43b9 *** empty log message *** 2006-07-10 15:03:10 +00:00
Romain Francoise
a8d3703121 (authors-aliases): Update. 2006-07-10 14:58:17 +00:00
Alan Mackenzie
3c0ab532f8 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el,
cc-mode.el: Changes to eradicate eval-after-load.
2006-07-10 13:19:14 +00:00
Stefan Monnier
a0f3035d4b Fix commenting style. 2006-07-09 15:54:46 +00:00
Chong Yidong
4b6b279f02 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
on non-char events.
2006-07-09 15:24:22 +00:00
Romain Francoise
47f9708416 (compilation-mode-font-lock-keywords): Don't highlight start/end markers
as compilation messages.
2006-07-09 15:17:05 +00:00
Romain Francoise
933f846719 (isearch-yank-line): Let-bind `inhibit-field-text-motion' to t. 2006-07-09 11:04:19 +00:00
Stefan Monnier
5fc5b7e842 (fill-region-as-paragraph): Refine last change. 2006-07-09 05:20:42 +00:00
Richard M. Stallman
3aa7c28e8e *** empty log message *** 2006-07-09 02:08:14 +00:00
Richard M. Stallman
e50f1c1a82 (x-handle-display): Add doc string. 2006-07-09 02:02:57 +00:00
Richard M. Stallman
b50b95ce64 (define-minor-mode): Doc fix. 2006-07-09 02:02:03 +00:00
Richard M. Stallman
21662bd3eb (def-edebug-spec): Moved to subr.el. 2006-07-09 02:00:46 +00:00
Richard M. Stallman
8285ccd2e1 (def-edebug-spec): Moved here. 2006-07-09 02:00:10 +00:00
Richard M. Stallman
4b21e5f30f (imenu-choose-buffer-index): Doc fix. 2006-07-09 01:59:34 +00:00
Romain Francoise
366f174136 (x-display-name): Fix typo. 2006-07-08 16:31:42 +00:00
Eli Zaretskii
7f9da0f3c7 (hexl-find-file): Doc fix. 2006-07-08 15:53:01 +00:00
Eli Zaretskii
1094404231 (define-minor-mode): Doc fix. 2006-07-08 15:20:52 +00:00
Chong Yidong
6f6c5fb394 * term/x-win.el (x-display-name): Doc fix. 2006-07-08 01:45:46 +00:00
Stefan Monnier
55f6a28058 (fill-delete-prefix): Don't ignore excessively long prefixes.
(fill-region-as-paragraph): Don't round up to a whole line.
(fill-comment-paragraph): Don't include the code-before-the-comment
when calling fill-region-as-paragraph.
2006-07-07 19:04:49 +00:00
Stefan Monnier
2850984d60 (make-char): Remove redundancy. 2006-07-07 16:38:17 +00:00
Robert J. Chassell
1a3e2c5912 * textmodes/texinfmt.el (texinfo-format-separate-node):
Insert a string before point, which fits documentation, not after.
          (texinfo-multitable-item): In a multitable row, insert any
          additional needed @tabs and spaces.
2006-07-07 16:36:29 +00:00
Stefan Monnier
e0b4be6cc0 (byte-compile-form): The `byte-compile'
property may contain an anonymous function rather than a symbol.
2006-07-07 16:34:44 +00:00
Stefan Monnier
e5a099ecae (cvs-temp-buffer-name): Fix non-hiddenness. 2006-07-07 15:39:53 +00:00
Stefan Monnier
24a768a078 *** empty log message *** 2006-07-07 15:26:26 +00:00
Stefan Monnier
8decc87fd4 (compilation-error-regexp-alist-alist) <gnu>:
Use shy regexp.  Fix incorrect backref to potentially unmatched group.
2006-07-07 15:17:35 +00:00
Stefan Monnier
df8a0bfffe (dirtrack-default-directory-function): Remove.
(dirtrack-directory-function): Use file-name-as-directory.
(dirtrack-windows-directory-function): Simplify.
(dirtrack-forward-slash, dirtrack-backward-slash)
(dirtrack-replace-slash): Remove.
(dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
(dirtrack): Fix wrong parenthesizing; use match-string.
2006-07-07 15:14:47 +00:00