aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Dan Nicolaescu2009-07-231-1/+5
|
* Mention vc-git-add-signoff.Dan Nicolaescu2009-07-231-0/+3
|
* *** empty log message ***Glenn Morris2009-07-231-0/+10
|
* Document fixing of load-in-progress corruption.Ken Raeburn2009-07-231-0/+7
|
* Note that last change is documented.Chong Yidong2009-07-211-0/+1
|
* Move announcement of select-active-regions to 23.2 section.Chong Yidong2009-07-211-5/+5
|
* Add auto-save-include-big-deletions.Chong Yidong2009-07-211-0/+3
|
* mail-user-agent placeholder.Glenn Morris2009-07-191-0/+3
|
* Add info about confirmation when killing a buffer with a running process.Juri Linkov2009-07-181-1/+5
|
* Add `info-finder'.Juri Linkov2009-07-181-0/+4
|
* Update the entry for `desktop-buffers-not-to-save'.Eli Zaretskii2009-07-181-2/+6
|
* Mention two new ./configure options for developers.Dan Nicolaescu2009-07-161-1/+8
|
* Mention change of default value for desktop-buffers-not-to-save.Eli Zaretskii2009-07-121-0/+6
|
* *** empty log message ***Glenn Morris2009-07-081-0/+10
|
* 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-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-301-1/+1
|
* * 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
|
* 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
|
* Document changes to end-of-defun-function, clarifying entry forAlan Mackenzie2009-06-151-2/+8
| | | | beginning-of-defun-function.
* Update for MH-E release 8.2.Bill Wohler2009-06-131-1/+1
|
* Describe buffer-face-mode properly.Chong Yidong2009-06-131-7/+11
|
* Note that comment-style now defaults to indent.Chong Yidong2009-05-261-0/+4
|
* 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
|
* * 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.
* 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
|
* Update documentation status.Chong Yidong2009-04-101-5/+5
|
* Bob Rogers <rogers-emacs at rgrjr.dyndns.org> (tiny change; non-copyrightable)Glenn Morris2009-04-101-10/+10
| | | | Spelling and grammar fixes.
* Documented fill-forward-paragraph-function.Chong Yidong2009-04-091-0/+1
|
* Mention the fact that font and color in tooltip-frame-parameters are ignored.Eli Zaretskii2009-04-041-0/+3
|
* Documented: `mkdir' is a new convenience alias for `make-directory'.Chong Yidong2009-04-041-1/+1
|
* with-help-window is already documented.Chong Yidong2009-03-291-0/+1
|
* Point to etc/PROBLEMS for Gtk+ and display exit problem.Jan Djärv2009-03-281-0/+2
|
* Documented special-mode.Chong Yidong2009-03-281-0/+1
|
* Add C-u M-x rmail to previous change.Glenn Morris2009-03-261-1/+2
|
* Mention M-x find-file no longer works for Rmail files.Glenn Morris2009-03-251-0/+4
|