bpt/emacs.git
15 years ago(help-xref-forward-stack): Doc fix.
Glenn Morris [Sat, 6 Sep 2008 02:59:40 +0000 (02:59 +0000)]
(help-xref-forward-stack): Doc fix.

15 years agoFix typos.
Glenn Morris [Sat, 6 Sep 2008 02:58:12 +0000 (02:58 +0000)]
Fix typos.

15 years ago(change-log-default-name): Autoload safety.
Glenn Morris [Sat, 6 Sep 2008 02:56:33 +0000 (02:56 +0000)]
(change-log-default-name): Autoload safety.

15 years agoAdd local variable setting for change-log-default-name.
Glenn Morris [Sat, 6 Sep 2008 02:55:23 +0000 (02:55 +0000)]
Add local variable setting for change-log-default-name.

15 years ago*** empty log message ***
Glenn Morris [Sat, 6 Sep 2008 02:50:52 +0000 (02:50 +0000)]
*** empty log message ***

15 years ago(pmail-dont-reply-to, pmail-desc-get-marker-end)
Glenn Morris [Sat, 6 Sep 2008 02:50:14 +0000 (02:50 +0000)]
(pmail-dont-reply-to, pmail-desc-get-marker-end)
(pmail-desc-get-marker-start): Remove declarations of undefined functions.
(pmail-select-correspondent): Use rmail-dont-reply-to from mail-utils
rather than non-existent pmail-dont-reply-to.

15 years ago(pmail-output-read-pmail-file-name): Remove unused declaration.
Glenn Morris [Sat, 6 Sep 2008 02:48:16 +0000 (02:48 +0000)]
(pmail-output-read-pmail-file-name): Remove unused declaration.

15 years ago(pmail-parse-file-inboxes): Remove unused declaration.
Glenn Morris [Sat, 6 Sep 2008 02:47:50 +0000 (02:47 +0000)]
(pmail-parse-file-inboxes): Remove unused declaration.

15 years ago(pmail-maybe-set-message-counters)
Glenn Morris [Sat, 6 Sep 2008 02:47:16 +0000 (02:47 +0000)]
(pmail-maybe-set-message-counters)
(pmail-set-message-deleted-p): Remove unused declarations.

15 years ago(pmail-spam-filter): Remove declaration of undefined function.
Glenn Morris [Sat, 6 Sep 2008 02:46:37 +0000 (02:46 +0000)]
(pmail-spam-filter): Remove declaration of undefined function.

15 years agoFix copyright years and license notices.
Glenn Morris [Sat, 6 Sep 2008 02:28:43 +0000 (02:28 +0000)]
Fix copyright years and license notices.

15 years agoAdd missing entry.
Glenn Morris [Sat, 6 Sep 2008 02:27:49 +0000 (02:27 +0000)]
Add missing entry.
Fix formatting.
Add copyright and license.

15 years agoface-remap was installed.
Glenn Morris [Sat, 6 Sep 2008 02:26:13 +0000 (02:26 +0000)]
face-remap was installed.
help has forward buttons.
SYNC_INPUT is the default.
keymap bug was fixed.

15 years agoDon't clean up a buffer when killing it.
Vinicius Jose Latorre [Sat, 6 Sep 2008 01:36:27 +0000 (01:36 +0000)]
Don't clean up a buffer when killing it.

15 years agoFix bug#360.
Vinicius Jose Latorre [Sat, 6 Sep 2008 00:19:31 +0000 (00:19 +0000)]
Fix bug#360.

