summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/package.el (package-desc--keywords): Use `cdr' with...`assoc'. Make private. Update all callers. Dmitry Gutov2014-01-162-5/+10
* ChangeLog fixesGlenn Morris2014-01-1611-82/+53
* Spelling fixes.Paul Eggert2014-01-1517-61/+61
* * lisp/follow.el (follow-adjust-window): Remove `dest' argument....Assume we're already in the proper buffer. Inspired by Anders Lindgren <andlind@gmail.com>. (follow-post-command-hook): Call it from the right buffer. (follow-comint-scroll-to-bottom): Adjust call. (follow-all-followers): Use get-buffer-window-list. Fixes: debbugs:16426 Stefan Monnier2014-01-152-160/+166
* Use whole file-name-history'.Daniel Colascione2014-01-152-1/+7
* ChangeLog fixesGlenn Morris2014-01-152-222/+176
* * lisp/indent.el (indent-rigidly): Set deactivate-mark to nil...in transient indentation mode. Fixes: debbugs:16438 Juri Linkov2014-01-152-1/+9
* * lisp/emacs-lisp/package.el (package-desc-keywords): New function....(describe-package-1, package-all-keywords) (package--has-keyword-p): Use it. Fixes: debbugs:16222 Dmitry Gutov2014-01-152-4/+20
* ChangeLog fixesGlenn Morris2014-01-1414-101/+108
* simple.el (define-alternatives): Add 'definition-name to COMMAND-alternatives...* simple.el (define-alternatives): When creating the COMMAND-alternatives variable, assign COMMAND as its definition name so that `describe-variable' can relocate it. See http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01340.html Nicolas Richard2014-01-142-0/+7
* font-lock.el (font-lock-keywords): Fix typo in docstring...* font-lock.el (font-lock-keywords): Fix typo in docstring (bug#16307). Matthew Leach2014-01-142-1/+6
* ispell.el (ispell-region): Reset `in-comment' for new line instead of `add-co...Agustín Martín2014-01-142-1/+7
* * epa-file.el: Respect buffer-file-format when writing...* epa-file.el (epa-file-write-region): Encode the region according to `buffer-file-format'. Problem reported at: <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>. Daiki Ueno2014-01-142-3/+20
* ChangeLog fixesGlenn Morris2014-01-146-56/+56
* * lisp/emacs-lisp/edebug.el (edebug--display): Move protective let-binding...so it applies in the right buffer. Fixes: debbugs:16410 Stefan Monnier2014-01-132-131/+139
* Fix rst-mode deprecated keybindingsDaniel Colascione2014-01-132-11/+28
* Fix/enhance `define-alternatives' docstring againBastien Guerry2014-01-131-4/+5
* Spelling fixes.Paul Eggert2014-01-135-5/+9
* `define-alternatives' bugfix and UI enhancement...* simple.el (define-alternatives): Call the selected command interactively. When setting `COMMAND--implementation' for the first time, tell the user how to chose another implementation. Enhance the docstring. Bastien Guerry2014-01-132-9/+32
* Merge bug fixes from CEDET upstream....* semantic/analyze/refs.el (semantic-analyze-refs-impl): Fix Typo in a doc string. * semantic/ia.el (semantic-ia-complete-symbol): Ignore case if prefix is all lower case. (semantic-ia-fast-jump): Push mark before jumping to an include file. * semantic/complete.el (semantic-displayor-point-position): Calculate if the toolbar is on the left when calculating point position. David Engster2014-01-134-5/+30
* * lisp/vc/log-edit.el: Fix highlighting of summary when it's the first line....(log-edit--match-first-line): New function. (log-edit-font-lock-keywords): Use it. (log-edit-mode): Make jit-lock-defer-multiline work. Stefan Monnier2014-01-132-3/+27
* Partially fix Bug#16403....* rect.el (rectangle-mark-mode): When the region is not active, display a message saying that the mark as been set and that rectangle mode is in use. (rectangle--highlight-for-redisplay): Only put an overlay with a visible vertical bar when (display-graphic-p) is non-nil. This partially fixes Bug#16403. Bastien Guerry2014-01-132-4/+14
* * lisp/info.el (Info-find-file): Go to DIR before displaying the error...about a nonexistent file if no previous Info file is visited. Use `user-error' instead of `error' for "Info file %s does not exist". (Info-find-node-2): In case of a nonexistent node in unwind forms go to the Top node if there is no previous node to revert to. Fixes: debbugs:16405 Juri Linkov2014-01-132-7/+21
* fit-frame/window-to-buffer code fixes including one for Bug#14096....* window.el (fit-frame-to-buffer): Fix doc-string. Respect window-min-height/-width. Fit pixelwise when frame-resize-pixelwise is non-nil. Adjust right/bottom edge when avoiding that frame goes partially off-screen. (fit-window-to-buffer): Respect window-min-height/-width (Bug#14096). Martin Rudalics2014-01-132-21/+40
* * lisp/indent.el (indent-according-to-mode): Flush to column 0 in text-mode...after an empty line. Stefan Monnier2014-01-132-3/+9
* * lisp/net/shr.el (shr-render-region): Autoload.Stefan Monnier2014-01-122-10/+12
* Revert last commit.Eli Zaretskii2014-01-121-6/+6
* Remove more references unnecessarily specific to VCS.Eric S. Raymond2014-01-121-6/+6
* Remove broken VCSWITNESS code, and explain the problem.Eric S. Raymond2014-01-121-1/+1
* Rename eww-download-path to eww-download-directory....* lisp/net/eww.el (eww-download-directory): Rename from `eww-download-path' (Bug#16419). * doc/misc/eww.texi (Basics): Use "directory" instead of "path" (Bug#16419). Xue Fuqiao2014-01-122-2/+7
* Auto-commit of loaddefs files.Glenn Morris2014-01-121-1/+1
* Some minor fixes...* dired-x.el (dired-mode-map): Fix last change. * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally. Leo Liu2014-01-123-3/+9
* Spelling fixes....* lisp/emacs-lisp/generic.el (generic--normalize-comments): Rename from generic--normalise-comments. All uses changed. * lisp/play/bubbles.el (bubbles--neighborhood-score): (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood) (bubbles--neighborhood-available) (bubbles--update-neighborhood-score): Rename from names with 'neighbourhood'. All uses changed. Paul Eggert2014-01-117-26/+37
* Re-implement the feature of showing eldoc info after editing....* emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove. (eldoc-edit-message-commands): New function. (eldoc-print-after-edit): New variable. (eldoc-pre-command-refresh-echo-area): Emit message only by eldoc-message-commands. (eldoc-mode): Restrict eldoc-message-commands to editing commands if eldoc-print-after-edit is set. * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc. Fixes: debbugs:16346 Leo Liu2014-01-124-30/+45
* Make the function emacs-repository-get-version polyvalent....* version.el (emacs-repository-get-version): Enhance so the function works correctly in either a Bazaar or Git repo. The Bazaar case can be discarded after the repo transition. Eric S. Raymond2014-01-112-34/+50
* /etc cleanup: Removal of joke man pages and associated Lisp file.... * etc/celibacy.1, etc/sex.6, etc/condom.1, etc/echo.msg: Deleted at RMS's suggestion. Not lost to posterity as they are part of the widely distributed funny-manpages collection. * lisp/play/meese.el: It's 2014 and Ed Meese is justly forgotten. Goes with removal of the joke manpages from /etc. Eric S. Raymond2014-01-112-37/+5
* merge trunkKenichi Handa2014-01-1135-437/+500
|\
| * ChangeLog fixesGlenn Morris2014-01-1014-371/+361
| * * lisp/emacs-lisp/authors.el (authors-fixed-entries): Update...for files that no longer exist. Glenn Morris2014-01-102-13/+25
| * Restore compatibilty with 23.1 (Tested)Eric S. Raymond2014-01-103-1/+9
| * * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add .podspec and Podfile.Bozhidar Batsov2014-01-102-2/+7
| * Update Eli Zaretskii's entry in authors.el.... lisp/emacs-lisp/authors.el (authors-fixed-entries): Update my entry. Eli Zaretskii2014-01-102-1/+6
| * * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.Chong Yidong2014-01-102-1/+7
| * Add right-char and left-char to Follow Mode cached commands.... lisp/follow.el (follow-cache-command-list): Include right-char and left-char. Anders Lindgren2014-01-102-1/+6
| * Tweak previous info.el changeGlenn Morris2014-01-091-2/+3
| * Spelling fixes....* mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro. * woman.el (woman-mark-horizontal-position): Rename from woman-mark-horizonal-position. Use changed. Paul Eggert2014-01-0910-14/+21
| * If running uninstalled, always put our own info files first...* lisp/info.el (info-initialize): If running uninstalled, ensure our own info files are always found first, even if INFOPATH is set. Glenn Morris2014-01-092-0/+10
| * Make etc/FTP and etc/ORDERS obsolete...* etc/FTP: Mark as obsolete. * etc/ORDERS: Replace contents with pointer to emacs.info, mark obsolete. * doc/emacs/emacs.texi (Distrib): Add donate URL. Add anchor. * lisp/help.el (view-order-manuals): Open emacs.info rather than ORDERS. Glenn Morris2014-01-092-2/+7
| * Restore generated autoloads in eieio.el....* emacs-lisp/eieio-custom.el: * emacs-lisp/eieio-opt.el: Set generated autoload file to 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org. * emacs-lisp/eieio.el: Regenerate autoloads. David Engster2014-01-094-28/+26
| * ChangeLog whitespace fixGlenn Morris2014-01-091-1/+1