summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* Avoid assertion violations in Rmail due to newline cacheEli Zaretskii2015-02-28
| | | | | | | | 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.
* browse-url-firefox: update for firefox 36's removal of -remoteGlenn Morris2015-02-24
| | | | | | | | | | | | | 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
* Avoid erratic behavior of menu-bar tooltips on w32 (Bug#19925)Eli Zaretskii2015-02-23
| | | | | | | | 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.
* Bump python.el versionFabián Ezequiel Gallina2015-02-21
|
* Spelling fixesPaul Eggert2015-02-21
|
* * src/fileio.c (Fmake_temp_name): Doc tweaks.Glenn Morris2015-02-19
| | | | Fixes: debbugs:19858
* * lisp/comint.el (comint-line-beginning-position): Revert searching forJuri Linkov2015-02-19
| | | | | | | | 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
* Mention in admin/notes/repo how to mark commits that are not to be merged.Eli Zaretskii2015-02-19
|
* # Remove NEWS temporary markupGlenn Morris2015-02-18
|
* erc.el: Add old version header for package.el compatibiltykwhite2015-02-17
|
* Tramp: Disable paging with PAGER=catJérémy Compostella2015-02-15
| | | | | | | Fixes: debbugs:19870 * net/tramp-sh.el (tramp-remote-process-environment): Disable paging with PAGER=cat.