- 13 Dec, 2014 11 commits
-
-
Artur Malabarba authored
List files in a given directory which correspond to already loaded files.
-
Eli Zaretskii authored
-
Eric S. Raymond authored
* vc/vc-svn.el (vc-svn-diff): Fix bug #19312.
-
Andreas Schwab authored
-
Eli Zaretskii authored
-
Paul Eggert authored
-
Paul Eggert authored
* admin/merge-gnulib (GNULIB_MODULES): Add stddef, for max_align_t. * lib/gnulib.mk: Regenerate. * src/alloc.c (XMALLOC_BASE_ALIGNMENT): Use max_align_t instead of a hack involving a union.
-
Paul Eggert authored
-
Paul Eggert authored
-
Ted Zlatanov authored
bd6c4418 * simple.el (password-word-equivalents): Add "passcode", used for numeric secrets like PINs or RSA tokens. 16d4c1cd A better fix for bug#19346 82ec808f * .gitignore: Add !lib/std*.in.h, so as to not ignore the .in.h files. 3cf7629f Git ignore lib/std*.h 301a4014 Always define `gnutls-available-p' even if GnuTLS is not available. d76b9b2a Don't break example string between 2 lines (bug#19257) 75b4857e Port commit-msg to mawk 9ac03320 Improve commit-msg messages and autosquash 0c2f254b Support overflow-newline-into-fringe together with word-wrap (bug#19300) 935ee05f * net/tramp-sh.el (tramp-get-remote-path): Use a login shell in order to determine `tramp-own-remote-path'. c2db9393 python.el: Support interpreter paths with spaces d83f3299 ChangeLog fix 0f9fbb92 Port commit-message checking to FreeBSD 9. 3db1adac admin/MAINTAINERS: Update my interests and responsibilities. 6382f241 * .gitignore: Ignore autosave files. Conflicts: ChangeLog lisp/progmodes/python.el src/gnutls.c
-
Paul Eggert authored
2014-12-12 stddef: support C11's max_align_t 2014-12-08 apply _GL_ATTRIBUTE_PURE to some inline functions 2014-12-02 support GNU format printf and scanf on mingw * doc/misc/texinfo.tex, lib/stat-time.h, lib/stddef.in.h: * lib/timespec.h, m4/extensions.m4, m4/stddef_h.m4, m4/stdio_h.m4: Update from gnulib. * lib/gnulib.mk: Regenerate.
-
- 12 Dec, 2014 10 commits
-
-
Stefan Monnier authored
(python-indent-levels): Document extra value. (python-indent-calculate-indentation): Return `noindent' in strings. (python-indent-post-self-insert-function) (python-indent-calculate-levels): Handle new value.
-
Michael Albinus authored
numeric secrets like PINs or RSA tokens.
-
Lars Magne Ingebrigtsen authored
* lisp/net/network-stream.el (network-stream-open-starttls): No need to check for the availability of `gnutls-available-p'.
-
Lars Magne Ingebrigtsen authored
* files.el (directory-files-recursively): Don't follow symlinks to other directories.
-
Lars Magne Ingebrigtsen authored
* lisp/url/url-http.el (url-http-parse-headers): `gnutls-available-p' is now always available.
-
Eli Zaretskii authored
src/gnutls.c (Fgnutls_available_p, syms_of_gnutls): Move gnutls-available-p out of the HAVE_GNUTLS conditional, and define them only once.
-
Eric S. Raymond authored
* vc/vc-dav.el, vc/vc-git.el, vc/vc-hg.el, vc/vc-src.el, vc/vc.el: latest-on-branch-p is no longer a public method.
-
Eric S. Raymond authored
* vc/vc.el, vc/vc-hg.el, vc/vc-git.el, vc/vc-hooks.el, vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el, vc/vc-src.el: rrollback method removed, to be replaced in the future by uncommit.
-
Paul Eggert authored
-
Paul Eggert authored
* .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and stddef.h. Remove subsumed entries.
-
- 11 Dec, 2014 10 commits
-
-
Ted Zlatanov authored
Fixes: debbugs:19346 * gnutls.c (Fgnutls_available_p syms_of_gnutls): Move later for clarity. Let the availability check return Qnil when the GnuTLS integration is not available, instead of erroring out. * gnutls.h: Always declare syms_of_gnutls. * emacs.c (main): Always include gnutls.h and run syms_of_gnutls.
-
Stefan Monnier authored
* src/fileio.c: Better preserve window-points during revert. (Qget_buffer_window_list): New var. (get_window_points_and_markers, restore_window_points): New functions. (Finsert_file_contents): Use them to save and restore window-points.
-
Eli Zaretskii authored
doc/lispref/text.texi (Comparing Text): Prevent a text string from being broken between 2 lines by using @w{}.
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:19346 * lisp/url/url-http.el (url-http-parse-headers): Check that `gnutls-available-p' is defined.
-
Dmitry Antipov authored
Fixes: debbugs:19147 * xterm.c (x_delete_terminal): Call emacs_close for X connection descriptor if called from x_connection_closed and always delete this descriptor from keyboard waiting set (Bug#19147).
-
Michael Albinus authored
New defun. (vc-test--create-repo-function): Rename from `vc-test--create-repo-if-not-supported'. Adapt all callees. (vc-test--create-repo): Check also for revision-granularity. (vc-test--unregister-function): Additional argument FILE. Adapt all callees. (vc-test--working-revision): New defun. (vc-test-*-working-revision): New tests.
-
Michael Albinus authored
that there is empty output.
-
Paul Eggert authored
Problem reported by Ted Zlatanov in: http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg01093.html * build-aux/git-hooks/commit-msg (space, non_space, non_print): New vars. Use them as approximations to POSIX bracket expressions, on implementations like mawk that do not support POSIX regexps.
-
Paul Eggert authored
Problem reported by Michal Nazarewicz in Bug#19337. * build-aux/git-hooks/commit-msg: Add "commit message" to diagnostics. Distinguish better between tabs and other unprintable chars in diagnostics. Don't complain if a prefix "fixup! " or "squash! " makes a summary line too long.
-
Stefan Monnier authored
(eldoc-mode, eldoc-schedule-timer): Adjust to new default.
-
- 10 Dec, 2014 9 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Artur Malabarba authored
* let-alist.el: Add new package and macro.
-
Eli Zaretskii authored
src/xdisp.c (move_it_in_display_line_to, display_line): Don't disallow overflow-newline-into-fringe when word-wrap is in effect.
-
Eli Zaretskii authored
src/bidi.c (BIDI_CACHE_MAX_ELTS_PER_SLOT): New macro. (bidi_cache_max_elts): New global variable. (bidi_shelve_header_size): Add the sizeof bidi_cache_max_elts. (bidi_cache_shrink, bidi_initialize): Reset bidi_cache_max_elts to its initial value. (bidi_cache_search): Handle overflown cache. Improve commentary. (bidi_cache_ensure_space): Limit allocations to the current value of bidi_cache_max_elts. Force xpalloc not to over-allocate. If less than a full BIDI_CACHE_CHUNK is left to the limit, decrease the increment to not exceed the limit. (bidi_cache_iterator_state): Now returns non-zero if succeeded to cache, zero otherwise (meaning the cache overflowed). In the latter case, set bidi_cache_last_idx to -1. (bidi_peek_at_next_level): Handle overflown cache. (bidi_push_it): Increase the cache limit for iterating the new object. (bidi_pop_it): Decrease the cache limit back to previous value. (bidi_shelve_cache): Shelve the current value of the cache limit. (bidi_unshelve_cache): Restore the value of cache limit. (bidi_find_bracket_pairs): If the cache overflows while looking for the paired bracket, give up and let bidi_resolve_neutrals process the bracket as a simple neutral. (bidi_find_other_level_edge): If the cache overflows, fall back on Plan B, which effectively stops the reordering and restarts it on the next character (after resetting the cache). (bidi_move_to_visually_next): When the cache overflows, reset it after processing the last cached character.
-
Eric S. Raymond authored
* vc/vc-dispatcher.el, vc/vc-hooks.el, vc/vc-rcs.el, vc/vc-sccs.el, vc/vc.el: Righteous featurectomy of vc-keep-workfiles, it's a shoot-self-in-foot archaism. Workfiles are always kept.
-
Rasmus Pank Roulund authored
Fixes: debbugs:19192 * net/ange-ftp.el (ange-ftp-switches-ok): Disallow flags causing trouble with ls over ftp. These flags result in ls returning no output, causing Tramp-breakage.
-
Michael Albinus authored
order to determine `tramp-own-remote-path'.
-
Andreas Schwab authored
unconditionally.
-