bpt/emacs.git
15 years agoUpdated from master source.
Dan Nicolaescu [Tue, 9 Dec 2008 00:58:34 +0000 (00:58 +0000)]
Updated from master source.

15 years agoFix last change.
Eli Zaretskii [Mon, 8 Dec 2008 23:42:13 +0000 (23:42 +0000)]
Fix last change.

15 years ago(auto-insert): Use expand-file-name instead of concat.
Stefan Monnier [Mon, 8 Dec 2008 16:30:43 +0000 (16:30 +0000)]
(auto-insert): Use expand-file-name instead of concat.
Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.

15 years ago(main): Close daemon_pipe on exec.
Dan Nicolaescu [Mon, 8 Dec 2008 16:22:40 +0000 (16:22 +0000)]
(main): Close daemon_pipe on exec.

15 years ago(encode_terminal_code): Free any previous memory blocks
Chong Yidong [Mon, 8 Dec 2008 14:44:30 +0000 (14:44 +0000)]
(encode_terminal_code): Free any previous memory blocks
before calling xmalloc for encode_terminal_src or
encode_terminal_dst.
(maybe_fatal): Buffer argument deleted.  Don't free buffer here.
All callers changed.
(init_tty): Store termcap data and string buffers in new struct
tty members termcap_term_buffer and termcap_strings_buffer.
(delete_tty): Free them.
(syms_of_term): Initialize encode_terminal_src and
encode_terminal_dst.

15 years ago(struct tty): New members termcap_term_buffer and
Chong Yidong [Mon, 8 Dec 2008 14:44:23 +0000 (14:44 +0000)]
(struct tty): New members termcap_term_buffer and
termcap_strings_buffer.

15 years ago* termchar.h (struct tty): New members termcap_term_buffer and
Chong Yidong [Mon, 8 Dec 2008 14:43:45 +0000 (14:43 +0000)]
* termchar.h (struct tty): New members termcap_term_buffer and
termcap_strings_buffer.

* term.c (encode_terminal_code): Free any previous memory blocks
before calling xmalloc for encode_terminal_src or
encode_terminal_dst.
(maybe_fatal): Buffer argument deleted.  Don't free buffer here.
All callers changed.
(init_tty): Store termcap data and string buffers in new struct
tty members termcap_term_buffer and termcap_strings_buffer.
(delete_tty): Free them.
(syms_of_term): Initialize encode_terminal_src and
encode_terminal_dst.

15 years ago2008-12-07 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Sun, 7 Dec 2008 18:51:01 +0000 (18:51 +0000)]
2008-12-07  Carsten Dominik  <dominik@science.uva.nl>

* refcards/orgcard.tex: Version number update.

15 years ago2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik [Sun, 7 Dec 2008 18:50:50 +0000 (18:50 +0000)]
2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>

* org.texi (Using the mapping API): Fix bug in mapping example.
(Publishing options): Make the list of properties complete again, in
correspondence to the variable `org-export-plist-vars'.
(Property searches): Document new special values for time comparisons.
(Tag inheritance): Refine the description of tag inheritance.
(Project alist): Add info about the publishing sequence of components.
(Effort estimates): Document the new relativer timer.

15 years agoChecking in the correct versions of the files, sorry, I hade used the files
Carsten Dominik [Sun, 7 Dec 2008 18:49:09 +0000 (18:49 +0000)]
Checking in the correct versions of the files, sorry, I hade used the files
from an experimental branch.....

15 years agoNew file org-w3m.el.
Carsten Dominik [Sun, 7 Dec 2008 18:37:17 +0000 (18:37 +0000)]
New file org-w3m.el.

15 years ago2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik [Sun, 7 Dec 2008 18:36:02 +0000 (18:36 +0000)]
2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>

* org-id.el (org-id-locations-file): Wrap file name with
`convert-standard-filename'.
(org-id-files): New variable.
(org-id-use-hash): New option.
(org-id-update-id-locations): Also search in all files current
listed in `org-id-files'.  Convert the resulting alist to a hash
if the user customation says so.
(org-id-locations-save): Handle he case if `org-id-locations' is a
hash.
(org-id-locations-load): Convert the alist to a hash.
(org-id-add-location): Handle the hast case.
(kill-emacs-hook): Make sure id locations are saved when Emacs is
exited.
(org-id-hash-to-alist, org-id-alist-to-hash)
(org-id-paste-tracker): New functions.

