bpt/emacs.git
15 years ago(gnu): Add an example for the "note" format.
Dan Nicolaescu [Wed, 4 Feb 2009 13:36:59 +0000 (13:36 +0000)]
(gnu): Add an example for the "note" format.

15 years agomissed committing this on last checkin
Adrian Robert [Wed, 4 Feb 2009 13:19:11 +0000 (13:19 +0000)]
missed committing this on last checkin

15 years ago* configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
Adrian Robert [Wed, 4 Feb 2009 11:33:33 +0000 (11:33 +0000)]
* configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.

15 years ago* nsmenu.m (pop_down_menu): New function.
Adrian Robert [Wed, 4 Feb 2009 11:31:28 +0000 (11:31 +0000)]
* nsmenu.m (pop_down_menu): New function.
(ns_popup_dialog): Call it on unwind.
(EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
call timer_check() (Bug#2154).
(EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
handling_signal is set.
(EmacsMenu-fillWithWidgetValue:): Set submenu title.

* s/darwin.h: Same and NO_SOCK_SIGIO as well.

* nsterm.m (ns_read_socket): Same and don't set handling_signal.

* keyboard.c (poll_for_input_1, handle_async_input): Set
handling_signal under HAVE_NS.

15 years ago(vc-svn-diff): Revert previous change but add a test
Nick Roberts [Wed, 4 Feb 2009 10:49:04 +0000 (10:49 +0000)]
(vc-svn-diff): Revert previous change but add a test
for newvars is nil. (C-u C-x v = with default values).

15 years ago*** empty log message ***
Nick Roberts [Wed, 4 Feb 2009 10:46:14 +0000 (10:46 +0000)]
*** empty log message ***

15 years ago(CPP): Note problem with resource compiler of MSVC.
Jason Rumney [Wed, 4 Feb 2009 09:13:18 +0000 (09:13 +0000)]
(CPP): Note problem with resource compiler of MSVC.

15 years ago(select-safe-coding-system): Use
Kenichi Handa [Wed, 4 Feb 2009 07:45:09 +0000 (07:45 +0000)]
(select-safe-coding-system): Use
buffer-chars-modified-tick instead of buffer-modified-tick.

15 years ago(vc-bzr-working-revision): Recognize a newer branch
Dan Nicolaescu [Wed, 4 Feb 2009 07:32:51 +0000 (07:32 +0000)]
(vc-bzr-working-revision): Recognize a newer branch
format.  Use when instead of if.

15 years agoAdd "^" to interactive spec of sexp movement commands
Miles Bader [Wed, 4 Feb 2009 05:48:16 +0000 (05:48 +0000)]
Add "^" to interactive spec of sexp movement commands

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1534

15 years ago(Fwrite_region): Doc fix (mention annotate-functions).
Glenn Morris [Wed, 4 Feb 2009 03:51:27 +0000 (03:51 +0000)]
(Fwrite_region): Doc fix (mention annotate-functions).

15 years agoAdd some stuff on checking first pretest tarball of a major release.
Glenn Morris [Wed, 4 Feb 2009 03:42:04 +0000 (03:42 +0000)]
Add some stuff on checking first pretest tarball of a major release.

15 years ago(mail-fetch-field): Previous doc fix was ill-advised.
Glenn Morris [Wed, 4 Feb 2009 03:41:06 +0000 (03:41 +0000)]
(mail-fetch-field): Previous doc fix was ill-advised.

15 years agoRequire rmail not just when compiling.
Glenn Morris [Wed, 4 Feb 2009 03:39:05 +0000 (03:39 +0000)]
Require rmail not just when compiling.
Remove unneeded declarations.

15 years agoNo need for mule-util when compiling.
Glenn Morris [Wed, 4 Feb 2009 03:38:26 +0000 (03:38 +0000)]
No need for mule-util when compiling.
(rmail-first-message): Unbreak it.

15 years ago(ns): Define as a custom group.
Glenn Morris [Wed, 4 Feb 2009 03:38:06 +0000 (03:38 +0000)]
(ns): Define as a custom group.

15 years ago(describe-char): Check font-object by fontp.
Kenichi Handa [Wed, 4 Feb 2009 02:02:27 +0000 (02:02 +0000)]
(describe-char): Check font-object by fontp.

15 years ago(compose-gstring-for-terminal): If a character is
Kenichi Handa [Wed, 4 Feb 2009 02:00:34 +0000 (02:00 +0000)]
(compose-gstring-for-terminal): If a character is
not supported by the current terminal, don't make a multi-glyph
grapheme cluster.
(auto-compose-chars): Check font-object by fontp.

15 years ago(Fchar_charset): New optional arg restriction.
Kenichi Handa [Wed, 4 Feb 2009 01:58:13 +0000 (01:58 +0000)]
(Fchar_charset): New optional arg restriction.

15 years ago(coding_system_charset_list): Extern it.
Kenichi Handa [Wed, 4 Feb 2009 01:53:10 +0000 (01:53 +0000)]
(coding_system_charset_list): Extern it.

15 years ago(coding_system_charset_list): New function.
Kenichi Handa [Wed, 4 Feb 2009 01:52:39 +0000 (01:52 +0000)]
(coding_system_charset_list): New function.

15 years agoInclude coding.h and termhooks.h.
Kenichi Handa [Wed, 4 Feb 2009 01:48:37 +0000 (01:48 +0000)]
Include coding.h and termhooks.h.
(composition_gstring_p): Fix for the terminal case.
(composition_gstring_width): Likewise.
(fill_gstring_body): Likewise.
(autocmp_chars): For terminal, call Fcomposition_get_gstring with
the frame.
(composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
is within a composition.
(Fcomposition_get_gstring): Fix the the terminal case.

15 years ago(encode_terminal_code): Fix handling of composition.
Kenichi Handa [Wed, 4 Feb 2009 01:35:16 +0000 (01:35 +0000)]
(encode_terminal_code): Fix handling of composition.
(produce_composite_glyph): For static composition, get pixel_width
from struct composition.

15 years ago(composite.o): Depends on frame.h and termhooks.h.
Kenichi Handa [Wed, 4 Feb 2009 01:31:37 +0000 (01:31 +0000)]
(composite.o): Depends on frame.h and termhooks.h.

15 years agoAdd .gitignore files
Miles Bader [Tue, 3 Feb 2009 23:32:38 +0000 (23:32 +0000)]
Add .gitignore files

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1533

15 years agoTweak previous change.
Glenn Morris [Tue, 3 Feb 2009 08:20:33 +0000 (08:20 +0000)]
Tweak previous change.

15 years ago(unrmail): In the absence of Mail-from, prefer Date over current-time.
Glenn Morris [Tue, 3 Feb 2009 08:09:03 +0000 (08:09 +0000)]
(unrmail): In the absence of Mail-from, prefer Date over current-time.
(Bug#2175)

15 years agoComment (python-mode is now separate from Python).
Glenn Morris [Tue, 3 Feb 2009 04:13:17 +0000 (04:13 +0000)]
Comment (python-mode is now separate from Python).

15 years ago(rmail-get-summary-labels): Treat empty labels as null.
Glenn Morris [Tue, 3 Feb 2009 04:09:01 +0000 (04:09 +0000)]
(rmail-get-summary-labels): Treat empty labels as null.

15 years ago(rmail-convert-babyl-to-mbox): Disable undo while
Glenn Morris [Tue, 3 Feb 2009 04:07:25 +0000 (04:07 +0000)]
(rmail-convert-babyl-to-mbox): Disable undo while
inserting the converted mailbox.
(rmail-get-new-mail): Restore the loop over inboxes when two or more
have the same basename.  (Bug#2164)
Set the return value according to whether any mail was found,
not just in the last inbox.  Only show a message and run the hook after
checking all inboxes.
(rmail-get-new-mail-1): Move message display and running the hook to
rmail-get-new-mail.

15 years ago(rmail-label-obarray): Initialize using rmail-attr-array.
Glenn Morris [Tue, 3 Feb 2009 04:07:02 +0000 (04:07 +0000)]
(rmail-label-obarray): Initialize using rmail-attr-array.
(rmail-make-label, rmail-read-label): Give it a doc string.
(rmail-add-label, rmail-kill-label): Change argument name to match the
doc.  Doc fix.
(rmail-set-label): Doc fix.  Also update summary in attr case.
Accept labels as a string or a symbol.  (Bug#2165)

15 years ago(Out of Rmail): Mention b2m.pl.
Glenn Morris [Tue, 3 Feb 2009 04:05:28 +0000 (04:05 +0000)]
(Out of Rmail): Mention b2m.pl.

15 years agoCan't clone a merged bug.
Glenn Morris [Tue, 3 Feb 2009 04:04:40 +0000 (04:04 +0000)]
Can't clone a merged bug.

15 years agoMention pretest version numbering.
Glenn Morris [Tue, 3 Feb 2009 04:04:15 +0000 (04:04 +0000)]
Mention pretest version numbering.

15 years agoAdd some missing files, remove some that are no longer present.
Glenn Morris [Tue, 3 Feb 2009 04:03:41 +0000 (04:03 +0000)]
Add some missing files, remove some that are no longer present.

15 years ago2009-02-02 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Mon, 2 Feb 2009 21:50:00 +0000 (21:50 +0000)]
2009-02-02  Carsten Dominik  <dominik@science.uva.nl>

* org.el (org-cycle-global-at-bob): Fix typo.

* org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.

15 years ago2009-02-02 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Mon, 2 Feb 2009 21:02:05 +0000 (21:02 +0000)]
2009-02-02  Carsten Dominik  <dominik@science.uva.nl>

* refcards/orgcard.tex: New version number.

15 years ago2009-02-02 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Mon, 2 Feb 2009 21:00:46 +0000 (21:00 +0000)]
2009-02-02  Carsten Dominik  <dominik@science.uva.nl>

* org.texi (Structure editing, Handling links)
(Fast access to TODO states, Javascript support): Make standard docs
correctly reflect default variable settings.

15 years ago2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik [Mon, 2 Feb 2009 20:57:14 +0000 (20:57 +0000)]
2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>

* org.el (org-mode): Make dependence stuff work more reliably.
(org-update-parent-todo-statistics): Fix bug with updating
statistics cookie.
(org-yank-adjusted-subtrees, org-return-follows-link)
(org-use-fast-todo-selection, org-tags-column): New default
setting for variables.

* org-export-latex.el (org-export-latex-emphasis-alist): Use = and
~ as verbatim delimiters, to avoid table bug.
(org-export-latex-classes): Remove the a4paper option from the
default styles.

* org-exp.el (org-export-html-format-image): New argument
PAR-OPEN, to fix XHTM validation bug.
(org-export-as-html): Pass par-open to
`org-export-html-format-image'.
(org-export-html-footnotes-section): Use a more consistent id for
footnotes.

* org-agenda.el (org-agenda-sorting-strategy)
(org-agenda-tags-column): New default setting for variables, based
on a poll what typical uses use.
(org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
setting the blocked tag.

15 years ago(vhdl-prepare-search-1, vhdl-prepare-search-2): Properly cleanup on `quit'.
Stefan Monnier [Mon, 2 Feb 2009 20:49:41 +0000 (20:49 +0000)]
(vhdl-prepare-search-1, vhdl-prepare-search-2): Properly cleanup on `quit'.

15 years ago(vhdl-mode-abbrev-table-init):
Stefan Monnier [Mon, 2 Feb 2009 20:40:18 +0000 (20:40 +0000)]
(vhdl-mode-abbrev-table-init):
Mark the entries as being "system" entries rather than "user" entries.

15 years ago(unexec): Handle unaligned bss offset.
Andreas Schwab [Mon, 2 Feb 2009 16:06:58 +0000 (16:06 +0000)]
(unexec): Handle unaligned bss offset.

15 years ago(smerge-start-session): Add interactive spec.
Thien-Thi Nguyen [Mon, 2 Feb 2009 13:01:32 +0000 (13:01 +0000)]
(smerge-start-session): Add interactive spec.

15 years agoformatting in ChangeLog, wording change to comment in nsterm.m
Adrian Robert [Mon, 2 Feb 2009 12:33:07 +0000 (12:33 +0000)]
formatting in ChangeLog, wording change to comment in nsterm.m

15 years agoAdd some more nextstep/ files.
Glenn Morris [Mon, 2 Feb 2009 08:04:10 +0000 (08:04 +0000)]
Add some more nextstep/ files.

15 years agoAdd some missing nextstep/ files.
Glenn Morris [Mon, 2 Feb 2009 07:59:55 +0000 (07:59 +0000)]
Add some missing nextstep/ files.

15 years ago(rmail-ignored-headers, rmail-displayed-headers)
Glenn Morris [Mon, 2 Feb 2009 07:55:04 +0000 (07:55 +0000)]
(rmail-ignored-headers, rmail-displayed-headers)
(rmail-retry-ignored-headers, rmail-highlighted-headers):
Restore autoloads.

15 years agoFix typos.
Glenn Morris [Mon, 2 Feb 2009 07:50:06 +0000 (07:50 +0000)]
Fix typos.

15 years ago(emacs-lisp-file-regexp): Fix up EOB.
Stefan Monnier [Mon, 2 Feb 2009 03:27:30 +0000 (03:27 +0000)]
(emacs-lisp-file-regexp): Fix up EOB.

15 years ago(scheme-args-to-list): Remove.
Stefan Monnier [Sun, 1 Feb 2009 22:32:43 +0000 (22:32 +0000)]
(scheme-args-to-list): Remove.
(run-scheme): Use split-string-and-unquote instead, so as to allow
spaces in the command name and/or the arguments.

15 years agoRegenerate.
Chong Yidong [Sun, 1 Feb 2009 22:10:05 +0000 (22:10 +0000)]
Regenerate.

15 years agoBump version to 23.0.90.
Chong Yidong [Sun, 1 Feb 2009 22:04:25 +0000 (22:04 +0000)]
Bump version to 23.0.90.

15 years agoRegenerate.
Chong Yidong [Sun, 1 Feb 2009 22:03:59 +0000 (22:03 +0000)]
Regenerate.

15 years ago* term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
Adrian Robert [Sun, 1 Feb 2009 17:32:52 +0000 (17:32 +0000)]
* term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.

15 years ago* nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
Adrian Robert [Sun, 1 Feb 2009 16:32:26 +0000 (16:32 +0000)]
* nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
XT,w32read_socket changes to ns_read_socket.
* keyboard.c (handle_interrupt): Don't call
quit_throw_to_read_char() under NS.
* blockinput.h: Remove NS-specific code.

15 years ago* Cocoa/Emacs.base/Contents/Resources/preferences.nib: Remove
Adrian Robert [Sun, 1 Feb 2009 16:25:50 +0000 (16:25 +0000)]
* Cocoa/Emacs.base/Contents/Resources/preferences.nib: Remove
cursor blink slider, add confirm quit checkbox.

15 years agoremove cursor blink slider, add confirmquit checkbox
Adrian Robert [Sun, 1 Feb 2009 16:24:44 +0000 (16:24 +0000)]
remove cursor blink slider, add confirmquit checkbox

15 years ago(set-version): Remove deleted file ns-emacs.texi.
Chong Yidong [Sun, 1 Feb 2009 14:44:43 +0000 (14:44 +0000)]
(set-version): Remove deleted file ns-emacs.texi.

15 years ago* admin.el (set-version): Remove deleted file ns-emacs.texi.
Chong Yidong [Sun, 1 Feb 2009 14:44:34 +0000 (14:44 +0000)]
* admin.el (set-version): Remove deleted file ns-emacs.texi.

15 years agoRegenerate.
Chong Yidong [Sun, 1 Feb 2009 14:40:58 +0000 (14:40 +0000)]
Regenerate.

15 years agoUpdate for 23.1 pretest
Jason Rumney [Sun, 1 Feb 2009 14:32:05 +0000 (14:32 +0000)]
Update for 23.1 pretest

15 years ago* trampver.texi: Update release number.
Michael Albinus [Sun, 1 Feb 2009 10:53:49 +0000 (10:53 +0000)]
* trampver.texi: Update release number.

15 years ago* net/tramp.el (tramp-read-passwd): Cached passwords shall still be used.
Michael Albinus [Sun, 1 Feb 2009 10:48:12 +0000 (10:48 +0000)]
* net/tramp.el (tramp-read-passwd): Cached passwords shall still be used.

15 years ago* net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
Michael Albinus [Sun, 1 Feb 2009 10:45:30 +0000 (10:45 +0000)]
* net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.

15 years ago* net/trampver.el: Update release number.
Michael Albinus [Sun, 1 Feb 2009 10:44:39 +0000 (10:44 +0000)]
* net/trampver.el: Update release number.

15 years ago(rmail-view-buffer): Make buffer-local.
Stefan Monnier [Sun, 1 Feb 2009 03:39:37 +0000 (03:39 +0000)]
(rmail-view-buffer): Make buffer-local.
(rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
(rmail-undelete-previous-message, rmail-mark-message)
(rmail-speedbar-buttons): Use with-current-buffer.
(rmail-mode-map): Move initialization into declaration.
(rmail-swap-buffers, rmail-unfontify-buffer-function)
(rmail-fontify-message): Use restore-buffer-modified-p.
(rmail-expunge-and-save): Don't swap buffer.
(rmail-get-header, rmail-set-header, rmail-set-attribute)
(rmail-apply-in-message): Swap save-excursion and save-restriction.

15 years ago(rmail-sort-messages): Use car-less-than-car if possible.
Stefan Monnier [Sun, 1 Feb 2009 03:28:33 +0000 (03:28 +0000)]
(rmail-sort-messages): Use car-less-than-car if possible.

15 years ago(rmail-edit-map): Move init into declaration.
Stefan Monnier [Sun, 1 Feb 2009 03:26:17 +0000 (03:26 +0000)]
(rmail-edit-map): Move init into declaration.
(rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.

15 years ago2009-01-31 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Sat, 31 Jan 2009 23:26:35 +0000 (23:26 +0000)]
2009-01-31  Carsten Dominik  <dominik@science.uva.nl>

* org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
only checking for blocks.

* org-exp.el (org-export-html-footnotes-section): Make the div id consistent

* org-export-latex.el (org-export-latex-classes): Remove
paper size option from LaTeX classes.

15 years ago(mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
Stefan Monnier [Sat, 31 Jan 2009 22:14:53 +0000 (22:14 +0000)]
(mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.

15 years agoFollow commenting conventions.
Stefan Monnier [Sat, 31 Jan 2009 22:10:22 +0000 (22:10 +0000)]
Follow commenting conventions.

15 years ago(rmail-redecode-body): Use eight-bit instead of obsolete
Eli Zaretskii [Sat, 31 Jan 2009 18:53:50 +0000 (18:53 +0000)]
(rmail-redecode-body): Use eight-bit instead of obsolete
eight-bit-control and eight-bit-graphic.

15 years ago(vc-dir-mode): Fix docstring.
Dan Nicolaescu [Sat, 31 Jan 2009 18:38:56 +0000 (18:38 +0000)]
(vc-dir-mode): Fix docstring.

15 years ago(vc-dir-mouse-map):
Dan Nicolaescu [Sat, 31 Jan 2009 17:26:53 +0000 (17:26 +0000)]
(vc-dir-mouse-map):
(vc-default-dir-printer):
(vc-dir-find-file-other-window): Undo previous change, it breaks
the behavior of mouse-2.

15 years ago(elp-results-symname-map): Add follow-link.
Stefan Monnier [Sat, 31 Jan 2009 17:00:54 +0000 (17:00 +0000)]
(elp-results-symname-map): Add follow-link.

15 years ago(end-of-defun): Protect against infloops (Bug#2106).
Chong Yidong [Sat, 31 Jan 2009 16:19:46 +0000 (16:19 +0000)]
(end-of-defun): Protect against infloops (Bug#2106).

15 years ago* emacs-lisp/lisp.el (end-of-defun): Protect against
Chong Yidong [Sat, 31 Jan 2009 16:19:23 +0000 (16:19 +0000)]
* emacs-lisp/lisp.el (end-of-defun): Protect against
infloops (Bug#2106).

15 years ago(vc-svn-dir-status): Disable the vc-stay-local-p
Dan Nicolaescu [Sat, 31 Jan 2009 15:51:07 +0000 (15:51 +0000)]
(vc-svn-dir-status): Disable the vc-stay-local-p
logic, it makes the makes the normal case too slow.

15 years ago(unrmail): Set coding-system of the old Rmail file to `raw-text-unix'.
Eli Zaretskii [Sat, 31 Jan 2009 14:34:05 +0000 (14:34 +0000)]
(unrmail): Set coding-system of the old Rmail file to `raw-text-unix'.
Bind coding-system-for-write when writing out the converted message, and
make sure it uses Unix EOLs.

15 years ago(rmail-automatic-folder-directives, rmail): Doc fixes.
Eli Zaretskii [Sat, 31 Jan 2009 13:32:48 +0000 (13:32 +0000)]
(rmail-automatic-folder-directives, rmail): Doc fixes.
(rmail-swap-buffers): New function.
(rmail-change-major-mode-hook, rmail-swap-buffers-maybe, rmail-show-message):
Use rmail-swap-buffers.
(rmail-decode-region): If DESTINATION is a buffer, set the encoding of that
buffer, rather than the current buffer.
(rmail-show-message): Make error message about uuencoded mail more explicit.
(rmail-show-message-maybe): Simplify code.  Doc fix.
(rmail-show-message): Doc fix.

15 years ago(rmail-redecode-body): Don't change EOL conversion of the new encoding if
Eli Zaretskii [Sat, 31 Jan 2009 10:10:02 +0000 (10:10 +0000)]
(rmail-redecode-body): Don't change EOL conversion of the new encoding if
the old one left it unspecified.

15 years ago(rmail-convert-babyl-to-mbox): Set Rmail's buffer encoding to `raw-text-unix'.
Eli Zaretskii [Sat, 31 Jan 2009 09:32:45 +0000 (09:32 +0000)]
(rmail-convert-babyl-to-mbox): Set Rmail's buffer encoding to `raw-text-unix'.
(rmail-perm-variables): Set encoding of rmail-view-buffer to `undecided-unix'.

15 years ago2009-01-31 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Sat, 31 Jan 2009 05:32:10 +0000 (05:32 +0000)]
2009-01-31  Carsten Dominik  <dominik@science.uva.nl>

* refcards/orgcard.tex: New version number.

15 years ago2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik [Sat, 31 Jan 2009 05:30:14 +0000 (05:30 +0000)]
2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>

* org.texi (TODO dependencies): Document TODO dependencies on
checkboxes.

15 years ago2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik [Sat, 31 Jan 2009 05:28:36 +0000 (05:28 +0000)]
2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>

* org.el (org-enforce-todo-checkbox-dependencies): New option.
(org-block-todo-from-checkboxes): New function.
(org-todo): Make tripple prefix arg circumvent blocking.

15 years ago(rmail-new-summary): Don't try to summarize an empty folder.
Glenn Morris [Sat, 31 Jan 2009 03:15:35 +0000 (03:15 +0000)]
(rmail-new-summary): Don't try to summarize an empty folder.

15 years ago(gnus-summary-next-article): XEmacs-friendly version of 2009-01-09 change.
Glenn Morris [Sat, 31 Jan 2009 02:57:13 +0000 (02:57 +0000)]
(gnus-summary-next-article): XEmacs-friendly version of 2009-01-09 change.

15 years agomail/uce.el updated for new Rmail.
Glenn Morris [Sat, 31 Jan 2009 02:55:26 +0000 (02:55 +0000)]
mail/uce.el updated for new Rmail.

15 years ago(Out of Rmail): Correct b2m location.
Glenn Morris [Sat, 31 Jan 2009 02:54:23 +0000 (02:54 +0000)]
(Out of Rmail): Correct b2m location.

15 years agoComments don't need ChangeLog entries.
Glenn Morris [Sat, 31 Jan 2009 02:53:31 +0000 (02:53 +0000)]
Comments don't need ChangeLog entries.
Tweak layout to fool font-lock of a bug number.

15 years ago(mail-fetch-field): Doc fix.
Glenn Morris [Sat, 31 Jan 2009 02:52:18 +0000 (02:52 +0000)]
(mail-fetch-field): Doc fix.

15 years ago(rmail-msg-is-pruned): New (restored) function.
Glenn Morris [Sat, 31 Jan 2009 02:51:18 +0000 (02:51 +0000)]
(rmail-msg-is-pruned): New (restored) function.
(rmail-toggle-header): Doc fix.  Use rmail-msg-is-pruned.
(rmail-reply): Set up to yank from the decoded message rather than the
raw one.  (Bug#2104).

15 years agoTidy up commentary.
Glenn Morris [Sat, 31 Jan 2009 02:50:28 +0000 (02:50 +0000)]
Tidy up commentary.
(rmail-current-message): Remove unneeded declaration.
(uce-message-text, uce-default-headers): Fix custom type.
(rmail-buffer, rmail-msg-is-pruned): Declare.
(uce-reply-to-uce): Add autoload cookie.  Doc fix.  Update for mbox Rmail.

15 years agoMinor fixes.
Glenn Morris [Sat, 31 Jan 2009 02:47:50 +0000 (02:47 +0000)]
Minor fixes.

15 years ago(vc-dir-mouse-map): New keymap.
Nick Roberts [Sat, 31 Jan 2009 02:18:21 +0000 (02:18 +0000)]
(vc-dir-mouse-map): New keymap.
(vc-default-dir-printer): Use it locally.
(vc-dir-find-file-other-window): Allow mouse events.

15 years ago*** empty log message ***
Nick Roberts [Sat, 31 Jan 2009 02:15:14 +0000 (02:15 +0000)]
*** empty log message ***

15 years ago* dispnew.c (window_change_signal): Don't try to get the size of a
Dan Nicolaescu [Fri, 30 Jan 2009 23:45:27 +0000 (23:45 +0000)]
* dispnew.c (window_change_signal): Don't try to get the size of a
suspended tty frame.
* term.c (Fresume_tty): Resize if the size has changed while the
tty was suspended.

15 years ago(mark_stack): Properly conditionalize previous change.
Dan Nicolaescu [Fri, 30 Jan 2009 23:43:20 +0000 (23:43 +0000)]
(mark_stack): Properly conditionalize previous change.

15 years ago# Fix a typo.
Alan Mackenzie [Fri, 30 Jan 2009 21:24:22 +0000 (21:24 +0000)]
# Fix a typo.

15 years ago*** empty log message ***
Alan Mackenzie [Fri, 30 Jan 2009 21:23:53 +0000 (21:23 +0000)]
*** empty log message ***