]>
git.eshelyaron.com Git - emacs.git/log
Stefan Monnier [Sun, 15 Jul 2007 03:01:44 +0000 (03:01 +0000)]
Version sent by ESR on Tue, 10 Jul 2007 19:17:41.
Chong Yidong [Tue, 11 Jul 2006 18:39:32 +0000 (18:39 +0000)]
* 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.
Chong Yidong [Tue, 11 Jul 2006 16:39:50 +0000 (16:39 +0000)]
* progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid
using with-output-to-temp-buffer, which clobbers local vars.
Stefan Monnier [Tue, 11 Jul 2006 15:08:33 +0000 (15:08 +0000)]
(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'.
Stefan Monnier [Tue, 11 Jul 2006 15:03:24 +0000 (15:03 +0000)]
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.
Stefan Monnier [Tue, 11 Jul 2006 13:52:21 +0000 (13:52 +0000)]
(forw_comment): Also use EMACS_INT for buffer positions.
Francesco Potortì [Tue, 11 Jul 2006 11:08:31 +0000 (11:08 +0000)]
etags now tags #undef, too
Francesco Potortì [Tue, 11 Jul 2006 11:03:11 +0000 (11:03 +0000)]
**** In C and derived languages, etags creates tags for #undef
Francesco Potortì [Tue, 11 Jul 2006 11:01:27 +0000 (11:01 +0000)]
(absolute_filename): Free unused space (cosmetic change).
(in_word_set): In C, also tag #undef symbols.
Robert J. Chassell [Tue, 11 Jul 2006 10:36:42 +0000 (10:36 +0000)]
Re-attempt commit.
Robert J. Chassell [Tue, 11 Jul 2006 10:14:08 +0000 (10:14 +0000)]
* textmodes/texinfmt.el: Finally remember to set texinfmt-version
to new date and version number.
Nick Roberts [Tue, 11 Jul 2006 09:37:28 +0000 (09:37 +0000)]
(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.
Nick Roberts [Tue, 11 Jul 2006 09:36:54 +0000 (09:36 +0000)]
*** empty log message ***
Kim F. Storm [Tue, 11 Jul 2006 00:48:06 +0000 (00:48 +0000)]
*** empty log message ***
Kim F. Storm [Tue, 11 Jul 2006 00:47:53 +0000 (00:47 +0000)]
(Waiting): (sit-for -1) is no longer special.
(sit-for 0) is equivalent to (redisplay).
Iconifying/deiconifying no longer makes sit-for return.
Kim F. Storm [Tue, 11 Jul 2006 00:47:42 +0000 (00:47 +0000)]
(Forcing Redisplay): Add `redisplay' function.
Don't mention (sit-for -1) -- use (redisplay t) instead.
Kim F. Storm [Tue, 11 Jul 2006 00:17:43 +0000 (00:17 +0000)]
(sit-for): Doc fix. Specify normal arg list using fn-form.
Remove special case for seconds < 0. Use (redisplay t) instead.
Kim F. Storm [Tue, 11 Jul 2006 00:15:23 +0000 (00:15 +0000)]
*** empty log message ***
Chong Yidong [Tue, 11 Jul 2006 00:13:17 +0000 (00:13 +0000)]
Doc fix.
Kim F. Storm [Mon, 10 Jul 2006 23:54:17 +0000 (23:54 +0000)]
(Fredisplay): Doc fix.
Kim F. Storm [Mon, 10 Jul 2006 23:52:38 +0000 (23:52 +0000)]
(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.
Nick Roberts [Mon, 10 Jul 2006 23:03:59 +0000 (23:03 +0000)]
Modify last change.
Nick Roberts [Mon, 10 Jul 2006 22:53:56 +0000 (22:53 +0000)]
(Coding Conventions): Mention macros.
Suggested by Ken Manheimer.
Nick Roberts [Mon, 10 Jul 2006 22:53:06 +0000 (22:53 +0000)]
*** empty log message ***
Chong Yidong [Mon, 10 Jul 2006 18:55:01 +0000 (18:55 +0000)]
fix typo
Chong Yidong [Mon, 10 Jul 2006 18:54:07 +0000 (18:54 +0000)]
* progmodes/cc-awk.el (defconst): Fix compilation error.
Chong Yidong [Mon, 10 Jul 2006 18:54:07 +0000 (18:54 +0000)]
(c-awk-escaped-nls*): Use eval-and-compile to avoid compilation error.
Chong Yidong [Mon, 10 Jul 2006 18:52:13 +0000 (18:52 +0000)]
* subr.el (sit-for): New function.
* play/hanoi.el (hanoi-sit-for): Check sit-for return value.
Chong Yidong [Mon, 10 Jul 2006 18:51:42 +0000 (18:51 +0000)]
Doc fix.
Chong Yidong [Mon, 10 Jul 2006 18:51:31 +0000 (18:51 +0000)]
* 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.
Richard M. Stallman [Mon, 10 Jul 2006 17:12:09 +0000 (17:12 +0000)]
(edebug): Update page.
Kim F. Storm [Mon, 10 Jul 2006 15:03:24 +0000 (15:03 +0000)]
(authors-ignored-files): Ignore changes
to FOR-RELEASE and TODO.
Kim F. Storm [Mon, 10 Jul 2006 15:03:10 +0000 (15:03 +0000)]
*** empty log message ***
Romain Francoise [Mon, 10 Jul 2006 14:58:17 +0000 (14:58 +0000)]
(authors-aliases): Update.
Alan Mackenzie [Mon, 10 Jul 2006 13:19:14 +0000 (13:19 +0000)]
* progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el,
cc-mode.el: Changes to eradicate eval-after-load.
Nick Roberts [Sun, 9 Jul 2006 23:34:31 +0000 (23:34 +0000)]
Revert earlier change.
Nick Roberts [Sun, 9 Jul 2006 23:29:58 +0000 (23:29 +0000)]
Fix typo.
Nick Roberts [Sun, 9 Jul 2006 22:48:00 +0000 (22:48 +0000)]
Fix typos.
Nick Roberts [Sun, 9 Jul 2006 22:46:06 +0000 (22:46 +0000)]
*** empty log message ***
Nick Roberts [Sun, 9 Jul 2006 22:34:41 +0000 (22:34 +0000)]
(Buttons): Fix typo.
Nick Roberts [Sun, 9 Jul 2006 22:34:03 +0000 (22:34 +0000)]
index.texi, elisp.texi (New Symbols): Comment node out.
Richard M. Stallman [Sun, 9 Jul 2006 18:58:09 +0000 (18:58 +0000)]
(Truncation): Clean up previous change.
Stefan Monnier [Sun, 9 Jul 2006 15:54:46 +0000 (15:54 +0000)]
Fix commenting style.
Chong Yidong [Sun, 9 Jul 2006 15:24:22 +0000 (15:24 +0000)]
* emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
on non-char events.
Romain Francoise [Sun, 9 Jul 2006 15:17:05 +0000 (15:17 +0000)]
(compilation-mode-font-lock-keywords): Don't highlight start/end markers
as compilation messages.
Chong Yidong [Sun, 9 Jul 2006 14:56:55 +0000 (14:56 +0000)]
* misc.texi (Invoking emacsclient): Document behavior when emacsclient
is invoked for multiple files.
Stefan Monnier [Sun, 9 Jul 2006 14:36:07 +0000 (14:36 +0000)]
(back_comment, scan_lists): Also use EMACS_INT for buffer positions.
Stefan Monnier [Sun, 9 Jul 2006 14:19:33 +0000 (14:19 +0000)]
(Fforward_comment): Revert the reversion.
Romain Francoise [Sun, 9 Jul 2006 11:12:21 +0000 (11:12 +0000)]
isearch-yank-line bug fixed.
Romain Francoise [Sun, 9 Jul 2006 11:04:19 +0000 (11:04 +0000)]
(isearch-yank-line): Let-bind `inhibit-field-text-motion' to t.
Stefan Monnier [Sun, 9 Jul 2006 05:20:42 +0000 (05:20 +0000)]
(fill-region-as-paragraph): Refine last change.
John Paul Wallington [Sun, 9 Jul 2006 03:33:14 +0000 (03:33 +0000)]
(Fforward_comment): Use type int for `stop', `count1', `out_charpos'
and `out_bytepos' too; revert Stef's previous change.
John Paul Wallington [Sun, 9 Jul 2006 03:19:16 +0000 (03:19 +0000)]
(Fforward_comment): Use type int for `from' and `from_byte'.
Richard M. Stallman [Sun, 9 Jul 2006 02:08:14 +0000 (02:08 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 9 Jul 2006 02:07:25 +0000 (02:07 +0000)]
(Interactive Call): Use 3 as prefix in example for execute-extended-command.
Richard M. Stallman [Sun, 9 Jul 2006 02:06:34 +0000 (02:06 +0000)]
(Attribute Functions): Move paragraph about compatibility with Emacs < 21.
Richard M. Stallman [Sun, 9 Jul 2006 02:02:57 +0000 (02:02 +0000)]
(x-handle-display): Add doc string.
Richard M. Stallman [Sun, 9 Jul 2006 02:02:03 +0000 (02:02 +0000)]
(define-minor-mode): Doc fix.
Richard M. Stallman [Sun, 9 Jul 2006 02:00:46 +0000 (02:00 +0000)]
(def-edebug-spec): Moved to subr.el.
Richard M. Stallman [Sun, 9 Jul 2006 02:00:10 +0000 (02:00 +0000)]
(def-edebug-spec): Moved here.
Richard M. Stallman [Sun, 9 Jul 2006 01:59:34 +0000 (01:59 +0000)]
(imenu-choose-buffer-index): Doc fix.
Richard M. Stallman [Sun, 9 Jul 2006 01:57:38 +0000 (01:57 +0000)]
(DETAILED BUILDING AND INSTALLATION): Minor corrections.
Kim F. Storm [Sun, 9 Jul 2006 00:22:37 +0000 (00:22 +0000)]
Use outline format.
Add section on copyright years (from admin/notes/years).
Kim F. Storm [Sun, 9 Jul 2006 00:22:22 +0000 (00:22 +0000)]
*** empty log message ***
Kim F. Storm [Sat, 8 Jul 2006 23:45:09 +0000 (23:45 +0000)]
Use outline format. Add FOR-RELEASE.
Kim F. Storm [Sat, 8 Jul 2006 22:32:32 +0000 (22:32 +0000)]
*** empty log message ***
Kim F. Storm [Sat, 8 Jul 2006 22:28:59 +0000 (22:28 +0000)]
(Refresh Screen): Clarify force-window-update.
(Truncation): "Normally" indicated by fringe arrows.
Kim F. Storm [Sat, 8 Jul 2006 22:28:49 +0000 (22:28 +0000)]
(Fforce_window_update): Doc fix.
David Kastrup [Sat, 8 Jul 2006 19:36:24 +0000 (19:36 +0000)]
Suggest consolidation with user customization when the
system default of a customized variable changes.
Eli Zaretskii [Sat, 8 Jul 2006 18:27:47 +0000 (18:27 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 8 Jul 2006 18:27:20 +0000 (18:27 +0000)]
(Windows Keyboard) [@iftex]: Add an @inforef to the on-line manual for the rest
of this node.
(Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
unconditionally.
(Windows Processes) <w32-quote-process-args>: Include unconditionally. Improve
wording.
(Windows Printing): Improve wording.
(Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the rest of
this node.
Eli Zaretskii [Sat, 8 Jul 2006 18:13:14 +0000 (18:13 +0000)]
(Making Backups, Auto-Saving): Remove @tindex entries.
Eli Zaretskii [Sat, 8 Jul 2006 18:12:43 +0000 (18:12 +0000)]
(Command Loop Info, Adjusting Point): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:12:14 +0000 (18:12 +0000)]
(Iteration): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:11:49 +0000 (18:11 +0000)]
(Forcing Redisplay, Displaying Messages, Temporary Displays, Font Selection,
Auto Faces, Font Lookup, Fringe Indicators, Display Margins, Image Descriptors,
Showing Images, Image Cache, Button Types, Making Buttons, Manipulating
Buttons, Button Buffer Commands, Display Table Format, Glyphs): Remove
@tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:10:36 +0000 (18:10 +0000)]
(Visiting Functions, File Name Components, Unique File Names,
Contents of Directories): REmove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:09:50 +0000 (18:09 +0000)]
(Creating Frames, Parameter Access, Pointer Shape)
(Color Names, Text Terminal Colors, Display Feature Testing): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:09:12 +0000 (18:09 +0000)]
(What Is a Function, Mapping Functions): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:08:40 +0000 (18:08 +0000)]
(Creating Hash, Hash Access, Defining Hash, Other Hash): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:07:32 +0000 (18:07 +0000)]
(Tool Bar): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:07:01 +0000 (18:07 +0000)]
(List Elements, Building Lists, Association Lists): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:06:33 +0000 (18:06 +0000)]
(Information from Markers): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:06:06 +0000 (18:06 +0000)]
(Minibuffer Contents): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:05:39 +0000 (18:05 +0000)]
(Defining Minor Modes, Header Lines): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:05:09 +0000 (18:05 +0000)]
(Text Representations, Character Sets, Chars and Bytes, Locales): Remove
@tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:04:32 +0000 (18:04 +0000)]
(Init File, System Environment, Sound Output, Session Management): Remove
@tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:03:53 +0000 (18:03 +0000)]
(Word Motion, Text Lines, List Motion): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:03:23 +0000 (18:03 +0000)]
(Input to Processes, Query Before Exit): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:02:52 +0000 (18:02 +0000)]
(Output Variables): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:02:19 +0000 (18:02 +0000)]
(Other Plists): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:01:52 +0000 (18:01 +0000)]
(Syntax Table Functions, Parsing Expressions, Categories): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:01:23 +0000 (18:01 +0000)]
(Buffer Contents, Deletion, Changing Properties)
(Property Search, Special Properties, Sticky Properties)
(Links and Mouse-1, Fields, Change Hooks): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:00:50 +0000 (18:00 +0000)]
(Constant Variables): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:00:14 +0000 (18:00 +0000)]
(Textual Scrolling, Resizing Windows): Remove @tindex.
Romain Francoise [Sat, 8 Jul 2006 16:31:42 +0000 (16:31 +0000)]
(x-display-name): Fix typo.
Eli Zaretskii [Sat, 8 Jul 2006 16:18:51 +0000 (16:18 +0000)]
ChangeLog
Eli Zaretskii [Sat, 8 Jul 2006 16:18:28 +0000 (16:18 +0000)]
Regenerated.
Eli Zaretskii [Sat, 8 Jul 2006 16:17:47 +0000 (16:17 +0000)]
(PKG_CHECK_MODUILES): Redirect stderr of pkg-config to /dev/null, since we
don't need the error message, just the exit status.
Eli Zaretskii [Sat, 8 Jul 2006 15:53:01 +0000 (15:53 +0000)]
(hexl-find-file): Doc fix.
Eli Zaretskii [Sat, 8 Jul 2006 15:20:52 +0000 (15:20 +0000)]
(define-minor-mode): Doc fix.