Commit graph

536 commits

Author SHA1 Message Date
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
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
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
Chong Yidong
7024347875 Add "Branch for 23.1" ChangeLog entry. 2009-06-21 14:35:26 +00:00
Kenichi Handa
125dd7c533 *** empty log message *** 2009-06-17 07:32:18 +00:00
Kenichi Handa
67cbe6817d *** empty log message *** 2009-06-17 01:26:01 +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
Agustín Martín
6f591cf421 fixit.texi (Spelling): Set default dictionary. Improve descriptions (Bug#2554) 2009-06-09 14:24:32 +00:00
David Reitter
53483c76ef macos.texi (Color panel, Font panel): Remove mention of Save Options,
since saving colors and faces set this way is not implemented.
(Environment variables): Remove mention of mac-fix-env, which is
scheduled to be removed.
2009-06-08 04:01:48 +00:00
Chong Yidong
910565284a * custom.texi (Init Examples): Add example of changing load-path. 2009-06-04 03:13:28 +00:00
Chong Yidong
1557ef4f92 * building.texi (Lisp Libraries): Add example of changing
load-path (Bug#3446).
2009-06-04 03:06:17 +00:00
Chong Yidong
623cec4c07 * mark.texi (Mark): Further clarifications.
(Setting Mark): Emphasize that C-SPC activates the mark.
2009-05-28 20:36:03 +00:00
Chong Yidong
702b10e19b * mark.texi (Mark): Mention disabling Transient Mark mode. 2009-05-28 16:53:05 +00:00
Chong Yidong
0fcca8ee23 * mark.texi (Mark): Clarify introduction.
(Using Region, Persistent Mark): Use "active mark" instead of "active
region".
2009-05-28 16:48:05 +00:00
Chong Yidong
d3b396e4e1 * mule.texi (Select Input Method): Fix typo. 2009-05-16 14:33:16 +00:00
Chong Yidong
3f698a06a5 * anti.texi (Antinews): Document completion changes. Some additional
copyedits and rearrangement of entries.
2009-05-13 03:49:46 +00:00
Chong Yidong
932fd020b3 * misc.texi (Interactive Shell, Saving Emacs Sessions)
(Shell History Copying, Terminal emulator): Copyedits.
2009-05-12 04:12:27 +00:00
Chong Yidong
ac36a8f1e7 * xresources.texi (Resources): Simplify descriptions. Shorten
description of editres, which is not very useful these days.
(Table of Resources): Document fontBackend resource.
2009-05-12 03:18:03 +00:00
Chong Yidong
b2a42eb75d * trouble.texi (Quitting): Add other undo bindings to table.
(DEL Does Not Delete): Note that the erasure key is usually labelled
"Backspace".  Remove discussion of obscure Xmodmap issue.
2009-05-12 02:05:55 +00:00
Chong Yidong
c6ea7fb874 * files.texi (Visiting): Copyedits. 2009-05-07 02:18:48 +00:00
Chong Yidong
ad36c4224c * basic.texi (Inserting Text): Document ucs-insert.
* mule.texi (International Chars): Define "multibyte".  Note that
internal representation is unicode-based.  Simplify definition of raw
bytes.  Mention ucs-insert.
(Enabling Multibyte): Remove obsolete discussion.  Copyedits.
(Language Environments): Add language environments new to Emacs 23.
(Multibyte Conversion): Node deleted.
(Coding Systems): Remove obsolete unify-8859-on-decoding-mode.  Don't
mention obsolete emacs-mule coding system.
(Output Coding): Copyedits.

* emacs.texi (Top): Update node listing.
2009-05-06 03:55:12 +00:00
Chong Yidong
d4ad7b96a4 * trouble.texi (Lossage): Use new binding of view-emacs-problems. 2009-05-05 01:17:22 +00:00
Stefan Monnier
5bd6620497 (Lisp Libraries): `load-library' does offer completion. 2009-04-28 18:59:18 +00:00
Chong Yidong
bc36ad1c2d * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
t-mouse-mode.  Suggested by Per Starbäck (Bug#3126).
2009-04-28 04:07:37 +00:00
Eli Zaretskii
f1a4788495 (Tags): Clarify text. (Bug#3101) 2009-04-25 07:19:58 +00:00
Chong Yidong
be77bd4536 * entering.texi (Entering Emacs): Document initial-buffer-choice.
* building.texi (Lisp Interaction): Document initial-scratch-message.
2009-04-22 01:29:25 +00:00
Juanma Barranquero
ed6e7b1194 * msdog.texi (Windows Fonts): Fix typos. 2009-04-18 12:40:46 +00:00
Juanma Barranquero
d3b8292706 * files.texi (Save Commands): Fix pxref. 2009-04-18 12:33:17 +00:00
Chong Yidong
bc323c0489 * files.texi (Save Commands): Mention diff-buffer-with-file.
(Comparing Files): Document diff-buffer-with-file.  Suggested by Magnus
Henoch (Bug#3036).
2009-04-18 01:41:53 +00:00
Glenn Morris
2186d13f03 (Mail Format): Replace "Sender" with "Message-Id", since
the former is not always used.
(Mail Headers): Use active voice.  Add "Mail-reply-to".
Change case of "Id".  Avoid repeated "appropriate".
(Mail Aliases): Fix previous change - use an example with a ".", so it
does actually get quoted when expanded.
(Mail Sending): Mailclient is the default on some systems.
(Citing Mail): Mention mail-indentation-spaces.
(Mail Mode Misc): Add an @dfn for "mail signature".
2009-03-15 21:16:52 +00:00
Chong Yidong
71e454fcfd (Completion Commands): Describe Emacs 23 completion rules.
(Completion Options): Document read-file-name-completion-ignore-case,
read-buffer-completion-ignore-case, and completion-styles.  Remove
description of partial-completion-mode.
2009-03-15 14:51:45 +00:00
Glenn Morris
df1a3e06de (Mail Format): Fix typo. Add index entry for mail-header-separator.
(Mail Headers): Put info about initialization and changing in one place
at the start.  Update FCC section for mbox Rmail.  Clarify From
section, mention mail-setup-with-from.  Clarify Reply-to section.
Add Mail-followup-to and mail-mailing-lists.  Clarify References section.
(Mail Aliases): Update example, make less contentious.
Update for name change of mail-interactive-insert-alias.
(Mail Mode): Remove mention of `%' as a word separator.
(Mail Sending): Mention mail-send-hook.  Mention Mailclient.
(Header Editing): Add reply-to, mail-reply-to, and mail-followup-to commands.
Clarify FCC handling.  In mail-complete, add reference to
Mail Aliases section, and mention mail-complete-function.
(Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
(Mail Mode Misc): Clarify the mail-signature function.  Add basic
signature netiquette.  Explain how the mail hooks work when continuing
a composition.
(Mail Amusements): Internationalize the spook section a bit.
Remove the spook mail-setup-hook example, since it doesn't work well.
Mention fortune-file.
(Mail Methods): Mention read-mail-command.
2009-03-14 22:30:53 +00:00
David Reitter
959d68bd04 macos.texi (Mac / GNUstep Basics): remove references to Prefs panel
and NS resources following recent changes.
2009-03-14 21:30:12 +00:00
Jason Rumney
86dca3e8ba * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
* msdog.texi (Windows Misc): Remove doc for obsolete variable.  Modify
w32-use-visible-system-caret doc to indicate that it should get set
automatically.
(Windows Fonts): Add doc for the uniscribe backend.
2009-03-10 15:57:34 +00:00
Dan Nicolaescu
042fe98f1b (VC Directory Commands): Fix doc for the x key in
vc-dir.  (Bug#2598)
2009-03-08 18:42:18 +00:00
Reiner Steib
7f8dba73a1 (Spelling): Add turn-on-flyspell. (Bug#2517) 2009-03-05 20:52:44 +00:00
Glenn Morris
04242bdc9d (Rmail Basics): Add reference to sorting.
(Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
Minor re-wordings.
(Rmail Deletion): Expunging is not the only way to change the numbers.
(Rmail Labels): Labels can also be used in sorting.
(Rmail Summary Edit): Mention rmail-summary-next-same-subject.
2009-03-05 07:08:36 +00:00
Glenn Morris
505e70c3db (Rmail Motion): Mention rmail-next-same-subject.
(Rmail Display): Mention rmail-mime.
2009-03-05 03:40:00 +00:00
Glenn Morris
00cfe22c8b (Rmail Sorting): Add the keybindings associated with each
sort command.  Fix `rmail-sort-by-labels' name.  Mention sorting from
summary.  Mention sorts cannot be undone.
(Rmail Display): Give an example of how to use goto-address-mode.
(Rmail Editing): It's keybindings that are redefined, not commands.
Fix some typos.
(Movemail): Some minor rewording.
(Remote Mailboxes): Emacs movemail supports pop by default.
Fix some minor grammatical issues.  The "two alternative ways" to
specify a POP mailbox are really just one.  Remove all reference to the
variables rmail-pop-password and rmail-pop-password-required, obsolete
since Emacs 22.1.  Clarify the four password steps.  Emacs movemail
can support Kerberos.
2009-03-04 04:15:38 +00:00
Glenn Morris
2340abde3c (Rmail Make Summary): Mention rmail-summary-by-senders on C-M-f.
Use active voice for previous change.
(Rmail Summary Edit): Mention rmail-summary-undelete-many, and C-M-n/p.
Name the commands bound to the various keys.  Mention prefix argument
for searching.
2009-03-03 08:18:53 +00:00
Glenn Morris
3d963b6779 (Rmail Deletion): Revert previous change, which was
describing the Rmail summary versions.
(Rmail Reply): Give more details of rmail-dont-reply-to-names.
Minor re-wording for rmail-resend.
(Rmail Make Summary): Summaries apply to buffers rather than files.
<rmail-summary-by-topic>: Headers includes the subject.
<rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
details, including prefix arguments.
Not counting lines might be faster.
(Rmail Summary Edit): More details on the delete commands.
Add rmail-summary-bury.
(Rmail Display): Mention rmail-displayed-headers.  Fix typo.
Simplify rmail-highlighted-headers description.  Update face name.
2009-03-03 04:16:29 +00:00
Juanma Barranquero
a8ce3d17d8 Fix typos. 2009-03-02 08:55:47 +00:00
Chong Yidong
130a29b6a5 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
instead of obsolete pre-abbrev-expand-hook.  Link to elisp manual.
2009-03-01 19:08:39 +00:00
Glenn Morris
79fc530ea7 (Rmail): Use consistent case in menu. 2009-03-01 01:05:50 +00:00
Glenn Morris
9d5de6f80b (Rmail): Fix some typos.
(Rmail Motion): - M-s searches from the end of messages.
(Rmail Deletion): Minor clarification.  Fix numeric argument
description.
(Rmail Inbox): Fix default inbox description.  Mention `mbox' by name.
newmail and RMAILOSE files need not be in home-directory.
(Rmail Files): Mention I/O menus are unselectable if no files match.
Mention `MAIL' env-var.
2009-03-01 01:00:47 +00:00
Jason Rumney
a93be82a3c Add bug reference 2009-02-24 13:42:02 +00:00