aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Liu2013-11-18 10:27:12 +0800
committerLeo Liu2013-11-18 10:27:12 +0800
commitf2cbfd4442bf194bd277101357a86f96707ec36c (patch)
tree0f528fb71afec1e0cab84e17402720a716197525
parent25158c76b277cc2787c86c031cfdb5df65efa73f (diff)
downloademacs-f2cbfd4442bf194bd277101357a86f96707ec36c.tar.gz
emacs-f2cbfd4442bf194bd277101357a86f96707ec36c.zip
* NEWS: Mention new features for Octave mode.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS8
2 files changed, 12 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index d35fa863441..120f4d4db1c 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12013-11-18 Leo Liu <sdl.web@gmail.com>
2
3 * NEWS: Mention new features for Octave mode.
4
12013-11-01 Jan Djärv <jan.h.d@swipnet.se> 52013-11-01 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * NEWS: Mention :distant-foreground. 7 * NEWS: Mention :distant-foreground.
diff --git a/etc/NEWS b/etc/NEWS
index 3198c0d28cc..132c461b258 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -408,6 +408,14 @@ This is useful to avoid a query when you have no key for that name.
408will revert to the old behavior. 408will revert to the old behavior.
409 409
410 410
411** New features for Octave mode:
412*** Font locking for texinfo comments and new keywords
413*** Completion in Octave file buffers
414*** Eldoc support
415*** Jump to definition
416*** Documentation lookup/search
417*** Code cleanup and various bug fixes
418
411** Ido 419** Ido
412*** Ido has a manual now. 420*** Ido has a manual now.
413*** `ido-use-virtual-buffers' takes a new value 'auto. 421*** `ido-use-virtual-buffers' takes a new value 'auto.