15 years ago* verilog-mode.el (verilog-library-extensions): Enable .sv
Dan Nicolaescu [Fri, 5 Sep 2008 22:13:55 +0000 (22:13 +0000)]
* verilog-mode.el (verilog-library-extensions): Enable .sv
filename extensions to call verilog-mode.
(verilog-auto, verilog-auto-inst, verilog-faq)
(verilog-submit-bug-report): Update author support URLs.
(verilog-delete-auto, verilog-auto-inout-module)
(verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
creating complemented testbench modules.  Suggested by Yishay
Belkind.
(verilog-auto-inst-port, verilog-simplify-range-expression): When
verilog-auto-inst-param-value is set, don't require a
AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
Yishay Belkind.
(verilog-auto-inst-param-value): Add safe variable.
(verilog-re-search-forward, verilog-re-search-backward): Fix
returning wrong search results on Emacs 22.1.
(verilog-modi-cache-results, verilog-auto): Fix warning message
about "toggling font-lock-mode."
(verilog-auto): Fix loosing font-lock on errors.
(verilog-auto-inst-param-value, verilog-mode-version)
(verilog-mode-version-date, verilog-read-inst-param-value)
(verilog-auto-inst, verilog-auto-inst-param)
(verilog-auto-inst-port, verilog-simplify-range-expression): Allow
parameters to be replaced with their values, on the expansion of
an AUTOINST with Verilog 2001 style parameter settings.  Suggested
by David Rogoff.
* verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
Better support for the property statement.  Sometimes this keyword
introduces a statement which requires an endproperty keyword, and
sometimes it doesn't, dependening on the work before the property
word. If property is prefixed with assert, assume or cover
keyword, then the statement is ended with a ';' Otherwise,
property is like task or specify, and is followed by some number
of statements, which are ended with an endproperty keyword.
(electric-verilog-tab): Support Emacs 22.2 style handling of tab
in a highlighted region: indent each line in region according to
mode.  Supply this so it works in XEmacs and older Emacs.

15 years agoRequire help-mode.
Chong Yidong [Fri, 5 Sep 2008 22:08:37 +0000 (22:08 +0000)]
Require help-mode.
(quail-help-init): Function removed.
(quail-keyboard-layout-button, quail-keyboard-customize-button):
Define directly.

15 years ago* international/quail.el: Require help-mode.
Chong Yidong [Fri, 5 Sep 2008 22:08:26 +0000 (22:08 +0000)]
* international/quail.el: Require help-mode.
(quail-help-init): Function removed.
(quail-keyboard-layout-button, quail-keyboard-customize-button):
Define directly.

15 years ago(dired-get-filename): Rewrite octal escape character processor
Chong Yidong [Fri, 5 Sep 2008 21:16:19 +0000 (21:16 +0000)]
(dired-get-filename): Rewrite octal escape character processor
(bug#885).

15 years ago* dired.el (dired-get-filename): Rewrite octal escape character
Chong Yidong [Fri, 5 Sep 2008 21:16:01 +0000 (21:16 +0000)]
* dired.el (dired-get-filename): Rewrite octal escape character
processor (bug#885).

15 years ago* pmail.el (pmail-get-new-mail): When there are no new messages,
Paul Reilly [Fri, 5 Sep 2008 19:28:36 +0000 (19:28 +0000)]
* pmail.el (pmail-get-new-mail): When there are no new messages,
  invoke a redisplay of the current message.

15 years agoMove comment for last change to right place.
Eli Zaretskii [Fri, 5 Sep 2008 17:30:10 +0000 (17:30 +0000)]
Move comment for last change to right place.

15 years ago(custom-button-pressed): Default to inverse-video.
Eli Zaretskii [Fri, 5 Sep 2008 15:08:34 +0000 (15:08 +0000)]
(custom-button-pressed): Default to inverse-video.

15 years ago(single_menu_item) [!HAVE_BOXES]: Enable emulation of toggle boxes and
Eli Zaretskii [Fri, 5 Sep 2008 14:42:05 +0000 (14:42 +0000)]
(single_menu_item) [!HAVE_BOXES]: Enable emulation of toggle boxes and
radio buttons on MS-DOS as well.

15 years ago(msdos-face-setup): Setup faces for all frames, not just for terminal-frame.
Eli Zaretskii [Fri, 5 Sep 2008 11:27:29 +0000 (11:27 +0000)]
(msdos-face-setup): Setup faces for all frames, not just for terminal-frame.

15 years ago(compose-gstring-for-graphic): Fix handling "above" marks.
Kenichi Handa [Fri, 5 Sep 2008 07:36:53 +0000 (07:36 +0000)]
(compose-gstring-for-graphic): Fix handling "above" marks.

15 years ago(window--try-to-split-window): Don't split when window
Martin Rudalics [Fri, 5 Sep 2008 07:12:23 +0000 (07:12 +0000)]
(window--try-to-split-window): Don't split when window
is not splittable in last disjunct.  (Bug#888)

15 years agodata segment size issue filed as bug#892.
Glenn Morris [Fri, 5 Sep 2008 06:53:31 +0000 (06:53 +0000)]
data segment size issue filed as bug#892.

15 years agoMention Ubuntu make weirdness.
Glenn Morris [Fri, 5 Sep 2008 04:01:53 +0000 (04:01 +0000)]
Mention Ubuntu make weirdness.

15 years ago*** empty log message ***
Glenn Morris [Fri, 5 Sep 2008 03:58:10 +0000 (03:58 +0000)]
*** empty log message ***

15 years agoMerge from emacs--rel--22
Miles Bader [Fri, 5 Sep 2008 02:31:45 +0000 (02:31 +0000)]
Merge from emacs--rel--22

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

15 years agoFix setting of composition-function-table.
Kenichi Handa [Fri, 5 Sep 2008 01:01:02 +0000 (01:01 +0000)]
Fix setting of composition-function-table.

15 years ago(find-composition): Mention about the automatic
Kenichi Handa [Fri, 5 Sep 2008 00:53:00 +0000 (00:53 +0000)]
(find-composition): Mention about the automatic
composition in the docstring.

15 years ago(describe-char): Fix handling of automatic composition.
Kenichi Handa [Fri, 5 Sep 2008 00:50:27 +0000 (00:50 +0000)]
(describe-char): Fix handling of automatic composition.

15 years ago(autocmp_chars): Check lookback count.
Kenichi Handa [Fri, 5 Sep 2008 00:47:23 +0000 (00:47 +0000)]
(autocmp_chars): Check lookback count.
(composition_compute_stop_pos): Set cmp_it->lookback.
(composition_reseat_it): Check lookback count.
(struct position_record): New struct.
(FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
(find_automatic_composition): New function.
(composition_adjust_point): Use find_automatic_composition.

15 years ago(struct composition_it): New member lookback.
Kenichi Handa [Fri, 5 Sep 2008 00:40:53 +0000 (00:40 +0000)]
(struct composition_it): New member lookback.

15 years agoFix previous change:
Glenn Morris [Thu, 4 Sep 2008 16:08:02 +0000 (16:08 +0000)]
Fix previous change:

No cc-engine change was installed.
cc-awk was just comment changes.
Proper description and attribution for cc-fonts change.

15 years ago* net/tramp-cache.el (tramp-flush-file-function): Fix typo in docstring.
Juanma Barranquero [Thu, 4 Sep 2008 11:45:06 +0000 (11:45 +0000)]
* net/tramp-cache.el (tramp-flush-file-function): Fix typo in docstring.
  (tramp-parse-connection-properties): Reflow docstring.

15 years ago(ido-buffer-internal, ido-file-internal): Pass on other-window
Kim F. Storm [Thu, 4 Sep 2008 10:01:45 +0000 (10:01 +0000)]
(ido-buffer-internal, ido-file-internal): Pass on other-window
and other-frame methods when switching between file and buffer modes.

15 years ago*** empty log message ***
Kim F. Storm [Thu, 4 Sep 2008 10:01:17 +0000 (10:01 +0000)]
*** empty log message ***

15 years ago(Info-dir-remove-duplicates): Narrow buffer when
Martin Rudalics [Thu, 4 Sep 2008 08:17:57 +0000 (08:17 +0000)]
(Info-dir-remove-duplicates): Narrow buffer when
removing duplicate entries under same heading.  Don't skip char
matching anything but a space or tab at bol.  (Bug#864)

15 years ago*** empty log message ***
Glenn Morris [Thu, 4 Sep 2008 06:11:18 +0000 (06:11 +0000)]
*** empty log message ***

15 years agoAdd ns-emacs.
Glenn Morris [Thu, 4 Sep 2008 02:35:30 +0000 (02:35 +0000)]
Add ns-emacs.

15 years ago*** empty log message ***
Glenn Morris [Thu, 4 Sep 2008 02:34:54 +0000 (02:34 +0000)]
*** empty log message ***

15 years agoMerge from gnus--devo--0
Miles Bader [Thu, 4 Sep 2008 02:32:12 +0000 (02:32 +0000)]
Merge from gnus--devo--0

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

15 years ago(c-version): Increment to 5.31.6.
Alan Mackenzie [Wed, 3 Sep 2008 21:13:01 +0000 (21:13 +0000)]
(c-version): Increment to 5.31.6.

15 years ago*** empty log message ***
Alan Mackenzie [Wed, 3 Sep 2008 21:10:55 +0000 (21:10 +0000)]
*** empty log message ***

15 years ago(c-version): Incremented to 5.31.6.
Alan Mackenzie [Wed, 3 Sep 2008 21:07:36 +0000 (21:07 +0000)]
(c-version): Incremented to 5.31.6.

15 years agoCopy in some minor bug fixes from the trunk.
Alan Mackenzie [Wed, 3 Sep 2008 21:01:12 +0000 (21:01 +0000)]
Copy in some minor bug fixes from the trunk.

15 years ago*** empty log message ***
Alan Mackenzie [Wed, 3 Sep 2008 20:58:02 +0000 (20:58 +0000)]
*** empty log message ***

15 years agoFix typo.
Juanma Barranquero [Wed, 3 Sep 2008 15:42:35 +0000 (15:42 +0000)]
Fix typo.

15 years ago*** empty log message ***
Paul Reilly [Wed, 3 Sep 2008 15:35:28 +0000 (15:35 +0000)]
*** empty log message ***

15 years agoFix the expunge command so that the current message index is correct.
Paul Reilly [Wed, 3 Sep 2008 15:33:38 +0000 (15:33 +0000)]
Fix the expunge command so that the current message index is correct.

* pmail.el (pmail-expunge-counter): New variable
  (pmail-set-attribute): Canonicalize the calling sequence to index, attribute, state.
  (pmail-show-message, pmail-delete-message, pmail-undelete-previous-message,
   pmail-delete-forward, pmail-mark-message): Use the new canonical calling sequence.
  (pmail-only-expunge): Use the expunge counter to update the current message index.
  (pmail-expunge-callback): Simplify.  Just count the expunged messages with a lower
   index than the current message index.

* pmaildesc.el (pmail-desc-get-previous): Fix an "off by one" issue.
  (pmail-desc-set-attribute): Canonicalize the calling sequence to index, attribute, state.

* pmailout.el (pmail-output-body-to-file): Use the canonical calling sequence.

15 years ago(completion-pcm--pattern->regex): Undo last change.
Stefan Monnier [Wed, 3 Sep 2008 14:09:49 +0000 (14:09 +0000)]
(completion-pcm--pattern->regex): Undo last change.
(completion-pcm--all-completions): Move the case-fold-search binding to
it also applies to completion-regexp-list (used in all-completions).
(completion-pcm--hilit-commonality): Add missing case-fold-search.

15 years ago(mail-yank-region): Fix comment.
John Paul Wallington [Wed, 3 Sep 2008 11:00:31 +0000 (11:00 +0000)]
(mail-yank-region): Fix comment.

15 years ago(pop-up-frame-function): Move here from window.el to avoid
Martin Rudalics [Wed, 3 Sep 2008 09:17:23 +0000 (09:17 +0000)]
(pop-up-frame-function): Move here from window.el to avoid
"CHANGED outside Customize;".

15 years ago(pop-up-frame-function): Move to frame.el.
Martin Rudalics [Wed, 3 Sep 2008 09:15:44 +0000 (09:15 +0000)]
(pop-up-frame-function): Move to frame.el.

15 years ago(buffer-menu-mode-hook): Add obsolete alias.
Glenn Morris [Wed, 3 Sep 2008 04:05:23 +0000 (04:05 +0000)]
(buffer-menu-mode-hook): Add obsolete alias.

15 years ago(isearch-highlight-regexp): Fix last change, quoting non-alphabetical
Chong Yidong [Wed, 3 Sep 2008 00:01:25 +0000 (00:01 +0000)]
(isearch-highlight-regexp): Fix last change, quoting non-alphabetical
characters properly.

15 years ago* isearch.el (isearch-highlight-regexp): Fix last change, quoting
Chong Yidong [Wed, 3 Sep 2008 00:01:10 +0000 (00:01 +0000)]
* isearch.el (isearch-highlight-regexp): Fix last change, quoting
non-alphabetical characters properly.

15 years agoRegenerate.
Chong Yidong [Tue, 2 Sep 2008 22:26:27 +0000 (22:26 +0000)]
Regenerate.

15 years agoBump version to 22.2.92.
Chong Yidong [Tue, 2 Sep 2008 22:25:20 +0000 (22:25 +0000)]
Bump version to 22.2.92.

15 years ago(Fvertical_motion): Don't call move_it_by_lines again if moving by a
Chong Yidong [Tue, 2 Sep 2008 17:28:59 +0000 (17:28 +0000)]
(Fvertical_motion): Don't call move_it_by_lines again if moving by a
single line.

15 years ago* indent.c (Fvertical_motion): Don't call move_it_by_lines again
Chong Yidong [Tue, 2 Sep 2008 17:28:47 +0000 (17:28 +0000)]
* indent.c (Fvertical_motion): Don't call move_it_by_lines again
if moving by a single line.

15 years ago*** empty log message ***
Dan Nicolaescu [Tue, 2 Sep 2008 16:11:37 +0000 (16:11 +0000)]
*** empty log message ***

15 years ago(auto-mode-alist): Use verilog-mode for SystemVerilog files.
Dan Nicolaescu [Tue, 2 Sep 2008 16:10:37 +0000 (16:10 +0000)]
(auto-mode-alist): Use verilog-mode for SystemVerilog files.

15 years ago* mail/pmaildesc.el (pmail-desc-get-match-index):
Juanma Barranquero [Tue, 2 Sep 2008 11:52:45 +0000 (11:52 +0000)]
* mail/pmaildesc.el (pmail-desc-get-match-index):
  Fix malformed let binding.

15 years ago(x_delete_display): Fix merge error.
Andreas Schwab [Tue, 2 Sep 2008 11:45:08 +0000 (11:45 +0000)]
(x_delete_display): Fix merge error.

15 years agoFix synch change.
Juanma Barranquero [Tue, 2 Sep 2008 09:03:10 +0000 (09:03 +0000)]
Fix synch change.

15 years ago(calc-dispatch-map): Fix handling of upcased and
Martin Rudalics [Tue, 2 Sep 2008 08:49:49 +0000 (08:49 +0000)]
(calc-dispatch-map): Fix handling of upcased and
control-prefixed keys.  (Bug #835)

15 years ago(mac_draw_rectangle) [USE_CG_DRAWING]: Fix rectangle calculation.
YAMAMOTO Mitsuharu [Tue, 2 Sep 2008 08:19:39 +0000 (08:19 +0000)]
(mac_draw_rectangle) [USE_CG_DRAWING]: Fix rectangle calculation.

15 years ago(Fexpand_file_name): Remove unused variables.
Andreas Schwab [Tue, 2 Sep 2008 08:13:20 +0000 (08:13 +0000)]
(Fexpand_file_name): Remove unused variables.

15 years agoMerge from emacs--rel--22
Miles Bader [Tue, 2 Sep 2008 05:35:54 +0000 (05:35 +0000)]
Merge from emacs--rel--22

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

15 years ago(try-face-font): Remove dead alias.
Glenn Morris [Tue, 2 Sep 2008 02:43:52 +0000 (02:43 +0000)]
(try-face-font): Remove dead alias.

15 years ago(c-opt-op-identitier-prefix): Fix typo.
Glenn Morris [Tue, 2 Sep 2008 02:30:38 +0000 (02:30 +0000)]
(c-opt-op-identitier-prefix): Fix typo.

15 years ago("german-postfix"): do not translate ue to \"u after a, e or q,
David Reitter [Tue, 2 Sep 2008 01:59:19 +0000 (01:59 +0000)]
("german-postfix"): do not translate ue to \"u after a, e or q,
because that would be extremely uncommon compared to aue, eue or que.
The only exception is the prefix "ge", after which, according to
corpus statistics, a \"u can be expected.

15 years ago("german-postfix"): do not translate ue to
David Reitter [Tue, 2 Sep 2008 01:58:52 +0000 (01:58 +0000)]
("german-postfix"): do not translate ue to
\"u after a, e or q, because that would be extremely uncommon
compared to aue, eue or que.  The only exception is the prefix
"ge", after which, according to corpus statistics, a \"u can be
expected.

15 years agoVin Shelton <acs at xemacs.org> (tiny change)
Glenn Morris [Tue, 2 Sep 2008 00:47:55 +0000 (00:47 +0000)]
Vin Shelton  <acs at xemacs.org>  (tiny change)

Fix typo.

15 years agoRemove dos line endings from 2008-09-01T08:06:26Z!rudalics@gmx.at.
Glenn Morris [Mon, 1 Sep 2008 21:52:29 +0000 (21:52 +0000)]
Remove dos line endings from 2008-09-01T08:06:26Z!rudalics@gmx.at.

15 years ago(vc-default-previous-version): Move alias here from vc-hooks, and fix
Glenn Morris [Mon, 1 Sep 2008 21:47:42 +0000 (21:47 +0000)]
(vc-default-previous-version): Move alias here from vc-hooks, and fix
name typos.  (Bug#856)

15 years ago(vc-previous-version): Move alias to vc.el.
Glenn Morris [Mon, 1 Sep 2008 21:45:32 +0000 (21:45 +0000)]
(vc-previous-version): Move alias to vc.el.

15 years ago(completion-pcm--pattern->regex): When completion-ignore-case is
Chong Yidong [Mon, 1 Sep 2008 21:34:23 +0000 (21:34 +0000)]
(completion-pcm--pattern->regex): When completion-ignore-case is
non-nil, generate a regexp that ignores case.

15 years ago* minibuffer.el (completion-pcm--pattern->regex): When
Chong Yidong [Mon, 1 Sep 2008 21:33:51 +0000 (21:33 +0000)]
* minibuffer.el (completion-pcm--pattern->regex): When
completion-ignore-case is non-nil, generate a regexp that ignores
case.

15 years agoA plea for fewer "it doesn't build" messages.
Glenn Morris [Mon, 1 Sep 2008 21:28:30 +0000 (21:28 +0000)]
A plea for fewer "it doesn't build" messages.

15 years ago*** empty log message ***
Glenn Morris [Mon, 1 Sep 2008 21:14:41 +0000 (21:14 +0000)]
*** empty log message ***

15 years ago(Finternal_set_alternative_font_family_alist)
Chong Yidong [Mon, 1 Sep 2008 19:46:16 +0000 (19:46 +0000)]
(Finternal_set_alternative_font_family_alist)
(Finternal_set_alternative_font_registry_alist): Properly copy entire
alist structure.

15 years ago* xfaces.c (Finternal_set_alternative_font_family_alist)
Chong Yidong [Mon, 1 Sep 2008 19:45:11 +0000 (19:45 +0000)]
* xfaces.c (Finternal_set_alternative_font_family_alist)
(Finternal_set_alternative_font_registry_alist): Properly copy
entire alist structure.

15 years ago(recenter-top-bottom): Doc fix.
Chong Yidong [Mon, 1 Sep 2008 17:47:51 +0000 (17:47 +0000)]
(recenter-top-bottom): Doc fix.

15 years ago* window.el (recenter-top-bottom): Doc fix.
Chong Yidong [Mon, 1 Sep 2008 17:47:35 +0000 (17:47 +0000)]
* window.el (recenter-top-bottom): Doc fix.

15 years agoNew maintainer.
Chong Yidong [Mon, 1 Sep 2008 17:24:52 +0000 (17:24 +0000)]
New maintainer.
(delphi-interface-types): New var.
(delphi-composite-types): Use it.
(delphi-enclosing-indent-of): Distinguish between "interface"
keyword as a unit separator and used like a class declaration.

15 years ago* delphi.el: New maintainer.
Chong Yidong [Mon, 1 Sep 2008 17:24:17 +0000 (17:24 +0000)]
* delphi.el: New maintainer.
(delphi-interface-types): New var.
(delphi-composite-types): Use it.
(delphi-enclosing-indent-of): Distinguish between "interface"
keyword as a unit separator and used like a class declaration.

15 years agoAdd arch tagline
Miles Bader [Mon, 1 Sep 2008 11:15:17 +0000 (11:15 +0000)]
Add arch tagline

15 years ago(pmail-reply-callback): Call pmail-show-message to repaint the
Paul Reilly [Mon, 1 Sep 2008 10:56:37 +0000 (10:56 +0000)]
(pmail-reply-callback): Call pmail-show-message to repaint the
message, insuring that new headers, like X-BABYL-V6... are correctly
hidden.

15 years ago*** empty log message ***
Paul Reilly [Mon, 1 Sep 2008 08:40:33 +0000 (08:40 +0000)]
*** empty log message ***

15 years agoReflect that rmail-convert-to-babyl is no longer relevant.
Paul Reilly [Mon, 1 Sep 2008 08:37:47 +0000 (08:37 +0000)]
Reflect that rmail-convert-to-babyl is no longer relevant.

15 years agoFix the expunge operation.
Paul Reilly [Mon, 1 Sep 2008 08:35:24 +0000 (08:35 +0000)]
Fix the expunge operation.

pmail.el (pmail-only-expunge): Manage pmail-total-messages in the
callback handler; remove the extra show message call.
(pmail-expunge-callback): Rewrite to handle all possible conditions.

pmaildesc.el (pmail-desc-get-previous, pmail-desc-get-match-index):
New functions.

15 years agoNew and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly [Mon, 1 Sep 2008 08:18:32 +0000 (08:18 +0000)]
New and temporary change log file used to capture changes to the pmail*.el files.

15 years ago(describe-face): Use find-lisp-object-file-name instead
Martin Rudalics [Mon, 1 Sep 2008 08:06:26 +0000 (08:06 +0000)]
(describe-face): Use find-lisp-object-file-name instead
of describe-simplify-lib-file-name.

15 years ago(describe-simplify-lib-file-name, find-source-lisp-file): Removed.
Martin Rudalics [Mon, 1 Sep 2008 08:04:40 +0000 (08:04 +0000)]
(describe-simplify-lib-file-name, find-source-lisp-file): Removed.
(find-lisp-object-file-name): New function giving preference to
files found via load-path instead of loaddefs.el.
(describe-function-1): Use new function instead of the removed
ones.  (Bugs #587, #669, #690)

15 years ago(font-show-log): Fix previous change.
Kenichi Handa [Mon, 1 Sep 2008 07:17:23 +0000 (07:17 +0000)]
(font-show-log): Fix previous change.