X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/6df6ae42fedb347936ce4c68e11f5d3e8b1d0040..a8e7d6d783219972c08fd49a3a2afaf26eb139c2:/doc/emacs/ChangeLog diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index d834aded16..50c3d868eb 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,343 @@ +2012-04-27 Glenn Morris + + * emacs.texi: Some fixes for detailed menu. + +2012-04-26 Glenn Morris + + * emacs.texi: Add "et al." to authors. + + * ack.texi, basic.texi, buffers.texi, building.texi: + * calendar.texi, cmdargs.texi, commands.texi, custom.texi: + * dired.texi, display.texi, emerge-xtra.texi, files.texi: + * fortran-xtra.texi, help.texi, kmacro.texi, mini.texi, misc.texi: + * msdog-xtra.texi, picture-xtra.texi, programs.texi, rmail.texi: + * search.texi, trouble.texi, windows.texi: + Use Texinfo recommended convention for quotes+punctuation. + +2012-04-25 Eli Zaretskii + + * mule.texi (Bidirectional Editing): Improve indexing. Minor + wording tweaks. + +2012-04-15 Chong Yidong + + * misc.texi (emacsclient Options): More clarifications. + +2012-04-15 Glenn Morris + + * msdog.texi (Windows Printing): It doesn't set printer-name. + + * mule.texi (Language Environments): Move font info to "Fontsets". + (Fontsets): Move intlfonts etc here from "Language Environments". + Copyedits. + (Defining Fontsets, Modifying Fontsets, Undisplayable Characters) + (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits. + +2012-04-15 Chong Yidong + + * glossary.texi (Glossary): Standardize on "text terminal" + terminology. All callers changed. + + * misc.texi (emacsclient Options): Document "client frame" concept + and its effect on C-x C-c more carefully. + +2012-04-15 Glenn Morris + + * frames.texi (Scroll Bars): + * glossary.texi (Glossary): Use consistent case for "X Window System". + + * mule.texi (Select Input Method, Coding Systems): + State command names in kbd tables. + (Recognize Coding): Add cross-ref. + (Output Coding): Don't mention message mode in particular. + (Text Coding, Communication Coding, File Name Coding, Terminal Coding): + Copyedits. + +2012-04-14 Glenn Morris + + * mule.texi (Select Input Method, Coding Systems, Recognize Coding): + Copyedits. + (Coding Systems): Mac OS X apparently uses newlines for EOL. + (Recognize Coding): Remove old auto-coding-regexp-alist example. + auto-coding-functions does not override coding: tags. + Remove rmail-decode-mime-charset; it no longer has any effect. + +2012-04-14 Chong Yidong + + * custom.texi (Creating Custom Themes): Add reference to Custom + Themes node in Lisp manual. + +2012-04-14 Glenn Morris + + * mule.texi (International): Copyedits. + (International Chars): Update C-x = example output. + (Disabling Multibyte): Rename from "Enabling Multibyte". + Clarify what "unibyte: t" does, and mode-line description. + (Unibyte Mode): Update for "Disabling Multibyte" node name change. + Use Texinfo recommended convention for quotes+punctuation. + (Language Environments): Copyedits. + (Input Methods): Copyedits. Use "^" for the postfix example, + because it is less confusing inside Info's `quotes'. + + * custom.texi (Specifying File Variables): Fix "unibyte" description. + Update for "Disabling Multibyte" node name change. + * emacs.texi: Update for "Disabling Multibyte" node name change. + + * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi: + * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi: + * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi: + * misc.texi, package.texi, programs.texi, screen.texi, search.texi: + * sending.texi, text.texi, trouble.texi: + Use @file for buffers, per the Texinfo manual. + + * entering.texi (Entering Emacs): + Do not mention initial-buffer-choice = t. + + * misc.texi (Gnus Startup): Use @env for environment variables. + + * Makefile.in: Replace non-portable use of $< in ordinary rules. + +2012-04-12 Glenn Morris + + * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el. + +2012-04-07 Glenn Morris + + * emacsver.texi (EMACSVER): Bump version to 24.1.50. + +2012-04-05 Glenn Morris + + * glossary.texi (Glossary): Use anchors for internal cross-references. + +2012-04-04 Glenn Morris + + * glossary.texi (Glossary): Copyedits. + Use Texinfo-recommended convention for quotes and punctuation. + Comment out a few specialized (Rmail) items. + New items: Bidirectional Text, Client, Directory Local Variable, + File Local Variable, Package, Server, Theme, Trash Can. + +2012-04-03 Chong Yidong + + * sending.texi (Mail Misc): Fix an index entry. + +2012-04-02 Eli Zaretskii + + * msdog.texi (Windows Startup): Add description of emacsclient + operation under -c and -t on MS-Windows. + + * misc.texi (emacsclient Options): Add cross-reference to "Windows + Startup". (Bug#11091) + +2012-04-02 Dani Moncayo (tiny change) + + * custom.texi (Changing a Variable): Fix example. + +2012-04-01 Eli Zaretskii + + * misc.texi (emacsclient Options): More clarifications about -t + and -c on MS-Windows. (Bug#11091) + +2012-03-31 Eli Zaretskii + + * misc.texi (emacsclient Options): Document peculiarities of new + frame creation on MS-Windows under -c or -t options. (Bug#11091) + +2012-03-30 Chong Yidong + + * files.texi (File Conveniences): Clarify Imagemagick discussion. + +2012-03-22 Glenn Morris + + * dired.texi (Operating on Files): Fix dired-recursive-copies default. + +2012-03-17 Chong Yidong + + * package.texi (Package Installation): Document use of + package-initialize in init file. + +2012-03-16 Glenn Morris + + * help.texi (Language Help): + * mule.texi (International Chars): + etc/HELLO is for character demonstration. + +2012-03-15 Dani Moncayo (tiny change) + + * dired.texi (Shell Commands in Dired): Fix typo. + +2012-03-04 Chong Yidong + + * killing.texi (Clipboard): Document clipboard manager. + +2012-02-29 Glenn Morris + + * ack.texi (Acknowledgments): Use @Tex{} in more places. + + * emacs.texi, help.texi, text.texi: Use "" quotes in menus. + + * dired.texi, emacs.texi: Use @code{} in menus when appropriate. + +2012-02-28 Glenn Morris + + * custom.texi, display.texi, emacs.texi, files.texi: + * msdog-xtra.texi, msdog.texi, vc-xtra.texi: + Standardize possessive apostrophe usage. + +2012-02-25 Jan Djärv + + * macos.texi (Mac / GNUstep Customization): Remove text about + ns-find-file and ns-drag-file (Bug#5855, Bug#10050). + +2012-02-25 Dani Moncayo (tiny change) + + * buffers.texi (Select Buffer): Mention that saving in a new file + name can switch to a different major mode. + +2012-02-23 Glenn Morris + + * mini.texi (Minibuffer File, Completion Options, Repetition): + Copyedits. + (Completion Example): Other M-x au* commands may be defined. + (Completion Styles): Mention emacs21 and completion-category-overrides. + + * msdog.texi (Text and Binary, ls in Lisp, Windows HOME) + (Windows Keyboard, Windows Mouse, Windows Processes) + (Windows Printing, Windows Misc): Copyedits. + (ls in Lisp): Update switches list. + + * msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref. + Update dos-mode* function names. + (MS-DOS Printing, MS-DOS and MULE): Copyedits. + (MS-DOS Processes): Add xref to main ls-lisp section. + + * ack.texi (Acknowledgments): Mention smie. + +2012-02-22 Glenn Morris + + * macos.texi: Copyedits. Fix @key/@kbd usage. + (Mac / GNUstep Basics): Don't mention the panels, since the next + section covers them. + (Mac / GNUstep Customization): Merge some panel info from previous. + +2012-02-21 Glenn Morris + + * emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge): + Small fixes. + + * emacs-xtra.texi: Picture mode is no longer a chapter. + + * picture-xtra.texi (Basic Picture): C-a does get remapped. + + * ack.texi (Acknowledgments): Small changes, including resorting, + and removal of things no longer distributed. + +2012-02-20 Glenn Morris + + * emacs.texi (Top, Preface): Small rephrasings. + (menu, detailmenu): Update entries, and reformat some descriptions. + * building.texi, display.texi, emacs-xtra.texi, files.texi: + * frames.texi, kmacro.texi, msdog.texi, programs.texi, text.texi: + Reformat some menu descriptions. + + * ack.texi (Acknowledgments): More updates. + + * emacs.texi (Acknowledgments): Add several names from ack.texi, + and from Author: headers. + (Distrib): Small updates. + +2012-02-18 Glenn Morris + + * ack.texi (Acknowledgments): Add xref to Org manual. + + * rmail.texi: Copyedits. Use 'mail composition buffer' in place + of '*mail*', since Message does not call it that. + (Rmail Reply): Rename rmail-dont-reply-to-names. + \\`info- no longer handled specially. + Update for rmail-enable-mime-composing. + Don't mention 'm' for replies. + Don't mention rmail-mail-new-frame and cancelling, since it does + not work for Message at the moment. + + * cal-xtra.texi: Copyedits. + + * emacs-xtra.texi: Set encoding to ISO-8859-1. + +2012-02-17 Glenn Morris + + * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual. + + * ack.texi (Acknowledgments): Mention Gnulib. + + * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í". + + * calendar.texi: Misc small changes, including updating the dates + of examples. + +2012-02-16 Glenn Morris + + * calendar.texi: Misc small changes. + + * vc1-xtra.texi (VC Delete/Rename, CVS Options): + * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals. + + * dired-xtra.texi (Subdir Switches): Small fixes. + + * fortran-xtra.texi: Tiny changes and some adjustments to line breaks. + +2012-02-15 Glenn Morris + + * sending.texi (Mail Sending): smtpmail-auth-credentials was removed. + +2012-02-12 Glenn Morris + + * ack.texi (Acknowledgments): + * emacs.texi (Acknowledgments): Updates for new files in 24.1. + +2012-02-10 Glenn Morris + + * mini.texi (Minibuffer Edit): Mention minibuffer-inactive-mode. + + * programs.texi (Misc for Programs): Mention electric-layout-mode. + +2012-02-09 Glenn Morris + + * buffers.texi (Misc Buffer): M-x info does not seem to require a + buffer switch after M-x rename-uniquely. + + * trouble.texi (Checklist): Mention C-c m in report-emacs-bug. + +2012-02-09 Jay Belanger + + * text.texi (Org Mode): Fix typo. + +2012-02-08 Glenn Morris + + * ack.texi (Acknowledgments): Update emacs-lock info. + + * rmail.texi (Rmail Display): Mention rmail-epa-decrypt. + + * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode. + +2012-02-07 Glenn Morris + + * files.texi (File Conveniences): Mention ImageMagick images. + +2012-02-05 Glenn Morris + + * trouble.texi (Checklist): Mention debug-on-event. + + * maintaining.texi (Maintaining): Add cross-ref to ERT. + +2012-02-04 Glenn Morris + + * macos.texi (Customization options specific to Mac OS / GNUstep): + New subsection. + + * display.texi (Colors): Mention list-colors-sort. + + * files.texi (File Conveniences): Mention image animation. + 2012-01-31 Chong Yidong * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+