diff options
| author | Miles Bader | 2007-10-13 05:53:03 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-10-13 05:53:03 +0000 |
| commit | 2b42d458a45eaf9767da327f76a40a1cf9c77c23 (patch) | |
| tree | f896828e65199d043ea7ab366fffea8bd315a986 /etc | |
| parent | 3e88ae627ef8d827b3f79e4e6f14aaad7adfe322 (diff) | |
| parent | e2cfa9afa691fb8b7a554cb685c16ff3d4e1ff2b (diff) | |
| download | emacs-2b42d458a45eaf9767da327f76a40a1cf9c77c23.tar.gz emacs-2b42d458a45eaf9767da327f76a40a1cf9c77c23.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 880-885)
- Remove RCS keywords from doc/misc/cc-mode.texi
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-264
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 16 |
2 files changed, 18 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index ffdba84db2d..daf43c08d97 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com> | ||
| 2 | |||
| 3 | * NEWS: Explain the VC fileset changes a bit better. | ||
| 4 | |||
| 1 | 2007-09-28 Glenn Morris <rgm@gnu.org> | 5 | 2007-09-28 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * PROBLEMS: Mention Tex superscript font issue. | 7 | * PROBLEMS: Mention Tex superscript font issue. |
| @@ -107,6 +107,8 @@ file or directory. | |||
| 107 | This is a convenience alias, so that one can write `(pop argv)' | 107 | This is a convenience alias, so that one can write `(pop argv)' |
| 108 | inside of --eval command line arguments in order to access | 108 | inside of --eval command line arguments in order to access |
| 109 | following arguments. | 109 | following arguments. |
| 110 | |||
| 111 | ** The abbrev file is no longer read at startup in batch mode. | ||
| 110 | 112 | ||
| 111 | * Incompatible Editing Changes in Emacs 23.1 | 113 | * Incompatible Editing Changes in Emacs 23.1 |
| 112 | 114 | ||
| @@ -173,6 +175,11 @@ with the face `eldoc-highlight-function-argument'. | |||
| 173 | 175 | ||
| 174 | *** VC now supports applying VC operations to a set of files at a time. | 176 | *** VC now supports applying VC operations to a set of files at a time. |
| 175 | 177 | ||
| 178 | This enables VC to work much more effectively with changeset-oriented | ||
| 179 | version-control systems such as Subversion, GNU Arch, Mercurial, and | ||
| 180 | Bzr. VC will now pass a multiple-file commit to these systems | ||
| 181 | as a single changeset. | ||
| 182 | |||
| 176 | ** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs. | 183 | ** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs. |
| 177 | 184 | ||
| 178 | ** The appearance of superscript and subscript in TeX is more customizable. | 185 | ** The appearance of superscript and subscript in TeX is more customizable. |
| @@ -257,6 +264,8 @@ supported on other platforms, but not on Windows due to using the winsock | |||
| 257 | 264 | ||
| 258 | * Lisp Changes in Emacs 23.1 | 265 | * Lisp Changes in Emacs 23.1 |
| 259 | 266 | ||
| 267 | ** `frame-inherited-parameters' lets new frames inherit parameters from | ||
| 268 | the selected frame. | ||
| 260 | ** New keymap `input-decode-map' overrides like key-translation-map, but | 269 | ** New keymap `input-decode-map' overrides like key-translation-map, but |
| 261 | applies before function-key-map. Also it is terminal-local contrary to | 270 | applies before function-key-map. Also it is terminal-local contrary to |
| 262 | key-translation-map. Terminal-specific key-sequences are generally added to | 271 | key-translation-map. Terminal-specific key-sequences are generally added to |
| @@ -292,10 +301,13 @@ are called after a tty frame has been suspended or resumed, | |||
| 292 | respectively. The functions are called with the terminal id of the frame | 301 | respectively. The functions are called with the terminal id of the frame |
| 293 | being suspended/resumed as a parameter. | 302 | being suspended/resumed as a parameter. |
| 294 | 303 | ||
| 295 | *** New functions: `environment', `let-environment'. | 304 | *** New function: `environment'. |
| 296 | 305 | ||
| 297 | *** New variable: `local-function-key-map'. | 306 | *** New variable: `local-function-key-map'. |
| 298 | This in addition to the global function-key-map variable that already existed. | 307 | This in addition to the global function-key-map variable that |
| 308 | already existed. The global variable is not used directly any more; | ||
| 309 | instead, the local-function-key-map is initialized so as to inherit from | ||
| 310 | function-key-map. | ||
| 299 | 311 | ||
| 300 | *** `initial-environment' holds the environment inherited from Emacs's parent. | 312 | *** `initial-environment' holds the environment inherited from Emacs's parent. |
| 301 | 313 | ||