bpt/emacs.git
14 years ago* fileio.c (Fdelete_directory_internal): Renamed from
Michael Albinus [Thu, 1 Oct 2009 15:08:13 +0000 (15:08 +0000)]
* fileio.c (Fdelete_directory_internal): Renamed from
Fdelete_directory.  It is not a command anymore.  It has no file
name handler.

14 years ago* files.el (delete-directory): New defun. The original function
Michael Albinus [Thu, 1 Oct 2009 15:04:22 +0000 (15:04 +0000)]
* files.el (delete-directory): New defun.  The original function
in fileio.c has been renamed to `delete-directory-internal'.

14 years ago*** empty log message ***
Michael Albinus [Thu, 1 Oct 2009 15:01:32 +0000 (15:01 +0000)]
*** empty log message ***

14 years ago(Swapping Text): Minor clarification.
Stefan Monnier [Thu, 1 Oct 2009 14:33:58 +0000 (14:33 +0000)]
(Swapping Text): Minor clarification.

14 years ago2009-10-01 Carsten Dominik <dominik@u016822.science.uva.nl>
Carsten Dominik [Thu, 1 Oct 2009 08:04:46 +0000 (08:04 +0000)]
2009-10-01  Carsten Dominik  <dominik@u016822.science.uva.nl>

* refcards/orgcard.tex: New version number.

14 years ago2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik [Thu, 1 Oct 2009 08:04:32 +0000 (08:04 +0000)]
2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
(Processing LaTeX fragments): Document that the size of images can be
changes using the variable `org-format-latex-options'.
(The date/time prompt, Timestamps): Be more accurate over ISO format
dates and times.
(Visibility cycling): Document showeverything keyword.
(In-buffer settings): Document showeverything keyword.
(Setting up the staging area): Fix the example.
(MobileOrg): New section.
(Agenda commands, Exporting Agenda Views): Document exporting the
agenda view to Org files.

14 years ago2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik [Thu, 1 Oct 2009 07:59:53 +0000 (07:59 +0000)]
2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org.el (org-set-tags-to): New command.

* org-latex.el (org-export-latex-set-initial-vars): Also check in
the plist.

* org.el (org-additional-option-like-keywords): Add LATEX_CLASS
keyword.

* org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org-inlinetask.el (org-inlinetask-export): Option removed.
(org-inlinetask-export-handler): Better export.

* org-xoxo.el (org-export-xoxo-final-hook): New hook.
(org-export-as-xoxo): Run the new hook.

* org-html.el (org-export-html-final-hook): New hook.
(org-export-as-html): Run the new hook.

* org-docbook.el (org-export-docbook-final-hook): New hook.
(org-export-as-docbook): Run the new hook.

* org-ascii.el (org-export-ascii-final-hook): New hook.
(org-export-as-ascii): Run the new hook.

* org-latex.el (org-export-latex-treat-sub-super-char): Allow a
space character as the character before the ^/_.
(org-export-latex-final-hook): New hook.
(org-export-as-latex): Run `org-export-latex-final-hook'.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org-macs.el (org-if-unprotected-at): Fix docstring.

* org-agenda.el (org-agenda-change-all-lines): Handle invisible
text in the prefix (if category is a link).

* org-latex.el (org-export-latex-preprocess): Deal properly with
empty lines in verse environments.

* org.el (org-format-latex-header): Inline fullpage.sty.

* org-footnote.el (org-footnote-create-definition): Reveal context
to add a new footnote definition.

* org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
org-table-recalculate when cursor is in TBLFM line.

* org-list.el (org-renumber-ordered-list): Fix cursor position
when bullet length has changed.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org.el (org-format-latex): Mention `org-format-latex-options' in
the docstring.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org.el (org-agenda-get): New function.

