OBS User unknown
2008-04-02 20:43:13 +00:00
committed by Git OBS Bridge
parent 7e3d6c8ae8
commit 7037d564e4
9 changed files with 457 additions and 408 deletions

View File

@@ -1,3 +1,71 @@
-------------------------------------------------------------------
Mon Mar 31 13:08:37 CEST 2008 - werner@suse.de
- Update to emacs version 22.1
* Relicense all FSF files to GPLv3 or later.
* COPYING, info/COPYING: Switch to GPLv3.
* `describe-project' is renamed to `describe-gnu-project'.
* `view-todo' is renamed to `view-emacs-todo'.
* `find-name-dired' now uses -iname rather than -name
for case-insensitive filesystems.
* In Image mode, whenever the displayed image is wider and/or higher
than the window, the usual keys for moving the cursor cause the image
to be scrolled horizontally or vertically instead.
* Emacs can use stock icons in the tool bar when compiled with Gtk+.
However, this feature is disabled by default. To enable it, put
(setq icon-map-list '(x-gtk-stock-map))
in your .emacs or some other startup file. For more information, see
the documentation for the two variables icon-map-list and x-gtk-stock-map.
* Scrollbars follow the system theme on Windows XP and later.
Windows XP introduced themed scrollbars, but applications have to take
special steps to use them. Emacs now has the appropriate resources linked
in to make it use the scrollbars from the system theme.
* `bad-packages-alist' will warn about external packages that are known
to cause problems in this version of Emacs.
* The values of `dired-recursive-deletes' and `dired-recursive-copies'
have been changed to `top'. This means that the user is asked once,
before deleting/copying the indicated directory recursively.
* `browse-url-emacs' loads a URL into an Emacs buffer. Handy for *.el URLs.
* The command gdba has been removed as gdb works now for those cases where it
was needed. In text command mode, if you have problems before execution has
started, use M-x gud-gdb.
* desktop.el now detects conflicting uses of the desktop file.
* Compilation mode now correctly respects the value of
`compilation-scroll-output' between invocations.
* `font-lock-comment-face' no longer differs from the default on
displays with fewer than 16 colors and dark background (e.g. older
xterms and the Linux console).
* New Modes and Packages in Emacs 22.2
- bibtex-style-mode helps you write BibTeX's *.bst files.
- The new package css-mode.el provides a major mode for editing CSS files.
- The new package vera-mode.el provides a major mode for editing Vera files.
- The new package verilog-mode.el provides a major mode for editing Verilog files.
- The new package socks.el implements the SOCKS v5 protocol.
* VC
- VC backends can provide completion of revision names.
- VC backends can provide extra menu entries to the "Version Control" menu.
- VC has some support for Mercurial (Hg).
- VC has some support for Monotone (Mtn).
- VC has some support for Bazaar (Bzr).
- VC has some support for Git.
* Incompatible Lisp Changes in Emacs 22.2
- shell.el no longer defines the aliases `dirtrack-toggle' and
`dirtrack-mode' for `shell-dirtrack-mode'.
* Lisp Changes in Emacs 22.2.
- Frame-local variables are deprecated and are slated for removal.
- The function invisible-p returns non-nil if the character
after a specified position is invisible.
- inhibit-modification-hooks is bound to t while running modification hooks.
- New function `window-full-width-p' returns t if a window is as wide
as its frame.
- The new function `image-refresh' refreshes all images associated
with a given image specification.
- The new function `combine-and-quote-strings' concatenates a list of strings
using a specified separator.
- The new function `split-string-and-unquote' performs the inverse operation to
`combine-and-quote-strings', i.e. splits a single string into a list
of strings, undoing any quoting added by `combine-and-quote-strings'.
-------------------------------------------------------------------
Fri Jan 4 16:36:10 CET 2008 - werner@suse.de