diff options
| author | Miles Bader | 2007-07-15 04:47:46 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-07-15 04:47:46 +0000 |
| commit | 8c406a9bc42ee77fcbbb4201fe8bda855eafd832 (patch) | |
| tree | 14c8fa2e72341edd9db40b17079fd5208b1554c8 /etc | |
| parent | 9bdeb5e9bedd773cc6845bc29a98e1e2a208f1ff (diff) | |
| parent | 6f8a87c027ebd6f9cfdac5c0df97d651227bec62 (diff) | |
| download | emacs-8c406a9bc42ee77fcbbb4201fe8bda855eafd832.tar.gz emacs-8c406a9bc42ee77fcbbb4201fe8bda855eafd832.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 806-813)
- Merge from emacs--rel--22
- Update from CVS
* emacs--rel--22 (patch 51-58)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 233-236)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-230
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 21 | ||||
| -rw-r--r-- | etc/NEWS | 61 | ||||
| -rw-r--r-- | etc/NEWS.22 | 5 | ||||
| -rw-r--r-- | etc/PROBLEMS | 4 | ||||
| -rw-r--r-- | etc/orgcard.tex | 58 |
5 files changed, 130 insertions, 19 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index b88e98af123..3b459fc952b 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2007-07-15 Karl Fogel <kfogel@red-bean.com> | ||
| 2 | |||
| 3 | * NEWS: Revert 2007-07-13T23:20:21Z!kfogel@red-bean.com, which | ||
| 4 | documented bookmark keybinding changes that were later reverted. | ||
| 5 | |||
| 6 | 2007-07-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 7 | |||
| 8 | * PROBLEMS: Mention gtk-engines-qt problem. | ||
| 9 | |||
| 10 | 2007-07-13 Karl Fogel <kfogel@red-bean.com> | ||
| 11 | |||
| 12 | * NEWS: Update for recent bookmark keybinding changes. | ||
| 13 | |||
| 14 | 2007-07-10 Michael Albinus <michael.albinus@gmx.de> | ||
| 15 | |||
| 16 | * NEWS: Add Tramp and comint-mode changes. | ||
| 17 | |||
| 18 | 2007-07-08 Michael Albinus <michael.albinus@gmx.de> | ||
| 19 | |||
| 20 | * NEWS: `file-remote-p' has a new optional parameter CONNECTED. | ||
| 21 | |||
| 1 | 2007-07-07 Michael Albinus <michael.albinus@gmx.de> | 22 | 2007-07-07 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 23 | ||
| 3 | * NEWS: New function `start-file-process'. | 24 | * NEWS: New function `start-file-process'. |
| @@ -73,6 +73,9 @@ recenter the visited source file. Its value can be a number (for example, | |||
| 73 | 73 | ||
| 74 | * Changes in Specialized Modes and Packages in Emacs 23.1 | 74 | * Changes in Specialized Modes and Packages in Emacs 23.1 |
| 75 | 75 | ||
| 76 | ** compilation-auto-jump-to-first-error tells `compile' to jump to | ||
| 77 | the first error encountered during compilations. | ||
| 78 | |||
| 76 | ** In the `copyright' package, you can specify your copyright holders's names. | 79 | ** In the `copyright' package, you can specify your copyright holders's names. |
| 77 | Only copyright lines with holders matching copyright-names-regexp will be | 80 | Only copyright lines with holders matching copyright-names-regexp will be |
| 78 | considered for update. | 81 | considered for update. |
| @@ -95,9 +98,49 @@ identify cited keys in BibTeX entries, used by `bibtex-find-crossref. | |||
| 95 | 98 | ||
| 96 | *** Command `bibtex-url' now allows multiple URLs per entry. | 99 | *** Command `bibtex-url' now allows multiple URLs per entry. |
| 97 | 100 | ||
| 101 | +++ | ||
| 102 | ** Tramp | ||
| 103 | |||
| 104 | *** New connection methods. | ||
| 105 | The new methods "plinkx", "plink2", "psftp", "sftp" and "fish" have | ||
| 106 | been introduced. There are also new so-called gateway methods | ||
| 107 | "tunnel" and "socks". | ||
| 108 | |||
| 109 | *** Multihop syntax has been removed. | ||
| 110 | The pseudo-method "multi" has been removed. Instead of, multi hops | ||
| 111 | can be specified by the new variable `tramp-default-proxies-alist'. | ||
| 112 | |||
| 113 | *** More default settings. | ||
| 114 | Default values can be set via the variables `tramp-default-user', | ||
| 115 | `tramp-default-user-alist' and `tramp-default-host'. | ||
| 116 | |||
| 117 | *** Connection information is cached. | ||
| 118 | In order to reduce connection setup, information about used | ||
| 119 | connections are kept persistent in a file. The name of this file is | ||
| 120 | defined in the variable `tramp-persistency-file-name'. | ||
| 121 | |||
| 122 | *** Control of remote processes. | ||
| 123 | Running processes on a remote host can be controlled by settings in | ||
| 124 | `tramp-remote-path' and `tramp-remote-process-environment'. | ||
| 125 | |||
| 126 | *** Success of remote copy is checked. | ||
| 127 | When the variable `file-precious-flag' is set, the success of a remote | ||
| 128 | file copy is checked via the file's checksum. | ||
| 129 | |||
| 130 | ** comint-mode uses `start-file-process' now (see Lisp Changes). | ||
| 131 | If `default-directory' is a remote file name, subprocesses are started | ||
| 132 | on the corresponding remote system. | ||
| 133 | |||
| 98 | 134 | ||
| 99 | * Changes in Emacs 23.1 on non-free operating systems | 135 | * Changes in Emacs 23.1 on non-free operating systems |
| 100 | 136 | ||
| 137 | --- | ||
| 138 | ** IPv6 is supported on MS-Windows. | ||
| 139 | Emacs now supports IPv6 on Windows XP and later, and earlier versions | ||
| 140 | of Windows with third party IPv6 stacks installed. Previously IPv6 was | ||
| 141 | supported on other platforms, but not on Windows due to using the winsock | ||
| 142 | 1.1 header file, even though Emacs was linking to the winsock 2 library. | ||
| 143 | |||
| 101 | 144 | ||
| 102 | * Incompatible Lisp Changes in Emacs 23.1 | 145 | * Incompatible Lisp Changes in Emacs 23.1 |
| 103 | 146 | ||
| @@ -107,6 +150,16 @@ identify cited keys in BibTeX entries, used by `bibtex-find-crossref. | |||
| 107 | 150 | ||
| 108 | * Lisp Changes in Emacs 23.1 | 151 | * Lisp Changes in Emacs 23.1 |
| 109 | 152 | ||
| 153 | +++ | ||
| 154 | ** In `condition-case', a handler can specify "let the debugger run first". | ||
| 155 | |||
| 156 | You do this by writing `debug' in the list of conditions to be handled, | ||
| 157 | like this: | ||
| 158 | |||
| 159 | (condition-case nil | ||
| 160 | (foo bar) | ||
| 161 | ((debug error) nil)) | ||
| 162 | |||
| 110 | ** The `require-match' argument to `completing-read' accepts a new value | 163 | ** The `require-match' argument to `completing-read' accepts a new value |
| 111 | `confirm-only'. | 164 | `confirm-only'. |
| 112 | 165 | ||
| @@ -126,6 +179,14 @@ with a given image specification. | |||
| 126 | but obeys file handlers. The file handler is chosen based on | 179 | but obeys file handlers. The file handler is chosen based on |
| 127 | `default-directory'. | 180 | `default-directory'. |
| 128 | 181 | ||
| 182 | +++ | ||
| 183 | ** `file-remote-p' has a new optional parameter CONNECTED. | ||
| 184 | With this paramter passed non-nil, it is checked whether a remote | ||
| 185 | connection has been established already. | ||
| 186 | |||
| 187 | ** The two new functions `looking-at-p' and `string-match-p' can do | ||
| 188 | the same matching as `looking-at' and `string-match' without changing | ||
| 189 | the match data. | ||
| 129 | 190 | ||
| 130 | * New Packages for Lisp Programming in Emacs 23.1 | 191 | * New Packages for Lisp Programming in Emacs 23.1 |
| 131 | 192 | ||
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index 4da26ff9271..3d5ff1aff3a 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 | |||
| @@ -46,6 +46,11 @@ before deleting/copying the indicated directory recursively. | |||
| 46 | than the window, the usual keys for moving the cursor cause the image | 46 | than the window, the usual keys for moving the cursor cause the image |
| 47 | to be scrolled horizontally or vertically instead. | 47 | to be scrolled horizontally or vertically instead. |
| 48 | 48 | ||
| 49 | ** Scrollbars follow the system theme on Windows XP and later. | ||
| 50 | Windows XP introduced themed scrollbars, but applications have to take | ||
| 51 | special steps to use them. Emacs now has the appropriate resources linked | ||
| 52 | in to make it use the scrollbars from the system theme. | ||
| 53 | |||
| 49 | * New Modes and Packages in Emacs 22.2 | 54 | * New Modes and Packages in Emacs 22.2 |
| 50 | 55 | ||
| 51 | ** The new package css-mode.el provides a major mode for editing CSS files. | 56 | ** The new package css-mode.el provides a major mode for editing CSS files. |
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 0d66c375e2b..1747ae791a5 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1164,6 +1164,10 @@ present or commented out: | |||
| 1164 | Emacs*Foreground | 1164 | Emacs*Foreground |
| 1165 | Emacs*Background | 1165 | Emacs*Background |
| 1166 | 1166 | ||
| 1167 | It is also reported that a bug in the gtk-engines-qt engine can cause this if | ||
| 1168 | Emacs is compiled with Gtk+. | ||
| 1169 | The bug is fixed in version 0.7 or newer of gtk-engines-qt. | ||
| 1170 | |||
| 1167 | *** KDE: Emacs hangs on KDE when a large portion of text is killed. | 1171 | *** KDE: Emacs hangs on KDE when a large portion of text is killed. |
| 1168 | 1172 | ||
| 1169 | This is caused by a bug in the KDE applet `klipper' which periodically | 1173 | This is caused by a bug in the KDE applet `klipper' which periodically |
diff --git a/etc/orgcard.tex b/etc/orgcard.tex index d9f60f62f8c..588d4523206 100644 --- a/etc/orgcard.tex +++ b/etc/orgcard.tex | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | % Reference Card for Org Mode | 1 | % Reference Card for Org Mode |
| 2 | \def\orgversionnumber{5.01} | 2 | \def\orgversionnumber{5.03} |
| 3 | \def\versionyear{2007} % latest update | 3 | \def\versionyear{2007} % latest update |
| 4 | \def\year{2007} % latest copyright year | 4 | \def\year{2007} % latest copyright year |
| 5 | 5 | ||
| @@ -544,6 +544,24 @@ after ``{\tt :}'', and dictionary words elsewhere. | |||
| 544 | \key{create sparse tree with matching tags}{C-c \\} | 544 | \key{create sparse tree with matching tags}{C-c \\} |
| 545 | \key{globally (agenda) match tags at cursor}{C-c C-o} | 545 | \key{globally (agenda) match tags at cursor}{C-c C-o} |
| 546 | 546 | ||
| 547 | \section{Properties and Column View} | ||
| 548 | |||
| 549 | \key{special commands in property lines}{C-c C-c} | ||
| 550 | \key{next/previous allowed value}{S-left/right} | ||
| 551 | \key{turn on column view}{C-c C-x C-c} | ||
| 552 | |||
| 553 | \key{quit column view}{q} | ||
| 554 | \key{next/previous allowed value}{S-left/right} | ||
| 555 | \key{next/previous allowed value}{n / p} | ||
| 556 | \key{edit value}{e} | ||
| 557 | \key{edit allowed values list}{a} | ||
| 558 | \key{show value}{v} | ||
| 559 | \key{make column wider/narrower}{> / <} | ||
| 560 | \key{move column left/right}{M-left/right} | ||
| 561 | \key{add new column}{M-S-right} | ||
| 562 | \key{Delete current column}{M-S-left} | ||
| 563 | |||
| 564 | |||
| 547 | \section{Timestamps} | 565 | \section{Timestamps} |
| 548 | 566 | ||
| 549 | \key{prompt for date and insert timestamp}{C-c .} | 567 | \key{prompt for date and insert timestamp}{C-c .} |
| @@ -566,6 +584,8 @@ after ``{\tt :}'', and dictionary words elsewhere. | |||
| 566 | %\key{... forward/backward one month}{M-S-LEFT/RIGT} | 584 | %\key{... forward/backward one month}{M-S-LEFT/RIGT} |
| 567 | \key{Toggle custom format display for dates/times}{C-c C-x C-t} | 585 | \key{Toggle custom format display for dates/times}{C-c C-x C-t} |
| 568 | 586 | ||
| 587 | \newcolumn | ||
| 588 | |||
| 569 | {\bf Clocking time} | 589 | {\bf Clocking time} |
| 570 | 590 | ||
| 571 | \key{start clock on current item}{C-c C-x C-i} | 591 | \key{start clock on current item}{C-c C-x C-i} |
| @@ -575,12 +595,6 @@ after ``{\tt :}'', and dictionary words elsewhere. | |||
| 575 | \key{remove displayed times}{C-c C-c} | 595 | \key{remove displayed times}{C-c C-c} |
| 576 | \key{insert/update table with clock report}{C-c C-x C-r} | 596 | \key{insert/update table with clock report}{C-c C-x C-r} |
| 577 | 597 | ||
| 578 | \section{LaTeX and cdlatex-mode} | ||
| 579 | |||
| 580 | \key{preview LaTeX fragment}{C-c C-x C-l} | ||
| 581 | \key{Expand abbreviation (cdlatex-mode)}{TAB} | ||
| 582 | \key{Insert/modify math symbol (cdlatex-mode)}{` / '} | ||
| 583 | |||
| 584 | \section{Agenda Views} | 598 | \section{Agenda Views} |
| 585 | 599 | ||
| 586 | \key{add/move current file to front of agenda}{C-c [} | 600 | \key{add/move current file to front of agenda}{C-c [} |
| @@ -648,6 +662,7 @@ To set categories, add lines like$^2$: | |||
| 648 | \key{change timestamp to today}{>} | 662 | \key{change timestamp to today}{>} |
| 649 | \key{insert new entry into diary}{i} | 663 | \key{insert new entry into diary}{i} |
| 650 | 664 | ||
| 665 | \newcolumn | ||
| 651 | \key{start the clock on current item (clock-in)}{I} | 666 | \key{start the clock on current item (clock-in)}{I} |
| 652 | \key{stop the clock (clock-out)}{O} | 667 | \key{stop the clock (clock-out)}{O} |
| 653 | \key{cancel current clock}{X} | 668 | \key{cancel current clock}{X} |
| @@ -656,7 +671,6 @@ To set categories, add lines like$^2$: | |||
| 656 | 671 | ||
| 657 | \key{Open link in current line}{C-c C-o} | 672 | \key{Open link in current line}{C-c C-o} |
| 658 | 673 | ||
| 659 | \newcolumn | ||
| 660 | {\bf Calendar commands} | 674 | {\bf Calendar commands} |
| 661 | 675 | ||
| 662 | \key{find agenda cursor date in calendar}{c} | 676 | \key{find agenda cursor date in calendar}{c} |
| @@ -678,6 +692,12 @@ Include Emacs diary entries into Org-mode agenda with: | |||
| 678 | (setq org-agenda-include-diary t) | 692 | (setq org-agenda-include-diary t) |
| 679 | \endexample | 693 | \endexample |
| 680 | 694 | ||
| 695 | \section{LaTeX and cdlatex-mode} | ||
| 696 | |||
| 697 | \key{preview LaTeX fragment}{C-c C-x C-l} | ||
| 698 | \key{Expand abbreviation (cdlatex-mode)}{TAB} | ||
| 699 | \key{Insert/modify math symbol (cdlatex-mode)}{` / '} | ||
| 700 | |||
| 681 | \section{Exporting and Publishing} | 701 | \section{Exporting and Publishing} |
| 682 | 702 | ||
| 683 | Exporting creates files with extensions {\it .txt\/} and {\it .html\/} | 703 | Exporting creates files with extensions {\it .txt\/} and {\it .html\/} |
| @@ -690,17 +710,17 @@ some other place. | |||
| 690 | \key{insert template of export options}{C-c C-x t} | 710 | \key{insert template of export options}{C-c C-x t} |
| 691 | \key{toggle fixed width for entry or region}{C-c :} | 711 | \key{toggle fixed width for entry or region}{C-c :} |
| 692 | 712 | ||
| 693 | {\bf HTML formatting} | 713 | %{\bf HTML formatting} |
| 694 | 714 | ||
| 695 | \key{make words {\bf bold}}{*bold*} | 715 | %\key{make words {\bf bold}}{*bold*} |
| 696 | \key{make words {\it italic}}{/italic/} | 716 | %\key{make words {\it italic}}{/italic/} |
| 697 | \key{make words \underbar{underlined}}{_underlined_} | 717 | %\key{make words \underbar{underlined}}{_underlined_} |
| 698 | \key{sub- and superscripts}{x\^{}3, J_dust} | 718 | %\key{sub- and superscripts}{x\^{}3, J_dust} |
| 699 | \key{\TeX{}-like macros}{\\alpha, \\to} | 719 | %\key{\TeX{}-like macros}{\\alpha, \\to} |
| 700 | \key{typeset lines in fixed width font}{start with :} | 720 | %\key{typeset lines in fixed width font}{start with :} |
| 701 | \key{tables are exported as HTML tables}{start with |} | 721 | %\key{tables are exported as HTML tables}{start with |} |
| 702 | \key{links become HTML links}{http:... etc} | 722 | %\key{links become HTML links}{http:... etc} |
| 703 | \key{include html tags}{@<b>...@</b>} | 723 | %\key{include html tags}{@<b>...@</b>} |
| 704 | 724 | ||
| 705 | %{\bf Export options} | 725 | %{\bf Export options} |
| 706 | % | 726 | % |