* org-agenda.el (org-agenda-post-command-hook): No longer move
point away from end of line.
(org-agenda-add-entry-text, org-agenda-collect-markers)
(org-finalize-agenda, org-agenda-mark-clocking-task)
(org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
(org-agenda-entry-text-show, org-agenda-highlight-todo)
(org-agenda-compare-effort, org-agenda-filter-apply)
(org-agenda-later, org-agenda-change-time-span)
(org-agenda-post-command-hook, org-agenda-show-priority)
(org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
(org-agenda-archive, org-agenda-archive-to-archive-sibling)
(org-remove-subtree-entries-from-agenda, org-agenda-refile)
(org-agenda-open-link, org-agenda-copy-local-variable)
(org-agenda-switch-to, org-agenda-check-no-diary)
(org-agenda-tree-to-indirect-buffer, org-agenda-todo)
(org-agenda-add-note, org-agenda-change-all-lines)
(org-agenda-priority, org-agenda-set-tags)
(org-agenda-set-property, org-agenda-set-effort)
(org-agenda-toggle-archive-tag, org-agenda-date-later)
(org-agenda-show-new-time, org-agenda-date-prompt)
(org-agenda-schedule, org-agenda-deadline, org-agenda-action)
(org-agenda-clock-in, org-agenda-bulk-mark)
(org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
`org-get-at-bol'.

* org-colview.el (org-columns-display-here)
(org-columns-edit-allowed, org-agenda-columns): Use
`org-get-at-bol'.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org.el (org-special-ctrl-a/e): Improve documentation and
customize type.
(org-end-of-line): Don't jump to after the ellipsis.
(org-mode-map): Bind <home> and <end> as well.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
space after #+ as comments.
(org-open-at-point): Run `org-follow-link-hook' always.

* org-latex.el (org-export-latex-emph-format): Use better commands
to insert special characters in verbatim snippets.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org-faces.el (org-copy-face): New function.  Use it to create
various faces formerly created by using `copy-face'.

* org-agenda.el (org-prepare-agenda): Don't officially mark this
window dedicated.
(org-agenda-quit): Kill the frame containing the agenda window if
that frame was created for the agenda.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org-agenda.el (org-agenda-date-prompt): Mark the changed time
stamp in the agenda.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org-agenda.el (org-prepare-agenda): Reset
`org-drawers-for-agenda'.
(org-prepare-agenda): Uniquify list of drawers.

* org.el (org-complex-heading-regexp-format): New variable.
(org-set-regexps-and-options): Define
`org-complex-heading-regexp-format'.
(org-drawers-for-agenda): New variable.
(org-map-entries): Bind `org-drawers-for-agenda'.
(org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.

* org-remember.el (org-go-to-remember-target)
(org-remember-handler): Use `org-complex-heading-regexp-format'.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org-agenda.el (org-agenda-highlight-todo): Fix text property
problem.

* org.el (org-on-heading-p, org-at-heading-p): Make sure these are
always with `invisible-ok'.
(org-store-link): No error when there is nothing to link to in the
agenda.

* org-list.el (org-update-checkbox-count): Insert changed cookie
before the old, to avoid problems with invisibility at the end of
the line.
(org-update-checkbox-count): Insert changed cookie before the old,
to avoid problems with invisibility at the end of the line.

* org.el (org-sort-entries-or-items): Include the final newline.
(org-fontify-meta-lines-and-blocks): Add indented dynamic block
lines for fontification.
(org-dblock-start-re, org-dblock-end-re): Allow indentation.
(org-prepare-dblock): Store the current indentation of the BEGIN
line.
(org-update-dblock): Apply the indentation of the begin line to
the rest of the block.
(org-ctrl-c-ctrl-c): Also find indented dblock lines.
(org-startup-folded): New allowed value `showeverything'.
(org-startup-options): Add STARTUP keyword `showeverything'.
(org-set-startup-visibility): Respect value `showeverything' in
org-startup-folded.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org.el (org-closest-date): Fix issue with past preference.

* org-archive.el (org-archive-set-tag)
(org-archive-subtree-default): New commands.

* org-clock.el (org-clock-clocktable-default-properties): New
option.
(org-clock-report): Use
`org-clock-clocktable-default-properties'.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org.el (org-iswitchb-completing-read): Fix typo.

* org-crypt.el: New file.

* org.el: Add an entry for org-crypt.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org-agenda.el (org-agenda-menu): Reorganize the menu for more
consistency.
(org-batch-store-agenda-views): New function.
(org-agenda-title-append): Define variable.
(org-write-agenda): New export to Org files.
(org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
(org-agenda): Allow to keep the restricted file list if a special
variable is bound to t.
(org-agenda): Define a special agenda view for working on flagged
entries.
(org-agenda-get-restriction-and-command): List the new agenda
view.
(org-agenda-show-the-flagging-note): New command.
(org-agenda-mode-map): New key `?' for looking at the flagging
note.

* org.el (org-autoload): Autoload org-mobile.el.
(org-org-menu): Add menu commands for MobileOrg in the Org menu.

* org-mobile.el: New file.

* org-id.el (org-id-get): Fix bug with forcing ID on an item.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
statements.
(org-table-get-remote-range): Match indented #+TBLNAME
statements.

* org.el (org-convert-to-odd-levels)
(org-convert-to-oddeven-levels): Work also correctly if the file
is in outline-mode.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org.el (org-store-link): When in agenda buffer, link to
referenced entry.
(org-add-planning-info): Remove spaces at eol.

* org-macs.el (org-with-point-at): Add a `lisp-indent-function'
property.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org-latex.el (org-export-latex-first-lines): Fix problem with
LaTeX export of first line and selected subtree.

* org.el (org-shifttab): Interpret arg differently when using only
odd levels.

2009-10-01  Bastien Guerry  <bzg@altern.org>

* org.el (org-check-agenda-file): Use a more explicit message

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org-exp.el (org-export-remove-special-table-lines): Don't remove
normal lines.

2009-10-01  Bastien Guerry  <bzg@altern.org>

* org.el (org-offer-links-in-entry): Don't use "Select link" as a
prompt in the temporary window.

* org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
prefix for marked entries in the agenda view.

2009-10-01  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)

* org.el (outline-end-of-subtree): Bugfix: advise this function in
a way that prevents any trailing character from being displayed.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
menu.

* org-exp.el (org-export-remove-special-table-lines): Remove bad
slow regexp match.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org-latex.el (org-export-latex-preprocess): Do not protect in
the LaTeX header.

* org-src.el (org-edit-src-save): Save window setup while saving.
(org-edit-src-code): Use new buffer name construction scheme.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org-agenda.el (org-agenda-entry-text-exclude-regexps): New
variable.
(org-agenda-entry-text-cleanup-hook): New hook.
(org-agenda-get-some-entry-text): Remove matches of
`org-agenda-entry-text-exclude-regexps' and run the hook
`org-agenda-entry-text-cleanup-hook'.

* org.el (org-offer-links-in-entry): New argument ZERO to
implement a link with index zero.
(org-cycle-show-empty-lines): Not keep empty line under header
hidden.
(org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
to nil for special completion.
(org-store-link): Don't error before the first heading.

* org-agenda.el (org-agenda-open-link): Pass the prefix to
`org-offer-links-in-entry'.

2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>

* org-agenda.el (org-agenda-quit): Provide the window argument for
`window-dedicated-p', Emacs 22 needs it.
(org-format-agenda-item): If the category is a link, arrange for
invisible text to replaced with spaces.
(org-compile-prefix-format): Add the extra space.
(org-prefix-category-length): New variable.

* org-exp.el (org-export-cleanup-toc-line): Remove footnote
references from TOC lines.

* org.el (org-selected-window): New variable.

* org-table.el (org-table-edit-formulas): Remember the selected
window.
(org-table-fedit-finish, org-table-fedit-abort): Select the window
that was originally selected.

* org-exp.el (org-export-preprocess-apply-macros): Scan the
expansion of a macro for more macro definitions.

* org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
invisibility overlay starts on the newline.

14 years agoDoc/message fixes.
Glenn Morris [Thu, 1 Oct 2009 04:54:05 +0000 (04:54 +0000)]
Doc/message fixes.

14 years agoFix comment typo.
Glenn Morris [Thu, 1 Oct 2009 04:48:12 +0000 (04:48 +0000)]
Fix comment typo.

14 years agoFix comment typos.
Glenn Morris [Thu, 1 Oct 2009 04:47:55 +0000 (04:47 +0000)]
Fix comment typos.

14 years ago(byte-compile-defmacro-declaration): New fun.
Stefan Monnier [Thu, 1 Oct 2009 04:38:52 +0000 (04:38 +0000)]
(byte-compile-defmacro-declaration): New fun.
(byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
(byte-compile-defmacro): Use backquotes.

14 years agoFix comment typo.
Glenn Morris [Thu, 1 Oct 2009 04:31:40 +0000 (04:31 +0000)]
Fix comment typo.

14 years agoFix comment typo.
Glenn Morris [Thu, 1 Oct 2009 04:24:04 +0000 (04:24 +0000)]
Fix comment typo.

14 years agoFix comment typo.
Glenn Morris [Thu, 1 Oct 2009 04:16:13 +0000 (04:16 +0000)]
Fix comment typo.

14 years agoDoc/message fixes.
Glenn Morris [Thu, 1 Oct 2009 04:10:10 +0000 (04:10 +0000)]
Doc/message fixes.

14 years agoFix comment typo.
Glenn Morris [Thu, 1 Oct 2009 04:08:46 +0000 (04:08 +0000)]
Fix comment typo.

14 years agoFix comment typo.
Glenn Morris [Thu, 1 Oct 2009 04:01:50 +0000 (04:01 +0000)]
Fix comment typo.

14 years ago(cd-absolute): Don't abbreviate-file-name (bug#4599).
Stefan Monnier [Thu, 1 Oct 2009 03:34:04 +0000 (03:34 +0000)]
(cd-absolute): Don't abbreviate-file-name (bug#4599).

14 years ago(vc-resynch-window): Don't revert a buffer which has no associated file.
Stefan Monnier [Thu, 1 Oct 2009 03:32:25 +0000 (03:32 +0000)]
(vc-resynch-window): Don't revert a buffer which has no associated file.
(vc-resynch-buffer): Use vc-dir-buffers.

14 years agoDoc/message fixes.
Glenn Morris [Thu, 1 Oct 2009 03:08:03 +0000 (03:08 +0000)]
Doc/message fixes.

14 years agoDoc/message fixes.
Glenn Morris [Thu, 1 Oct 2009 02:50:00 +0000 (02:50 +0000)]
Doc/message fixes.

14 years agoFix comment typo.
Glenn Morris [Thu, 1 Oct 2009 02:47:37 +0000 (02:47 +0000)]
Fix comment typo.

14 years agoDoc/message fixes.
Glenn Morris [Thu, 1 Oct 2009 02:39:07 +0000 (02:39 +0000)]
Doc/message fixes.

14 years ago(vc-cvs-parse-entry): Be more careful with the match-data. (Bug#4555).
Glenn Morris [Thu, 1 Oct 2009 02:23:29 +0000 (02:23 +0000)]
(vc-cvs-parse-entry): Be more careful with the match-data.  (Bug#4555).

14 years ago(semantic-c-reset-preprocessor-symbol-map): Fix declaration.
Glenn Morris [Thu, 1 Oct 2009 02:19:38 +0000 (02:19 +0000)]
(semantic-c-reset-preprocessor-symbol-map): Fix declaration.
(semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.

14 years agoRemove unused declarations.
Glenn Morris [Thu, 1 Oct 2009 02:17:38 +0000 (02:17 +0000)]
Remove unused declarations.

14 years ago(iswitchb-read-buffer): Fix declaration.
Glenn Morris [Thu, 1 Oct 2009 02:12:07 +0000 (02:12 +0000)]
(iswitchb-read-buffer): Fix declaration.
(iswitchb-mode, remember, remember-buffer-desc)
(remember-finalize, remember-save-after-remembering, remember-register)
(remember-buffer, remember-handler-functions)
(remember-annotation-functions): Remove unused declarations.

14 years ago(url-dav-file-attributes): Fix declaration.
Glenn Morris [Thu, 1 Oct 2009 02:06:55 +0000 (02:06 +0000)]
(url-dav-file-attributes): Fix declaration.

14 years ago(Declaring Functions): Mention that we also search for ".m" files in
Glenn Morris [Thu, 1 Oct 2009 02:05:32 +0000 (02:05 +0000)]
(Declaring Functions): Mention that we also search for ".m" files in
the src/ directory.

14 years ago(declare-function): Doc fix.
Glenn Morris [Thu, 1 Oct 2009 02:03:38 +0000 (02:03 +0000)]
(declare-function): Doc fix.

14 years ago(check-declare-scan): Read the declaration rather than parsing it as a
Glenn Morris [Thu, 1 Oct 2009 02:02:39 +0000 (02:02 +0000)]
(check-declare-scan): Read the declaration rather than parsing it as a
regexp.  This relaxes the layout requirements and makes errors easier
to detect.
(check-declare-verify): Check file is regular.
(check-declare-directory): Doc fix.

14 years agoSee bug#4594.
Glenn Morris [Thu, 1 Oct 2009 01:58:58 +0000 (01:58 +0000)]
See bug#4594.

14 years ago* cedet/semantic/wisent/javat-wy.el (wisent-java-tags-wy--keyword-table):
Juanma Barranquero [Thu, 1 Oct 2009 01:06:18 +0000 (01:06 +0000)]
* cedet/semantic/wisent/javat-wy.el (wisent-java-tags-wy--keyword-table):
  Use \000 instead of literal ^@.

14 years ago* cedet/srecode/expandproto.el: Fix provide statement.
Juanma Barranquero [Wed, 30 Sep 2009 17:04:27 +0000 (17:04 +0000)]
* cedet/srecode/expandproto.el: Fix provide statement.

14 years ago* emacs-lisp/eieio.el (boolean-p): Deleted.
Chong Yidong [Wed, 30 Sep 2009 15:29:50 +0000 (15:29 +0000)]
* emacs-lisp/eieio.el (boolean-p): Deleted.

* cedet/ede/srecode.el: Fix provide statement.

14 years ago(ede-proj-target-makefile-miscelaneous): Fix doc typo.
Glenn Morris [Wed, 30 Sep 2009 07:59:42 +0000 (07:59 +0000)]
(ede-proj-target-makefile-miscelaneous): Fix doc typo.

14 years ago(ede-aux-source): Fix doc typo.
Glenn Morris [Wed, 30 Sep 2009 07:58:46 +0000 (07:58 +0000)]
(ede-aux-source): Fix doc typo.

14 years agoFix comment typos.
Glenn Morris [Wed, 30 Sep 2009 07:57:57 +0000 (07:57 +0000)]
Fix comment typos.
(ede-proj-target-makefile-miscelaneous, ede-misc-source): Fix doc typos.

14 years agoFix comment typos.
Glenn Morris [Wed, 30 Sep 2009 07:55:35 +0000 (07:55 +0000)]
Fix comment typos.
(semantic-mrub-completing-read, semantic-mrub-switch-tags): Fix doc typos.

14 years ago(data-debug-new-buffer, data-debug-insert-thing): Remove unneeded
Glenn Morris [Wed, 30 Sep 2009 07:50:48 +0000 (07:50 +0000)]
(data-debug-new-buffer, data-debug-insert-thing): Remove unneeded
declarations (one broken).
(semanticdb-enable-gnu-global-databases): Fix prompt typo.

14 years agoFix comment typos.
Glenn Morris [Wed, 30 Sep 2009 07:42:40 +0000 (07:42 +0000)]
Fix comment typos.

14 years ago(elint-init-form): Report declarations where the filename is not a string.
Glenn Morris [Wed, 30 Sep 2009 07:24:35 +0000 (07:24 +0000)]
(elint-init-form): Report declarations where the filename is not a string.

14 years ago(semantic-scope-find): Fix declaration.
Glenn Morris [Wed, 30 Sep 2009 07:24:04 +0000 (07:24 +0000)]
(semantic-scope-find): Fix declaration.

14 years agoFix declarations.
Glenn Morris [Wed, 30 Sep 2009 02:33:07 +0000 (02:33 +0000)]
Fix declarations.

14 years ago(org-columns-uncompile-format): Avoid assignment to free variable `fun'.
Glenn Morris [Wed, 30 Sep 2009 02:32:44 +0000 (02:32 +0000)]
(org-columns-uncompile-format): Avoid assignment to free variable `fun'.

14 years agoRelicense under GPLv3+.
Glenn Morris [Wed, 30 Sep 2009 02:28:17 +0000 (02:28 +0000)]
Relicense under GPLv3+.

14 years ago(authors-ignored-files): Add "js2-mode.el".
Glenn Morris [Wed, 30 Sep 2009 02:27:10 +0000 (02:27 +0000)]
(authors-ignored-files): Add "js2-mode.el".

14 years ago(semantic-gcc-setup): Replace runtime use of CL function `remove-if-not'.
Glenn Morris [Wed, 30 Sep 2009 02:26:12 +0000 (02:26 +0000)]
(semantic-gcc-setup): Replace runtime use of CL function `remove-if-not'.

14 years agoRemove duplicate author header.
Glenn Morris [Wed, 30 Sep 2009 02:25:43 +0000 (02:25 +0000)]
Remove duplicate author header.

14 years agoFix format of Authors: header.
Glenn Morris [Wed, 30 Sep 2009 02:25:27 +0000 (02:25 +0000)]
Fix format of Authors: header.

14 years agoFix comment typo.
Glenn Morris [Wed, 30 Sep 2009 02:25:10 +0000 (02:25 +0000)]
Fix comment typo.

14 years ago(Acknowledgments): CEDET updates. Fix Hungarian accent.
Glenn Morris [Wed, 30 Sep 2009 02:23:05 +0000 (02:23 +0000)]
(Acknowledgments): CEDET updates.  Fix Hungarian accent.

14 years ago* files.el (safe-local-eval-forms): Fix typo.
Chong Yidong [Tue, 29 Sep 2009 23:57:17 +0000 (23:57 +0000)]
* files.el (safe-local-eval-forms): Fix typo.

14 years ago* vc-hooks.el (vc-dir-buffers): New var.
Stefan Monnier [Tue, 29 Sep 2009 13:07:50 +0000 (13:07 +0000)]
* vc-hooks.el (vc-dir-buffers): New var.
(vc-state-refresh): New function.
(vc-state): Use it.
(vc-after-save): Always ask the backend to recompute the new state.
Always call vc-dir if necessary, using vc-dir-buffers.
* vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
Use vc-dir-buffers.
(vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
(vc-dir-prepare-status-buffer, vc-dir-update)
(vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
Don't call expand-file-name on default-directory.

14 years agoAdd 2009 to copyright years.
Glenn Morris [Tue, 29 Sep 2009 07:38:42 +0000 (07:38 +0000)]
Add 2009 to copyright years.

14 years agoRelicense under GPLv3+.
Glenn Morris [Tue, 29 Sep 2009 07:31:22 +0000 (07:31 +0000)]
Relicense under GPLv3+.

14 years agoAdd 2009 to copyright years.
Glenn Morris [Tue, 29 Sep 2009 07:28:30 +0000 (07:28 +0000)]
Add 2009 to copyright years.

14 years agoAdd 2009 to copyright years.
Glenn Morris [Tue, 29 Sep 2009 07:21:14 +0000 (07:21 +0000)]
Add 2009 to copyright years.

14 years agoRegenerate.
Glenn Morris [Tue, 29 Sep 2009 04:31:33 +0000 (04:31 +0000)]
Regenerate.

14 years ago(check-declare-verify): Add basic defmethod and defclass, and
Glenn Morris [Tue, 29 Sep 2009 04:12:46 +0000 (04:12 +0000)]
(check-declare-verify): Add basic defmethod and defclass, and
define-overloadable-function.

14 years agoMark declarations not understood by check-declare.
Glenn Morris [Tue, 29 Sep 2009 04:09:19 +0000 (04:09 +0000)]
Mark declarations not understood by check-declare.

14 years agoAdd 2009 to copyright years.
Glenn Morris [Tue, 29 Sep 2009 04:00:38 +0000 (04:00 +0000)]
Add 2009 to copyright years.
(srecode-resolve-arguments): Fix declaration.

14 years ago(check-declare-locate): Remove pointless file-name-nondirectory call
Glenn Morris [Tue, 29 Sep 2009 03:37:03 +0000 (03:37 +0000)]
(check-declare-locate): Remove pointless file-name-nondirectory call
preventing location of cedet files.
(check-declare-verify): Use literal search rather than re-search.

14 years ago(tramp-smb-handle-directory-files-and-attributes): Use
Glenn Morris [Tue, 29 Sep 2009 02:43:46 +0000 (02:43 +0000)]
(tramp-smb-handle-directory-files-and-attributes): Use
tramp-compat-file-attributes rather than nonexistent
tramp-compat-handle-file-attributes.

14 years ago* speedbar.el (speedbar-item-delete):
Juanma Barranquero [Tue, 29 Sep 2009 02:26:20 +0000 (02:26 +0000)]
* speedbar.el (speedbar-item-delete):
* calc/calc-prog.el (calc-kbd-if):
* language/hanja-util.el (hanja-init-load): Fix typos in messages.

* epa.el (epa-key-list-mode-map):
* hi-lock.el (hi-lock-menu): Fix typos in menus.

* progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
(hs-show-hook): Fix typo in docstring.

14 years ago* spam-stat.el (spam-stat-load): Fix typo in message.
Juanma Barranquero [Tue, 29 Sep 2009 02:20:21 +0000 (02:20 +0000)]
* spam-stat.el (spam-stat-load): Fix typo in message.

14 years ago* org-agenda.el (org-agenda-restore-windows-after-quit): Fix typo in docstring.
Juanma Barranquero [Tue, 29 Sep 2009 02:19:06 +0000 (02:19 +0000)]
* org-agenda.el (org-agenda-restore-windows-after-quit): Fix typo in docstring.

14 years ago(check): Update for two new levels of subdirectory in lisp/.
Glenn Morris [Tue, 29 Sep 2009 02:18:20 +0000 (02:18 +0000)]
(check): Update for two new levels of subdirectory in lisp/.

14 years ago(lisptagsfiles4): New.
Glenn Morris [Tue, 29 Sep 2009 02:17:00 +0000 (02:17 +0000)]
(lisptagsfiles4): New.
(AUTOGENEL): Add cedet loaddefs files.
(TAGS, TAGS-LISP): Use $lisptagsfiles4.
(update-elclist, compile-always, backup-compiled-files)
(bootstrap-clean): Add yet another directory level.
(update-elclist): Use LC_COLLATE rather than COLLATE.
(ELCFILES): Update, via `make update-elclist'.

14 years ago*** empty log message ***
Juanma Barranquero [Tue, 29 Sep 2009 01:01:43 +0000 (01:01 +0000)]
*** empty log message ***

14 years ago* makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
Juanma Barranquero [Tue, 29 Sep 2009 00:55:01 +0000 (00:55 +0000)]
* makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
  (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
  (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.

14 years ago* cedet/*: New unit tests, from CEDET repository.
Chong Yidong [Mon, 28 Sep 2009 23:24:55 +0000 (23:24 +0000)]
* cedet/*: New unit tests, from CEDET repository.

14 years agoAdd CEDET tests.
Chong Yidong [Mon, 28 Sep 2009 23:23:31 +0000 (23:23 +0000)]
Add CEDET tests.

14 years agoAdd placeholder for CEDET.
Chong Yidong [Mon, 28 Sep 2009 23:22:12 +0000 (23:22 +0000)]
Add placeholder for CEDET.

14 years ago(lisptagsfiles3): Define.
Andreas Schwab [Mon, 28 Sep 2009 20:18:39 +0000 (20:18 +0000)]
(lisptagsfiles3): Define.
(TAGS TAGS-LISP): Use it.
(update-elclist): Add third directory level to look for elc files.
(compile-always): Likewise.
(backup-compiled-files): Likewise.
(bootstrap-clean): Likewise.
(ELCFILES): Update.

14 years ago(extend_face_to_end_of_line): Fix formatting of comments.
Eli Zaretskii [Mon, 28 Sep 2009 17:47:48 +0000 (17:47 +0000)]
(extend_face_to_end_of_line): Fix formatting of comments.

14 years ago* NEWS: Mention Tramp connection methods "imap" and "imaps".
Michael Albinus [Mon, 28 Sep 2009 15:51:25 +0000 (15:51 +0000)]
* NEWS: Mention Tramp connection methods "imap" and "imaps".

14 years ago* Makefile.in (ELCFILES): Add CEDET files.
Chong Yidong [Mon, 28 Sep 2009 15:24:24 +0000 (15:24 +0000)]
* Makefile.in (ELCFILES): Add CEDET files.

14 years agoCEDET (development tools) package merged.
Chong Yidong [Mon, 28 Sep 2009 15:15:00 +0000 (15:15 +0000)]
CEDET (development tools) package merged.

* cedet/*.el:
* cedet/ede/*.el:
* cedet/semantic/*.el:
* cedet/srecode/*.el: New files.

14 years ago* tramp.texi (History): Add IMAP support.
Michael Albinus [Mon, 28 Sep 2009 14:27:48 +0000 (14:27 +0000)]
* tramp.texi (History): Add IMAP support.
(External methods): Add `imap' and `imaps' methods.
(GVFS based methods): Add indices for `davs'.
(Password handling): Rename anchors.  Add IMAP entries for
~/.authinfo.gpg.

14 years ago* trampver.texi: Set default value of `emacsimap'.
Michael Albinus [Mon, 28 Sep 2009 14:21:23 +0000 (14:21 +0000)]
* trampver.texi: Set default value of `emacsimap'.

14 years ago2009-09-22 Daiki Ueno <ueno@unixuser.org>
Katsumi Yamaoka [Mon, 28 Sep 2009 12:09:30 +0000 (12:09 +0000)]
2009-09-22  Daiki Ueno  <ueno@unixuser.org>

 * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.

14 years agoSynch with Gnus trunk.
Katsumi Yamaoka [Mon, 28 Sep 2009 12:09:13 +0000 (12:09 +0000)]
Synch with Gnus trunk.
2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>

 * net/imap.el (imap-interactive-login): Better messages.
 (imap-open): Fix bug with renamed buffer on reconnect.
 (imap-authenticate): Add buffer-local imap-last-authenticator variable
 for easier debugging and cleaner code.  On successful (guessed based on
 server capabilities) secondary authentication, set imap-state
 correctly.
 (imap-last-authenticator): Define imap-last-authenticator as a variable
 to avoid warnings.

14 years agoSynch with Gnus trunk.
Katsumi Yamaoka [Mon, 28 Sep 2009 12:09:01 +0000 (12:09 +0000)]
Synch with Gnus trunk.
2009-09-22  Daiki Ueno  <ueno@unixuser.org>

 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
 keys from the menu if mm-{sign,encrypt}-option is 'guided.
 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.

2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>

 * gnus-art.el (gnus-article-edit-part): Work for the buffer
 configuration that provides the sole article window in a frame;
 position point correctly after deleting a part.

2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>

 * spam.el (spam-unregister-on-reregister): Add boolean variable.
 (spam-resolve-registrations-routine): Use it to unregister articles
 that change status.

14 years ago* Makefile.in (ELCFILES): Add net/tramp-imap.elc.
Michael Albinus [Mon, 28 Sep 2009 12:02:53 +0000 (12:02 +0000)]
* Makefile.in (ELCFILES): Add net/tramp-imap.elc.

14 years ago* net/tramp-imap.el: New package.
Michael Albinus [Mon, 28 Sep 2009 11:59:22 +0000 (11:59 +0000)]
* net/tramp-imap.el: New package.

14 years ago* net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
Michael Albinus [Mon, 28 Sep 2009 11:56:13 +0000 (11:56 +0000)]
* net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
Use `tramp-compat-handle-file-attributes'.

14 years ago*** empty log message ***
Michael Albinus [Mon, 28 Sep 2009 11:54:34 +0000 (11:54 +0000)]
*** empty log message ***

14 years agoCorrect last ChangeLog entry.
Chong Yidong [Mon, 28 Sep 2009 04:33:42 +0000 (04:33 +0000)]
Correct last ChangeLog entry.

14 years ago(log-view-diff,log-view-diff-changeset): Improve docstring.
Stefan Monnier [Mon, 28 Sep 2009 04:33:20 +0000 (04:33 +0000)]
(log-view-diff,log-view-diff-changeset): Improve docstring.

14 years ago(get_next_display_element): Use an enum in last change.
Stefan Monnier [Mon, 28 Sep 2009 02:01:52 +0000 (02:01 +0000)]
(get_next_display_element): Use an enum in last change.

14 years agoFix doc string.
Vinicius Jose Latorre [Mon, 28 Sep 2009 01:57:33 +0000 (01:57 +0000)]
Fix doc string.

14 years ago* emacs-lisp/eieio-datadebug.el: New file.
Chong Yidong [Mon, 28 Sep 2009 01:41:23 +0000 (01:41 +0000)]
* emacs-lisp/eieio-datadebug.el: New file.

14 years ago* cedet/mode-local.el: New file.
Chong Yidong [Mon, 28 Sep 2009 01:39:27 +0000 (01:39 +0000)]
* cedet/mode-local.el: New file.

14 years ago* cedet/cedet-cscope.el:
Chong Yidong [Mon, 28 Sep 2009 01:28:41 +0000 (01:28 +0000)]
* cedet/cedet-cscope.el:
* cedet/cedet-files.el:
* cedet/cedet-global.el:
* cedet/cedet-idutils.el:
* cedet/data-debug.el:
* cedet/inversion.el:
* cedet/pulse.el: New files.

14 years agoPay attention to
Kenichi Handa [Mon, 28 Sep 2009 01:05:20 +0000 (01:05 +0000)]
Pay attention to
unibyte_display_via_language_environment in handling
Vnobreak_char_display.

14 years agoeieio.el: Fix last change.
Chong Yidong [Mon, 28 Sep 2009 00:59:27 +0000 (00:59 +0000)]
eieio.el: Fix last change.

14 years ago* emacs-lisp/chart.el:
Chong Yidong [Mon, 28 Sep 2009 00:49:54 +0000 (00:49 +0000)]
* emacs-lisp/chart.el:
* emacs-lisp/eieio-base.el:
* emacs-lisp/eieio-comp.el:
* emacs-lisp/eieio-custom.el:
* emacs-lisp/eieio-opt.el:
* emacs-lisp/eieio-speedbar.el:
* emacs-lisp/eieio.el: New files.

14 years agolisp/emacs-lisp/cl-loaddefs.el: Regenerate.
Chong Yidong [Mon, 28 Sep 2009 00:22:09 +0000 (00:22 +0000)]
lisp/emacs-lisp/cl-loaddefs.el: Regenerate.

14 years ago* menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
Chong Yidong [Sun, 27 Sep 2009 23:25:03 +0000 (23:25 +0000)]
* menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
menu.

* ediff-hook.el: Move menu-bar-ediff-misc-menu into
menu-bar-ediff-menu.

* emacs-lisp/lisp-mode.el: Add doc-string-elt property to
define-overloadable-function.

* progmodes/autoconf.el: Provide autoconf as well, so that this
file can be `require'd.

* emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.

* emacs-lisp/autoload.el (generated-autoload-feature)
(generated-autoload-load-name): New vars.
(autoload-rubric, autoload-generate-file-autoloads): Use them.
(make-autoload): Recognize define-overloadable-function and
defclass forms (for EIEIO).

* Makefile.in (update-subdirs): Exclude cedet directory.