summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lisp/ldefs-boot.el: Update for the 24.5 releaseemacs-24.5-rc3Nicolas Petton2015-04-05
|
* Update the 24.5 release date in all ChangeLog filesNicolas Petton2015-04-05
|
* * admin/make-tarball.txt: Copyedits.Glenn Morris2015-04-03
|
* ; ChangeLog fixGlenn Morris2015-04-03
|
* Revert "CC Mode: Stop Font Lock forcing fontification from BOL. Bug#19669."Alan Mackenzie2015-04-03
| | | | This reverts commit d69e9f1c24f37f36af33b0468c5a4e100dbb09b6.
* * etc/AUTHORS: Update the AUTHORS fileemacs-24.5-rc2Nicolas Petton2015-04-01
|
* Fix tramp-tests.elMichael Albinus2015-04-01
| | | | | * automated/tramp-tests.el (tramp-test06-directory-file-name): Fix docstring and last test.
* Fix bug#20233, do not merge with masterMichael Albinus2015-04-01
| | | | | * lisp/net/tramp.el (tramp-handle-unhandled-file-name-directory): Return nil when required by the spec. (Bug#20233)
* Fixes: debbugs:19175Jan D2015-03-29
| | | | | | * gtkutil.c (xg_display_open): * xterm.c (x_display_ok, x_term_init): Block SIGIO when opening a display.
* Fix the preamble text of the DIR file we install (Bug#20213)Eli Zaretskii2015-03-29
| | | | | build-aux/dir_top (File): Fix the description of selecting a menu item by its number.
* src/w32proc.c: Describe in a comment w32 subprocess implementation.Eli Zaretskii2015-03-28
|
* Bump version to 24.5 for the release-candidateemacs-24.5-rc1Nicolas Petton2015-03-27
|
* (url-insert-file-contents): Set buffer-file-coding-systemStefan Monnier2015-03-26
| | | | | | | | 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]
* * smie.el (smie*ward-sexp-command): Don't pretend the arg is optionalStefan Monnier2015-03-26
| | | | | | | Fixes: debbugs:20205 * lisp/emacs-lisp/smie.el (smie-backward-sexp-command) (smie-forward-sexp-command): Don't pretend the arg is optional.
* Don't round up scroll bar width with GTK3 (Bug#20182).Martin Rudalics2015-03-25
| | | | | * gtkutil.c (update_theme_scrollbar_width): Don't round up scroll bar width with GTK3 (Bug#20182).
* * doc/lispref/objects.texi (Equality Predicates): Fix typo in example.Glenn Morris2015-03-24
|
* Another minor improvement in ELisp manual (Bug#20168)Eli Zaretskii2015-03-23
| | | | | doc/lispref/commands.texi (Accessing Mouse): More accurate description of 'posn-object-x-y'.
* Improve docs of 'posn-actual-col-row' (Bug#20169)Eli Zaretskii2015-03-23
| | | | | doc/lispref/commands.texi (Accessing Mouse): Expand documentation of 'posn-actual-col-row'.
* Minor documentation fix in ELisp manual (Bug#20174)Eli Zaretskii2015-03-23
| | | | doc/lispref/commands.texi (Event Input Misc): Fix incorrect usage of @code.
* * display.texi (Useless Whitespace): Fix thinko.Stefan Monnier2015-03-23
| | | | Reported by Fabio Pesari.
* * configure.ac: Fix jpeg version check to work with gcc >= 5.Andreas Schwab2015-03-23
|
* lisp/gnus/nnmh.el (nnmh-request-expire-articles): Work for the case ↵Ben Bacarisse2015-03-23
| | | | nnmail-expiry-target is an nnmh group (bug#20170)
* authors.el small additionsGlenn Morris2015-03-22
| | | | | * lisp/emacs-lisp/authors.el (authors-aliases) (authors-obsolete-files-regexps): Additions.
* * etc/PROBLEMS: Add entry about dir-locals and some auto-mounters.Glenn Morris2015-03-22
|
* Fixes: debbugs:18939Jan D2015-03-22
| | | | * simple.el (deactivate-mark): Only modify PRIMARY if we own PRIMARY.
* ChangeLog fixGlenn Morris2015-03-22
| | | | | No need to merge to trunk, since it corrects a backported entry that should not appear in trunk.
* In `debug' don't try using window on inaccessible frame (Bug#17170).Martin Rudalics2015-03-22
| | | | | * emacs-lisp/debug.el (debug): Don't try using "previous" window when its not live or on an invisible frame (Bug#17170).
* Backport 20156 fix (stack corruption)Jan D2015-03-22
| | | | | | | Fixes: debbugs:20156 * src/fontset.c (fontset_pattern_regexp): Backport: Replace + 1 with + 3 in alloca (tiny change)
* Fix lisp/ChangeLog entry from last commit.Eli Zaretskii2015-03-21
|
* Fix problems caused by calling 'recenter' in auto-revert (Bug#20122)Mario Lang2015-03-21
| | | | | | | lisp/emacs-lisp/tabulated-list.el (tabulated-list-print): Only call `recenter' if `current-buffer' is equal to `window-buffer'. (cherry picked from commit 4a8160204325c4b955647fe9e0a944c1f8c705dd)
* Backport: ruby-mode: Detect regexps after `!'Dmitry Gutov2015-03-20
| | | | | | | | | Fixes: debbugs:19285 * lisp/progmodes/ruby-mode.el (ruby-syntax-before-regexp-re): Detect regexps after `!'. (cherry picked from commit 8854b9cf5283cac3e4a5a3726325a82b88c1fcb5)
* Backport: ruby-mode: Change faces used for self, true, false and nilDmitry Gutov2015-03-20
| | | | | | | | | | 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 e991af9228af77356df1e4ce7e824d5140a3bf8a)
* Backport: ruby-mode: Expect regexp after { or | tooNobuyoshi Nakada2015-03-20
| | | | | | | | | 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 dad0fc589c18dd95cf1ac77869a4530e2848c328)
* Fix incorrect usage of @key in the User Manual (Bug#20135)Eli Zaretskii2015-03-18
| | | | | | | | | 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.
* doc/misc/efaq-w32.texi: Spell-check.Eli Zaretskii2015-03-16
|
* doc/misc/efaq-w32.texi: Remove outdated information and update.Eli Zaretskii2015-03-16
|
* Fix description of fullscreen mode on MS-Windows (Bug#20110).Martin Rudalics2015-03-15
| | | | * efaq.texi (Fullscreen mode on MS-Windows): Fix description (Bug#20110).
* doc/lispref/minibuf.texi (Basic Completion): Fix a typo. (Bug#20108)Eli Zaretskii2015-03-14
|
* Improve indexing in Emacs manual (Bug#20105)Eli Zaretskii2015-03-14
| | | | | | | | | 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.
* Fix --no-bitmap-iconGlenn Morris2015-03-12
| | | | | | | * 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
* Bump version to 24.4.91emacs-24.4.91Nicolas Petton2015-03-08
|
* * etc/AUTHORS: Update the AUTHORS fileNicolas Petton2015-03-08
|
* * lisp/ChangeLog: Fix a changelog entryNicolas Petton2015-03-08
|
* Make tramp-ssh-controlmaster-options a defcustom. Do not merge with master.Michael Albinus2015-03-07
| | | | | | | Fixes: debbugs:20015 * net/tramp.el (tramp-ssh-controlmaster-options): Make it a defcustom.
* Improve MS-Windows build instructions (Bug#19989)Eli Zaretskii2015-03-07
| | | | | nt/INSTALL: Add some more installation instructions for mingw-get users.
* lisp/dired.el (dired-delete-file): Doc fix. (Bug#20021)Eli Zaretskii2015-03-07
|
* # Changelog fixes (no need to merge to trunk)Glenn Morris2015-03-04
|
* textmodes/ispell.el: Look for aspell .dat files also under dict-dir, as ↵Agustin Martin Domingo2015-03-03
| | | | | | | | | | | | 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.
* ispell.el: Extend to aspell current hunspell handling of aliases names for ↵Agustin Martin Domingo2015-03-03
| | | | | | | | | | | | | | | | | | 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.
* # Auto-commit of loaddefs files.Glenn Morris2015-03-01
|