1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-26 08:10:47 -07:00
Commit graph

4593 commits

Author SHA1 Message Date
Glenn Morris
45ea35bfae Standardize the way M-x commands are written:
dashes inside command names, not spaces; spaces before <Return>.
(Summary): Describe the new behavior of C-l.
(Basic Cursor Control): Don't say that files "ought" to end in newlines.
Try to distinguish scroll bar from fringes.
You can also scroll with a wheel mouse.
(If Emacs Stops Responding): Rename from "When Emacs is hung".
(Inserting And Deleting): Continuation marks appear in the fringe.
Clarify that deletion can be undone.  Mention cut and paste, and the Glossary.
(Files, Mode Line): Update mode-line format.
(Extending The Command Set): Downplay C-z, since using Emacs on a
text-only terminal is less common these days.
(Searching): Incremental searching is no longer atypical.
Downplay flow control issues, remove reference to deleted FAQ node.
(Multiple Windows): Mention frames.
(Multiple Frames): New section.
(Getting More Help): Downplay C-h having a different binding.
Don't say help is "on-line", since the meaning has changed.
(More Features): Replace "on-line".  Use C-h rather than F10 h.
Say a little more about completion.
(Conclusion): Don't mention C-z again here.
2009-07-08 02:31:02 +00:00
Eli Zaretskii
a59e7eed59 Mention load average support on MS-Windows. 2009-07-04 10:46:06 +00:00
Jan Djärv
e044e4fcd5 * xterm.h (struct x_display_info): Add invisible_cursor.
(struct x_output): Add current_cursor.

* xterm.c (XTtoggle_invisible_pointer): New function.
(x_define_frame_cursor): Don't define cursor if invisible or the
same as before.  Set current_cursor.
(x_create_terminal): Set toggle_invisible_pointer_hook.

* xfns.c (make_invisible_cursor): New function.
(x_set_mouse_color): Call make_invisible_cursor.
Set current_cursor.
(x_window): Set current_cursor.

* termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.

* keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
inserting a character.
(read_avail_input): Call frame_make_pointer_visible.

