aboutsummaryrefslogtreecommitdiffstats
path: root/man/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to ../doc/emacs/, misc/Glenn Morris2007-09-061-8242/+0
|
* (Safe File Variables): Clarify `!' and risky variables.Glenn Morris2007-09-051-0/+4
|
* (Date Conversions): Clarify definition of Julian day.Jay Belanger2007-09-011-0/+7
| | | | (Date Forms): Clarify definition of Julian date; add some history.
* (org-export-visible): Fix drawers before export.Carsten Dominik2007-08-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (org-do-sort): Allow sorting by priority. (org-agenda-files): Ignore non-existing files. (org-agenda-skip-unavailable-files): New variable. (org-ellipsis): All a face as value. (org-mode): Interprete the face value of `org-ellipsis'. (org-archive-save-context-info): New option. (org-archive-subtree): Store context info in archived entry. (org-fast-tag-selection-can-set-todo-state): New variable. (org-fast-tag-selection): Allow setting TODO states through this interface. (org-cycle): Docstring updated. (org-todo-keyword-faces): New option. (org-get-todo-face): New function. (org-set-font-lock-defaults, org-agenda-highlight-todo): Use `org-get-todo-face'. (org-switch-to-buffer-other-window): New function. (org-table-edit-field, org-table-show-reference) (org-table-edit-formulas, org-add-log-note) (org-fast-tag-selection, org-agenda, org-prepare-agenda) (org-timeline): Use `org-switch-to-buffer-other-window' instead of `switch-to-buffer-other-window' to make sure that the temporary windows show up on the current frame. (org-mhe-get-message-real-folder, org-batch-store-agenda-views) (org-get-entries-from-diary, org-replace-region-by-html): Don't allow pop-up frames. (org-agenda-get-deadlines, org-agenda-get-scheduled): Fixed problems with time-of-day. (org-export-get-title-from-subtree): New function. (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems with listing items that are DONE. (org-change-tag-in-region): New command. (org-agenda-skip-scheduled-if-done) (org-agenda-skip-deadline-if-done): Docstring clarified. (org-mode): Hide drawers on startup. (org-get-todo-face): New function. (org-todo-keyword-faces): New option.
* Increase version to 23.0.50.Glenn Morris2007-08-291-0/+4
|
* Merge from emacs--rel--22Miles Bader2007-08-271-1/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 97-100) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 246-247) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-860
| * (Top): Clarify menu item for Glossary.Richard M. Stallman2007-08-271-0/+7
| |
| * Merge from gnus--rel--5.10Miles Bader2007-08-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 245) - Update from CVS 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave) (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer. 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus.el (gnus-maximum-newsgroup): New variable. * lisp/gnus/gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles according to gnus-maximum-newsgroup. * lisp/gnus/gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles) (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Limit the range of articles according to gnus-maximum-newsgroup. 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup. Revision: emacs@sv.gnu.org/emacs--rel--22--patch-96
* | * textmodes/org-publish.el (org-publish-org-to-latex): NewCarsten Dominik2007-08-221-0/+8
| | | | | | | | function.
* | Regenerate to add HAVE_RSVG.Glenn Morris2007-08-221-0/+5
| |
* | * tramp.texi (Remote Programs): Persistency file must be cleared whenMichael Albinus2007-08-221-0/+7
| | | | | | | | | | | | changing `tramp-remote-path'. (Filename Syntax): Don't use @var{} constructs inside the @trampfn macro.
* | Merge from emacs--rel--22Miles Bader2007-08-211-0/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 93-96) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 245) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-856
| * (Position Info): Add index entry for face at point.Eli Zaretskii2007-08-171-0/+5
| | | | | | | | Mention that character faces are also displayed by "C-u C-x =".
| * Merge from gnus--rel--5.10Miles Bader2007-08-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 242-244) - Update from CVS 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/nntp.el (nntp-xref-number-is-evil): New server variable. (nntp-find-group-and-number): If it is non-nil, don't trust article numbers in the Xref header. 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t. 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-art.el (article-hide-headers): Bind inhibit-read-only to t. 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (NNTP): Mention nntp-xref-number-is-evil. Revision: emacs@sv.gnu.org/emacs--rel--22--patch-92
* | (Position Info): Add index entry for face at point.Eli Zaretskii2007-08-171-0/+5
| | | | | | | | Mention that character faces are also displayed by "C-u C-x =".
* | (calc-language-alist): Add texinfo-mode.Jay Belanger2007-08-171-0/+5
| |
* | (Basic Operations on Units): Mention exact versus inexact conversions.Jay Belanger2007-08-151-0/+5
| |
* | (Quick Calculator Mode): Mention that binary format will be displayed.Jay Belanger2007-08-141-0/+2
| |
* | *** empty log message ***Jay Belanger2007-08-141-0/+5
| |
* | Merge from emacs--rel--22Miles Bader2007-08-131-0/+9
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-0/+5
| |
| * * files.texi (File Conveniences): Document point motion keys in ImageChong Yidong2007-08-071-0/+5
| | | | | | | | mode.
| * *** empty log message ***Alan Mackenzie2007-08-011-0/+5
| |
* | * files.texi (File Conveniences): Document point motion keys in ImageChong Yidong2007-08-071-0/+5
| | | | | | | | mode.
* | (Linear Fits): Correct result.Jay Belanger2007-08-041-1/+2
| |
* | (Curve Fitting): Mention plotting the curves.Jay Belanger2007-08-041-0/+3
| | | | | | | | | | (Standard Nonlinear Models): Add additional models. (Curve fitting details): Mention the Levenberg-Marquardt method.
* | (Basic Graphics): Mention graphing error forms.Jay Belanger2007-08-031-0/+6
| | | | | | | | (Graphics Options): Mention how ` g s' handles error forms.
* | *** empty log message ***Alan Mackenzie2007-08-011-0/+5
| |
* | Merge from emacs--rel--22Miles Bader2007-07-311-1/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 75-83) - Update from CVS - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Indicate that emacs--devo--0--patch-834 does not need to be applied - Merge from gnus--rel--5.10 - Restore lisp/emacs-lisp/cl-loaddefs.el * gnus--rel--5.10 (patch 239-241) - Merge from emacs--devo--0 - Update from CVS 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change) * lisp/emacs-lisp/copyright.el (copyright-update-year, copyright-update) (copyright-fix-years, copyright): Correctly handle the case where copyright-limit is nil. 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change) * lisp/progmodes/python.el (run-python): Fix path separator under w32. 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-msg.el (gnus-summary-supersede-article) (gnus-summary-resend-message-edit): Add Gcc header. (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent article's Message-ID; refer parent article in summary buffer. * lisp/gnus/message.el (message-bounce): Call mime-to-mml. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-838
| * * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):Dan Nicolaescu2007-07-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove. (vc-git-revision-completion-table): Enable. * vc-hooks.el (vc-handled-backends): Add GIT and HG. * vc.el (vc-directory-exclusion-list): Add .git and .hg. * vc-hg.el (vc-hg-revision-completion-table): Re-enable. * diff-mode.el (diff-mode-menu): New entries. * diff-mode.el (diff-beginning-of-file-and-junk): New function. (diff-file-kill): Use it. (diff-beginning-of-hunk): Add arg `try-harder' using it. (diff-restrict-view, diff-find-source-location, diff-refine-hunk): Use it so they find the hunk even when we're in the file header. * vc.el: Add new VC operation `revision-completion-table'. (vc-default-revision-completion-table): New function. (vc-version-diff, vc-version-other-window): Use it to provide completion of revision names if the backend provides it. * vc-arch.el (vc-arch--version-completion-table) (vc-arch-revision-completion-table): New functions to provide completion of revision names. * vc-cvs.el: Require CL. (vc-cvs-revision-table, vc-cvs-revision-completion-table): New functions to provide completion of revision names. * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400. * vc2-xtra.texi (Customizing VC): Add GIT and HG.
| * *** empty log message ***Nick Roberts2007-07-281-0/+4
| |
| * *** empty log message ***Glenn Morris2007-07-271-0/+1
| |
| * (Copying): Include license text from gpl.texi, rather than in-line.Glenn Morris2007-07-271-0/+8
| |
* | * tramp.texi (Frequently Asked Questions): Point to mode lineMichael Albinus2007-07-291-0/+7
| | | | | | | | | | | | extension in Emacs 23.1. * trampver.texi: Update release number.
* | (EMACSSOURCES): Add gpl.texi.Glenn Morris2007-07-271-0/+1
| |
* | (Copying): Include license text from gpl.texi, rather than in-line.Glenn Morris2007-07-271-0/+8
| |
* | * vc-git.el: Relicense to GPLv3 or later.Dan Nicolaescu2007-07-261-0/+2
| | | | | | | | | | | | | | | | | | | | (vc-directory-exclusion-list, vc-handled-backends): Remove. * vc-hooks.el (vc-handled-backends): Add GIT. * vc.el (vc-directory-exclusion-list): Add .git. * vc2-xtra.texi (Customizing VC): Add GIT.
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+8
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| * (Copying): Replace license with GPLv3.Glenn Morris2007-07-251-0/+1
| |
| * Update example license to use GPLv3.Glenn Morris2007-07-251-0/+2
| |
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-0/+4
| |
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
| * (Writing Calendar Files): cal-tex-diary etc only workGlenn Morris2007-07-241-0/+5
| | | | | | | | for some calendars.
| * ($(infodir)/emacs-mime): Use --enable-encoding.Eli Zaretskii2007-07-131-0/+8
| |
* | (Wdired): Mention C-x C-q key binding.Dan Nicolaescu2007-07-261-0/+4
| |
* | (cal-tex-holidays, cal-tex-diary)Glenn Morris2007-07-241-0/+5
| | | | | | | | | | | | | | | | | | | | (cal-tex-rules, cal-tex-buffer, cal-tex-24) (cal-tex-cursor-month-landscape, cal-tex-cursor-month) (cal-tex-cursor-week, cal-tex-cursor-week2) (cal-tex-cursor-week-iso, cal-tex-week-hours) (cal-tex-cursor-week-monday, cal-tex-weekly4-box) (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week) (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
* | *** empty log message ***Nick Roberts2007-07-231-0/+5
| |
* | *** empty log message ***Michael Albinus2007-07-221-0/+2
| |
* | Sync with Tramp 2.1.10.Michael Albinus2007-07-221-0/+12
| |
* | (Customizing VC) <vc-handled-backends>: Update the default value.Eli Zaretskii2007-07-211-0/+5
| |