2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>

* org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
bindings of calendar variables.

* org-table.el (org-table-find-row-type): Renamed from
`org-find-row-type'.
(org-table-rewrite-old-row-references): Renamed from
`org-rewrite-old-row-references'.
(org-table-shift-refpart): Renamed from `org-shift-refpart'.
(org-table-cleanup-narrow-column-properties): Renamed from
`org-cleanup-narrow-column-properties'.

2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>

* org-table.el (org-find-row-type): New arguments DESC and CLINE,
for better error messages.
(org-table-get-descriptor-line): Supply the new arguments to
`org-find-row-type'.
(org-table-error-on-row-ref-crossing-hline): New option.

* org.el (org-target-link-regexp): Make buffer-local.
(org-move-subtree-down): Fix bug with trees at beginning of
buffer.

2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>

* org-faces.el (org-set-tag-faces): New function.
(org-tags-special-faces-re): New variable.

* org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.

* org-faces.el (org-tag-faces): New option.
(org-tag): Mention `org-tag-faces' in the docstring.

2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>

* org-exp.el (org-export-html-style-default): Implement new
quoting.

* org-jsinfo.el (org-infojs-template): Implement new quoting.

* org-w3m.el (w3m-minor-mode-hook): Also add the special copy
command to the `w3m-minor-mode-map'.

* org-archive.el (org-archive-to-archive-sibling): Protect
`this-command' to avoid appending kills during archiving.

* org-exp.el (org-export-with-priority): New variable.
(org-export-add-options-to-plist): Use `org-export-plist-vars'
instead of internal list of strings and properties.
(org-print-icalendar-entries): Retrieve the location property with
inheritance.

2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>

* org-exp.el (org-export-with-todo-keywords): New option.
(org-export-plist-vars): Include also the keys for the #+OPTIONS
line.
(org-default-export-plist, org-export-add-options-to-plist)
(org-export-as-ascii, org-export-as-html): Use the new structure
of `org-export-plist-vars'.

* org.el (org-map-entries): Return all values.

2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>

* org.el (org-matcher-time): Recognize more special values.

* org-gnus.el (fboundp): Fix defvaralias for XEmacs.

2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>

