aboutsummaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Glenn Morris2009-07-081-0/+10
|
* Standardize the way M-x commands are written:Glenn Morris2009-07-082-82/+130
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Mention load average support on MS-Windows.Eli Zaretskii2009-07-041-0/+4
|
* * xterm.h (struct x_display_info): Add invisible_cursor.Jan Djärv2009-07-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* Add `Info-virtual-index' and `async-shell-command'.Juri Linkov2009-07-021-0/+12
|
* *** empty log message ***Jan Djärv2009-07-011-0/+3
|
* * emacs.c (USAGE3, standard_args): Add -mm and --maximized.Jan Djärv2009-07-012-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* * NEWS: Add "synce" connection method of Tramp.Michael Albinus2009-06-302-1/+5
|
* * files.el (trash-directory): Change default to nil.Chong Yidong2009-06-281-0/+6
| | | | | | | | (move-file-to-trash): If trash-directory is nil and system-move-file-to-trash is unbound, perform freedesktop-style trashing. * NEWS: Document change.
* Remove find-file-not-found-hook VC method. (Bug#2757)Dan Nicolaescu2009-06-261-0/+4
| | | | | | | | | | * 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.
* * NEWS: Add new connection methods of Tramp.Michael Albinus2009-06-241-0/+8
|
* *** empty log message ***Michael Albinus2009-06-241-0/+4
|
* Re-generated.Kenichi Handa2009-06-243-185/+352
|
* Change width and height to 48 pixels, similar to Gnome svg icons.Chong Yidong2009-06-221-5/+5
|
* Add "Branch for 23.1" ChangeLog entry.Chong Yidong2009-06-211-0/+4
|
* Put "temporary note" back in for Emacs 23.2.Chong Yidong2009-06-211-0/+10
|
* Remove +++ and --- lines; minor copyedits.Chong Yidong2009-06-191-344/+183
|
* Regenerate.Chong Yidong2009-06-191-35/+45
|
* *** empty log message ***Kenichi Handa2009-06-171-0/+2
|
* Merge in a few snippets just deleted from faq.texi.Glenn Morris2009-06-161-3/+6
|
* Use "/" instead of "," to seperate independent words.Kenichi Handa2009-06-161-17/+17
|
* Document changes to end-of-defun-function, clarifying entry forAlan Mackenzie2009-06-151-2/+8
| | | | beginning-of-defun-function.
* *** empty log message ***Alan Mackenzie2009-06-151-0/+5
|
* Update for MH-E release 8.2.mh-e-8.2Bill Wohler2009-06-133-1/+33
|
* Describe buffer-face-mode properly.Chong Yidong2009-06-131-7/+11
|
* Re-generated.Kenichi Handa2009-06-12132-140/+204
|
* *** empty log message ***Kenichi Handa2009-06-121-2/+2
|
* Downcase "suomi".Kenichi Handa2009-06-081-1/+1
|
* Tweak entry about Exceed X server (Bug#3383).Chong Yidong2009-05-261-3/+4
|
* Note that comment-style now defaults to indent.Chong Yidong2009-05-261-0/+4
|
* * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.Werner LEMBERG2009-05-252-157/+205
| | | | | Use reformed Orthography. Minor improvements.
* Regenerate.Chong Yidong2009-05-231-25/+28
|
* Regenerate.Chong Yidong2009-05-202-0/+0
|
* * refcards/survival.tex: Add M-g M-g binding.Chong Yidong2009-05-1916-20/+38
| | | | | | | | | | | | | | | | * 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.
* * refcards/refcard.tex: Update Emacs version to 23.Chong Yidong2009-05-152-3/+7
|
* * refcards/de-refcard.tex: Merge changes from refcard.tex.Chong Yidong2009-05-152-13/+19
| | | | Change `Paragraph' to `Absatz'.
* Update documentation status.Chong Yidong2009-05-131-0/+1
|
* Update documentation status for abbrevs.Chong Yidong2009-05-131-0/+11
|
* Documented empty -a option for emacsclient.Chong Yidong2009-05-121-1/+1
|
* Documented font-backend X resource and frame parameter.Chong Yidong2009-05-121-4/+4
|
* Rewrite entry for display-buffer.Martin Rudalics2009-05-081-14/+12
|
* Update documentation status.Chong Yidong2009-05-061-7/+7
|
* Regenerate.Chong Yidong2009-05-011-22/+22
|
* * files.el (hack-local-variables-prop-line)Chong Yidong2009-04-291-0/+4
| | | | | | | (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.
* Regenerate.Chong Yidong2009-04-251-624/+946
|
* Update documentation status.Chong Yidong2009-04-221-0/+2
|
* Documented initial-buffer-choice.Chong Yidong2009-04-221-0/+1
|
* Documented underline-minimum-offset.Chong Yidong2009-04-151-1/+1
|
* Document new variables wrap-prefix and line-prefix.Chong Yidong2009-04-131-3/+9
|
* Replace bitmaps with vector graphics.Chong Yidong2009-04-121-1166/+217
|