1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
Commit graph

1452 commits

Author SHA1 Message Date
Glenn Morris
943157cf49 (defvar and asterisk): Minor rephrasing. 2009-07-06 00:54:20 +00:00
Glenn Morris
d07e72d3c8 (Emerge): Tweak Misc menu description.
(Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
(Merge Commands): `.' does not seem to work in A or B buffer.
`l' can recreate the 3-window display.
2009-07-03 01:36:12 +00:00
Glenn Morris
07ee224d04 (Glossary): Minor phrasing changes throughout.
Add more internal cross-references.
<Autoloading>: You can't really autoload a variable.
<C-M->: Move details here from `M-C-' item.
<Continuation Line>: Refer to `Truncation.'
<Daemon, Free Software, Free Software Foundation, FSF, GNU>:
<Home Directory, Unix>: New entries.
<Deletion of Files>: Mention recycle bins.
<Directory>: Mention ``folders.''
<Error>: Don't mention ``type-ahead.''
<Fringe>: Refer to the manual node.
<Minor Mode>: Can be global or local.
<Spell Checking>: There are other checkers besides Ispell.
2009-07-03 01:35:56 +00:00
Glenn Morris
f144038a33 (Antinews): Minor changes in phrasing. 2009-07-02 02:31:57 +00:00
Glenn Morris
c1e67aadc0 Re-order a few things to reduce some underfull lines in dvi output. 2009-07-02 02:31:38 +00:00
Glenn Morris
897f809397 (Introduction): Mention included in info Emacs manual. 2009-07-02 02:31:26 +00:00
Glenn Morris
e1fbeef1fb Re-order a few things to reduce some underfull lines in dvi output. 2009-07-02 02:31:12 +00:00
Glenn Morris
4772c84893 (Mail Sending): Add a tiny bit on mailclient. 2009-07-02 02:30:52 +00:00
Glenn Morris
4d3dcbe26b (Advanced VC Usage): End all menu items with a period. 2009-07-02 02:30:38 +00:00
Jan Djärv
17db8e10a2 (Management Parameters): Mention sticky. 2009-07-01 16:57:01 +00:00
Andreas Schwab
fa0f81b0b2 (Type Conversion): Don't use literal control character. 2009-07-01 15:15:52 +00:00
Michael Albinus
88a683c53c * tramp.texi (GVFS based methods): New section.
(Remote processes): Processes for GVFS based methods run locally.
2009-07-01 15:09:50 +00:00
Jan Djärv
0c45005534 Add missing word. 2009-07-01 15:06:14 +00:00
Andreas Schwab
77c7e2e15f (Help Functions): Fix description of help-buffer and
help-setup-xref to use @defun instead of @deffn.
2009-07-01 14:52:28 +00:00
Jan Djärv
3f1c666608 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
* frame.c: Qmaximized is new.
(x_set_frame_parameters): Do not handle fullscreen specially.
Only set width and height if explicitly set.
(x_set_fullscreen): Handle Qmaximized.
(x_set_font, x_figure_window_size): Do not handle fullscreen specially.
(syms_of_frame): Initialize Qmaximized.

* frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.  Declare
Qfullwidth, Qfullheight, Qfullboth, Qmaximized.

* xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
for Expose event. Add call to x_check_fullscreen for MapNotify event.
Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
set gravity to NorthWestGravity when USE_GTK.
(set_wm_state): New function.
(do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
(x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
(x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
or the case when no window manager is running. That means remove calls
to x_real_positions and x_fullscreen_adjust.

* gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
(xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
flush_and_sync.
(xg_height_changed): New function.
(xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
and gtk_window_set_policy.  Set frame gravity after parsing the geometry
string.
(xg_update_frame_menubar, free_frame_menubar)
(xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
(update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
Remove calls to xg_frame_set_char_size.

* startup.el (command-line-x-option-alist): Add -mm and --maximized.

* NEWS: Mention maximized.

* frames.texi (Size Parameters): Mention maximized for fullscreen.

* xresources.texi (Table of Resources): Mention maximized for
fullscreen.

* cmdargs.texi (Window Size X): -mm/--maximized is new.
2009-07-01 14:02:27 +00:00
Chong Yidong
62aadce704 * anti.texi (Antinews): Correct the list of removed platforms. 2009-07-01 13:03:45 +00:00
Michael Albinus
36c8febb96 * trampver.texi: Update release number. 2009-06-30 21:27:08 +00:00
Michael Albinus
7494b873c5 * tramp.texi (Inline methods, External methods, Gateway methods): Avoid
the words "kludge" and hack".
(External methods): Add `synce' method.
2009-06-30 21:24:52 +00:00
Glenn Morris
09964e7ddd Minor revisions. 2009-06-28 01:42:03 +00:00
Glenn Morris
82ec412e8d Minor language tweaks. 2009-06-28 00:47:58 +00:00
Chong Yidong
ca27c21bf2 * display.texi (Window Systems): Add ns to the list. 2009-06-24 20:54:51 +00:00
Miles Bader
05fbc4a9f1 Add `text-scale-set' function
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1607
2009-06-23 08:27:58 +00:00
Miles Bader
666e158e38 Add the recenter-redisplay' variable, and make recenter' use it.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1604
2009-06-23 07:07:45 +00:00
Michael Albinus
d6b951bbee * trampver.texi: Update release number. Set default value of
`emacsgvfs'.
2009-06-22 21:40:24 +00:00
Michael Albinus
c0de5d043e * tramp.texi (History): Add GVFS support.
(External methods): Precise `rsync' description.  Add `dav', `davs' and
`obex' methods.  Add 'tramp-gvfs-methods' option.
(Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
forms.
(Remote Programs): Introduce `tramp-own-remote-path'.
(Remote processes): New subsection "Running remote programs that create
local X11 windows".
(Frequently Asked Questions): Improve code for disabling vc.
2009-06-22 21:39:28 +00:00
Chong Yidong
7024347875 Add "Branch for 23.1" ChangeLog entry. 2009-06-21 14:35:26 +00:00
Chong Yidong
d7ae78c031 Bump version to 23.1.50. 2009-06-21 04:46:07 +00:00
Chong Yidong
2bb4a75381 Bump version number to 23.0.95. 2009-06-19 17:10:49 +00:00
Kenichi Handa
d2fac4a9fd (Language Environments): Add @anchor{Describe Language Environment}.
(Charsets): Change @xref to @pxref.
2009-06-17 07:32:58 +00:00
Kenichi Handa
125dd7c533 *** empty log message *** 2009-06-17 07:32:18 +00:00
Martin Rudalics
df006536eb (Dedicated Windows): Fix typo.
(Resizing Windows): Replace @defun by @deffn.
2009-06-17 05:55:42 +00:00
Glenn Morris
54b31cbfe2 (Obtaining the FAQ): Add reference to Savannah.
(Latest version of Emacs): Mention source code repository.
2009-06-17 03:01:03 +00:00
Glenn Morris
d259fc4b2c (Directory Local Variables): Update for 2009-04-11 name-change of
dir-locals-directory-alist.
2009-06-17 02:58:56 +00:00
Kenichi Handa
67cbe6817d *** empty log message *** 2009-06-17 01:26:01 +00:00
Kenichi Handa
3af970a06e (Charsets): Update the description for the new charset.
(list-character-sets): New findex.
2009-06-17 01:14:36 +00:00
Glenn Morris
f6adc23c80 (Top): Language tweak.
(Extended commands): Most people have arrow keys.
(Emacs manual): Say how to follow info links.
(File-name conventions): Change title a bit.  Explain about source
versus installed.  Condense etc description.
(Guidelines for newsgroup postings): Mention Savannah list page.
(Newsgroup archives): Simplify.
(Contacting the FSF): Add contact URL.
(Emacs Lisp documentation): Printed version not always available.
(Installing Texinfo documentation): Explain how by hand installation is
not normally needed.  Use add-to-list.  Remove duplicate reference.
(Informational files for Emacs): Move info on Help menu here from
"File-name conventions".
(Help installing Emacs): Tweak uref.
(Obtaining the FAQ): Mention repository.
(Origin of the term Emacs): Explain "ITS".
(Changing load-path): Use add-to-list.
(Automatic indentation): Clarify this is for Text mode.
Don't mention Indented Text mode.
(Finding Emacs on the Internet): The FSF does not seem to offer a
deluxe distribution on CD anymore.
2009-06-16 07:35:11 +00:00
Glenn Morris
b59a8457e7 (Top): Mention which Emacs version this FAQ is about.
Recommend the latest release.  Mention how to get older FAQs.
Recommend the Emacs manual.
(Guidelines for newsgroup postings): Discourage cross-posts.
(Underlining paragraphs): Remove.
(Editing MS-DOS files): Remove pre-Emacs 20 information.
(Bugs and problems): Update key-binding.
(Problems with very large files): Mention 64-bit.
(Shell process exits abnormally): Remove.
(Problems with Shell Mode): Rename and update.
(Spontaneous entry into isearch-mode)
(Problems talking to certain hosts): Remove.  This is old information,
in etc/PROBLEMS if needed.
(Emacs takes a long time to visit files, Updating Emacs): Remove.
(Dired claims that no file is on this line): Update.
(Installing Emacs, Problems building Emacs): Simplify.
(Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
information.
(Emacs for MS-Windows): Rename from "Emacs for Windows".  Simplify.
(Emacs for Mac OS X): Rename from "Emacs for Apple computers".
(JDEE): "JDEE", not "JDE".
(Handling C-s and C-q with flow control, Binding C-s and C-q):
Remove.  This is old information, in etc/PROBLEMS if needed.
(stty and Backspace key, Kanji and Chinese characters): Remove.
(Right-to-left alphabets): Update section.
(Changing the included text prefix): Gnus uses message-yank-prefix.
Add cross-reference to Supercite manual.
(Saving a copy of outgoing mail): Simplify output file description.
(Expanding aliases when sending mail): Refer to Emacs manual.
Remove old info about RFC822.
Correct description of how to rebuild aliases.
(Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
(MIME with Emacs mail packages)
(Viewing articles with embedded underlining)
(Saving a multi-part Gnus posting, Gnus hangs for a long time):
Remove old sections.
(Killing based on nonstandard headers): Remove.  Scoring is preferable,
and is well-documented in the Gnus manual.
(Reading news with Emacs): Merge "Learning more about Gnus" into here.
(Making Gnus faster): Rename from "Starting Gnus faster".
Merge "Catch-up is slow in Gnus" into here.
2009-06-16 02:51:00 +00:00
Glenn Morris
e126f4f1d1 Fix case of some urefs. 2009-06-15 07:32:47 +00:00
Glenn Morris
0e6d12ca10 (Status of Emacs): Re-order with most recent releases first.
(New in Emacs 23): New section.
(Handling C-s and C-q with flow control): Add xref.
2009-06-14 23:39:07 +00:00
Chong Yidong
a1539cd759 * emacs-lisp-intro.texi (edebug): Fix typo. 2009-06-14 18:34:43 +00:00
Glenn Morris
4f9d4de33d (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ. 2009-06-13 21:18:51 +00:00
Glenn Morris
2e17e05ea6 (Setting up a customization file): Grammar fix.
Customize is no longer "new".
(Displaying the current line or column): Line-number mode is on by
default.  Don't mention `column' package.  Mention linum.el.
(Turning on abbrevs by default): Explain how to do it for buffers,
modes, and everywhere.
(Associating modes with files): Use add-to-list.  Don't mention Emacs 19.
(Highlighting a region): On by default since 23.1.
(Replacing highlighted text): Update doc quote.
(Working with unprintable characters): Don't mention search-quote-char.
(Using an already running Emacs process): Gnuclient is probably not an
enhancement these days.
(Indenting switch statements): Remove mention of pre-Emacs 20.
(Horizontal scrolling): Abbreviate Emacs 20 description.
(Replacing text across multiple files): Fix name of dired command.
(Disabling backups): Use require not load.
2009-06-13 20:32:36 +00:00
Bill Wohler
2a1cf2b9aa (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.2. 2009-06-13 16:44:33 +00:00
Glenn Morris
85b438b7bc Remove the term "on-line" (meaning "Info") throughout, since
in this day and age the common meaning is "on the web".
(copying): Use @copyright in all cases.
(Basic keys): Remove reference to deleted manual node "Text Characters".
(File-name conventions): Use GNU as an example rather than SERVICE.
default.el lives in site-lisp.  Update Info directory location.
(Real meaning of copyleft): GPL actions have been brought, but all
settled out of court.
(Guidelines for newsgroup postings): Shorten section title.
Simplify comp.emacs description.
(Newsgroup archives): Change Google URL.  Describe Gmane.
(Unsubscribing from Emacs lists): Remove discussion of "distribution
points".  Mention List-Unsubscribe header.
(Contacting the FSF): Update email and URLs.
(Basic editing): Mention F1 for help.
(Installing Texinfo documentation): Refer to Texinfo website rather
than ftp server.
(Printing a Texinfo file): Mention texi2pdf.
(Informational files for Emacs): Don't describe FTP or SERVICE, they
are just stubs nowadays.
(Latest version of Emacs): Explain version numbers.
(Spell-checkers, Checking TeX and *roff documents): Remove sections.
(Turning on syntax highlighting): No need to mention hilit19 any more.
(Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
(Modes for various languages): Remove section.
(Major packages and programs): Remove most version and maintainer
information - it's hard to keep up-to-date, and adds nothing.
Similarly with direct links to mailing lists.
(Spell-checkers): Rename node from Ispell.  Mention Aspell and Hunspell.
(Mailcrypt): Remove section - mailcrypt has not been updated in mnay
years, and Emacs comes with tools for this now.
(Patch): Remove section - this is a standard tool.
(Using function keys under X): Remove section.
2009-06-13 02:21:29 +00:00
Glenn Morris
f0bf7708df (Top): Add @top command.
Remove the optional arguments from all @node commands: makeinfo can
generate these automatically, and it is easier to edit and rearrange
nodes without them.
2009-06-12 07:49:09 +00:00
Glenn Morris
e7ff9e24b6 Fix previous. 2009-06-12 02:49:38 +00:00
Glenn Morris
93e2d9969e (Viewing Info files outside of Emacs): Xinfo is no more.
(Help installing Emacs): Remove reference to deleted X11 node.
(Associating modes with files): Interpreter-mode-alist is no longer
subservient to auto-mode-alist.
(Installing Emacs): Change future Emacs version.
(Linking with -lX11 fails): Remove old section.
(Packages that do not come with Emacs): Update ELL location.
Emacs Lisp archive is dead.
(Emacs for Windows): Remove reference to old CE port.
(Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga ):
Remove old ports.
(Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
(Removing flashing messages): Remove section about non-existent Gnus option.
2009-06-12 02:47:25 +00:00
Glenn Morris
30884d117e (Common acronyms): Remove no-longer-existing OSF.
(The LPF): Make the updated URL the sole reference point.
(Learning how to do something): Update refcard price and format.
(Getting a printed manual): Sources in doc/emacs/, not man/.
Also available in PDF format.  Since the page count varies, be less precise.
(Informational files for Emacs): Remove references to deleted files
LPF and SUN-SUPPORT, and to UUCP.
(Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
Remove many obsolete ways to get the FAQ, which now seems only to be
distributed with Emacs.
(Mail and news): Remove sections about Rmail Babyl that no longer apply.
2009-06-11 07:40:19 +00:00
Chong Yidong
b5700de650 * basic.texi (Moving Point): Fix tag.
* picture-xtra.texi (Insert in Picture): Use <next> and <prior>.

* mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
use camel-case for PageUp and PageDown.

* display.texi (Scrolling): Decapitalize <next> and <prior>, and use
camel-case for PageUp and PageDown.

* calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.

* search.texi (Isearch Scroll): Decapitalize <next> and <prior>.
2009-06-10 15:16:55 +00:00
Chong Yidong
40e6724658 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index. 2009-06-10 14:31:51 +00:00