Jan D
4d2e7e1754
Fixes: debbugs:19175
...
* gtkutil.c (xg_display_open):
* xterm.c (x_display_ok, x_term_init): Block SIGIO when opening
a display.
2015-03-29 21:16:23 +02:00
Eli Zaretskii
2e0cfccde6
Fix the preamble text of the DIR file we install (Bug#20213)
...
build-aux/dir_top (File): Fix the description of selecting a
menu item by its number.
2015-03-29 19:41:04 +03:00
Eli Zaretskii
22ece83a65
src/w32proc.c: Describe in a comment w32 subprocess implementation.
2015-03-28 20:37:47 +03:00
Nicolas Petton
8478885dfa
Bump version to 24.5 for the release-candidate
2015-03-27 09:52:01 +01:00
Stefan Monnier
118b6a92f5
(url-insert-file-contents): Set buffer-file-coding-system
...
Fixes: debbugs:20010
* lisp/url/url-handlers.el (url-insert-file-contents): Call
after-insert-file-set-coding like insert-file-contents, to set
buffer-file-coding-system. [Backport]
2015-03-26 15:17:51 -04:00
Stefan Monnier
5e0314f6fa
* smie.el (smie*ward-sexp-command): Don't pretend the arg is optional
...
Fixes: debbugs:20205
* lisp/emacs-lisp/smie.el (smie-backward-sexp-command)
(smie-forward-sexp-command): Don't pretend the arg is optional.
2015-03-26 09:36:24 -04:00
Martin Rudalics
13cf575c1d
Don't round up scroll bar width with GTK3 (Bug#20182).
...
* gtkutil.c (update_theme_scrollbar_width): Don't round up
scroll bar width with GTK3 (Bug#20182).
2015-03-25 11:17:30 +01:00
Glenn Morris
921dd0de45
* doc/lispref/objects.texi (Equality Predicates): Fix typo in example.
2015-03-24 22:42:42 -07:00
Eli Zaretskii
ad89f85067
Another minor improvement in ELisp manual (Bug#20168)
...
doc/lispref/commands.texi (Accessing Mouse): More accurate description
of 'posn-object-x-y'.
2015-03-23 18:39:38 +02:00
Eli Zaretskii
5e2951be4a
Improve docs of 'posn-actual-col-row' (Bug#20169)
...
doc/lispref/commands.texi (Accessing Mouse): Expand documentation of
'posn-actual-col-row'.
2015-03-23 18:35:03 +02:00
Eli Zaretskii
1291ce180e
Minor documentation fix in ELisp manual (Bug#20174)
...
doc/lispref/commands.texi (Event Input Misc): Fix incorrect usage of @code.
2015-03-23 18:23:47 +02:00
Stefan Monnier
33e2236f8f
* display.texi (Useless Whitespace): Fix thinko.
...
Reported by Fabio Pesari.
2015-03-23 09:12:52 -04:00
Andreas Schwab
ff3878d749
* configure.ac: Fix jpeg version check to work with gcc >= 5.
2015-03-23 12:08:41 +01:00
Ben Bacarisse
90b46f5b54
lisp/gnus/nnmh.el (nnmh-request-expire-articles): Work for the case nnmail-expiry-target is an nnmh group (bug#20170)
2015-03-23 08:02:01 +00:00
Glenn Morris
e7f92aa3d3
authors.el small additions
...
* lisp/emacs-lisp/authors.el (authors-aliases)
(authors-obsolete-files-regexps): Additions.
2015-03-22 17:33:49 -07:00
Glenn Morris
0bfe915be7
* etc/PROBLEMS: Add entry about dir-locals and some auto-mounters.
2015-03-22 17:10:10 -07:00
Jan D
c3c4b758c6
Fixes: debbugs:18939
...
* simple.el (deactivate-mark): Only modify PRIMARY if we own PRIMARY.
2015-03-22 19:31:46 +01:00
Glenn Morris
a4ff05a217
ChangeLog fix
...
No need to merge to trunk, since it corrects a backported entry that
should not appear in trunk.
2015-03-22 11:11:27 -07:00
Martin Rudalics
bb7b23c5cb
In `debug' don't try using window on inaccessible frame (Bug#17170).
...
* emacs-lisp/debug.el (debug): Don't try using "previous"
window when its not live or on an invisible frame (Bug#17170).
2015-03-22 12:40:21 +01:00
Jan D
ae3d733360
Backport 20156 fix (stack corruption)
...
Fixes: debbugs:20156
* src/fontset.c (fontset_pattern_regexp): Backport: Replace + 1 with
+ 3 in alloca (tiny change)
2015-03-22 10:21:45 +01:00
Eli Zaretskii
e72edc05c3
Fix lisp/ChangeLog entry from last commit.
2015-03-21 12:04:39 +02:00
Mario Lang
17ad6f839e
Fix problems caused by calling 'recenter' in auto-revert (Bug#20122)
...
lisp/emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
`recenter' if `current-buffer' is equal to `window-buffer'.
(cherry picked from commit 4a81602043 )
2015-03-21 12:01:27 +02:00
Dmitry Gutov
1c4900d953
Backport: ruby-mode: Detect regexps after `!'
...
Fixes: debbugs:19285
* lisp/progmodes/ruby-mode.el (ruby-syntax-before-regexp-re): Detect
regexps after `!'.
(cherry picked from commit 8854b9cf52 )
2015-03-20 06:05:02 +02:00
Dmitry Gutov
f74843a7f1
Backport: ruby-mode: Change faces used for self, true, false and nil
...
Fixes: debbugs:17733
* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Use
`font-lock-constant-face' for nil, true and false. Highlight
`self' as a keyword.
(cherry picked from commit e991af9228 )
2015-03-20 06:04:54 +02:00
Nobuyoshi Nakada
a5d1f94fec
Backport: ruby-mode: Expect regexp after { or | too
...
Fixes: debbugs:20026
* progmodes/ruby-mode.el (ruby-syntax-before-regexp-re): Expect
beginning of regexp also after open brace or vertical bar.
(cherry picked from commit dad0fc589c )
2015-03-20 06:04:36 +02:00
Eli Zaretskii
1a941d6c9e
Fix incorrect usage of @key in the User Manual (Bug#20135)
...
doc/emacs/misc.texi (Term Mode):
doc/emacs/programs.texi (Basic Indent, Custom C Indent):
doc/emacs/mini.texi (Minibuffer History):
doc/emacs/text.texi (Org Mode):
doc/emacs/display.texi (View Mode): Use @kbd where @key was mistakenly
used.
2015-03-18 19:32:22 +02:00
Eli Zaretskii
14c47d39fa
doc/misc/efaq-w32.texi: Spell-check.
2015-03-16 20:01:38 +02:00
Eli Zaretskii
ac85901854
doc/misc/efaq-w32.texi: Remove outdated information and update.
2015-03-16 19:46:45 +02:00
Martin Rudalics
c43762dd81
Fix description of fullscreen mode on MS-Windows (Bug#20110).
...
* efaq.texi (Fullscreen mode on MS-Windows): Fix description (Bug#20110).
2015-03-15 20:17:09 +01:00
Eli Zaretskii
ea8cab39be
doc/lispref/minibuf.texi (Basic Completion): Fix a typo. (Bug#20108)
2015-03-14 19:46:01 +02:00
Eli Zaretskii
2fdec80c2c
Improve indexing in Emacs manual (Bug#20105)
...
doc/emacs/basic.texi (Moving Point): Improve indexing for HOME and END.
doc/emacs/cmdargs.texi (General Variables): Improve indexing for
environment variables.
doc/emacs/msdog.texi (Windows HOME):
doc/emacs/msdog-xtra.texi (MS-DOS File Names): Remove markup from HOME in
the index entries.
2015-03-14 19:30:36 +02:00
Glenn Morris
cc11321582
Fix --no-bitmap-icon
...
* src/frame.h (x_set_bitmap_icon): Don't set the icon if icon-type is
nil/not present in the parameter alist.
Fixes: debbugs:19680
2015-03-12 08:59:56 -07:00
Nicolas Petton
b21a56ac91
Bump version to 24.4.91
2015-03-08 16:17:36 +01:00
Nicolas Petton
113fcc3b73
* etc/AUTHORS: Update the AUTHORS file
2015-03-08 15:41:18 +01:00
Nicolas Petton
51c0c8dc70
* lisp/ChangeLog: Fix a changelog entry
2015-03-08 15:41:15 +01:00
Michael Albinus
9869d6f612
Make tramp-ssh-controlmaster-options a defcustom. Do not merge with master.
...
Fixes: debbugs:20015
* net/tramp.el (tramp-ssh-controlmaster-options): Make it a
defcustom.
2015-03-07 21:02:04 +01:00
Eli Zaretskii
344c6adab9
Improve MS-Windows build instructions (Bug#19989)
...
nt/INSTALL: Add some more installation instructions for mingw-get
users.
2015-03-07 15:12:57 +02:00
Eli Zaretskii
eb62887e97
lisp/dired.el (dired-delete-file): Doc fix. (Bug#20021)
2015-03-07 11:55:58 +02:00
Glenn Morris
69204d5a8a
# Changelog fixes (no need to merge to trunk)
2015-03-04 09:04:54 -08:00
Agustin Martin Domingo
c4ade119cc
textmodes/ispell.el: Look for aspell .dat files also under dict-dir, as aspell does.
...
Originally reported as http://bugs.debian.org/765349 .
Noticed when aspell has different data-dir and dict-dir.
* textmodes/ispell.el (ispell-aspell-find-dictionary): Make sure
.dat files for aspell dicts are also searched for in location
described by `ispell-aspell-dict-dir', matching aspell's dict-dir
variable.
2015-03-03 13:12:38 +01:00
Agustin Martin Domingo
e28ec9a430
ispell.el: Extend to aspell current hunspell handling of aliases names for standard dicts.
...
Extend `ispell-hunspell-dictionary-equivs-alist' use to aspell, once
renamed to a more general `ispell-dicts-name2locale-equivs-alist' name.
Originally reported as http://bugs.debian.org/745613
* textmodes/ispell.el (ispell-dicts-name2locale-equivs-alist)
(ispell-hunspell-fill-dictionary-entry)
(ispell-find-hunspell-dictionaries)
(ispell-set-spellchecker-params): New generic name for
`ispell-hunspell-dictionary-equivs-alist'.
(ispell-aspell-add-aliases): Also use
`ispell-dicts-name2locale-equivs-alist' to get aspell aliases for
standard dict names.
2015-03-03 12:48:58 +01:00
Glenn Morris
15d78a2464
# Auto-commit of loaddefs files.
2015-03-01 07:24:12 -05:00
Eli Zaretskii
f1601063f2
Avoid assertion violations in Rmail due to newline cache
...
src/search.c (find_newline): Avoid assertion violations in
CHAR_TO_BYTE when a portion of the buffer was deleted and we look
for newlines near the end of the buffer. This happens in Rmail
hen JIT font-lock fontifies a newly displayed portion of the
buffer.
2015-02-28 12:33:32 +02:00
Glenn Morris
1b0ebbdb56
browse-url-firefox: update for firefox 36's removal of -remote
...
Ref: https://bugzilla.mozilla.org/show_bug.cgi?id=1080319
* lisp/net/browse-url.el (browse-url-firefox-startup-arguments):
Make obsolete.
(browse-url-firefox): Doc fix. Remove -remote.
(browse-url-firefox-sentinel): Remove function.
* etc/NEWS: Mention this.
Fixes: debbugs:19921
2015-02-24 18:02:11 -05:00
Eli Zaretskii
18178922a8
Avoid erratic behavior of menu-bar tooltips on w32 (Bug#19925)
...
src/w32fns.c (Fw32__menu_bar_in_use): New internal function.
lisp/frame.el (blink-cursor-timer-function): Don't increment
blink-cursor-blinks-done counter when a menu is active on a w32
frame.
2015-02-23 19:46:44 +02:00
Fabián Ezequiel Gallina
02609324ce
Bump python.el version
2015-02-21 18:43:33 -03:00
Paul Eggert
b0adfc721f
Spelling fixes
2015-02-21 12:34:46 -08:00
Glenn Morris
35f047c066
* src/fileio.c (Fmake_temp_name): Doc tweaks.
...
Fixes: debbugs:19858
2015-02-19 21:42:22 -08:00
Juri Linkov
6f2971ab76
* lisp/comint.el (comint-line-beginning-position): Revert searching for
...
the prompt when comint-use-prompt-regexp is non-nil because it
doesn't distinguish input from output. Check the field property
`output' for the case when comint-use-prompt-regexp is nil.
Fixes: debbugs:19710
2015-02-19 21:28:41 +02:00
Eli Zaretskii
65d8ac7c37
Mention in admin/notes/repo how to mark commits that are not to be merged.
2015-02-19 17:40:41 +02:00