* frame.c (Vmake_pointer_invisible): New variable.
(frame_make_pointer_invisible, frame_make_pointer_visible): New
functions.
(syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.

* frame.h: Declare frame_make_pointer_invisible and
frame_make_pointer_visible.
(struct frame): Add pointer_invisible.

* cus-start.el (all): Added make-pointer-invisible.
2009-07-03 11:07:02 +00:00
Juri Linkov
9f18817ff4 Add Info-virtual-index' and async-shell-command'. 2009-07-02 23:01:42 +00:00
Jan Djärv
7f1681d93c *** empty log message *** 2009-07-01 16:59:09 +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
Michael Albinus
edb54f2798 * NEWS: Add "synce" connection method of Tramp. 2009-06-30 21:29:44 +00:00
Chong Yidong
d63a01efdb * files.el (trash-directory): Change default to nil.
(move-file-to-trash): If trash-directory is nil and
system-move-file-to-trash is unbound, perform freedesktop-style
trashing.

* NEWS: Document change.
2009-06-28 04:54:06 +00:00
Dan Nicolaescu
3c3bf6ce8f Remove find-file-not-found-hook VC method. (Bug#2757)
* vc-hooks.el (vc-file-not-found-hook)
(vc-default-find-file-not-found-hook): Remove functions.
(find-file-not-found-functions): Do not add vc-file-not-found-hook.
* vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
* vc.el:
* vc-hg.el:
* vc-git.el: Do not mention find-file-not-found-hook VC method.
2009-06-26 23:53:55 +00:00
Michael Albinus
009c963cd2 * NEWS: Add new connection methods of Tramp. 2009-06-24 19:21:22 +00:00
Michael Albinus
ac8b8fcdeb *** empty log message *** 2009-06-24 19:20:49 +00:00
Kenichi Handa
aa4a938453 Re-generated. 2009-06-24 13:04:25 +00:00
Chong Yidong
303eb97f10 Change width and height to 48 pixels, similar to Gnome svg icons. 2009-06-22 03:40:49 +00:00
Chong Yidong
7024347875 Add "Branch for 23.1" ChangeLog entry. 2009-06-21 14:35:26 +00:00
Chong Yidong
adce950df3 Put "temporary note" back in for Emacs 23.2. 2009-06-21 04:42:46 +00:00
Chong Yidong
16e8227107 Remove +++ and --- lines; minor copyedits. 2009-06-19 17:09:32 +00:00
Chong Yidong
7ddbf42de8 Regenerate. 2009-06-19 16:21:12 +00:00
Kenichi Handa
67cbe6817d *** empty log message *** 2009-06-17 01:26:01 +00:00
Glenn Morris
6e270cdbc8 Merge in a few snippets just deleted from faq.texi. 2009-06-16 02:55:46 +00:00
Kenichi Handa
26e092ac97 Use "/" instead of "," to seperate independent words. 2009-06-16 00:48:34 +00:00
Alan Mackenzie
7841339b76 Document changes to end-of-defun-function, clarifying entry for
beginning-of-defun-function.
2009-06-15 09:05:17 +00:00
Alan Mackenzie
043dfe2460 *** empty log message *** 2009-06-15 09:04:05 +00:00
Bill Wohler
d1d878511d Update for MH-E release 8.2. 2009-06-13 17:15:40 +00:00
Chong Yidong
60959d23f4 Describe buffer-face-mode properly. 2009-06-13 00:26:45 +00:00
Kenichi Handa
742c7b4c4b Re-generated. 2009-06-12 12:34:34 +00:00
Kenichi Handa
6c73ae8bba *** empty log message *** 2009-06-12 07:42:49 +00:00
Kenichi Handa
a22fb0fa44 Downcase "suomi". 2009-06-08 12:00:18 +00:00
Chong Yidong
0d77490724 Tweak entry about Exceed X server (Bug#3383). 2009-05-26 03:23:13 +00:00
Chong Yidong
ae98e41f94 Note that comment-style now defaults to indent. 2009-05-26 03:04:49 +00:00
Werner LEMBERG
7481597491 * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
Use reformed Orthography.
Minor improvements.
2009-05-25 10:11:15 +00:00
Chong Yidong
708ee539a0 Regenerate. 2009-05-23 02:53:58 +00:00
Chong Yidong
089c16bf15 Regenerate. 2009-05-20 01:41:14 +00:00
Chong Yidong
ece53951d7 * refcards/survival.tex: Add M-g M-g binding.
* refcards/survival.tex:
* refcards/sk-survival.tex:
* refcards/sk-refcard.tex:
* refcards/sk-dired-ref.tex:
* refcards/ru-refcard.tex:
* refcards/pt-br-refcard.tex:
* refcards/pl-refcard.tex:
* refcards/fr-survival.tex:
* refcards/fr-dired-ref.tex:
* refcards/dired-ref.tex:
* refcards/cs-survival.tex:
* refcards/cs-refcard.tex:
* refcards/cs-dired-ref.tex: Bump refcard version numbers to 23.
2009-05-19 01:46:13 +00:00
Chong Yidong
a96da3ab42 * refcards/refcard.tex: Update Emacs version to 23. 2009-05-15 06:18:34 +00:00
Chong Yidong
91ce9459d8 * refcards/de-refcard.tex: Merge changes from refcard.tex.
Change `Paragraph' to `Absatz'.
2009-05-15 06:16:32 +00:00
Chong Yidong
ee5dc90279 Update documentation status. 2009-05-13 03:22:28 +00:00
Chong Yidong
52456e5917 Update documentation status for abbrevs. 2009-05-13 01:27:13 +00:00
Chong Yidong
ded5dab72e Documented empty -a option for emacsclient. 2009-05-12 04:10:30 +00:00
Chong Yidong
0c1e3f0de3 Documented font-backend X resource and frame parameter. 2009-05-12 03:32:48 +00:00
Martin Rudalics
abe8f3060b Rewrite entry for display-buffer. 2009-05-08 06:26:05 +00:00
Chong Yidong
a99c39bbfc Update documentation status. 2009-05-06 03:56:01 +00:00
Chong Yidong
a46a0c4ec1 Regenerate. 2009-05-01 14:37:08 +00:00
Chong Yidong
91f68422d6 * files.el (hack-local-variables-prop-line)
(hack-local-variables, dir-locals-read-from-file): Bind
read-circle to nil before reading.
* lread.c (Vread_circle): New variable.
(read1): Disable recursive read if Vread_circle is nil.
2009-04-29 03:02:54 +00:00
Chong Yidong
ddc1fc75df Regenerate. 2009-04-25 01:40:35 +00:00
Chong Yidong
b2c5a635a6 Update documentation status. 2009-04-22 04:22:20 +00:00
Chong Yidong
5222de6298 Documented initial-buffer-choice. 2009-04-22 01:29:46 +00:00
Chong Yidong
2ac982458b Documented underline-minimum-offset. 2009-04-15 03:07:39 +00:00
Chong Yidong
605bfcb3b1 Document new variables wrap-prefix and line-prefix. 2009-04-13 16:20:56 +00:00
Chong Yidong
b86c2eb900 Replace bitmaps with vector graphics. 2009-04-12 15:19:58 +00:00
Chong Yidong
2b96fd7c1f Scalable version of the image, created using inkscape. 2009-04-12 04:19:31 +00:00