* org.el (org-tags-exclude-from-inheritance): New option.
(org-tag-inherit-p, org-remove-uniherited-tags): Respect
`org-tags-exclude-from-inheritance'.

* org-agenda.el (org-agenda-show-inherited-tags): New option.
(org-format-agenda-item): Add inherited tags to the agenda line
string, and make sure that properties are kept when downcasing the
tags list.
(org-agenda-add-inherited-tags): New function.
(org-downcase-keep-props): New function.

* org.el (org-scan-tags): Mark inherited tags with a text
property.
(org-get-tags-at): Mark inherited tags with a text property.
(org-add-prop-inherited): New function.

* org-agenda.el (org-agenda-add-inherited-tags): New function.
(org-agenda-show-inherited-tags): New option.

2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>

* org.el (org-modules): Add org-w3m to the default modules.

* org-table.el (orgtbl-self-insert-command): Make S-SPC work in
orgtbl-mode.
(orgtabl-create-or-convert-from-region): New command.

* org-exp.el (org-export-as-ascii): Remove the handling of
targets.
(org-export-ascii-preprocess): Handle targets already in this
function.

2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>

* org-timer.el (org-timer-start-time): Define this variable.
(org-timer-item): Make argument optional.

* org-list.el (org-insert-item): Automatically insert a timer item
if the current list is a timer list.

* org-timer.el: New file.

* org-publish.el (org-publish-org-index): Only exclude the index
file in the main directory from being added to the site-map.
(org-publish-get-project-from-filename): If the current project is
a component, start publishing from the parent project.

2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>

* org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.

* org-publish.el (org-publish-org-index): Improve removal of
temporary buffers.

15 years ago*** empty log message ***
Carsten Dominik [Sun, 7 Dec 2008 18:34:56 +0000 (18:34 +0000)]
*** empty log message ***

15 years agoUntabify.
Eli Zaretskii [Sun, 7 Dec 2008 17:41:12 +0000 (17:41 +0000)]
Untabify.

15 years ago* nsfns.m (ns_set_background_color): Remove code duplication.
Seiji Zenitani [Sun, 7 Dec 2008 05:00:54 +0000 (05:00 +0000)]
* nsfns.m (ns_set_background_color): Remove code duplication.

15 years ago(make_conversion_work_buffer): Disable buffer modification hooks in
Chong Yidong [Sun, 7 Dec 2008 00:58:47 +0000 (00:58 +0000)]
(make_conversion_work_buffer): Disable buffer modification hooks in
the work buffer.

15 years ago* coding.c (make_conversion_work_buffer): Disable buffer modification
Chong Yidong [Sun, 7 Dec 2008 00:58:16 +0000 (00:58 +0000)]
* coding.c (make_conversion_work_buffer): Disable buffer modification
hooks in the work buffer.

15 years agoMerge from gnus--devo--0
Miles Bader [Sat, 6 Dec 2008 17:26:18 +0000 (17:26 +0000)]
Merge from gnus--devo--0

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

15 years ago(terminal-init-xterm): Discard pending input before reading a reply to
Chong Yidong [Sat, 6 Dec 2008 03:57:16 +0000 (03:57 +0000)]
(terminal-init-xterm): Discard pending input before reading a reply to
the terminal attributes query.

15 years ago* term/xterm.el (terminal-init-xterm): Discard pending input
Chong Yidong [Sat, 6 Dec 2008 03:55:05 +0000 (03:55 +0000)]
* term/xterm.el (terminal-init-xterm): Discard pending input
before reading a reply to the terminal attributes query.

15 years ago(Old Revisions): Improve previous change.
Glenn Morris [Sat, 6 Dec 2008 03:30:36 +0000 (03:30 +0000)]
(Old Revisions): Improve previous change.

15 years agorequirements of the frame opacity code (OS X)
Seiji Zenitani [Sat, 6 Dec 2008 01:11:07 +0000 (01:11 +0000)]
requirements of the frame opacity code (OS X)

15 years ago(pmail-convert-babyl-to-mbox): Reinitialize pmail-mode variables after
Chong Yidong [Fri, 5 Dec 2008 20:43:18 +0000 (20:43 +0000)]
(pmail-convert-babyl-to-mbox): Reinitialize pmail-mode variables after
conversion.

15 years ago* pmail.el (pmail-convert-babyl-to-mbox): Reinitialize pmail-mode
Chong Yidong [Fri, 5 Dec 2008 20:43:11 +0000 (20:43 +0000)]
* pmail.el (pmail-convert-babyl-to-mbox): Reinitialize pmail-mode
variables after conversion.

15 years ago(String Basics): Only unibyte strings that represent key sequences hold
Eli Zaretskii [Fri, 5 Dec 2008 16:54:24 +0000 (16:54 +0000)]
(String Basics): Only unibyte strings that represent key sequences hold
8-bit raw bytes.

15 years ago(procfs_system_process_attributes): If `nread' has a negative value, assign
Eli Zaretskii [Fri, 5 Dec 2008 16:49:20 +0000 (16:49 +0000)]
(procfs_system_process_attributes): If `nread' has a negative value, assign
zero to it.

15 years ago(Character Sets): Document `map-charset-chars'.
Eli Zaretskii [Fri, 5 Dec 2008 16:30:01 +0000 (16:30 +0000)]
(Character Sets): Document `map-charset-chars'.

15 years ago(Coding System Basics): Rewrite @ignore'd paragraph to speak about `undecided'.
Eli Zaretskii [Fri, 5 Dec 2008 16:11:37 +0000 (16:11 +0000)]
(Coding System Basics): Rewrite @ignore'd paragraph to speak about `undecided'.
(Character Properties): Don't explain the meaning of each property; instead,
identify their Unicode Standard names.

15 years agoTransform defvar into defcustom.
Vinicius Jose Latorre [Fri, 5 Dec 2008 14:56:18 +0000 (14:56 +0000)]
Transform defvar into defcustom.

