summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in Changelogs.Juanma Barranquero2014-02-1312-98/+97
|
* * texinfo.tex: Update from gnulib.Paul Eggert2014-02-122-8/+16
|
* Spelling fixes.Paul Eggert2014-02-122-2/+2
|
* * etc/NEWS: Small edits.Glenn Morris2014-02-121-8/+9
|
* * lisp/emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them asStefan Monnier2014-02-122-2/+7
| | | | shift-select commands.
* Some icomplete docGlenn Morris2014-02-126-50/+64
| | | | | | | | | | | | | | | * doc/emacs/mini.texi (Completion Options): No longer mention icomplete, which has its own section now. * doc/emacs/modes.texi (Minor Modes): Update Icomplete xref. * lisp/icomplete.el: Commentary updates. (icomplete): Add info-link to defgroup. (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook) (icomplete-minibuffer-map, icomplete-mode) (icomplete-simple-completing-p, icomplete-completions): Doc fixes. * etc/NEWS: Related edits.
* * image.c (pbm_load): Set to NO_PIXMAP on error.Jan Djärv2014-02-122-0/+5
| | | | Fixes: debbugs:16683
* * lisp/progmodes/js.el (js-indent-line): Don't widen.Dmitry Gutov2014-02-122-7/+10
| | | | http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
* Fix the last patch to work from non-fancy splits, tooLars Ingebrigtsen2014-02-111-3/+4
|
* * nnmail.el (nnmail-expand-newtext): Further sub-match fixups (bug#12375).Lars Ingebrigtsen2014-02-112-0/+8
|
* * doc/lispref/package.texi (Simple Packages): Describe URL and Keywords headersGlenn Morris2014-02-112-1/+11
|
* Some package doc updatesGlenn Morris2014-02-116-30/+52
| | | | | | | | | | | | * doc/emacs/help.texi (Package Keywords): Mention describe-package buttons. * doc/emacs/package.texi (Package Menu): Mention package-menu-filter. * lisp/emacs-lisp/package.el (package-menu-mode-map): Tweak menu. (package-menu-filter): Rename from package-menu-filter-interactive. Doc fix. * etc/NEWS: Related edits. Copyedit.
* * buffer.c (syms_of_buffer): Doc clarification.Lars Ingebrigtsen2014-02-112-9/+14
| | | | Fixes: debbugs:9981
* lisp/frameset.el (frameset--jump-to-register): Fix bug#16696.Juanma Barranquero2014-02-112-2/+11
| | | | Select the required window and buffer before restoring position.
* Fix typo in previousGlenn Morris2014-02-111-1/+1
|
* * src/nsfns.m (ns_display_info_for_name, Fx_open_connection): Doc fixes.Glenn Morris2014-02-112-4/+9
| | | | Replace refs to "OpenStep" in messages.
* * dired.el (dired-get-marked-files): Clarify doc.Lars Ingebrigtsen2014-02-112-1/+6
| | | | Fixes: debbugs:11534
* * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'Michael Albinus2014-02-112-2/+64
| | | | | | | and `vc-hg'. Declare `tramp-find-executable' and `tramp-get-remote-path'. (tramp-test29-vc-registered): New test. (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
* * text.texi (Editing Format Info): Use @samp for menus.Lars Ingebrigtsen2014-02-102-5/+10
| | | | Fixes: debbugs:13736
* Avoid "." at end of error diagnostics.Paul Eggert2014-02-106-6/+15
| | | | | | | | | * cmds.c (Fself_insert_command): Reword and avoid "." at end. * font.c (Ffont_at): * nsfns.m (ns_display_info_for_name): * nsselect.m (Fx_own_selection_internal): * nsterm.m (performDragOperation:): Remove "." from end of diagnostic.
* * lisp/jit-lock.el (jit-lock-force-redisplay): Doc fix.Glenn Morris2014-02-102-1/+6
| | | | Fixes: debbugs:14394
* Fix bug #15109 with confusing mis-documentation of selection-converter-alist.Eli Zaretskii2014-02-103-2/+7
| | | | | lisp/w32-common-fns.el (x-get-selection): Doc fix. lisp/select.el (x-get-selection): Doc fix.
* Fix bug #16709 with too lazy redisplay when face-remap-alist changes.Eli Zaretskii2014-02-102-4/+19
| | | | | | | lisp/face-remap.el (face-remap-add-relative) (face-remap-remove-relative, face-remap-reset-base) (face-remap-set-base): Call force-mode-line-update to redisplay the current buffer due to potential change in faces.
* * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredocMichael Albinus2014-02-102-9/+23
| | | | script more robustly.
* Revert previous patch, it introduces other problems.Michael Albinus2014-02-102-6/+1
|
* Auto-commit of loaddefs files.Glenn Morris2014-02-102-8/+8
|
* * net/tramp-sh.el (tramp-sh-handle-start-file-process): Do notMichael Albinus2014-02-102-1/+6
| | | | quote `tramp-end-of-heredoc'.
* * eval.c (call_debugger): When exiting the debugger, do not allowDmitry Antipov2014-02-102-2/+9
| | | | | max_specpdl_size less than actual binding depth (Bug#16603). (syms_of_eval): Adjust docstring.
* * lisp/emacs-lisp/lisp-mnt.el: Comments.Glenn Morris2014-02-101-4/+3
|
* * dired.el (dired-get-marked-files): Doc fix.Lars Ingebrigtsen2014-02-092-1/+3
| | | | Fixes: debbugs:11534
* * simple.el (choose-completion): Doc fix.Lars Ingebrigtsen2014-02-092-1/+4
| | | | Fixes: debbugs:14160
* * subr.el (event-start): Say what a nil EVENT value means.Lars Ingebrigtsen2014-02-092-1/+4
|
* * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused.Lars Ingebrigtsen2014-02-092-5/+13
| | | | Fixes: debbugs:14197
* * progmodes/grep.el (find-program): Doc fix.Lars Ingebrigtsen2014-02-092-2/+5
| | | | Fixes: debbugs:14289
* * files.el (confirm-kill-emacs): Clarify doc (bug#15455).Lars Ingebrigtsen2014-02-092-1/+3
|
* (Fyes_or_no_p): Doc fixLars Ingebrigtsen2014-02-092-1/+3
| | | | Fixes: debbugs:15456
* * fns.c (Fmaphash): Say what `maphash' returns, since it may be unintuitive.Lars Ingebrigtsen2014-02-092-1/+7
| | | | Fixes: debbugs:15824
* * emacs-lisp/lisp.el (up-list): Doc fix.Lars Ingebrigtsen2014-02-092-0/+12
| | | | Fixes: debbugs:15832
* * cmds.c (Fself_insert_command): Respect the width of EMACS_INTDmitry Antipov2014-02-102-1/+6
| | | | and avoid warning.
* * files.el (confirm-kill-emacs): Allow specifying an arbitrary predicate ↵Lars Ingebrigtsen2014-02-092-1/+7
| | | | | | function. Fixes: debbugs:15455
* * lisp/ielm.el (inferior-emacs-lisp-mode): Instead ofDmitry Gutov2014-02-102-1/+6
| | | | `comment-use-global-state', set `comment-use-syntax'.
* * text.texi (User-Level Deletion): Document `delete-trailing-whitespace'.Lars Ingebrigtsen2014-02-092-0/+18
| | | | Fixes: debbugs:15309
* * lisp/emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.Glenn Morris2014-02-092-1/+6
|
* * lisp/emacs-lisp/lisp-mnt.el: Undocument "FSF" maintainer in commentary.Glenn Morris2014-02-091-4/+1
|
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-09281-281/+281
|
* Fix c-invalidate-state-cache on narrowed buffers.Alan Mackenzie2014-02-092-2/+12
| | | | | progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out): Widen when setting and clearing the CPP delimiter properties.
* Auto-commit of loaddefs files.Glenn Morris2014-02-091-1/+1
|
* * cmds.c (Fself_insert_command): Output a clearer error message on negative ↵Lars Ingebrigtsen2014-02-082-1/+9
| | | | | | repetitions. Fixes: debbugs:9476
* * text.texi (Changing Properties): Clarify `propertize'.Lars Ingebrigtsen2014-02-082-5/+6
| | | | Fixes: debbugs:9825
* * help.el (describe-bindings): Doc fix.Lars Ingebrigtsen2014-02-082-2/+4
| | | | Fixes: debbugs:9888