bpt/emacs.git
15 years ago* nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. \n \n* nsmenu.m...
Adrian Robert [Fri, 13 Feb 2009 13:30:35 +0000 (13:30 +0000)]
* nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. \n \n* nsmenu.m (pop_down_menu): Check popup_activated_flag. \n(ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let \npop_down_menu do the cleanup work as it is always called. (Bug#2154) \n \n* nsfont.m (nsfont_make_fontset_for_font): For now, don't try to \nset fontset font for 'mathematical-' sub-scripts. (Bug #2218)\n

15 years agoAdd bug reference.
Juanma Barranquero [Fri, 13 Feb 2009 12:57:45 +0000 (12:57 +0000)]
Add bug reference.

15 years ago(tit-process-header): Use
Kenichi Handa [Fri, 13 Feb 2009 12:37:53 +0000 (12:37 +0000)]
(tit-process-header): Use
buffer-substring-no-properties instead of buffer-substring.
(tit-process-body): Likewise.
(tsang-quick-converter): Handle superfluous CR at eol.
(py-converter): Use buffer-substring-no-properties instead of
buffer-substring.  Handle superfluous CR at eol.
(ziranma-converter): Likewise
(ctlau-converter): Likewise.
(miscdic-convert): Read a file without eol conversion.

15 years ago2009-02-13 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Fri, 13 Feb 2009 10:45:03 +0000 (10:45 +0000)]
2009-02-13  Carsten Dominik  <dominik@science.uva.nl>

* org.texi (Org Plot): Fix link.

15 years ago* minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
Juanma Barranquero [Fri, 13 Feb 2009 10:35:40 +0000 (10:35 +0000)]
* minibuffer.el (internal-complete-buffer-except): Doc fix.  (Bug#2315)

15 years agoAdd bug references.
Juanma Barranquero [Fri, 13 Feb 2009 08:56:27 +0000 (08:56 +0000)]
Add bug references.

15 years agoFix typos.
Juanma Barranquero [Fri, 13 Feb 2009 08:50:57 +0000 (08:50 +0000)]
Fix typos.

15 years ago(rmail-show-message): Restore argument list to the declaration now
Glenn Morris [Fri, 13 Feb 2009 07:52:18 +0000 (07:52 +0000)]
(rmail-show-message): Restore argument list to the declaration now
that this functions behaves in Emacs 23 as in 22.

15 years agoUpdate for rmail-show-message-maybe name change.
Glenn Morris [Fri, 13 Feb 2009 07:48:13 +0000 (07:48 +0000)]
Update for rmail-show-message-maybe name change.

15 years ago(rmail-show-message): New name for the old rmail-show-message-maybe.
Glenn Morris [Fri, 13 Feb 2009 07:46:14 +0000 (07:46 +0000)]
(rmail-show-message): New name for the old rmail-show-message-maybe.
Update callers.

15 years agoUpdate for rmail-show-message -> rmail-show-message-1 name change.
Glenn Morris [Fri, 13 Feb 2009 07:44:18 +0000 (07:44 +0000)]
Update for rmail-show-message -> rmail-show-message-1 name change.

15 years ago(rmail-show-message-1): New name for the old rmail-show-message.
Glenn Morris [Fri, 13 Feb 2009 07:43:50 +0000 (07:43 +0000)]
(rmail-show-message-1): New name for the old rmail-show-message.
Update callers.

15 years ago(rmail-summary-vector, rmail-mode-map): Add doc string.
Glenn Morris [Fri, 13 Feb 2009 03:51:16 +0000 (03:51 +0000)]
(rmail-summary-vector, rmail-mode-map): Add doc string.
(rmail-set-header-1): If VALUE is nil, remove the header altogether.
(rmail-set-header): Doc fix.

15 years ago(msgnum): Remove declaration.
Glenn Morris [Fri, 13 Feb 2009 03:49:58 +0000 (03:49 +0000)]
(msgnum): Remove declaration.
(rmail-summary-redo): Add missing initialization value.
(rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
(rmail-summary-mark-deleted, rmail-summary-deleted-p):
Fix skip-chars-forward calls.
(rmail-summary-mark-seen): New function.  As well as removing the '-'
mark, update the summary-vector.  (Bug#2135)
(rmail-summary-rmail-update, rmail-summary-goto-msg):
Use rmail-summary-mark-seen.

15 years ago(rmail-set-label): Delete the keyword header if all labels are
Glenn Morris [Fri, 13 Feb 2009 03:44:30 +0000 (03:44 +0000)]
(rmail-set-label): Delete the keyword header if all labels are
removed.  (Bug#2302)

15 years ago(unrmail): When getting message keywords, don't include a leading
Glenn Morris [Fri, 13 Feb 2009 03:44:10 +0000 (03:44 +0000)]
(unrmail): When getting message keywords, don't include a leading
space, but do include the space after the separating comma.  (Bug#2303)

15 years ago(image-toggle-display): Let-bind `buffer-file-truename' to nil around the
Juri Linkov [Thu, 12 Feb 2009 21:49:29 +0000 (21:49 +0000)]
(image-toggle-display): Let-bind `buffer-file-truename' to nil around the
call to `add-text-properties' to prevent directory time modification by
lock_file.  Replace `set-buffer-modified-p' with
`restore-buffer-modified-p'.  (Bug#2295)

15 years ago(adjust_point_for_property): Allow stopping betwen two invisible areas.
Stefan Monnier [Thu, 12 Feb 2009 18:20:52 +0000 (18:20 +0000)]
(adjust_point_for_property): Allow stopping betwen two invisible areas.

15 years ago(python-use-skeletons): Re-add.
Stefan Monnier [Thu, 12 Feb 2009 18:16:26 +0000 (18:16 +0000)]
(python-use-skeletons): Re-add.
(def-python-skeleton): Use it.

15 years ago(quail-make-guidance-frame): Remove the `parent-id' parameter.
Stefan Monnier [Thu, 12 Feb 2009 18:13:20 +0000 (18:13 +0000)]
(quail-make-guidance-frame): Remove the `parent-id' parameter.
(quail-show-guidance): Make the new window dedicated.

15 years ago* international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
Juanma Barranquero [Thu, 12 Feb 2009 16:09:48 +0000 (16:09 +0000)]
* international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
  Fix typos in docstrings.

15 years agoAdd bug reference.
Juanma Barranquero [Thu, 12 Feb 2009 16:06:54 +0000 (16:06 +0000)]
Add bug reference.

15 years ago(check_face_name): Check for fake helv. (Bug#2275)
Jason Rumney [Thu, 12 Feb 2009 15:00:26 +0000 (15:00 +0000)]
(check_face_name): Check for fake helv.  (Bug#2275)
(add_font_entity_to_list): Call check_face_name even when family
is unspecified.

15 years ago(x_display_pixel_height, x_display_pixel_width):
Jason Rumney [Thu, 12 Feb 2009 14:39:17 +0000 (14:39 +0000)]
(x_display_pixel_height, x_display_pixel_width):
Release DC when finished.  Use NULL window to refer to desktop.
(w32_term_init): Use NULL window to refer to desktop. (Bug#460)

15 years ago*** empty log message ***
Jason Rumney [Thu, 12 Feb 2009 14:06:24 +0000 (14:06 +0000)]
*** empty log message ***

15 years ago(add_font_entity_to_list): Fix check for substituted
Jason Rumney [Thu, 12 Feb 2009 13:58:29 +0000 (13:58 +0000)]
(add_font_entity_to_list): Fix check for substituted
raster fonts. (Bug#2219)

15 years ago(c-emacs-features): Crash-fix: change `=' to `eq'.
Alan Mackenzie [Thu, 12 Feb 2009 12:30:12 +0000 (12:30 +0000)]
(c-emacs-features): Crash-fix: change `=' to `eq'.

15 years ago*** empty log message ***
Alan Mackenzie [Thu, 12 Feb 2009 12:29:06 +0000 (12:29 +0000)]
*** empty log message ***

15 years agoSimplify previous change; again.
Glenn Morris [Thu, 12 Feb 2009 07:53:11 +0000 (07:53 +0000)]
Simplify previous change; again.

15 years agoSimplify previous change.
Glenn Morris [Thu, 12 Feb 2009 07:52:02 +0000 (07:52 +0000)]
Simplify previous change.

15 years ago(rmail-set-label): Fix the test for a label being already present. (Bug#2210)
Glenn Morris [Thu, 12 Feb 2009 06:55:43 +0000 (06:55 +0000)]
(rmail-set-label): Fix the test for a label being already present.  (Bug#2210)

15 years agoAdd info/.gitignore
Miles Bader [Thu, 12 Feb 2009 06:28:59 +0000 (06:28 +0000)]
Add info/.gitignore

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

15 years ago(MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
Kenichi Handa [Thu, 12 Feb 2009 06:06:29 +0000 (06:06 +0000)]
(MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
(composition_gstring_width): Fix handling of LGLYPH_YOFF.
(autocmp_chars): Use fast_looking_at.  Don't compose more
characters than MAX_COMPOSITION_COMPONENST.
(find_automatic_composition): While looking forward and backward,
check static composition.  Fix where to stop looking forward.
(composition_adjust_point): Fix checking of static composition.
(Fcomposition_get_gstring): Pay attention to
MAX_COMPOSITION_COMPONENST.

15 years ago(fast_looking_at): New function.
Kenichi Handa [Thu, 12 Feb 2009 06:01:23 +0000 (06:01 +0000)]
(fast_looking_at): New function.

15 years ago(fast_looking_at): Extern it.
Kenichi Handa [Thu, 12 Feb 2009 05:55:50 +0000 (05:55 +0000)]
(fast_looking_at): Extern it.

15 years ago(encode_terminal_code): Adjusted for the change of
Kenichi Handa [Thu, 12 Feb 2009 05:55:02 +0000 (05:55 +0000)]
(encode_terminal_code): Adjusted for the change of
<struct glyph>.u.cmp.to.
(append_composite_glyph): Likewise.

15 years ago(fill_gstring_glyph_string): Adjusted for the change of
Kenichi Handa [Thu, 12 Feb 2009 05:54:20 +0000 (05:54 +0000)]
(fill_gstring_glyph_string): Adjusted for the change of
<struct glyph>.u.cmp.to.  Check if the glyph belongs to the same
composition.
(append_composite_glyph): Adjusted for the change of
<strcut glyph>.u.cmp.to.

15 years ago(?.): New character category for
Kenichi Handa [Thu, 12 Feb 2009 05:48:41 +0000 (05:48 +0000)]
(?.): New character category for
Base characters.  Set them in the standard category table.

15 years agoUse "\\c." instead of "[[:alpha:]]" to match with
Kenichi Handa [Thu, 12 Feb 2009 05:42:56 +0000 (05:42 +0000)]
Use "\\c." instead of "[[:alpha:]]" to match with
a base character.

15 years ago(isearch-yank-char-in-minibuffer)
Stefan Monnier [Thu, 12 Feb 2009 05:38:25 +0000 (05:38 +0000)]
(isearch-yank-char-in-minibuffer)
(isearch-other-meta-char): Use with-current-buffer.

15 years ago(verilog-mode): Avoid circular use of syntax-ppss.
Stefan Monnier [Thu, 12 Feb 2009 05:34:26 +0000 (05:34 +0000)]
(verilog-mode): Avoid circular use of syntax-ppss.

15 years ago(end-of-defun): Rewrite, to use the ARG argument to beginning-of-defun-raw.
Stefan Monnier [Thu, 12 Feb 2009 04:31:01 +0000 (04:31 +0000)]
(end-of-defun): Rewrite, to use the ARG argument to beginning-of-defun-raw.

15 years ago(end-of-defun): Don't skip to next line after
Stefan Monnier [Thu, 12 Feb 2009 04:16:14 +0000 (04:16 +0000)]
(end-of-defun): Don't skip to next line after
calling end-of-defun-function if it already moved to BOL.

15 years ago(rmail-show-message-verbose-min): New option.
Richard M. Stallman [Thu, 12 Feb 2009 04:01:11 +0000 (04:01 +0000)]
(rmail-show-message-verbose-min): New option.
(rmail-show-message): Conditionally show start and finish in echo area.

15 years agoTiny change is tiny.
Glenn Morris [Thu, 12 Feb 2009 03:30:26 +0000 (03:30 +0000)]
Tiny change is tiny.

15 years ago(rmail-unix-mail-delimiter): Doc fix.
Glenn Morris [Thu, 12 Feb 2009 03:29:19 +0000 (03:29 +0000)]
(rmail-unix-mail-delimiter): Doc fix.
(rmail-enable-multibyte): Don't really define, only for compiler.

15 years ago(rmail-read-label): Don't scan for labels if the summary exists, since
Glenn Morris [Thu, 12 Feb 2009 03:28:53 +0000 (03:28 +0000)]
(rmail-read-label): Don't scan for labels if the summary exists, since
it's already done.

15 years ago(rmail-get-summary-labels): Store any message labels for use in
Glenn Morris [Thu, 12 Feb 2009 03:28:37 +0000 (03:28 +0000)]
(rmail-get-summary-labels): Store any message labels for use in
completion.

15 years agoAdd some gnus stuff from emacs-devel.
Glenn Morris [Thu, 12 Feb 2009 03:27:01 +0000 (03:27 +0000)]
Add some gnus stuff from emacs-devel.

15 years ago(org-footnote-at-definition-p): Fix doc typo.
Glenn Morris [Thu, 12 Feb 2009 03:26:13 +0000 (03:26 +0000)]
(org-footnote-at-definition-p): Fix doc typo.

15 years agoJoachim Reiter <Reiter.Joachim at web.de> (tiny change)
Glenn Morris [Thu, 12 Feb 2009 03:25:54 +0000 (03:25 +0000)]
Joachim Reiter  <Reiter.Joachim at web.de>  (tiny change)

(org-footnote-action): Fix doc typo.

15 years ago(read-buffer-to-switch): Add table to icomplete-with-completion-tables.
Stefan Monnier [Thu, 12 Feb 2009 02:19:53 +0000 (02:19 +0000)]
(read-buffer-to-switch): Add table to icomplete-with-completion-tables.

15 years ago(dired-add-entry): Avoid munging long-form Dired switches (Bug#2261).
Chong Yidong [Wed, 11 Feb 2009 14:47:24 +0000 (14:47 +0000)]
(dired-add-entry): Avoid munging long-form Dired switches (Bug#2261).

15 years ago* dired-aux.el (dired-add-entry): Avoid munging long-form Dired
Chong Yidong [Wed, 11 Feb 2009 14:46:05 +0000 (14:46 +0000)]
* dired-aux.el (dired-add-entry): Avoid munging long-form Dired
switches (Bug#2261).

15 years agoRemove spurious semicolons.
Juanma Barranquero [Wed, 11 Feb 2009 09:45:12 +0000 (09:45 +0000)]
Remove spurious semicolons.

15 years ago* server.el (server-with-environment): Don't fail for negative entries in ENV.
Juanma Barranquero [Wed, 11 Feb 2009 09:22:59 +0000 (09:22 +0000)]
* server.el (server-with-environment): Don't fail for negative entries in ENV.

15 years agoFix typos and add bug references.
Juanma Barranquero [Wed, 11 Feb 2009 08:44:18 +0000 (08:44 +0000)]
Fix typos and add bug references.

15 years ago* vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
Dan Nicolaescu [Wed, 11 Feb 2009 06:36:32 +0000 (06:36 +0000)]
* vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
(vc-default-dir-printer): Add a comment about updating this function.

* vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
for the file name.

15 years ago(Visibility of Frames): Mention the effect multiple
Glenn Morris [Wed, 11 Feb 2009 04:15:18 +0000 (04:15 +0000)]
(Visibility of Frames): Mention the effect multiple
workspaces/desktops can have on visibility.

(as I learnt in bug#2199).

15 years ago(calendar-window-list): Ignore invisible windows.
Glenn Morris [Wed, 11 Feb 2009 04:02:16 +0000 (04:02 +0000)]
(calendar-window-list): Ignore invisible windows.
(calendar-set-mode-line): Fall back to a default width if we seem to be
called from daemon.  (Bug#2199)

15 years ago(rmail-make-label): Doc fix.
Glenn Morris [Wed, 11 Feb 2009 04:01:35 +0000 (04:01 +0000)]
(rmail-make-label): Doc fix.
(rmail-read-label): Add current labels to completion list.  (Bug#2222)
(rmail-set-label): Use `or'.

15 years ago(mbx_delimit_begin): Also write the current time.
Glenn Morris [Wed, 11 Feb 2009 03:59:52 +0000 (03:59 +0000)]
(mbx_delimit_begin): Also write the current time.

15 years ago(Fwrite_region): !NILP -> CONSP.
Stefan Monnier [Wed, 11 Feb 2009 03:52:56 +0000 (03:52 +0000)]
(Fwrite_region): !NILP -> CONSP.

15 years ago(find-library-name, find-library): Doc fixes.
Chong Yidong [Wed, 11 Feb 2009 02:25:06 +0000 (02:25 +0000)]
(find-library-name, find-library): Doc fixes.

15 years ago* emacs-lisp/find-func.el (find-library-name, find-library): Doc
Chong Yidong [Wed, 11 Feb 2009 02:24:51 +0000 (02:24 +0000)]
* emacs-lisp/find-func.el (find-library-name, find-library): Doc
fixes.

15 years ago(send_process): Properly relocate pointer into data
Andreas Schwab [Tue, 10 Feb 2009 22:32:39 +0000 (22:32 +0000)]
(send_process): Properly relocate pointer into data
when using encoded data.

15 years agoAdd "tiny change" note.
Juanma Barranquero [Tue, 10 Feb 2009 10:26:53 +0000 (10:26 +0000)]
Add "tiny change" note.

15 years ago* env.el (getenv): When FRAME is non-nil, pass the frame environment
Juanma Barranquero [Tue, 10 Feb 2009 10:24:59 +0000 (10:24 +0000)]
* env.el (getenv): When FRAME is non-nil, pass the frame environment
  to `getenv-internal', not the frame.  (Bug#2259)

15 years agoFix typo.
Juanma Barranquero [Tue, 10 Feb 2009 09:02:05 +0000 (09:02 +0000)]
Fix typo.

15 years ago*** empty log message ***
Kenichi Handa [Tue, 10 Feb 2009 06:17:23 +0000 (06:17 +0000)]
*** empty log message ***

15 years ago(describe-char-display): On terminal, if terminal
Kenichi Handa [Tue, 10 Feb 2009 06:03:44 +0000 (06:03 +0000)]
(describe-char-display): On terminal, if terminal
coding system is nil, assume us-ascii.
(describe-char): Don't show the composition informaiton if it is
trivial.

15 years ago(vc-svn-after-dir-status): Use shy group for revision
Nick Roberts [Tue, 10 Feb 2009 06:03:07 +0000 (06:03 +0000)]
(vc-svn-after-dir-status): Use shy group for revision
number as it isn't present for unregistered files.

15 years ago(vc-dir-find-file-other-window): Allow mouse events.
Nick Roberts [Tue, 10 Feb 2009 05:51:47 +0000 (05:51 +0000)]
(vc-dir-find-file-other-window): Allow mouse events.
(vc-dir-mouse-map): New keymap.
(vc-default-dir-printer): Use it locally.

15 years agoFix stupidity in previous change.
Glenn Morris [Tue, 10 Feb 2009 05:26:52 +0000 (05:26 +0000)]
Fix stupidity in previous change.

15 years agoAvoid messing up font-lock-global-modes.
Glenn Morris [Tue, 10 Feb 2009 05:23:35 +0000 (05:23 +0000)]
Avoid messing up font-lock-global-modes.

15 years agoRegenerate.
Glenn Morris [Tue, 10 Feb 2009 03:58:49 +0000 (03:58 +0000)]
Regenerate.

15 years ago(rmail-set-attribute): Allow ATTR to be a string.
Glenn Morris [Tue, 10 Feb 2009 03:57:10 +0000 (03:57 +0000)]
(rmail-set-attribute): Allow ATTR to be a string.

15 years ago(mail-use-rfc822): Remove * from defcustom doc.
Glenn Morris [Tue, 10 Feb 2009 03:39:38 +0000 (03:39 +0000)]
(mail-use-rfc822): Remove * from defcustom doc.
(mail-file-babyl-p): Use with-temp-buffer.

15 years agoJust require rmail.
Glenn Morris [Tue, 10 Feb 2009 03:36:00 +0000 (03:36 +0000)]
Just require rmail.

15 years agoJust require rmail.
Glenn Morris [Tue, 10 Feb 2009 03:33:48 +0000 (03:33 +0000)]
Just require rmail.
(rmail-old-pruned): Add doc string.
(rmail-edit-current-message): Use rmail-msg-is-pruned.
(rmail-cease-edit): Don't mangle the leading From line.
Don't mark as edited if there were no changes.  (Bug#2256)
Correctly restore header state.

15 years ago(rmail-automatic-folder-directives): Doc fix.
Glenn Morris [Tue, 10 Feb 2009 03:33:27 +0000 (03:33 +0000)]
(rmail-automatic-folder-directives): Doc fix.
(rmail-current-message, rmail-total-messages)
(rmail-message-vector, rmail-deleted-vector): Add doc strings.
(rmail-duplicate-message): Doc fix.
(rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
New functions.
(rmail-get-header, rmail-set-header, rmail-set-attribute):
Use rmail-apply-in-message.
(rmail-message-attr-p): Use rmail-get-header, hence no longer requires
unswapped-ness.
(rmail-get-attr-names): Check for missing or corrupt attribute headers.
(rmail-auto-file): Set the filed attribute, rather than explicitly not
doing so.  (Bug#2231)

15 years ago(mbx_delimit_begin, mbx_delimit_end): Write mbox rather than Babyl
Glenn Morris [Tue, 10 Feb 2009 03:30:39 +0000 (03:30 +0000)]
(mbx_delimit_begin, mbx_delimit_end): Write mbox rather than Babyl
format.  (Bug#2196)

15 years agoRemove platform-independent -j comments.
Glenn Morris [Tue, 10 Feb 2009 03:29:00 +0000 (03:29 +0000)]
Remove platform-independent -j comments.
Remove deleted --enable-cocoa-experimental-ctrl-g option.

15 years ago--enable-cocoa-experimental-ctrl-g was removed.
Glenn Morris [Tue, 10 Feb 2009 03:28:13 +0000 (03:28 +0000)]
--enable-cocoa-experimental-ctrl-g was removed.

15 years ago(url-generate-unique-filename): Silence compiler.
Glenn Morris [Tue, 10 Feb 2009 03:27:29 +0000 (03:27 +0000)]
(url-generate-unique-filename): Silence compiler.

15 years agonewsticker: kill groups buffer after saving/loading.
Ulf Jasper [Mon, 9 Feb 2009 20:05:48 +0000 (20:05 +0000)]
newsticker: kill groups buffer after saving/loading.

15 years agoAdd :version tags for previous change.
Glenn Morris [Mon, 9 Feb 2009 17:26:21 +0000 (17:26 +0000)]
Add :version tags for previous change.

15 years ago(doc-view-scroll-up-or-next-page)
Tassilo Horn [Mon, 9 Feb 2009 15:33:47 +0000 (15:33 +0000)]
(doc-view-scroll-up-or-next-page)
(doc-view-scroll-down-or-previous-page, doc-view-goto-page): Reset
the old hscroll value after switching pages.

15 years ago(diary-entry-marker, calendar-today-marker)
Glenn Morris [Mon, 9 Feb 2009 07:52:54 +0000 (07:52 +0000)]
(diary-entry-marker, calendar-today-marker)
(calendar-holiday-marker): Drop test for color display.

15 years ago(Holidays, Displaying the Diary): Update for new marker defaults.
Glenn Morris [Mon, 9 Feb 2009 07:50:44 +0000 (07:50 +0000)]
(Holidays, Displaying the Diary): Update for new marker defaults.

15 years ago(Mail-mode integration): Mention the way to do
Daiki Ueno [Mon, 9 Feb 2009 03:05:50 +0000 (03:05 +0000)]
(Mail-mode integration): Mention the way to do
"encrypt-to-self".  (Bug#1807)

15 years ago(detect_coding_charset): Fix previous change.
Kenichi Handa [Mon, 9 Feb 2009 00:45:17 +0000 (00:45 +0000)]
(detect_coding_charset): Fix previous change.

15 years agoupdates
Adrian Robert [Sun, 8 Feb 2009 16:44:57 +0000 (16:44 +0000)]
updates

15 years ago(w32_hide_hourglass): Handle case where frame
Jason Rumney [Sun, 8 Feb 2009 15:35:36 +0000 (15:35 +0000)]
(w32_hide_hourglass): Handle case where frame
disappeared while hourglass was displayed. (Bug #2193)

15 years ago(diary-fancy-display): It doesn't make sense to check font-lock-mode
Glenn Morris [Sun, 8 Feb 2009 01:52:26 +0000 (01:52 +0000)]
(diary-fancy-display): It doesn't make sense to check font-lock-mode
(see comments; reverts 2008-04-02 change).  (Bug#2199)

15 years ago(diary-entry-marker, calendar-today-marker, calendar-holiday-marker)
Glenn Morris [Sun, 8 Feb 2009 01:52:01 +0000 (01:52 +0000)]
(diary-entry-marker, calendar-today-marker, calendar-holiday-marker)
(calendar-mark-visible-date): It doesn't make sense to check
font-lock-mode (see comments; reverts 2008-04-02 change).  (Bug#2199)

15 years ago(toggle-word-wrap): New command.
Juri Linkov [Sun, 8 Feb 2009 00:47:15 +0000 (00:47 +0000)]
(toggle-word-wrap): New command.

15 years ago(rmail-msg-restore-non-pruned-header): Remove unneeded autoload of
Glenn Morris [Sat, 7 Feb 2009 22:41:04 +0000 (22:41 +0000)]
(rmail-msg-restore-non-pruned-header): Remove unneeded autoload of
function that no longer exists.
(rmail-toggle-header): Declare.
(message-forward-rmail-make-body): Handle mbox Rmail.

15 years agoAdd comment.
Chong Yidong [Sat, 7 Feb 2009 21:59:35 +0000 (21:59 +0000)]
Add comment.

15 years ago(ps-run-tmp-dir): Doc fix.
Chong Yidong [Sat, 7 Feb 2009 21:56:47 +0000 (21:56 +0000)]
(ps-run-tmp-dir): Doc fix.
(ps-run-make-tmp-filename): Use temporary-file-directory.