15 years agoMinor correction.
Chong Yidong [Fri, 5 Dec 2008 14:45:32 +0000 (14:45 +0000)]
Minor correction.

15 years ago(Vdebug_on_error): Doc fix.
Chong Yidong [Fri, 5 Dec 2008 14:45:14 +0000 (14:45 +0000)]
(Vdebug_on_error): Doc fix.

15 years ago* eval.c (syms_of_eval): Doc fix.
Chong Yidong [Fri, 5 Dec 2008 14:44:53 +0000 (14:44 +0000)]
* eval.c (syms_of_eval): Doc fix.

15 years ago(dired-font-lock-keywords): Fix last change.
Andreas Schwab [Fri, 5 Dec 2008 13:36:46 +0000 (13:36 +0000)]
(dired-font-lock-keywords): Fix last change.

15 years ago(ftfont_shape_by_flt): Use "combining" flt if the
Kenichi Handa [Fri, 5 Dec 2008 12:26:58 +0000 (12:26 +0000)]
(ftfont_shape_by_flt): Use "combining" flt if the
second character is a combining character.

15 years ago(procfs_system_process_attributes): Don't use cmd, cmdsize, and q without
Eli Zaretskii [Fri, 5 Dec 2008 07:09:16 +0000 (07:09 +0000)]
(procfs_system_process_attributes): Don't use cmd, cmdsize, and q without
initializing them first.

15 years ago(Antinews): Minor fixes.
Richard M. Stallman [Fri, 5 Dec 2008 03:02:03 +0000 (03:02 +0000)]
(Antinews): Minor fixes.

15 years ago* international/mule-diag.el (mule-diag): Display the window
Juanma Barranquero [Fri, 5 Dec 2008 00:21:40 +0000 (00:21 +0000)]
* international/mule-diag.el (mule-diag): Display the window
  system version in a less laconic way.

15 years agoFix breakage by #870.
Juanma Barranquero [Fri, 5 Dec 2008 00:02:10 +0000 (00:02 +0000)]
Fix breakage by #870.

