- 30 Sep, 2015 16 commits
-
-
Eli Zaretskii authored
-
Michael Albinus authored
-
Tassilo Horn authored
* lisp/progmodes/prog-mode.el: Implement feature for unprettifying the symbol at point. (prettify-symbols--current-symbol-bounds): New variable. (prettify-symbols--post-command-hook): New function. (prettify-symbols-unprettify-at-point): New defcustom. (prettify-symbols-mode): Use it. (prettify-symbols--compose-symbol): Use them.
-
YAMAMOTO Mitsuharu authored
-
YAMAMOTO Mitsuharu authored
* src/macfont.m (mac_font_get_weight) (mac_font_descriptor_get_adjusted_weight): New functions. (macfont_store_descriptor_attributes): Adjust weight.
-
Eli Zaretskii authored
-
YAMAMOTO Mitsuharu authored
-
NicolasPetton authored
-
NicolasPetton authored
* lisp/arc-mode.el (archive-rar-extract, archive-extract-by-file): Rely on unar and lsar instead of unrar-free for RAR archives (Bug#17663).
-
Vibhav Pant authored
* Add entries for Vibhav Pant. * Add entries for files in lisp/net that don't have a maintainer.
-
Wieland Hoffmann authored
* auth-source.el (auth-source-search): Clarify :create's meaning. Copyright-paperwork-exempt: yes
-
Phil Sainty authored
* lisp/progmodes/grep.el (rgrep-default-command): Remove nil from the list produced according to grep-find-ignored-directories, before passing it to Find/Grep invocation. (Bug#21548)
-
Eli Zaretskii authored
* src/window.c (Fpos_visible_in_window_p): Clarify the meaning of t for POS. See http://lists.gnu.org/archive/html/emacs-devel/2015-09/msg01040.html for the original report. * doc/lispref/windows.texi (Window Start and End): Clarify the meaning of t for the POSITION argument of pos-visible-in-window-p.
-
Stefan Monnier authored
(prolog-operator-chars): New const (add \\). (prolog-smie-forward-token, prolog-smie-backward-token): Use it. (prolog-smie-rules): Add rules according to bug#21526.
-
Dmitry Gutov authored
Author:
-
Stefan Monnier authored
(sh-indent-after-continuation): Add new value `always' (bug#17620) (sh-smie-sh-rules): Remove old handling of continued lines. (sh-smie--indent-continuation): New function. (sh-set-shell): Use it.
-
- 29 Sep, 2015 7 commits
-
-
Stefan Monnier authored
Remove redundant :group keyword args. (octave-begin-keywords, octave-else-keywords, octave-end-keywords): Remove variables. (octave-operator-table, octave-smie-bnf-table): Use let-when-compile to turn them into compile-time variables. Auto-generate the "foo ... end" rules from the "foo ... endfoo" rules. Add rules for break, continue, return, global, and persistent. Refine the rule for "until". (octave-smie--funcall-p, octave-smie--end-index-p) (octave-smie--in-parens-p): New functions. (octave-smie-backward-token, octave-smie-forward-token): Use them to distinguish the "enumeration" function and the "end" index from their corresponding keywords. (octave--block-offset-keywords): New constant. (octave-smie-rules): Use it. Adjust rules for new global/persistent parsing. (octave-reserved-words): Redefine using octave-smie-grammar. (octave-font-lock-keywords): Use octave-smie--funcall-p and octave-smie--end-index-p.
-
Stefan Monnier authored
-
Eli Zaretskii authored
That site no longer offers Windows downloads.
-
Glenn Morris authored
-
Eli Zaretskii authored
-
Katsumi Yamaoka authored
Suggested by Eli Zaretskii.
-
Katsumi Yamaoka authored
Don't do it on a system not supporting 256 above colors (bug#21557).
-
- 28 Sep, 2015 14 commits
-
-
Dmitry Gutov authored
-
Dmitry Gutov authored
This reverts commit db828f62.
-
Dmitry Gutov authored
-
NicolasPetton authored
* doc/lispref/sequences.texi: Add documentation regarding extending seq.el, as well as missing documentation for seq-elt, seq-length, seq-p, seq-do and seq-map.
-
NicolasPetton authored
* doc/lispref/sequences.texi: * lisp/emacs-lisp/seq.el: Update the documentation of seq-some to guarantee that the returned value is the first non-nil value that resulted from applying the predicate.
-
NicolasPetton authored
-
Eli Zaretskii authored
* lisp/vc/ediff-util.el (ediff-clone-buffer-for-region-comparison): Make sure the mark is set before activating it. (Bug#21567)
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
* src/xdisp.c (redisplay_internal): Inhibit freeing of realized faces for as long as we might have desired matrices that reference those faces. (Bug#21428)
-
Tassilo Horn authored
-
Tassilo Horn authored
* admin/MAINTAINERS: Add entries for AUCTeX team and myself.
-
(tiny change) Arash Esbati authored
* lisp/textmodes/reftex-vars.el (reftex-label-alist-builtin): Correct description string and add wraptable environment. (reftex-default-context-regexps): Improve caption regexp. Copyright-paperwork-exempt: yes
-
Anders Lindgren authored
* src/nsterm.m (handleFS): Respect frame_resize_pixelwise when setting size increments.
-
- 27 Sep, 2015 3 commits
-
-
Michael Albinus authored
-
Glenn Morris authored
-
Eli Zaretskii authored
* CONTRIBUTE: Document recommendations for encoding non-ASCII characters in Emacs sources.
-