aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * insdel.c (adjust_after_replace, replace_range, del_range_2):Dmitry Antipov2013-08-022-17/+16
| | | | | Do not check whether undo is enabled because record_insert and record_delete does that themselves.
* * etc/tutorials/TUTORIAL.translators (Maintainer): Update the maintainer.Xue Fuqiao2013-08-023-1/+6
| | | | * lisp/mh-e/mh-e.el: Add a FIXME.
* lisp/desktop.el: Move code related to saving frames to frameset.el.Juanma Barranquero2013-08-023-547/+776
| | | | | | | | | | | | | | | | | | | | | | | | | | | Require frameset. (desktop-restore-frames): Doc fix. (desktop-restore-reuses-frames): Rename from desktop-restoring-reuses-frames. (desktop-saved-frameset): Rename from desktop-saved-frame-states. (desktop-clear): Clear frames too. (desktop-filter-parameters-alist): Set from frameset-filter-alist. (desktop--filter-tty*, desktop-save, desktop-read): Use frameset functions. (desktop-before-saving-frames-functions, desktop--filter-*-color) (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm) (desktop--filter-save-desktop-parm, desktop--filter-iconified-position) (desktop-restore-in-original-display-p, desktop--filter-frame-parms) (desktop--process-minibuffer-frames, desktop-save-frames) (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen) (desktop--find-frame, desktop--select-frame, desktop--make-frame) (desktop--sort-states, desktop-restoring-frames-p) (desktop-restore-frames): Remove. Most code moved to frameset.el. (desktop-restoring-frameset-p, desktop-restore-frameset) (desktop--check-dont-save, desktop-save-frameset): New functions. (desktop--app-id): New constant. (desktop-first-buffer, desktop-buffer-ok-count) (desktop-buffer-fail-count): Move before first use. lisp/frameset.el: New file.
* * w32term.c (x_unfocus_frame): Remove unused dummy function.Dmitry Antipov2013-08-022-5/+1
|
* * xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontnameDmitry Antipov2013-08-024-29/+23
| | | | | | | | | | member which is not really used any more. (FRAME_XIC_BASE_FONTNAME): Remove. * xfns.c (xic_free_fontset): Adjust user. * xmenu.c (mouse_position_for_popup, x_activate_menubar) (update_frame_menubar, set_frame_menubar, free_frame_menubar) (create_and_show_popup_menu, xmenu_show, create_and_show_dialog) (xdialog_show): Use eassert for debugging check.
* etc/tutorials/TUTORIAL.es: Fix typos (bug#15000).Juanma Barranquero2013-08-022-2/+6
|
* * doc/lispintro/emacs-lisp-intro.texi (zap-to-char): Remove obsolete stuff.Xue Fuqiao2013-08-022-14/+5
|
* lisp/gnus/ChangeLog: Fix previous commitKatsumi Yamaoka2013-08-021-3/+0
|
* * lisp/files.el: Use lexical-binding.Stefan Monnier2013-08-013-103/+130
| | | | | | | | | | | | | | | (dir-locals-read-from-file): Remove unused `err' variable. (hack-dir-local-variables--warned-coding): New var. (hack-dir-local-variables): Use it to avoid repeated warnings. (make-backup-file-name--default-function): New function. (make-backup-file-name-function): Use it as default. (buffer-stale--default-function): New function. (buffer-stale-function): Use it as default. (revert-buffer-insert-file-contents--default-function): New function. (revert-buffer-insert-file-contents-function): Use it as default. (insert-directory): Avoid add-to-list. * lisp/autorevert.el (auto-revert-handler): Simplify. Use buffer-stale--default-function.
* * test/automated/file-notify-tests.el (file-notify--test-remote-enabled):Glenn Morris2013-08-012-1/+18
| | | | Try to check that the remote system has a notification program.
* Merge changes made in Gnus masterGnus developers2013-08-0111-55/+976
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus.texi (Basic Usage): Mention that warp means jump here. (The notmuch Engine): Mention notmuch. 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org> * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed before sending. * dgnushack.el (dgnushack-compile): Add a temporary check for gnus-icalendar. * mm-decode.el (mm-command-output): New face. (mm-display-external): Use it. 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change) * nnmbox.el (nnmbox-request-article): Don't change point. 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons): Include `handle' parameter. 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com> * gnus-icalendar.el: New file. 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-int.el (gnus-warp-to-article): Mention that warp means jump. * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with dummy roots, too. 2013-08-01 David Edmondson <dme@dme.org> * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging out on ttys. 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's not empty.
* Fix typos in ChangeLogs.Juanma Barranquero2013-08-022-11/+11
|
* * fileio.c, fns.c (merge): Move extern decl from here ...Paul Eggert2013-08-014-4/+6
| | | | * lisp.h (merge): ... to here.
* * speedbar.el (speedbar-query-confirmation-method): Doc fix.Tassilo Horn2013-08-012-1/+3
|
* Fix last font-related change.Dmitry Antipov2013-08-013-8/+17
| | | | | | | | | * w32font.h (w32font_list_internal, w32font_match_internal): Fix prototype. * w32uniscribe.c (uniscribe_list, uniscribe_match): (uniscribe_list_family): Adjust to match font API change. MS-Windows breakage reported by Juanma Barranquero <lekktu@gmail.com> at http://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00006.html.
* * frame.h (FRAME_MOUSE_UPDATE):Dmitry Antipov2013-08-013-8/+12
| | | | | * nsterm.m (ns_frame_up_to_date): Omit redundant check whether hlinfo->mouse_face_mouse_frame is non-NULL.
* Refactor out setting `whitespace-indent-tabs-mode' andTassilo Horn2013-08-012-5/+14
| | | | | | | | | | `whitespace-tab-width' buffer-locally to own function, so that `whitespace-cleanup' and friends work appropriately without needing to enable `whitespace-mode'. * whitespace.el (whitespace-ensure-local-variables): New function. (whitespace-cleanup-region): Call it. (whitespace-turn-on): Call it.
* lisp/gnus/nnrss.el (nnrss-discover-feed): IndentLars Magne Ingebrigtsen2013-08-012-18/+22
|
* Complete file name handlers.Michael Albinus2013-08-016-195/+318
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * net/tramp.el (tramp-handle-set-visited-file-modtime) (tramp-handle-verify-visited-file-modtime) (tramp-handle-file-notify-rm-watch): New functions. (tramp-call-process): Do not bind `default-directory'. * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Order alphabetically. [access-file, add-name-to-file, dired-call-process]: [dired-compress-file, file-acl, file-notify-rm-watch]: [file-ownership-preserved-p, file-selinux-context]: [make-directory-internal, make-symbolic-link, set-file-acl]: [set-file-selinux-context, set-visited-file-modtime]: [verify-visited-file-modtime]: Add handler. (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'. * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist) [file-notify-add-watch, file-notify-rm-watch]: [set-file-times, set-visited-file-modtime]: [verify-visited-file-modtime]: Add handler. (with-tramp-gvfs-error-message) (tramp-gvfs-handle-set-visited-file-modtime) (tramp-gvfs-fuse-file-name): Remove. (tramp-gvfs-handle-file-notify-add-watch) (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns. (tramp-gvfs-handle-write-region): Fix error in moving tmpfile. * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Order alphabetically. [file-notify-rm-watch ]: Use default Tramp handler. [executable-find]: Remove private handler. (tramp-do-copy-or-rename-file-out-of-band): Do not bind `default-directory'. (tramp-sh-handle-executable-find) (tramp-sh-handle-file-notify-rm-watch): Remove functions. (tramp-sh-file-gvfs-monitor-dir-process-filter) (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path): Do not use `format' in `tramp-message'. * net/tramp-smb.el (tramp-smb-file-name-handler-alist) [file-notify-rm-watch, set-visited-file-modtime]: [verify-visited-file-modtime]: Add handler. (tramp-smb-call-winexe): Do not bind `default-directory'.
* Avoid redundant Lisp_Object <-> struct frame conversions in font API.Dmitry Antipov2013-08-0110-84/+80
| | | | | | | | | | | | | | | | | | * font.h (struct font_driver): Change list, match, and list_family functions to accept struct frame * as first arg. * font.c (font_score, font_compare, font_sort_entities): Remove prototypes. (font_sort_entities, font_list_entities, font_select_entity): (font_find_for_lface, Flist_fonts, Ffont_family_list): Adjust to match font API change. * xfont.c (xfont_list, xfont_match, xfont_list_family): * ftfont.c (ftfont_list, ftfont_match, ftfont_list_family): * ftxfont.c (ftxfont_list, ftxfont_match): * xftfont.c (xftfont_list, xftfont_match): * nsfont.m (nsfont_list, nsfont_match, nsfont_list_family): * w32font.c (w32font_list, w32font_match, w32font_list): (w32font_list_internal, w32_font_match_internal): Likewise. * xfaces.c (Fx_family_fonts): Adjust user.
* * xterm.c (any_help_event_p, x_draw_glyph_string_background):Dmitry Antipov2013-08-013-20/+11
| | | | | | | (x_display_ok): Use bool for booleans. (x_draw_glyph_string_background, cvt_string_to_pixel): (cvt_pixel_dtor): Drop unnecessary prototypes. * xterm.h (x_display_ok): Adjust prototype.
* Do not use pure Xism x_wm_set_icon_position in non-X ports.Dmitry Antipov2013-08-016-31/+16
| | | | | | | | | * frame.c (x_set_frame_parameters): Call to x_wm_set_icon_position only if HAVE_X_WINDOWS is in use. * frame.h (x_set_frame_parameters): Move under HAVE_X_WINDOWS. * nsterm.m (x_wm_set_icon_position): Remove no-op. * w32term.c (x_wm_set_icon_position): Likewise. * w32fns.c (x_icon): Adjust user.
* * xterm.c (x_flush): Call XFlush once per each X display, notDmitry Antipov2013-08-012-9/+14
| | | | | | frame. This is better because this code always unconditionally skips non-X frames in Vframe_list and issues the only XFlush if we have more than one X frame on the same X display.
* * xterm.c (last_mouse_press_frame): Remove theDmitry Antipov2013-08-012-10/+6
| | | | | leftover which is not really used any more. (handle_one_xevent, syms_of_xterm): Adjust users.
* gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuffKatsumi Yamaoka2013-08-012-6/+13
|
* * lisp/vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.Xue Fuqiao2013-08-012-1/+5
|
* Fix the Emacs manual broken by 2013-07-31T12:59:10Z!xfq.free@gmail.com.Eli Zaretskii2013-07-312-1/+6
| | | | | doc/emacs/emacs.texi (Top): Remove menu item for the removed "Disabling Multibyte" node.
* * doc/emacs/rmail.texi (Rmail Coding): Move here from mule.texi.Xue Fuqiao2013-07-313-12/+13
|
* Doc fix.Xue Fuqiao2013-07-316-84/+73
| | | | | | | | | | | * doc/emacs/custom.texi (Specifying File Variables): Fix cross-references. * doc/emacs/mule.texi (Unibyte Mode): Fix cross-references. * doc/lispref/nonascii.texi (Non-ASCII Characters): Update menu. (Disabling Multibyte): Move here from doc/emacs/mule.texi. Fix cross-references. * doc/lispref/elisp.texi (Top): Update menu.
* Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov2013-07-3112-67/+19
| | | | | | | | | | | | * frame.h, msdos.h, w32term.h, xterm.h (x_pixel_width) (x_pixel_height): Drop prototypes. * msdos.c, nsfns.m, w32fns.c, xfns.c (x_pixel_width) (x_pixel_height): Drop implementations. * frame.c (Fframe_pixel_height): Use FRAME_PIXEL_HEIGHT which should be always valid for window frame. (Frame_pixel_width): Likewise with FRAME_PIXEL_WIDTH. * w32menu.c (Fx_popup_dialog): * xmenu.c (Fx_popup_dialog): Likewise for both.
* * lisp/vc/log-view.el (log-view-diff): Extract `log-view-diff-common',Dmitry Gutov2013-07-312-23/+30
| | | | | | | | | | | use it. (log-view-diff-changeset): Same. (log-view-diff-common): Call backend command `previous-revision' to find out the previous revision, in both cases. Swap the variables `to' and `fr', so that `fr' usually refers to the earlier revision. Fixes: debbugs:14989
* * frame.c (Fset_frame_height, Fset_frame_width): Mention nil frame in docstring.Dmitry Antipov2013-07-312-14/+17
| | | | | (Fset_frame_size, Fset_frame_position): Use decode_live_frame and mention nil frame in docstring.
* * doc/emacs/macos.texi (Mac / GNUstep Basics): Mention `ns-alternate-modifier'.Xue Fuqiao2013-07-312-2/+7
|
* Move the documentation of Mayan calendar to cal-xtra.texi.Xue Fuqiao2013-07-314-89/+101
| | | | | | * doc/emacs/cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu. (Mayan Calendar): Move here from calendar.texi. * doc/emacs/emacs.texi (Top): Update menu.
* Auto-commit of loaddefs files.Glenn Morris2013-07-311-23/+1
|
* * frame.c (Fmake_terminal_frame): Use store_in_alist to setupDmitry Antipov2013-07-312-9/+11
| | | | frame parameters and call to Fmodify_frame_parameters just once.
* * ibuf-ext.el (ibuffer-filter-by-filename): Make it work with dired buffers too.Kan-Ru Chen2013-07-312-1/+6
| | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-07/msg00573.html
* * test/automated/undo-tests.el (undo-test2, undo-test5): Be quieter.Glenn Morris2013-07-312-2/+6
|
* * lisp/vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.Xue Fuqiao2013-07-312-0/+7
|
* * lisp/emacs-lisp/re-builder.el (reb-color-display-p):Dmitry Antipov2013-07-316-7/+16
| | | | | | | | * lisp/files.el (save-buffers-kill-terminal): * lisp/net/browse-url.el (browse-url): * lisp/server.el (server-save-buffers-kill-terminal): * lisp/textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert): Prefer nil to selected-frame for the first arg of frame-parameter.
* NEWS fix.Xue Fuqiao2013-07-311-4/+9
|
* * frame.c (make_frame, x_set_frame_parameters): Use bool for boolean.Dmitry Antipov2013-07-315-12/+26
| | | | | | | | | | | (x_figure_window_size): Likewise. Adjust to return long. (syms_of_frame): Do not DEFSYM Qterminal_live_p. (toplevel): Move Qterminal_live_p to... * terminal.c (toplevel): ...here, make it static, and... (syms_of_terminal): ...DEFSYM here. * frame.h (Qterminal_live_p): Remove declaration. (make_frame, x_figure_window_size): Adjust prototype. * nsfns.m (Fx_create_frame): Use long for window flags.
* * lisp/url/url-handlers.el (url-file-name-completion)Stefan Monnier2013-07-312-2/+13
| | | | | | (url-file-name-all-completions): Don't signal errors. Fixes: debbugs:14806
* Add documentation for vc-ignore and vc-dir-ignore.Xue Fuqiao2013-07-313-2/+28
| | | | | | | * doc/emacs/emacs.texi (Top): Add menu entry. * doc/emacs/maintaining.texi (VC Ignore): New node. Document vc-ignore. (VC Directory Commands): Add vc-dir-ignore.
* Merge Changes made in Gnus masterGnus developers2013-07-304-5/+26
| | | | | | | | | | | | | 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-start.el (gnus-read-active-for-groups): Always mark the data as dirty to ensure nnimap data being saved. 2013-07-30 Tassilo Horn <tsdh@gnu.org> * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score" menu entry. * gnus-score.el (gnus-summary-current-score): Use prefix arg to show the current thread's total score instead of the current article's score.
* Fix tempfile bug on platforms lacking mkostemp and mkstemp.Paul Eggert2013-07-302-2/+9
| | | | | | | * callproc.c (create_temp_file) [! (HAVE_MKOSTEMP || HAVE_MKSTEMP)]: Do not assume that emacs_close (INT_MAX) is a no-op. Fixes: debbugs:14986
* * lisp/minibuffer.el (completion--twq-all): Try and preserve eachStephen Berman2013-07-302-0/+16
| | | | | | completion's case choice. Fixes: debbugs:14907
* Allow talking to STARTTLS servers that have no greetingLars Magne Ingebrigtsen2013-07-302-1/+10
| | | | | | | | * net/network-stream.el (open-network-stream): Mention the new :nogreeting parameter. (network-stream-open-starttls): Use the :nogreeting parameter. Fixes: debbugs:14938
* * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.Lars Magne Ingebrigtsen2013-07-302-3/+6
|
* (eww-setup-buffer): Switching to the buffer seems more natural than popping.Lars Magne Ingebrigtsen2013-07-302-1/+4
|