15 years ago* ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
Juanma Barranquero [Thu, 4 Dec 2008 23:58:14 +0000 (23:58 +0000)]
* ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
  if the sorting functions are not loaded.  (Bug#1432)

15 years ago(pmailhdr): Require pmailhdr.
Chong Yidong [Thu, 4 Dec 2008 23:16:45 +0000 (23:16 +0000)]
(pmailhdr): Require pmailhdr.

15 years ago* pmailsort.el (pmailhdr): Require pmailhdr.
Chong Yidong [Thu, 4 Dec 2008 23:16:40 +0000 (23:16 +0000)]
* pmailsort.el (pmailhdr): Require pmailhdr.

15 years agoRequire pmailhdr.
Chong Yidong [Thu, 4 Dec 2008 23:14:50 +0000 (23:14 +0000)]
Require pmailhdr.

15 years agoRemove pmaildesc dependency.
Chong Yidong [Thu, 4 Dec 2008 23:13:08 +0000 (23:13 +0000)]
Remove pmaildesc dependency.

15 years agoRemove pmaildesc.elc.
Chong Yidong [Thu, 4 Dec 2008 23:11:10 +0000 (23:11 +0000)]
Remove pmaildesc.elc.

15 years ago(compilation-read-command): Extracted from compile.
Sam Steingold [Thu, 4 Dec 2008 23:04:39 +0000 (23:04 +0000)]
(compilation-read-command): Extracted from compile.
(compile): Use it.
(recompile): Accept an optional argument to enable editing the command line.

15 years agoSync with rmailedit.el.
Chong Yidong [Thu, 4 Dec 2008 22:54:48 +0000 (22:54 +0000)]
Sync with rmailedit.el.
(pmail-edit-current-message): Remove deleted function
pmail-msg-is-pruned.

15 years ago(pmail-retry-failure): Remove call to non-existent function
Chong Yidong [Thu, 4 Dec 2008 22:50:50 +0000 (22:50 +0000)]
(pmail-retry-failure): Remove call to non-existent function
pmail-clear-headers.
(pmail-message-labels-p): New function.

15 years agoSync with rmailout.el.
Chong Yidong [Thu, 4 Dec 2008 22:49:30 +0000 (22:49 +0000)]
Sync with rmailout.el.

15 years agoSync with rmailkwd.el.
Chong Yidong [Thu, 4 Dec 2008 22:49:21 +0000 (22:49 +0000)]
Sync with rmailkwd.el.

15 years agoRequire mail-parse.
Chong Yidong [Thu, 4 Dec 2008 22:49:10 +0000 (22:49 +0000)]
Require mail-parse.
(pmail-mime-show): Don't use removed function
pmail-header-hide-headers.
(pmail-mime): Use pmail-msgbeg and pmail-msgend instead of removed
pmail-desc-* functions.

15 years agoSync with pmailsort.el.
Chong Yidong [Thu, 4 Dec 2008 22:48:57 +0000 (22:48 +0000)]
Sync with pmailsort.el.
(pmail-sort-messages): Insert two newlines at the end of the
message if they do not exist.

15 years agoFile removed.
Chong Yidong [Thu, 4 Dec 2008 22:47:37 +0000 (22:47 +0000)]
File removed.

15 years ago* pmailsort.el: Sync with pmailsort.el.
Chong Yidong [Thu, 4 Dec 2008 22:47:07 +0000 (22:47 +0000)]
* pmailsort.el: Sync with pmailsort.el.
(pmail-sort-messages): Insert two newlines at the end of the
message if they do not exist.

* pmailmm.el: Require mail-parse.
(pmail-mime-show): Don't use removed function
pmail-header-hide-headers.
(pmail-mime): Use pmail-msgbeg and pmail-msgend instead of removed
pmail-desc-* functions.

* pmailkwd.el: Sync with rmailkwd.el.

* pmailout.el: Sync with rmailout.el.

* pmailedit.el: Sync with rmailedit.el.
(pmail-edit-current-message): Remove deleted function
pmail-msg-is-pruned.

* pmaildesc.el: File deleted.

* pmail.el (pmail-get-header): Call pmail-swap-buffers-maybe.
(pmail-retry-failure): Remove call to non-existent function
pmail-clear-headers.
(pmail-message-labels-p): New function.

15 years ago* net/tramp.el (top): Write a message, when loading Tramp.
Michael Albinus [Thu, 4 Dec 2008 20:44:11 +0000 (20:44 +0000)]
* net/tramp.el (top): Write a message, when loading Tramp.

15 years ago* net/tramp-cache.el (tramp-dump-connection-properties): Polish
Michael Albinus [Thu, 4 Dec 2008 20:42:29 +0000 (20:42 +0000)]
* net/tramp-cache.el (tramp-dump-connection-properties): Polish
the check, whether to dump the data.

15 years ago(vc-cvs-could-register): Don't use file-directory-p to
Lute Kamstra [Thu, 4 Dec 2008 18:10:34 +0000 (18:10 +0000)]
(vc-cvs-could-register): Don't use file-directory-p to
check if the file "CVS/Entries" exists.

15 years ago*** empty log message ***
Jason Rumney [Thu, 4 Dec 2008 15:25:53 +0000 (15:25 +0000)]
*** empty log message ***

15 years ago* international/mule-diag.el (list-character-sets): Doc fix.
Juanma Barranquero [Thu, 4 Dec 2008 15:23:54 +0000 (15:23 +0000)]
* international/mule-diag.el (list-character-sets): Doc fix.
  (list-character-sets-2): Fix info in header.  Simplify.
  (print-coding-system): Simplify.
  (list-input-methods-1): Simplify.
  (mule-diag): Display current font/fontset for all window systems,
  not just X.  Simplify.

15 years ago(w32font_draw): Initialize orig_clip before getting it, and delete it
Jason Rumney [Thu, 4 Dec 2008 15:21:53 +0000 (15:21 +0000)]
(w32font_draw): Initialize orig_clip before getting it, and delete it
when finished.

15 years ago(pmail-get-header): Call pmail-swap-buffers-maybe.
Chong Yidong [Thu, 4 Dec 2008 13:41:10 +0000 (13:41 +0000)]
(pmail-get-header): Call pmail-swap-buffers-maybe.

15 years ago* pmail.el (pmail-get-header): Call pmail-swap-buffers-maybe.
Chong Yidong [Thu, 4 Dec 2008 13:40:56 +0000 (13:40 +0000)]
* pmail.el (pmail-get-header): Call pmail-swap-buffers-maybe.

15 years ago* mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and fast.
Katsumi Yamaoka [Thu, 4 Dec 2008 10:53:18 +0000 (10:53 +0000)]
* mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and fast.
* gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.

15 years ago(kbd_buffer_get_event): Follow the non-interactive
Dan Nicolaescu [Thu, 4 Dec 2008 08:53:26 +0000 (08:53 +0000)]
(kbd_buffer_get_event): Follow the non-interactive
case when running as a daemon before detaching.

15 years ago(vc-svn-register-switches): Doc fix. Add t as option.
Glenn Morris [Thu, 4 Dec 2008 07:03:53 +0000 (07:03 +0000)]
(vc-svn-register-switches): Doc fix.  Add t as option.
(vc-svn-register): Doc fix.

15 years ago(vc-sccs-register-switches): Doc fix. Add t as option.
Glenn Morris [Thu, 4 Dec 2008 07:02:21 +0000 (07:02 +0000)]
(vc-sccs-register-switches): Doc fix.  Add t as option.
(vc-sccs-register): Doc fix.

15 years ago(vc-rcs-register-switches): Doc fix. Add t as option.
Glenn Morris [Thu, 4 Dec 2008 07:01:56 +0000 (07:01 +0000)]
(vc-rcs-register-switches): Doc fix.  Add t as option.
(vc-rcs-register): Doc fix.

15 years ago(vc-mcvs-register-switches): Doc fix. Add t as option.
Glenn Morris [Thu, 4 Dec 2008 07:01:22 +0000 (07:01 +0000)]
(vc-mcvs-register-switches): Doc fix.  Add t as option.
(vc-mcvs-register): Doc fix.

15 years ago(vc-cvs-register-switches): Doc fix. Add t as option.
Glenn Morris [Thu, 4 Dec 2008 07:00:43 +0000 (07:00 +0000)]
(vc-cvs-register-switches): Doc fix.  Add t as option.
(vc-cvs-register): Doc fix.

15 years ago(toggle-read-only): Doc fix.
Glenn Morris [Thu, 4 Dec 2008 06:13:19 +0000 (06:13 +0000)]
(toggle-read-only): Doc fix.

15 years ago(pmail-sort-messages): Don't call removed function
Chong Yidong [Thu, 4 Dec 2008 03:24:41 +0000 (03:24 +0000)]
(pmail-sort-messages): Don't call removed function
pmail-header-show-headers.

15 years ago* pmailsort.el (pmail-sort-messages): Don't call removed function
Chong Yidong [Thu, 4 Dec 2008 03:24:28 +0000 (03:24 +0000)]
* pmailsort.el (pmail-sort-messages): Don't call removed function
pmail-header-show-headers.

15 years ago* mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap on links.
Katsumi Yamaoka [Thu, 4 Dec 2008 01:58:01 +0000 (01:58 +0000)]
* mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap on links.
* gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.

15 years ago(message-idna-to-ascii-rhs-1): Fix previous commit.
Katsumi Yamaoka [Wed, 3 Dec 2008 23:49:00 +0000 (23:49 +0000)]
(message-idna-to-ascii-rhs-1): Fix previous commit.
(message-idna-to-ascii-rhs): Add a comment.  Suggested by RMS.

15 years ago(apropos-print-doc): Fix thinko that caused long labels to
Stefan Monnier [Wed, 3 Dec 2008 21:57:10 +0000 (21:57 +0000)]
(apropos-print-doc): Fix thinko that caused long labels to
be used in compact layout and vice-versa.

15 years ago* w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
Juanma Barranquero [Wed, 3 Dec 2008 16:36:59 +0000 (16:36 +0000)]
* w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
  like most list-* commands.

15 years ago* international/mule-diag.el (unicodedata-file, unicode-data): Remove.
Juanma Barranquero [Wed, 3 Dec 2008 16:17:46 +0000 (16:17 +0000)]
* international/mule-diag.el (unicodedata-file, unicode-data): Remove.
  They already exist in descr-text.el as `describe-char-unicodedata-file'
  and `describe-char-unicode-data'.
  (print-list): Simplify.
  (read-charset): Reflow docstring.
  (list-coding-systems): Doc fix.

15 years agoBetter description.
Juanma Barranquero [Wed, 3 Dec 2008 14:16:27 +0000 (14:16 +0000)]
Better description.

15 years ago* w32.c (init_environment): Don't free handle to library shell32.dll.
Juanma Barranquero [Wed, 3 Dec 2008 14:13:42 +0000 (14:13 +0000)]
* w32.c (init_environment): Don't free handle to library shell32.dll.

15 years ago*** empty log message ***
Glenn Morris [Wed, 3 Dec 2008 08:21:08 +0000 (08:21 +0000)]
*** empty log message ***

15 years agoNEWS would imply this file is supposed to be maintainerless.
Glenn Morris [Wed, 3 Dec 2008 08:03:49 +0000 (08:03 +0000)]
NEWS would imply this file is supposed to be maintainerless.

15 years agoAdd VC switches entry.
Glenn Morris [Wed, 3 Dec 2008 07:57:47 +0000 (07:57 +0000)]
Add VC switches entry.

15 years ago(Old Revisions): Fix diff-switches description.
Glenn Morris [Wed, 3 Dec 2008 07:57:23 +0000 (07:57 +0000)]
(Old Revisions): Fix diff-switches description.

15 years ago(vc-diff-switches): Doc fix.
Glenn Morris [Wed, 3 Dec 2008 07:45:04 +0000 (07:45 +0000)]
(vc-diff-switches): Doc fix.

15 years ago(vc-cvs-diff-switches): Doc fix. Add t as option.
Glenn Morris [Wed, 3 Dec 2008 07:43:33 +0000 (07:43 +0000)]
(vc-cvs-diff-switches): Doc fix.  Add t as option.
(vc-cvs-diff): Use vc-diff-switches or diff-switches rather than appending.

15 years agoComment.
Glenn Morris [Wed, 3 Dec 2008 07:41:10 +0000 (07:41 +0000)]
Comment.

15 years ago(vc-sccs-diff-switches): Doc fix. Add t as option.
Glenn Morris [Wed, 3 Dec 2008 07:40:53 +0000 (07:40 +0000)]
(vc-sccs-diff-switches): Doc fix.  Add t as option.
(vc-sccs-register-switches): Remove leading * from doc.

15 years ago(vc-rcs-diff-switches): Doc fix. Add t as option.
Glenn Morris [Wed, 3 Dec 2008 07:39:20 +0000 (07:39 +0000)]
(vc-rcs-diff-switches): Doc fix.  Add t as option.

15 years ago(vc-mtn-diff-switches): Doc fix.
Glenn Morris [Wed, 3 Dec 2008 07:38:45 +0000 (07:38 +0000)]
(vc-mtn-diff-switches): Doc fix.

15 years agoSet maintainer as FSF rather than "None".
Glenn Morris [Wed, 3 Dec 2008 07:38:25 +0000 (07:38 +0000)]
Set maintainer as FSF rather than "None".
(vc-mcvs-diff-switches): Doc fix.

15 years ago(vc-hg-diff-switches): Doc fix.
Glenn Morris [Wed, 3 Dec 2008 07:37:39 +0000 (07:37 +0000)]
(vc-hg-diff-switches): Doc fix.

15 years ago(vc-git-diff-switches): Doc fix.
Glenn Morris [Wed, 3 Dec 2008 07:36:53 +0000 (07:36 +0000)]
(vc-git-diff-switches): Doc fix.

15 years ago(vc-bzr-diff-switches): Doc fix. Add t as option.
Glenn Morris [Wed, 3 Dec 2008 07:36:23 +0000 (07:36 +0000)]
(vc-bzr-diff-switches): Doc fix.  Add t as option.
(vc-bzr-log-switches): Doc fix.

15 years ago(vc-arch-diff-switches): New option, for consistency with other backends.
Glenn Morris [Wed, 3 Dec 2008 07:35:14 +0000 (07:35 +0000)]
(vc-arch-diff-switches): New option, for consistency with other backends.
(vc-arch-diff): Apply switches.

15 years ago(encode_coding_emacs_mule): Be sure to set `code'.
Kenichi Handa [Wed, 3 Dec 2008 06:35:02 +0000 (06:35 +0000)]
(encode_coding_emacs_mule): Be sure to set `code'.

15 years ago(epa--show-key): Use past tense of "expire" if the key
Daiki Ueno [Wed, 3 Dec 2008 06:16:18 +0000 (06:16 +0000)]
(epa--show-key): Use past tense of "expire" if the key
has already been expired.  Thanks to Peter BARABAS.

15 years ago(font_at): Set `multibyte' at first.
Kenichi Handa [Wed, 3 Dec 2008 05:54:27 +0000 (05:54 +0000)]
(font_at): Set `multibyte' at first.

15 years ago*** empty log message ***
Kenichi Handa [Wed, 3 Dec 2008 05:48:37 +0000 (05:48 +0000)]
*** empty log message ***

15 years ago* align.el:
Lute Kamstra [Wed, 3 Dec 2008 05:48:14 +0000 (05:48 +0000)]
* align.el:
* allout.el:
* apropos.el:
* arc-mode.el:
* autoinsert.el:
* avoid.el:
* battery.el:
* bookmark.el:
* buff-menu.el:
* calculator.el:
* chistory.el:
* cmuscheme.el:
* comint.el:
* compare-w.el:
* dabbrev.el:
* delim-col.el:
* desktop.el:
* diff-mode.el:
* diff.el:
* dired-aux.el:
* dired-x.el:
* dired.el:
* dos-vars.el:
* ediff-diff.el:
* ediff-help.el:
* ediff-init.el:
* ediff-merg.el:
* ediff-mult.el:
* ediff-ptch.el:
* ediff-vers.el:
* ediff-wind.el:
* ediff.el:
* emerge.el:
* facemenu.el:
* faces.el:
* ffap.el:
* filecache.el:
* find-dired.el:
* font-core.el:
* font-lock.el:
* forms.el:
* fringe.el:
* help-at-pt.el:
* hippie-exp.el:
* ido.el:
* image-file.el:
* imenu.el:
* indent.el:
* info.el:
* isearchb.el:
* iswitchb.el:
* jit-lock.el:
* jka-compr.el:
* log-edit.el:
* lpr.el:
* ls-lisp.el:
* man.el:
* menu-bar.el:
* midnight.el:
* mouse-sel.el:
* mouse.el:
* msb.el:
* outline.el:
* paren.el:
* pcmpl-cvs.el:
* pcmpl-gnu.el:
* pcomplete.el:
* pcvs-info.el:
* pcvs-parse.el:
* printing.el:
* ps-mule.el:
* ps-print.el:
* replace.el:
* ruler-mode.el:
* saveplace.el:
* sb-image.el:
* scroll-bar.el:
* sha1.el:
* shadowfile.el:
* shell.el:
* sort.el:
* speedbar.el:
* strokes.el:
* tempo.el:
* term.el:
* terminal.el:
* time-stamp.el:
* time.el:
* tree-widget.el:
* type-break.el:
* vc-cvs.el:
* vc-hg.el:
* vc-mcvs.el:
* vc-rcs.el:
* vc-sccs.el:
* vc.el:
* view.el:
* w32-vars.el:
* whitespace.el:
* wid-edit.el: Remove leading * from docstrings of defcustoms,
deffaces, defconsts and defuns.

15 years ago(decode_coding_charset): Check type of an element of
Kenichi Handa [Wed, 3 Dec 2008 05:48:11 +0000 (05:48 +0000)]
(decode_coding_charset): Check type of an element of
vector VALIDS.

15 years ago(face_for_char): Handle invalid charset property
Kenichi Handa [Wed, 3 Dec 2008 05:30:38 +0000 (05:30 +0000)]
(face_for_char): Handle invalid charset property
correctly.
(font_for_char): Likewise.