aboutsummaryrefslogtreecommitdiffstats
path: root/man/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | (Why Version Control?): Improve previous change.Richard M. Stallman2007-07-211-0/+8
| |
* | * tramp.texi: Move @setfilename ../info/tramp up, outside the headerMichael Albinus2007-07-171-1/+9
| | | | | | | | | | | | | | section. Reported by <poti@potis.org>. (Remote processes): Arguments of the program to be debugged are taken literally. (Frequently Asked Questions): Simplify recentf example.
* | move Quitting Info node; update Back-Cover TextKarl Berry2007-07-151-0/+7
| |
* | Revert recent bookmark keybinding changes, thus returning to usingKarl Fogel2007-07-151-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | three slots under C-x r. See this message and its thread for details: http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html. * lisp/bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com. * etc/NEWS: Revert 2007-07-13T23:20:21Z!kfogel@red-bean.com, which documented bookmark keybinding changes that were later reverted. * man/ChangeLog: Remove ChangeLog entry for accidentally uncommitted changes to regs.texi that would have documented the keybinding change reverted above.
* | * regs.texi (Bookmarks): Adjust for recent keybinding changes inKarl Fogel2007-07-141-0/+6
| | | | | | | | | | bookmark.el, namely 2007-07-13T18:16:17Z!kfogel@red-bean.com and 2007-07-13T18:20:55Z!kfogel@red-bean.com.
* | ($(infodir)/emacs-mime): Use --enable-encoding.Eli Zaretskii2007-07-131-0/+8
| |
* | *** empty log message ***Nick Roberts2007-07-121-0/+7
| |
* | * tramp.texi (Remote processes): Don't call it "experimental" anyMichael Albinus2007-07-121-0/+5
| | | | | | | | longer. Add subsection about running a debugger on a remote host.
* | * org.el (org-agenda-day-view, org-agenda-week-view): RememberCarsten Dominik2007-07-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | span as default. (org-columns-edit-value): Renamed from `org-column-edit'. (org-columns-display-here-title): Renamed from `org-overlay-columns-title'. (org-columns-remove-overlays): ` Renamed from org-remove-column-overlays'. (org-columns-get-autowidth-alist): ` Renamed from org-get-columns-autowidth-alist'. (org-columns-display-here): Renamed from `org-overlay-columns'. (org-columns-new-overlay): Renamed from `org-new-column-overlay'. (org-columns-quit): Renamed from `org-column-quit'. (org-columns-show-value): Renamed from `org-column-show-value'. (org-columns-content, org-columns-widen) (org-columns-next-allowed-value) (org-columns-edit-allowed, org-columns-store-format) (org-columns-uncompile-format, org-columns-redo) (org-columns-edit-attributes, org-delete-property) (org-set-property, org-columns-update) (org-columns-compute, org-columns-eval) (org-columns-not-in-agenda, org-columns-compute-all) (org-property-next-allowed-value) (org-columns-compile-format) (org-fill-paragraph-experimental) (org-string-to-number, org-property-action) (org-columns-move-left, org-columns-new ) (org-column-number-to-string) (org-property-previous-allowed-value) (org-at-property-p, org-columns-delete) (org-columns-previous-allowed-value) (org-columns-move-right, org-columns-narrow) (org-property-get-allowed-values) (org-verify-version, org-column-string-to-number) (org-delete-property-globally): New functions. (org-columns-current-fmt): Renamed from `org-current-columns-fmt'. (org-columns-overlays): Renamed from `org-column-overlays'. (org-columns-map): Renamed from `org-column-map'. (org-columns-current-maxwidths): Renamed from `org-current-columns-maxwidths'. (org-columns-begin-marker, org-columns-current-fmt-compiled) (org-previous-header-line-format) (org-columns-inhibit-recalculation) (org-columns-top-level-marker): New variables. (org-columns-default-format): Renamed from `org-default-columns-format'. (org-property-re): New constant.
* | Merge from emacs--rel--22Miles Bader2007-07-101-0/+16
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 51-54) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 233-234) - Merge from emacs--devo--0 - Update from CVS 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/cus-start.el (file-coding-system-alist): Fix custom type. 2007-07-08 Chong Yidong <cyd@stupidchicken.com> * lisp/longlines.el (longlines-wrap-region): Avoid marking buffer as modified. (longlines-auto-wrap, longlines-window-change-function): Remove unnecessary calls to set-buffer-modified-p. 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu> * lisp/progmodes/gud.el (auto-mode-alist): Match more valid gdb init file names. 2007-07-01 Richard M. Stallman <rms@gnu.org> * lisp/files.el (find-file-visit-truename): Fix safe-local-variable value. 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles as unfetched articles. 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-start.el (gnus-level-unsubscribed): Improve doc string. 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave) (gnus-article-read-summary-keys): Don't set the 3rd arg of pop-to-buffer for XEmacs. 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus-faq.texi ([3.2]): Fix locating of environment variables in the Control Panel. * man/gnus.texi (Misc Article): Add index entry for gnus-single-article-buffer. 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org> * man/gnus.texi (Starting Up): Fix typo. 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (Asynchronous Fetching): Fix typo. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-806
| * Merge from gnus--rel--5.10Miles Bader2007-07-101-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 797, 800, 802) - Merge from emacs--rel--22 * gnus--rel--5.10 (patch 233-234) - Merge from emacs--devo--0 - Update from CVS 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles as unfetched articles. 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-start.el (gnus-level-unsubscribed): Improve doc string. 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave) (gnus-article-read-summary-keys): Don't set the 3rd arg of pop-to-buffer for XEmacs. 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus-faq.texi ([3.2]): Fix locating of environment variables in the Control Panel. * man/gnus.texi (Misc Article): Add index entry for gnus-single-article-buffer. 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org> * man/gnus.texi (Starting Up): Fix typo. 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (Asynchronous Fetching): Fix typo. Revision: emacs@sv.gnu.org/emacs--rel--22--patch-54
| * new Back-Cover TextKarl Berry2007-06-241-0/+4
| |
* | * tramp.texi:Michael Albinus2007-07-081-0/+5
| | | | | | | | * trampver.texi: Migrate to Tramp 2.1.
* | *** empty log message ***Carsten Dominik2007-07-021-0/+4
| |
* | new Back-Cover TextKarl Berry2007-06-241-0/+4
| |
* | Change ifinfo to ifnottex (as appropriate) throughout.Jay Belanger2007-06-211-3/+5
| | | | | | | | | | (About This Manual): Remove redundant information. (Getting Started): Mention author.
* | (Basic Arithmetic, Customizing Calc): Make description ofJay Belanger2007-06-201-0/+6
| | | | | | | | the variable `calc-multiplication-has-precedence' match its effect.
* | (Basic Arithmetic, Customizing Calc): MentionJay Belanger2007-06-201-0/+5
| | | | | | | | `calc-multiplication-has-precedence'.
* | (org-end-time-was-given): New variable.Carsten Dominik2007-06-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (org-read-date): Look for time range. (org-timestamp-change): Deal with time range issues. (org-modify-ts-extra): New function. (org-remember-apply-template, org-add-planning-info) (org-time-stamp, org-time-stamp-inactive): Make use of `org-end-time-was-given'. (org-set-regexps-and-options, org-activate-tags) (org-archive-subtree, org-toggle-tag) (org-make-org-heading-search-string, org-open-at-point) (org-link-search, org-remember-handler, org-complete) (org-scan-tags, org-make-tags-matcher, org-fast-tag-selection) (org-get-tags, org-get-buffer-tags, org-dblock-write:clocktable) (org-agenda-list-stuck-projects, org-format-agenda-item) (org-agenda-align-tags, org-get-tags-at, org-export-as-ascii) (org-ascii-level-start, org-export-as-html) (org-export-cleanup-toc-line, org-html-level-start): Use [:alnum:] to match tags, in order to allow lanufage-specific characters in tags. (org-beginning-of-item-list): New command. (org-target): New face. (org-activate-links): New link type target.
* | Merge from gnus--rel--5.10Miles Bader2007-06-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 227-228) - Update from CVS 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-ems.el (gnus-x-splash): Make it work. * lisp/gnus/gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash from being used. * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave): Correct the order of the arguments passed to pop-to-buffer. (gnus-article-read-summary-keys): Ditto. 2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org> * man/gnus.texi (Misc Group Stuff, Summary Buffer) (Server Commands, Article Keymap): Fix typo. s/function/command/. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-792
* | Merge from emacs--rel--22Miles Bader2007-06-091-2/+6
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-790
| * Sync with Tramp 2.0.56.Michael Albinus2007-06-071-0/+7
| |
| * *** empty log message ***Alan Mackenzie2007-06-071-0/+5
| |
| * (HTML): Fix typo.Juanma Barranquero2007-06-061-36/+45
| |
| * Version 22.1 released.Chong Yidong2007-06-021-0/+4
| |
| * *** empty log message ***Glenn Morris2007-05-261-0/+4
| |
| * (Running NNDiary): Use ~/.gnus.el instead of gnusrc.Reiner Steib2007-05-101-0/+9
| | | | | | | | | | (Email Based Diary): New. Proper documentation for the nndiary back end and the gnus-diary library.
| * *** empty log message ***Richard M. Stallman2007-05-061-0/+5
| |
* | *** empty log message ***Alan Mackenzie2007-06-081-0/+5
| |
* | (Article Buttons, Mail Source Customization, Sending or Not Sending,Juanma Barranquero2007-06-061-13/+15
| | | | | | | | Customizing NNDiary): Fix typos.
* | *** empty log message ***Juanma Barranquero2007-06-061-23/+30
| |
* | *** empty log message ***Michael Albinus2007-05-281-0/+7
| |
* | Michael Olson <mwolson at gnu.org>Glenn Morris2007-05-261-0/+4
| | | | | | | | (Modules): Fix references to completion modules.
* | (Running NNDiary): Use ~/.gnus.el instead of gnusrc.Reiner Steib2007-05-091-0/+9
| | | | | | | | | | (Email Based Diary): New. Proper documentation for the nndiary back end and the gnus-diary library.
* | EMACSVER=22 for printing, per rms.Karl Berry2007-05-071-0/+4
| |
* | (Create Tags Table): Clean up previous change.Richard M. Stallman2007-05-061-0/+4
| |
* | maintaining.texi changes to etags abotu symlinks.Francesco Potortì2007-05-051-2/+7
| |
* | Merge from emacs--rel--22Miles Bader2007-05-041-0/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 8) - Update from CVS 2007-05-04 Karl Berry <karl@tug.org> * lispref/elisp.texi (EMACSVER) [smallbook]: 22.1, not 22. 2007-05-04 Karl Berry <karl@gnu.org> * man/emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-731
| * EMACSVER 22.1 for printed versionKarl Berry2007-05-041-0/+4
| |
* | Merge from emacs--rel--22Miles Bader2007-05-041-0/+11
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 6) - Update from CVS 2007-05-03 Karl Berry <karl@gnu.org> * man/emacs.texi (EMACSVER) [smallbook]: 22 for printed version. * man/texinfo.tex: update from current version for better pdf generation. * man/emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black for printing. 2007-05-03 Karl Berry <karl@gnu.org> * lispref/emacs.texi (EMACSVER) [smallbook]: 22 for printed version. 2007-05-01 Richard M. Stallman <rms@gnu.org> * man/cmdargs.texi (Initial Options): Under --batch, mention --eval. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-727
| * make EMACSVER plain 22 for printed versionKarl Berry2007-05-031-0/+4
| |
| * texinfo.tex updateKarl Berry2007-05-031-0/+2
| |
| * no color for hyperlinks for printingKarl Berry2007-05-031-0/+5
| |
| * *** empty log message ***Richard M. Stallman2007-05-011-0/+4
| |
* | ignore *.pdfKarl Berry2007-05-031-0/+4
| |
* | Merge from gnus--rel--5.10Miles Bader2007-05-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 217) - Update from CVS 2007-04-30 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-725
* | Merge from emacs--rel--22Miles Bader2007-04-291-0/+8
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 3) - Update from CVS 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca> * lisp/vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem. 2007-04-28 Eli Zaretskii <eliz@gnu.org> * lisp/makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e instead of $(lisp)/mh-e. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-719
| * *** empty log message ***Glenn Morris2007-04-281-0/+1
| |
| * Restore python.el pending consideration of legal status.Glenn Morris2007-04-281-0/+7
| |
| * ~ description fixes from rmsKarl Berry2007-04-281-0/+4
| |