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 |
|
Stefan Monnier
|
a0aa7fcfd8
|
(forw_comment): Also use EMACS_INT for buffer positions.
|
2006-07-11 13:52:21 +00:00 |
|
Francesco Potortì
|
5f7c79f929
|
etags now tags #undef, too
|
2006-07-11 11:08:31 +00:00 |
|
Francesco Potortì
|
af02e17730
|
**** In C and derived languages, etags creates tags for #undef
|
2006-07-11 11:03:11 +00:00 |
|
Francesco Potortì
|
327891ebb9
|
(absolute_filename): Free unused space (cosmetic change).
(in_word_set): In C, also tag #undef symbols.
|
2006-07-11 11:01:27 +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
|
9ae011ae3b
|
(Waiting): (sit-for -1) is no longer special.
(sit-for 0) is equivalent to (redisplay).
Iconifying/deiconifying no longer makes sit-for return.
|
2006-07-11 00:47:53 +00:00 |
|
Kim F. Storm
|
a4df70f7df
|
(Forcing Redisplay): Add `redisplay' function.
Don't mention (sit-for -1) -- use (redisplay t) instead.
|
2006-07-11 00:47:42 +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
|
a5c2c707c6
|
Doc fix.
|
2006-07-11 00:13:17 +00:00 |
|
Kim F. Storm
|
b19659b953
|
(Fredisplay): Doc fix.
|
2006-07-10 23:54:17 +00:00 |
|
Kim F. Storm
|
01327edf88
|
(Fredisplay): Add FORCE argument to force redisplay when
input is available. Fix test for redisplay_dont_pause non-nil.
Specbind redisplay-dont-pause to t if FORCE non-nil.
|
2006-07-10 23:52:38 +00:00 |
|
Nick Roberts
|
c876e7b757
|
Modify last change.
|
2006-07-10 23:03:59 +00:00 |
|
Nick Roberts
|
947829dcbb
|
(Coding Conventions): Mention macros.
Suggested by Ken Manheimer.
|
2006-07-10 22:53:56 +00:00 |
|
Nick Roberts
|
ff3d895e9c
|
*** empty log message ***
|
2006-07-10 22:53:06 +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 |
|
Chong Yidong
|
7157b8fe89
|
Doc fix.
|
2006-07-10 18:51:42 +00:00 |
|
Chong Yidong
|
7ba07a1a03
|
* puresize.h (BASE_PURESIZE): Increment to 1211000.
* dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
(Fsit_for): Function deleted.
* keyboard.c (command_loop_1, Fexecute_extended_command): Call
sit_for instead of Fsit_for.
* minibuf.c (temp_echo_area_glyphs): Likewise.
|
2006-07-10 18:51:31 +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 |
|
Nick Roberts
|
c399d54513
|
Revert earlier change.
|
2006-07-09 23:34:31 +00:00 |
|
Nick Roberts
|
50ed77b133
|
Fix typo.
|
2006-07-09 23:29:58 +00:00 |
|
Nick Roberts
|
40b6cb793a
|
Fix typos.
|
2006-07-09 22:48:00 +00:00 |
|
Nick Roberts
|
a183016f11
|
*** empty log message ***
|
2006-07-09 22:46:06 +00:00 |
|
Nick Roberts
|
d9e8a9641d
|
(Buttons): Fix typo.
|
2006-07-09 22:34:41 +00:00 |
|
Nick Roberts
|
fdd0ca6178
|
index.texi, elisp.texi (New Symbols): Comment node out.
|
2006-07-09 22:34:03 +00:00 |
|
Richard M. Stallman
|
b86be617b2
|
(Truncation): Clean up previous change.
|
2006-07-09 18:58:09 +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 |
|
Chong Yidong
|
65ef2c82b1
|
* misc.texi (Invoking emacsclient): Document behavior when emacsclient
is invoked for multiple files.
|
2006-07-09 14:56:55 +00:00 |
|
Stefan Monnier
|
932e6895de
|
(back_comment, scan_lists): Also use EMACS_INT for buffer positions.
|
2006-07-09 14:36:07 +00:00 |
|
Stefan Monnier
|
2312c580d3
|
(Fforward_comment): Revert the reversion.
|
2006-07-09 14:19:33 +00:00 |
|
Romain Francoise
|
f4237794c7
|
isearch-yank-line bug fixed.
|
2006-07-09 11:12:21 +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 |
|
John Paul Wallington
|
bf88ca6390
|
(Fforward_comment): Use type int for stop', count1', `out_charpos'
and `out_bytepos' too; revert Stef's previous change.
|
2006-07-09 03:33:14 +00:00 |
|