1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
Commit graph

4618 commits

Author SHA1 Message Date
Glenn Morris
fecbcdcbcd mail-user-agent placeholder. 2009-07-19 00:29:52 +00:00
Juri Linkov
f4fcbe98c7 Add info about confirmation when killing a buffer with a running process. 2009-07-18 21:16:19 +00:00
Juri Linkov
f38fd73da3 Add `info-finder'. 2009-07-18 21:04:39 +00:00
Juri Linkov
e9e0f2822f Delete task for replacing finder.el with Info manual. 2009-07-18 21:04:15 +00:00
Eli Zaretskii
8dca505221 Update the entry for `desktop-buffers-not-to-save'. 2009-07-18 19:14:11 +00:00
Glenn Morris
0dd44f7e2c Regenerate. 2009-07-17 03:56:17 +00:00
Glenn Morris
29ebf1ed93 Set copyright year to 2009. 2009-07-17 03:56:08 +00:00
Dan Nicolaescu
e59e668bca Mention two new ./configure options for developers. 2009-07-16 21:04:18 +00:00
Glenn Morris
363cee45b1 Regenerate. 2009-07-16 03:25:00 +00:00
Glenn Morris
c3ba8b8dc1 Regenerate. 2009-07-16 03:16:41 +00:00
Glenn Morris
c2c847d20f Remove non-existent (?) bindings: w, C-u o, U, delete.
Fix bindings: delete marked files = D, not X; flag garbage = % &, not &.
2009-07-16 03:14:00 +00:00
Glenn Morris
54db062af7 Regenerate. 2009-07-16 02:29:51 +00:00
Glenn Morris
f3cc0ddb29 Condense a few sentences in order to make them fit on one line, and
add some page breaks, to improve the layout in the pdfs.
2009-07-16 02:29:37 +00:00
Glenn Morris
31a9ab9d42 (gnus-logo.pdf): Remove rule, since this file is distributed. 2009-07-15 03:28:05 +00:00
Glenn Morris
e77ed40aa6 Regenerate. 2009-07-15 03:23:41 +00:00
Glenn Morris
713e0f330c Fix comment typo. 2009-07-15 03:23:33 +00:00
Glenn Morris
c1baf2d1e2 (emacsversionnumber): Just use major version. 2009-07-15 03:23:00 +00:00
Glenn Morris
d9c6b3d2f4 Regenerate. 2009-07-15 03:22:38 +00:00
Glenn Morris
4d8dd5fdbe Change from A4 to letter paper.
Remove non-existent (?) bindings: w, C-u o, U, delete.
Fix bindings: delete marked files = D, not X; flag garbage = % &, not &.
New: async shell command = &.
2009-07-15 03:22:18 +00:00
Glenn Morris
298c646757 (gnus-booklet.pdf): Use jobname rather than clobbering gnus-refcard.pdf.
(clean): Remove .aux files.
2009-07-15 03:22:03 +00:00
Glenn Morris
a311bf575f (Copyright): Add 2009.
(Notes): Add missing line-break.
(Threading): Reword to fit on one line.
2009-07-15 03:21:19 +00:00
Eli Zaretskii
7b607b7356 Mention change of default value for desktop-buffers-not-to-save. 2009-07-12 19:45:36 +00:00
Kenichi Handa
86b12161e2 Reflect the latest change of TUTORIAL. 2009-07-10 05:49:24 +00:00
Glenn Morris
4cbe53b499 Kevin Ryde <user42 at zip.com.au>
Fix names of some elements.
2009-07-10 04:44:55 +00:00
Glenn Morris
ee047ec4c6 *** empty log message *** 2009-07-08 02:51:21 +00:00
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