X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/b01682fbbe6b48fe34cb3d26932fd03e4b0669e5..2d809ffafd3e1bde360c08f3be4b7d9a43ff5f0e:/doc/emacs/ChangeLog diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index b0b6c5ae32..0fff6931d0 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,48 +1,103 @@ -2013-05-08 Glenn Morris +2013-05-09 Glenn Morris * sending.texi (Mail Sending): Fix typo. * windows.texi (Change Window): Fix typo. -2013-05-07 Glenn Morris - * custom.texi (Changing a Variable): Fix typo. -2013-05-06 Glenn Morris - * trouble.texi (Contributing): Remove obsolete info re pretesters. -2013-03-12 Glenn Morris +2013-05-05 Paul Eggert + + `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273). + * cmdargs.texi (Initial Options): + * files.texi (Customize Save): Document this. + +2013-05-04 Glenn Morris + + * calendar.texi (Importing Diary): Mention diary-from-outlook-function. + +2013-03-17 Paul Eggert + + doc: convert some TeX accents to UTF-8 + * ack.texi (Acknowledgments): + * emacs.texi (Acknowledgments): + Convert some TeX accents (e.g., '@l{}') to UTF-8 (e.g., 'ł'). + Apparently the TeX accents cause problems when generating gnu.org + web pages, e.g., @l{} is rendered as '/l' on + . + +2013-03-16 Glenn Morris * emacs.texi (Top): Add some stuff specific to www.gnu.org. -2013-03-11 Glenn Morris +2013-03-04 Paul Eggert - * Version 24.3 released. + Prefer UTF-8 for documentation. + With GNU Texinfo 5.0, this generates nicer-looking info files, + since they can use curly quotes. With older Texinfo it doesn't matter. + * ack.texi, cal-xtra.texi, calendar.texi, emacs-xtra.texi, emacs.texi: + Switch from Latin-1 to UTF-8. -2013-02-27 Bastien Guerry +2013-02-28 Bastien Guerry * xresources.texi (GTK resources): Fix broken link. +2013-02-25 Eli Zaretskii + + * files.texi (Interlocking): Don't refer to symlinks as the + exclusive means of locking files. + 2013-02-22 Glenn Morris * ack.texi (Acknowledgments): * emacs.texi (Acknowledgments): Small updates. +2013-02-21 Glenn Morris + + * files.texi (File Conveniences): Not just GIFs can be animated. + +2013-02-13 Glenn Morris + + * ack.texi (Acknowledgments): Don't mention yow any more. + +2013-02-13 Paul Eggert + + * cmdargs.texi (General Variables): + Fix TMPDIR documentation to match the code's behavior. + 2013-02-10 Glenn Morris * trouble.texi (Checklist): Update bug keybinding. -2013-01-18 Glenn Morris +2013-02-09 Eli Zaretskii - * custom.texi (Directory Variables): Fix paren typo. + * msdog.texi (Text and Binary): Delete the description of + file-name-buffer-file-type-alist. + +2013-01-19 Paul Eggert -2013-01-16 Glenn Morris + * trouble.texi (Crashing): Suggest -p for newer addr2line. (Bug#13445) + Without it, I don't see function names. Older addr2line + implementations will die out sooner or later, so tailor the + first suggestion to recent addr2line, with a followup about + older ones. + +2013-01-19 Glenn Morris + + * custom.texi (Directory Variables): Fix paren typo. * trouble.texi (Crashing): Not all addr2line have -p. (Bug#13445) * custom.texi (Custom Themes): Fix typo. +2013-01-07 Bastien Guerry + + * help.texi (Apropos): Document `apropos-user-option' and update + the doc for `apropos-variable'. + 2013-01-05 Glenn Morris * text.texi (HTML Mode): Remove deleted nxml C-RET binding. @@ -57,35 +112,63 @@ * frames.texi (Mouse Commands): Fix description of the effect of mouse dragging (Bug#13049). -2012-12-08 Dani Moncayo +2012-12-15 Juri Linkov + + * misc.texi (Recursive Edit): Add a link to "Query Replace". + (Bug#13181) + +2012-12-10 Dani Moncayo * killing.texi (Deletion): Doc fix (Bug#12748). -2012-12-03 Juanma Barranquero +2012-12-06 Paul Eggert + + * doclicense.texi, gpl.texi: Update to latest version from FSF. + These are just minor editorial changes. + +2012-12-06 Juanma Barranquero * vc1-xtra.texi (General VC Options): Remove obsolete reference to `vc-path'. -2012-12-02 Chong Yidong +2012-12-03 Chong Yidong * custom.texi (Init Rebinding): kbd is now a function (Bug#13052). -2012-11-18 Dani Moncayo +2012-12-02 Kevin Ryde + + * maintaining.texi (Tag Syntax): Mention (defvar foo) handling. + +2012-12-01 Kevin Ryde + + * maintaining.texi (Tag Syntax): Mention Perl's "use constant". + +2012-11-24 Paul Eggert + + * doclicense.texi, gpl.texi: Update to latest version from FSF. + These are just minor editorial changes. + +2012-11-21 Dani Moncayo * display.texi (Auto Scrolling): Fix some inaccuracies, plus clarifications (Bug#12865). (Horizontal Scrolling): Clarifications. -2012-11-17 Dani Moncayo +2012-11-18 Dani Moncayo * mark.texi (Disabled Transient Mark): Doc fixes (Bug#12746). -2012-11-12 Chong Yidong +2012-11-16 Eli Zaretskii + + * trouble.texi (Crashing): Add information about MS-Windows and + the emacs_backtrace.txt file. (Bug#12908) + +2012-11-13 Chong Yidong * building.texi (Multithreaded Debugging): gdb-stopped-hooks is actually named gdb-stopped-functions. -2012-11-12 Glenn Morris +2012-11-13 Glenn Morris * misc.texi (Single Shell): Mention async-shell-command-buffer. @@ -93,23 +176,21 @@ * misc.texi (Terminal emulator): Rename `term-face' to `term'. -2012-11-09 Glenn Morris - * emacs.texi (Acknowledgments): Add profiler author. * ack.texi (Acknowledgments): Add some recent contributions. -2012-11-08 Chong Yidong +2012-11-10 Chong Yidong * files.texi (Diff Mode): Doc fixes for diff-delete-trailing-whitespace (Bug#12831). * trouble.texi (Crashing): Copyedits. -2012-11-08 Glenn Morris +2012-11-10 Glenn Morris * files.texi (Diff Mode): Trailing whitespace updates. -2012-11-07 Chong Yidong +2012-11-10 Chong Yidong * misc.texi (Terminal emulator): Document Term mode faces. @@ -124,13 +205,13 @@ * trouble.texi (Memory Full): Capitalize Buffer Menu. -2012-11-05 Eli Zaretskii +2012-11-10 Eli Zaretskii * display.texi (Auto Scrolling): Clarify that scroll-step is ignored when scroll-conservatively is set to a non-zero value. (Bug#12801) -2012-11-05 Chong Yidong +2012-11-10 Chong Yidong * dired.texi (Dired Updating): Doc fix (Bug#11744).