aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeodor Zlatanov2008-08-01 21:00:17 +0000
committerTeodor Zlatanov2008-08-01 21:00:17 +0000
commit6d496c76c6d828c0cd2385a8015e844200f3cb3b (patch)
treebea74d48bc5462c12d1a6a178e082b218b32c463
parent818f12ceb98044f081ff720ffe08df1b03ba223b (diff)
downloademacs-6d496c76c6d828c0cd2385a8015e844200f3cb3b.tar.gz
emacs-6d496c76c6d828c0cd2385a8015e844200f3cb3b.zip
Add entries about the new auth-source integration and
about the cyrillic-translit modifications.
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS15
2 files changed, 20 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index c18a590d87f..0d0504ce708 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12008-08-01 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * NEWS: Add entries about the new auth-source integration and
4 about the cyrillic-translit modifications.
5
12008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com> 62008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2 7
3 * Emacs.clr: Remove. 8 * Emacs.clr: Remove.
diff --git a/etc/NEWS b/etc/NEWS
index c6c063f112d..f9c0eac98d3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -156,6 +156,11 @@ active frame and INACTIVE is the opactity of non-active frames.
156The variable `frame-alpha-lower-limit' defines a lower bound for the 156The variable `frame-alpha-lower-limit' defines a lower bound for the
157opacity; the default is 20. 157opacity; the default is 20.
158 158
159*** Emacs can now use `auth-source' for authentication.
160`smtpmail' and `url' (Tramp and Gnus also) use `auth-source' to obtain
161login names and passwords. The match, if found, is reported
162in *Messages* with the password blanked out.
163
159** Internationalization changes 164** Internationalization changes
160 165
161*** The Emacs character set is now a superset of Unicode. 166*** The Emacs character set is now a superset of Unicode.
@@ -197,6 +202,11 @@ unify-8859-on-decoding-mode are obsolete.
197accepts numbers in hash notation (e.g. #o21430 for octal, or #10r8984 for 202accepts numbers in hash notation (e.g. #o21430 for octal, or #10r8984 for
198decimal). It also accepts Unicode character names with completion. 203decimal). It also accepts Unicode character names with completion.
199 204
205*** The `cyrillic-translit' input method supports many new characters.
206Common typographical characters available from Unicode were added to
207`cyrillic-translit': punctuation marks, accented characters, fractions,
208and others.
209
200** Emacs now supports serial port access on GNU/Linux, Unix, and 210** Emacs now supports serial port access on GNU/Linux, Unix, and
201Windows. The new command `serial-term' starts an interactive terminal 211Windows. The new command `serial-term' starts an interactive terminal
202on a serial port. The serial port can be configured at runtime with 212on a serial port. The serial port can be configured at runtime with
@@ -692,6 +702,11 @@ saving articles drafts and ~/.newsrc.eld. These file may not be read
692correctly in Emacs 22 and below. If you want to Gnus across different Emacs 702correctly in Emacs 22 and below. If you want to Gnus across different Emacs
693versions, you may set `mm-auto-save-coding-system' to `emacs-mule'. 703versions, you may set `mm-auto-save-coding-system' to `emacs-mule'.
694 704
705*** Password are consistently loaded through `auth-source'
706Gnus can use `auth-source' for POP and IMAP passwords. Also see that
707`smtpmail' and `url' support `auth-source' for SMTP and HTTP/HTTPS/RSS
708authentication respectively.
709
695** Help mode 710** Help mode
696*** New macro `with-help-window' should set up help windows better 711*** New macro `with-help-window' should set up help windows better
697than `with-output-to-temp-buffer' with `print-help-return-message'. 712than `with-output-to-temp-buffer' with `print-help-return-message'.