X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/024ff1707e4a301b21b9de14ab64a406b92dd19f..e0b1591ba7bf3e36524d367261430162fa1fffac:/doc/emacs/ChangeLog diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index c6405019dd..0cdf29d7fc 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,289 @@ +2011-08-25 Chong Yidong + + * sending.texi (Sending Mail): + * rmail.texi (Rmail): + * misc.texi (Gnus, Document View): + * dired.texi (Dired): + * emacs.texi: Group the mail, rmail, and gnus chapters together. + +2011-08-07 Juri Linkov + + * dired.texi (Operating on Files): Rewrite according to the fact + that `dired-do-chmod' doesn't use the `chmod' program anymore. + +2011-07-30 Michael Albinus + + * mini.texi (Minibuffer File): Insert a reference to Tramp for + remote file name completion. (Bug#9197) + +2011-07-28 Eli Zaretskii + + * mule.texi (Bidirectional Editing): Document the fact that + bidi-display-reordering is t by default. + +2011-07-15 Lars Magne Ingebrigtsen + + * help.texi (Misc Help): Mention `describe-prefix-bindings' + explicitly (bug#8904). + +2011-07-14 Lars Magne Ingebrigtsen + + * trouble.texi (Checklist): Use an `M-x' example instead of an + Emacs Lisp form to switch on the dribble file (bug#8056). + +2011-07-13 Lars Magne Ingebrigtsen + + * custom.texi (Hooks): Mention buffer-local hooks (bug#6218). + +2011-07-13 Glenn Morris + + * dired.texi (Dired Enter): Mention --dired. (Bug#9039) + +2011-07-13 Lars Magne Ingebrigtsen + + * mark.texi (Mark Ring): Clarify how many locations are saved + (bug#5770). + (Global Mark Ring): Ditto. + +2011-07-12 Lars Magne Ingebrigtsen + + * text.texi (Table Recognition): Use "at point" instead of "under + point" (bug#4345). + + * display.texi (Cursor Display): Mention `cursor-type'. + + * screen.texi (Point): Clarify that it's only if you use a block + cursor that it appears to be on a character (bug#4345). + +2011-07-12 Chong Yidong + + * misc.texi (Amusements): Move dissociated press here, from its + own section. + + * emacs.texi (Top): Update node listing. + +2011-07-12 Lars Magne Ingebrigtsen + + * emacs.texi (Top): Change "inferiors" to "subnodes" for greater + clarity (bug#3523). + +2011-07-12 Chong Yidong + + * cmdargs.texi (Initial Options): Document --no-site-lisp. + (Misc X): Document --parent-id. + + * frames.texi (Frame Commands): Note that focus-follows-mouse now + defaults to nil. + + * misc.texi (emacsclient Options): Document --parent-id. + + * msdog.texi (Windows HOME): Document _emacs as obsolete. + +2011-07-11 Lars Magne Ingebrigtsen + + * emacs.texi: Use "..." instead of ``...'' in the menus + (bug#3503). + +2011-07-11 Chong Yidong + + * killing.texi (Primary Selection): Document `only' setting for + select-active-regions. + + * mark.texi (Setting Mark): Reference Shift Selection node. + + * frames.texi (Mouse Commands): Document mouse-yank-primary. + +2011-07-11 Lars Magne Ingebrigtsen + + * mark.texi (Setting Mark): Clarify what's meant by "Shifted + motion keys" (bug#3503). + + * emacs.texi: Change all the register node names from "RegPos" + (etc.) to "Positional Registers" (etc.) (bug#3314). + +2011-07-11 Chong Yidong + + * killing.texi (Killing, Deletion and Killing, Killing by Lines) + (Other Kill Commands, Kill Options): Copyedits. + (Deletion and Killing, Kill Ring): Kill/yank now use clipboard. + (Yanking): Move yank-excluded properties discussion here. + (Cut and Paste): Move from frames.texi. Update subnodes to + describe x-select-enable-clipboard case. + + * frames.texi: Move Cut and Paste node and subnodes into + killing.texi, except Mouse Commands and Word and Line Mouse. + +2011-07-10 Andy Moreton (tiny change) + + * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi. + +2011-07-10 Lars Magne Ingebrigtsen + + * screen.texi (Mode Line): Clarify that coding systems are + characters, not letters (bug#1749). + + * cmdargs.texi (Environment): Mention removing variables + (bug#1615). Text suggested by Kevin Rodgers. + +2011-07-10 Chong Yidong + + * misc.texi (Amusements): Don't mention Yow; it's crippled. + + * modes.texi: Rename from major.texi. + (Modes): New node. Make Major Modes and Minor Modes subsections + of this. All callers changed. + + * custom.texi (Minor Modes): Move to modes.texi. + +2011-07-10 Chong Yidong + + * custom.texi (Syntax): Node deleted. + + * help.texi (Help Summary): + * major.texi (Major Modes): + * programs.texi (Parentheses): + * search.texi (Regexp Backslash, Regexp Backslash) + (Regexp Backslash): + * text.texi (Words): Callers changed. + + * text.texi (Refill, Longlines): Delete nodes. + + * ack.texi (Acknowledgments): Longlines removed from manual. + + * emacs.texi (Top): Update node listing. + +2011-07-09 Glenn Morris + + * fortran-xtra.texi (Fortran): Update handled extensions. + +2011-07-03 Lars Magne Ingebrigtsen + + * display.texi (Scrolling): `C-v' (etc) are now bound to + `scroll-*-command' (bug#8349). + +2011-07-02 Lars Magne Ingebrigtsen + + * dired.texi (Subdirectories in Dired): Clarify that `C-u k' + doesn't actually delete any files (bug#7125). + + * picture-xtra.texi (Rectangles in Picture): Clarify the prefix + argument for `C-c C-k' (bug#7391). + + * frames.texi (Fonts): Mention "C-u C-x =" to find out what font + you're currently using (bug#8489). + +2011-07-01 Eli Zaretskii + + * mule.texi (Coding Systems): Move index entries from the previous + change into their proper places. + +2011-07-01 Lars Magne Ingebrigtsen + + * help.texi (Help Files): Document view-external-packages (bug#8902). + + * mule.texi (Coding Systems): Put a few more of the coding systems + into the index (bug#8900). + +2011-06-26 Glenn Morris + + * fortran-xtra.texi (Fortran): F90 mode is also for F2008. + +2011-06-25 Andreas Rottmann + + * misc.texi (emacsclient Options): Mention --frame-parameters. + +2011-06-09 Glenn Morris + + * custom.texi (Specifying File Variables): + Recommend explicit arguments for minor modes. + +2011-06-02 Paul Eggert + + Document wide integers better. + * buffers.texi (Buffers): + * files.texi (Visiting): Document maxima for 64-bit machines, + and mention virtual memory limits. + +2011-05-28 Chong Yidong + + * custom.texi (Hooks): Reorganize. Mention Prog mode. + + * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell + prog mode (Bug#8240). + +2011-05-27 Glenn Morris + + * custom.texi (Specifying File Variables): + Major modes no longer need come first. + +2011-05-22 Chong Yidong + + * mule.texi (Specify Coding, Text Coding, Communication Coding): + (File Name Coding, Terminal Coding): Add command names (Bug#8312). + +2011-05-18 Glenn Morris + + * ack.texi (Acknowledgments): Remove fakemail.c. + +2011-05-17 Chong Yidong + + Fixes for fitting text into 7x9 printed manual. + * building.texi (Flymake, Breakpoints Buffer): + * calendar.texi (Appointments): + * cmdargs.texi (General Variables, Display X): + * custom.texi (Saving Customizations, Face Customization) + (Directory Variables, Minibuffer Maps, Init Rebinding): + * display.texi (Font Lock, Font Lock, Useless Whitespace): + * fixit.texi (Spelling): + * frames.texi (Creating Frames, Fonts): + * help.texi (Help Files): + * mini.texi (Minibuffer File): + * misc.texi (emacsclient Options, Emulation): + * msdog.texi (Windows Startup, Windows HOME, Windows Fonts): + * mule.texi (International Chars, Language Environments) + (Select Input Method, Modifying Fontsets, Charsets): + * programs.texi (Custom C Indent): + * rmail.texi (Rmail Labels): + * text.texi (Table Conversion): + * trouble.texi (Known Problems, Known Problems): + * windows.texi (Change Window): + * xresources.texi (GTK resources): Reflow text and re-indent code + examples to avoid TeX overflows and underflows on 7x9 paper. + + * emacs.texi: Fix the (commented out) smallbook command. + + * macos.texi (Mac / GNUstep Events): + * xresources.texi (Lucid Resources): Remove extraneous examples. + +2011-05-10 Glenn Morris + + * custom.texi (Specifying File Variables): + Deprecate using mode: for minor modes. + +2011-05-07 Glenn Morris + + * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday. + +2011-05-06 Glenn Morris + + * calendar.texi (Appointments): Mention appt-warning-time-regexp. + + * cal-xtra.texi (Fancy Diary Display): Mention diary comments. + +2011-05-02 Lars Magne Ingebrigtsen + + * misc.texi (Emacs Server): Document `server-eval-at'. + +2011-04-24 Chong Yidong + + * maintaining.texi (List Tags): Document next-file. Suggested by + Uday S Reddy. + +2011-04-23 Juanma Barranquero + + * mini.texi (Minibuffer Edit): + * screen.texi (Mode Line): Fix typo. + 2011-04-20 Christoph Scholtes * maintaining.texi (Old Revisions): Mention new function vc-ediff.