[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99741: NEWS markup.
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99741: NEWS markup. |
Date: |
Thu, 15 Apr 2010 00:19:06 -0700 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99741
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Thu 2010-04-15 00:19:06 -0700
message:
NEWS markup.
* etc/NEWS: bookmark-bmenu-search, mpc, image-mode-maybe do not need
manual entries. GDB changes, Semantic, EDE, EIEIO have them.
modified:
etc/NEWS
=== modified file 'etc/NEWS'
--- a/etc/NEWS 2010-04-15 02:20:33 +0000
+++ b/etc/NEWS 2010-04-15 07:19:06 +0000
@@ -184,6 +184,7 @@
* Changes in Specialized Modes and Packages in Emacs 23.2
+---
** The bookmark menu has a narrowing search via bookmark-bmenu-search.
** LaTeX mode now provides completion (via completion-at-point).
@@ -238,9 +239,9 @@
** GDB-UI
++++
*** Toolbar functionality for reverse debugging. Display of STL
-collections as watch expressions. These features require GDB 7.0
-or later.
+collections as watch expressions. These features require GDB 7.0 or later.
** Grep
+++
@@ -338,9 +339,9 @@
**** The short log format for git makes use of the graph display, so
it's not supported on git versions earlier than 1.5.
-**** Support for operating with stashes has been added to vc-dir: the stash
list is
-displayed in the *vc-dir* header, stashes can be created, removed, applied and
-their content displayed.
+**** Support for operating with stashes has been added to vc-dir:
+the stash list is displayed in the *vc-dir* header, stashes can be
+created, removed, applied and their content displayed.
**** vc-dir displays the stash status
@@ -402,6 +403,7 @@
This is a collection of packages to aid with using Emacs as an IDE
(integrated development environment):
++++
*** The Semantic package allows the use of parsers to intelligently
edit and navigate source code. Parsers for C/C++, Java, Javascript,
and several other languages are included by default, and Semantic can
@@ -410,6 +412,7 @@
To enable Semantic, use the global minor mode `semantic-mode'.
See the Semantic manual for details.
++++
*** EDE (Emacs Development Environment) is a package for managing code
projects, including features such as automatic Makefile generation.
@@ -420,9 +423,11 @@
code. It is currently used by some parts of Semantic and EDE; in the
future, it may be used for code generation features.
++++
*** The EIEIO library implements a subset of the Common Lisp Object
System (CLOS). It is used by the other CEDET packages.
+---
** mpc.el is a front end for the Music Player Daemon. Run it with M-x mpc.
** htmlfontify.el turns a fontified Emacs buffer into an HTML page.
@@ -457,16 +462,17 @@
** Support for generating Emacs 18 compatible bytecode (by setting
the variable `byte-compile-compatibility') has been removed.
-** In image-mode.el `image-mode-maybe' is obsolete. Instead, you can
-either use `image-mode' that displays an image file as the actual image
-initially, or `image-mode-as-text' when you want to display an image file
-as text initially. `image-mode-as-text' is a combination of a non-image
-mode from `auto-mode-alist' (or Fundamental mode) and `image-minor-mode'.
-`image-minor-mode' provides `C-c C-c' key binding to toggle image display.
+---
+** In image-mode.el `image-mode-maybe' is obsolete.
+Instead, you can either use `image-mode' (which displays an image file
+as the actual image initially), or `image-mode-as-text' (when you want
+to display an image file as text initially). `image-mode-as-text' is a
+combination of a non-image mode from `auto-mode-alist' (or Fundamental
+mode) and `image-minor-mode'. `image-minor-mode' provides a `C-c C-c'
+key binding to toggle image display.
`image-toggle-display-text' removes image properties.
`image-toggle-display-image' adds image properties.
-`image-toggle-display' toggles between `image-mode-as-text' and
-`image-mode'.
+`image-toggle-display' toggles between `image-mode-as-text' and `image-mode'.
* Lisp changes in Emacs 23.2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99741: NEWS markup.,
Glenn Morris <=