- 01 Jan, 2015 8 commits
-
-
Paul Eggert authored
Run admin/update-copyright.
-
Paul Eggert authored
-
Paul Eggert authored
2015-01-01 version-etc: new year
-
Paul Eggert authored
a5f90a37 * .gitattributes: New file. 5a9710f6 Make sure tool-bar changes are reflected on display. 93796bae * autogen.sh: Port better to non-GNU 'cp'. 97585164 Fix a typo in a comment in the previous commit. aa472a37 Fix the pixel coordinates returned by pos-visible-in-window-p. (Bug#19473) d2612290 * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p): New defun. (tramp-test30-special-characters): Use it. (tramp--test-check-files): Filter nil file names out. 9278f058 Omit trailing white space 1c93fd38 Sync with Tramp 2.2.11. 96ebe180 Sync with Tramp 2.2.11. e792450d Sync with Tramp 2.2.11. 2d17e122 Fix ChangeLog entry. 6444482c Fix auto-revert-tail-mode for remote files b5c9c131 Spelling fixes c5504d10 src/w32proc.c (Fw32_get_codepage_charset): Doc fix. (Bug#19458) Conflicts: ChangeLog doc/misc/ChangeLog lisp/ChangeLog src/ChangeLog test/ChangeLog
-
Paul Eggert authored
-
Simen Heggestøyl authored
Fixes: debbugs:19446
-
Eli Zaretskii authored
lisp/tool-bar.el (tool-bar-local-item) (tool-bar-local-item-from-menu): Call force-mode-line-update to make sure the tool-bar changes show on display.
-
Glenn Morris authored
-
- 31 Dec, 2014 6 commits
-
-
Paul Eggert authored
[doc/emacs/ChangeLog] Less 'make' chatter for Emacs doc * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in. (ENVADD, $(buildinfodir)/emacs.info, emacs.html): Use them. [doc/lispintro/ChangeLog] Less 'make' chatter for Emacs doc * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in. (ENVADD, $(buildinfodir)/eintr.info, emacs-lisp-intro.html): Use them. [doc/lispref/ChangeLog] Less 'make' chatter for Emacs doc * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in. (ENVADD, $(buildinfodir)/elisp.info, elisp.html): Use them. [doc/misc/ChangeLog] Less 'make' chatter for Emacs doc * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in. (ENVADD, $(buildinfodir)/%.info, %.html, ${buildinfodir}/ccmode.info) (${buildinfodir}/efaq%.info, efaq%.html): Use them. [lisp/ChangeLog] Less 'make' chatter in lisp directory * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1): New macros, from ../src/Makefile.in. (custom-deps, finder-data, autoloads, update-subdirs): Use them.
-
Paul Eggert authored
* Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0) (am__v_at_1): New macros, copied from src/Makefile.in. ($(srcdir)/src/config.in, ${srcdir}/info/dir): Be less chatty when not verbose. ($(srcdir)/src/stamp-h.in): Simplify with '$@'.
-
Paul Eggert authored
Problem reported by Han Boetes.
-
Filipp Gunbin authored
* lisp/info.el (info-display-manual): Limit the completion alternatives to currently visited manuals if prefix argument is non-nil.
-
Paul Eggert authored
* Makefile.in (PAXCTL_if_present, SETFATTR_if_present): New macros. (emacs$(EXEEXT), temacs$(EXEEXT), bootstrap-emacs$(EXEEXT)): Use them. Simplify by using GNU make rather than shell conditionals, by using ln -f rather than rm -f followed by ln, and by preferring $@ to spelling out the destination.
-
Paul Eggert authored
-
- 30 Dec, 2014 9 commits
-
-
Juri Linkov authored
* lisp/net/eww.el (eww-isearch-next-buffer): New function. (eww-mode): Set multi-isearch-next-buffer-function to it. http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg02300.html
-
Dmitry Gutov authored
* lisp/progmodes/xref.el (xref-find-definitions): Mention "no identifier at point" case in the docstring.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/xdisp.c (pos_visible_p): Fix up the X coordinate for right-to-left screen lines.
-
Michael Albinus authored
New defun. (tramp-test30-special-characters): Use it. (tramp--test-check-files): Filter nil file names out.
-
Martin Rudalics authored
* display.texi (Temporary Displays): Amend description of `with-temp-buffer-window'. Add descriptions for `with-current-buffer-window', `with-displayed-buffer-window' and `temp-buffer-resize-mode', `temp-buffer-max-height' and `temp-buffer-max-width'. * frame.c (frame_inhibit_implied_resize): Escape left paren in doc-string.
-
Paul Eggert authored
This should simplify switching to automated ChangeLogs.
-
Paul Eggert authored
-
Dmitry Gutov authored
* lisp/menu-bar.el (menu-bar-goto-uses-etags-p): New function. (menu-bar-goto-menu): Use it to show or hide the `set-tags-name' and `separator-tag-file' items.
-
- 29 Dec, 2014 17 commits
-
-
Eli Zaretskii authored
src/sysdep.c [WINDOWSNT]: Include sys/socket.h, without which this file doesn't compile on MS-Windows.
-
Paul Eggert authored
This is instead of system-name, which is both wrong here and obsolete.
-
Paul Eggert authored
-
Paul Eggert authored
Also, the system-name variable is now obsolete. Fixes Bug#19438. * doc/lispref/os.texi (System Environment): * etc/NEWS: Document this. * doc/misc/efaq.texi: (Displaying the current file name in the titlebar): * lisp/desktop.el (desktop-save-frameset): * lisp/dnd.el (dnd-get-local-file-uri): * lisp/gnus/message.el (message-make-fqdn): * lisp/gnus/nnvirtual.el (nnvirtual-retrieve-headers) (nnvirtual-update-xref-header): * lisp/nxml/rng-uri.el (rng-uri-file-name-1): * lisp/org/org-clock.el (org-clock-save): * src/filelock.c (current_lock_owner): * src/xrdb.c (get_environ_db): * src/xterm.c (same_x_server): * src/xterm.c (x_term_init): Prefer (system-name) to system-name, and avoid naming locals 'system-name'. * doc/misc/smtpmail.texi (Server workarounds): Fix grammar. * lisp/startup.el (system-name): Now an obsolete variable. * src/editfns.c (cached_system_name): New static var. (init_and_cache_system_name): New function. (init_editfns, Fsystem_name): Use it. (syms_of_editfns): Initialize it and Vsystem_name to the same value. * src/sysdep.c [HAVE_SOCKETS]: Don't include <sys/socket.h>, <netdb.h>. (h_errno) [TRY_AGAIN && !HAVE_H_ERRNO]: Remove decl. (init_system_name) [HAVE_SOCKETS]: Don't canonicalize the name. Don't create a new string if the current value is already correct.
-
Michael Albinus authored
* trampver.texi: Update release number.
-
Michael Albinus authored
* automated/tramp-tests.el (tramp-test30-special-characters): Skip test on MS-Windows.
-
Michael Albinus authored
* net/tramp-compat.el (top): Require cl-macs for Emacs 22. Make an alias for `default-toplevel-value' if it doesn't exist. * net/tramp-smb.el (tramp-smb-handle-copy-directory): Use `tramp-compat-delete-directory'. * net/trampver.el: Update release number.
-
Michael Albinus authored
-
Dmitry Gutov authored
-
Filipp Gunbin authored
Fixes: debbugs:19449 * autorevert.el (auto-revert-handler): Fix auto-revert-tail-mode for remote files (bug#19449)
-
K. Handa authored
-
K. Handa authored
international/mule.el (make-translation-table-from-alist): Accept nil or zero-length vector for FROM and TO.
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
* lisp/gnus/mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that lines don't get overlong when responding. * lisp/net/eww.el (eww-mode): Truncate overlong lines for prettier display when resizing. * lisp/net/shr.el (shr-width): Default to using the window width when rendering.
-
Ulrich Müller authored
-
Dmitry Gutov authored
* lisp/emacs-lisp/find-func.el (find-function-library): Return a pair (ORIG-FUNCTION . LIBRARY) instead of just its second element. (find-function-noselect): Use it. * lisp/progmodes/elisp-mode.el (elisp--xref-identifier-file): Rename to `elisp--xref-identifier-location', incorporate logic from `elisp--xref-find-definitions', use the changed `find-function-library' return value.
-
Juri Linkov authored
-