Tue, 13 Apr 2004 23:32:57 +0000 |
Miles Bader |
Changes from arch/CVS synchronization
|
Tue, 13 Apr 2004 23:16:57 +0000 |
Stefan Monnier |
Paren typo.
|
Tue, 13 Apr 2004 23:16:29 +0000 |
Stefan Monnier |
(compilation-minor-mode-map)
|
Tue, 13 Apr 2004 22:46:18 +0000 |
Daniel Pfeiffer |
*** empty log message ***
|
Tue, 13 Apr 2004 22:42:43 +0000 |
Daniel Pfeiffer |
(compilation-setup): Localize overlay-arrow-position.
|
Tue, 13 Apr 2004 22:24:34 +0000 |
Kim F. Storm |
*** empty log message ***
|
Tue, 13 Apr 2004 22:20:04 +0000 |
Kim F. Storm |
(emacs-quick-startup): New defvar (set by -Q).
|
Tue, 13 Apr 2004 21:46:30 +0000 |
Kim F. Storm |
(cua-read-only-cursor-color)
|
Tue, 13 Apr 2004 21:45:55 +0000 |
Kim F. Storm |
*** empty log message ***
|
Tue, 13 Apr 2004 21:45:13 +0000 |
Stefan Monnier |
(scan_lists): Simplify backward string scan.
|
Tue, 13 Apr 2004 21:31:23 +0000 |
Kim F. Storm |
(get_glyph_string_clip_rect): Fix reduction of cursor
|
Tue, 13 Apr 2004 21:30:56 +0000 |
Kim F. Storm |
(update_window): Only set changed_p if
|
Tue, 13 Apr 2004 21:30:16 +0000 |
Kim F. Storm |
(Fformat): Fix allocation size of precision array.
|
Tue, 13 Apr 2004 20:21:43 +0000 |
Stefan Monnier |
*** empty log message ***
|
Tue, 13 Apr 2004 20:08:53 +0000 |
Stefan Monnier |
New file.
|
Tue, 13 Apr 2004 19:08:31 +0000 |
Daniel Pfeiffer |
Also install etc/compilation.txt and chown/chmod it
|
Tue, 13 Apr 2004 19:04:54 +0000 |
Daniel Pfeiffer |
Also install etc/compilation.txt
|
Tue, 13 Apr 2004 18:02:03 +0000 |
Stefan Monnier |
*** empty log message ***
|
Tue, 13 Apr 2004 18:00:46 +0000 |
Stefan Monnier |
Doc fixes. Changes for compiler warnings.
|
Tue, 13 Apr 2004 16:06:38 +0000 |
Stefan Monnier |
*** empty log message ***
|
Tue, 13 Apr 2004 16:05:36 +0000 |
Stefan Monnier |
(run-python): Use compilation-shell-minor-mode.
|
Tue, 13 Apr 2004 14:45:49 +0000 |
Stefan Monnier |
*** empty log message ***
|
Tue, 13 Apr 2004 09:47:51 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-210
|
Tue, 13 Apr 2004 01:16:22 +0000 |
Luc Teirlinck |
*** empty log message ***
|
Tue, 13 Apr 2004 01:13:17 +0000 |
Luc Teirlinck |
(Fmake_indirect_buffer): Throw an error if the intended base buffer
|
Mon, 12 Apr 2004 23:02:48 +0000 |
Stefan Monnier |
(compile-goto-error): Select the buffer/window corresponding to the event.
|
Mon, 12 Apr 2004 20:50:16 +0000 |
Stefan Monnier |
(url-retrieve): Use with-current-buffer.
|
Mon, 12 Apr 2004 20:45:16 +0000 |
Stefan Monnier |
Comment fixups.
|
Mon, 12 Apr 2004 20:44:14 +0000 |
Stefan Monnier |
(url-http-parse-headers, url-http-file-exists-p): Remove unused var `version'.
|
Mon, 12 Apr 2004 20:43:39 +0000 |
Stefan Monnier |
(url-handler-mode): New minor mode.
|
Mon, 12 Apr 2004 20:42:44 +0000 |
Stefan Monnier |
Comments and docstring fixups.
|
Mon, 12 Apr 2004 19:43:37 +0000 |
Stefan Monnier |
*** empty log message ***
|
Mon, 12 Apr 2004 19:43:10 +0000 |
Stefan Monnier |
Link changes for Cygwin unexec() support.
|
Mon, 12 Apr 2004 19:42:52 +0000 |
Stefan Monnier |
Changes for Cygwin unexec() support, changes in Cygwin itself.
|
Mon, 12 Apr 2004 19:41:56 +0000 |
Stefan Monnier |
(__default_morecore): Use bss_sbrk(), not __sbrk(), before Cygwin unexec.
|
Mon, 12 Apr 2004 19:40:35 +0000 |
Stefan Monnier |
Define my_endbss[] for Cygwin unexec() support.
|
Mon, 12 Apr 2004 19:40:10 +0000 |
Stefan Monnier |
Set up PURE_P() for Cygwin unexec() support.
|
Mon, 12 Apr 2004 19:30:13 +0000 |
Stefan Monnier |
Add cygwin to system-type list, for unexec() support.
|
Mon, 12 Apr 2004 12:13:37 +0000 |
Andreas Schwab |
.
|
Mon, 12 Apr 2004 12:13:03 +0000 |
Andreas Schwab |
(Fmake_indirect_buffer): Check that NAME is a string.
|
Mon, 12 Apr 2004 10:39:09 +0000 |
John Paul Wallington |
*** empty log message ***
|
Mon, 12 Apr 2004 10:37:27 +0000 |
John Paul Wallington |
(url-cookie-handle-set-cookie): Replace calls to obsolete
|
Mon, 12 Apr 2004 10:25:33 +0000 |
John Paul Wallington |
*** empty log message ***
|
Mon, 12 Apr 2004 10:25:04 +0000 |
John Paul Wallington |
(describe-mode): Doc fix.
|
Mon, 12 Apr 2004 10:03:08 +0000 |
John Paul Wallington |
*** empty log message ***
|
Mon, 12 Apr 2004 10:02:01 +0000 |
John Paul Wallington |
(ibuffer-delete-window-on-quit): Remove.
|
Mon, 12 Apr 2004 05:43:12 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-205
|
Mon, 12 Apr 2004 05:01:19 +0000 |
Stefan Monnier |
*** empty log message ***
|
Mon, 12 Apr 2004 04:46:47 +0000 |
Juri Linkov |
*** empty log message ***
|
Mon, 12 Apr 2004 04:46:13 +0000 |
Juri Linkov |
(Info-follow-reference): Allow multiline reference name.
|
Mon, 12 Apr 2004 04:44:19 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-203
|
Mon, 12 Apr 2004 04:36:01 +0000 |
Stefan Monnier |
(compilation-mode-font-lock-keywords): Fix test not to treat nil as a function.
|
Mon, 12 Apr 2004 04:23:38 +0000 |
Stefan Monnier |
(vc-arch-root): Be a bit more careful.
|
Mon, 12 Apr 2004 04:12:02 +0000 |
Stefan Monnier |
(ldap-search): Use list*.
|
Mon, 12 Apr 2004 04:06:12 +0000 |
Stefan Monnier |
(cl): Don't require.
|
Mon, 12 Apr 2004 04:06:01 +0000 |
Stefan Monnier |
(url-hexify-string): Don't give multibyte error for char <16.
|
Mon, 12 Apr 2004 04:05:50 +0000 |
Stefan Monnier |
Doc fixes.
|
Mon, 12 Apr 2004 04:05:43 +0000 |
Stefan Monnier |
Minor text changes.
|
Mon, 12 Apr 2004 04:05:07 +0000 |
Stefan Monnier |
(url-mailto): Avoid warning.
|
Mon, 12 Apr 2004 04:04:31 +0000 |
Stefan Monnier |
(ldap): Require.
|