- 28 Dec, 2013 5 commits
-
-
Glenn Morris authored
* lisp/emacs-lisp/authors.el (authors-ignored-files) (authors-valid-file-names, authors-renamed-files-alist): Additions.
-
Glenn Morris authored
-
Glenn Morris authored
Set copyright holder to FSF.
-
Glenn Morris authored
-
Glenn Morris authored
-
- 27 Dec, 2013 14 commits
-
-
Jarek Czekalski authored
* lisp/shell.el Shell completion now matches executable filenames from the current buffer's directory, on systems in which this behaviour is the default (windows-nt, ms-dos). * src/callproc.c (Vexec_path): Document that exec-directory is in it. * doc/emacs/mini.texi (Completion Options): Add a link to Shell Options. * doc/emacs/misc.texi (Shell Mode): Move documentation of shell-completion-fignore from Shell Mode to Shell Options. Fixes: debbugs:15461
-
Glenn Morris authored
-
Paul Eggert authored
* configure.ac (xcsdkdir): Default to empty. (XCRUN): Don't require Darwin for xcrun. Move xcrun checking to just before AM_INIT_AUTOMAKE, to make the dependency between it and automake clearer. (CC): Don't use AC_PROG_CC twice; only the first use expands to the shell code that is wanted, which breaks 'configure' on non-Darwin platforms. Instead, fix CC by hand if it's not found.
-
João Távora authored
-
Jan Djärv authored
-
Lars Ingebrigtsen authored
-
Stefan Monnier authored
Fixes: debbugs:16251
-
Stefan Monnier authored
* lisp/elec-pair.el: New file, split from electric.el.
-
Julien Danjou authored
See thread https://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00706.html * nsterm.m (syms_of_nsterm): Enable ns-use-srgb-colorspace by default.
-
Xue Fuqiao authored
* admin/admin.el (manual-misc-manuals, make-manuals): (manual-pdf, cusver-find-files): (cusver-new-version, cusver-scan, cusver-goto-xref): (cusver-check): Doc fix. (manual-html-node, cusver-check): Use `user-error'.
-
Chong Yidong authored
* commands.texi (Reading One Event): Mention keyboard coding. * functions.texi (Function Cells): * eval.texi (Function Indirection): Update for the fact that symbol-function no longer signals an error. * keymaps.texi (Translation Keymaps, Translation Keymaps): * nonascii.texi (Terminal I/O Encoding): Copyedits. * data.c (Fsymbol_function): Doc fix.
-
Paul Eggert authored
* CXTERM-DIC/ARRAY30.tit, CXTERM-DIC/4Corner.tit: * CXTERM-DIC/QJ.tit, CXTERM-DIC/QJ-b5.tit: Omit blank lines not present in the original. * CXTERM-DIC/CCDOSPY.tit: * CXTERM-DIC/PY-b5.tit: * CXTERM-DIC/SW.tit, CXTERM-DIC/TONEPY.tit: * MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: Clarify which header lines were added for Emacs. * CXTERM-DIC/README: Clarify what changes we made, and where the files came from. * MISC-DIC/README, MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: Update URLs. * SKK-DIC/SKK-JISYO.L: Update from upstream.
-
Lars Ingebrigtsen authored
(shr-find-fill-point): Off by one error in comparison with the indentation.
-
Lars Ingebrigtsen authored
* net/shr.el (shr-find-fill-point): Don't try to fill if the indentation level is larger than the width, because that will infloop. (shr-insert): Fill repeatedly long texts, so that Japanese is formatted correctly. Fixes: debbugs:16263
-
- 26 Dec, 2013 7 commits
-
-
Lars Ingebrigtsen authored
-
João Távora authored
* lisp/electric.el: Pairing/skipping helps preserve balance. Autobackspacing behaviour. Opens extra newlines between pairs. Skip whitespace before closing delimiters. * lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Use new features. * test/automated/electric-tests.lisp: New file. * doc/emacs/programs.texi: Describe new features. * lisp/simple.el: Pass non-nil interactive arg to newline call inside newline-and-indent.
-
Fabián Ezequiel Gallina authored
(python-nav-beginning-of-defun): Stop searching ASAP.
-
Martin Rudalics authored
* window.c (resize_frame_windows): Don't let the size of the root window drop below the frame's default character size. Never ever delete any subwindows - let the window manager do the clipping. * w32fns.c (x_set_tool_bar_lines): Rewrite calculation of number of toolbar lines needed when they exceed the height of the root window. (unwind_create_frame_1): New function. (Fx_create_frame): Generally inhibit calling the window configuration change hook here. Remove extra call to change_frame_size - it's not needed when we don't run the configuration change hook.
-
Paul Eggert authored
On my Fedora 19 platform the core dumps were so big that my desktop became nearly catatonic. * configure.ac: Check whether addresses are sanitized. (CANNOT_DUMP): Warn if addresses are sanitized and not CANNOT_DUMP. (DOUG_LEA_MALLOC): Do not define if addresses are sanitized. (SYSTEM_MALLOC): Define if addresses are sanitized. * src/alloc.c (no_sanitize_memcpy) [MAX_SAVE_STACK > 0]: New function. (Fgarbage_collect) [MAX_SAVE_STACK > 0]: Use it. (USE_ALIGNED_MALLOC): Do not define if addresses are sanitized. (mark_memory): Use ATTRIBUTE_NO_SANITIZE_ADDRESS rather than a clang-only syntax. * src/conf_post.h (__has_feature): New macro, if not already defined. (ADDRESS_SANITIZER, ADDRESS_SANITIZER_WORKAROUND) (ATTRIBUTE_NO_SANITIZE_ADDRESS): New macros.
-
Chong Yidong authored
* doc/lispref/advice.texi (Advising Functions, Defining Advice): Special forms can no longer be advised. * lisp/emacs-lisp/advice.el: Update commentary.
-
Gnus developers authored
-
- 25 Dec, 2013 14 commits
-
-
Paul Eggert authored
-
Lars Ingebrigtsen authored
(shr-insert): Don't infloop if we can't find a good place to break the line. Fixes: debbugs:16256
-
Xue Fuqiao authored
Inspired by Andreas Politz and Dmitry Gutov.
-
Katsumi Yamaoka authored
-
Katsumi Yamaoka authored
-
Lars Ingebrigtsen authored
-
Xue Fuqiao authored
-
Xue Fuqiao authored
Inspired by Andreas Politz and Dmitry Gutov.
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
(shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char. (shr-find-fill-point): Remove the special checks for the quotation mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
-
Fabián Ezequiel Gallina authored
(python-nav--lisp-forward-sexp): New function. (python-nav--lisp-forward-sexp-safe): Use it. Rename from python-nav-lisp-forward-sexp-safe. (python-nav--forward-sexp): New argument SAFE allows switching forward sexp movement behavior for parens. (python-nav-forward-sexp): Throw errors on unterminated parens. (python-nav-backward-sexp, python-nav-forward-sexp-safe) (python-nav-backward-sexp-safe): New functions. (python-shell-buffer-substring): Use `python-nav-forward-sexp-safe'. * test/automated/python-tests.el (python-nav-lisp-forward-sexp-safe-1): Remove test. (python-nav-forward-sexp-safe-1): New test. Fixes: debbugs:16191
-
Lars Ingebrigtsen authored
* net/shr.el (shr-find-fill-point): Don't break lines before a quotation mark.
-
Eli Zaretskii authored
src/w32fns.c (Fw32_shell_execute): Make DOCUMENT absolute only if it is a file name.
-