aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-01-25 19:39:34 -0800
committerGlenn Morris2014-01-25 19:39:34 -0800
commitde6a923b0bedaf6dccf9832e09cc7fff66440c3c (patch)
treed275550380a6ed5e0fd0ec40406d3a83e20ef667 /etc
parente6f29a682914083dd1a7ed5a4391ae72b7f3e764 (diff)
downloademacs-de6a923b0bedaf6dccf9832e09cc7fff66440c3c.tar.gz
emacs-de6a923b0bedaf6dccf9832e09cc7fff66440c3c.zip
Doc updates for opascal.el
* lisp/progmodes/opascal.el (opascal-tab-always-indents, opascal-tab): Doc fix. Make obsolete. (opascal-mode): No longer mention opascal-tab-always-indents in doc. * doc/emacs/ack.texi (Acknowledgments): * doc/emacs/programs.texi (Program Modes): Update for delphi.el -> opascal.el renaming. * etc/NEWS: Edits.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS28
1 files changed, 20 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f913b80da86..f934bc30bd6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -634,14 +634,19 @@ See MH-E-NEWS for details.
634 634
635*** Documentation lookup/search. 635*** Documentation lookup/search.
636 636
637** OPascal mode is the new name for Delphi mode. 637+++
638** OPascal mode is the new name for Delphi mode
638 639
640---
639*** All delphi-* variables and functions have been renamed to opascal-*. 641*** All delphi-* variables and functions have been renamed to opascal-*.
642Obsolete aliases exist for those likely to have been used externally.
640 643
641*** `delphi-newline-always-indents' is not supported any more. 644---
645*** The option `delphi-newline-always-indents' has been removed.
642Use `electric-indent-mode' instead. 646Use `electric-indent-mode' instead.
643 647
644*** `delphi-tab' is gone, replaced by `indent-for-tab-command'. 648---
649*** The TAB key runs the standard `indent-for-tab-command', not `delphi-tab'.
645 650
646** Package 651** Package
647 652
@@ -690,17 +695,23 @@ rather than mboxo. Customize `unrmail-mbox-format' to change this.
690 695
691** Ruby mode 696** Ruby mode
692 697
693*** New option `ruby-encoding-magic-comment-style'. 698---
699*** Improved syntax highlighting and indentation.
694 700
695*** New option `ruby-custom-encoding-magic-comment-template'. 701---
702*** New `electric-indent-mode' integration.
696 703
697*** Improved syntax highlighting and indentation. 704---
705*** New option `ruby-encoding-magic-comment-style'.
698 706
699*** More Ruby file types have been added to `auto-mode-alist'. 707---
708*** New option `ruby-custom-encoding-magic-comment-template'.
700 709
710---
701*** New option `ruby-align-to-stmt-keywords'. 711*** New option `ruby-align-to-stmt-keywords'.
702 712
703*** New `electric-indent-mode' integration. 713---
714*** More Ruby file types have been added to `auto-mode-alist'.
704 715
705** Search and Replace 716** Search and Replace
706 717
@@ -760,6 +771,7 @@ All non-ancient Bash versions support this option.
760Emacs can learn the appropriate indentation settings if you provide it 771Emacs can learn the appropriate indentation settings if you provide it
761with an indented sample file. 772with an indented sample file.
762 773
774---
763** New Term mode option `term-suppress-hard-newline'. 775** New Term mode option `term-suppress-hard-newline'.
764 776
765+++ 777+++