- 07 Jan, 2014 8 commits
-
-
David Engster authored
* help-fns.el (help-fns-describe-function-functions): New variable to call functions for augmenting help buffers. (describe-function-1): Remove explicit calls to `help-fns--compiler-macro', `help-fns--parent-mode' and `help-fns--obsolete'. Put them in above new variable instead. Call all of them through `run-hook-with-args'.
-
Martin Rudalics authored
* window.el (balance-windows-2): While rounding don't give a window more than the remainder. Bug#16351, Bug#16383.
-
Glenn Morris authored
(menu-bar-help-menu): Use view-external-packages instead. * doc/misc/faq.texi: Comment.
-
Bastien Guerry authored
* emacs-lisp/package.el (package-delete): Also delete the package name from `package-alist', not its description only.
-
Glenn Morris authored
* lisp/help.el (view-external-packages): * lisp/menu-bar.el (menu-bar-help-extra-packages): Visit efaq.info rather than etc/MORE.STUFF.
-
Juri Linkov authored
isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035) * lisp/progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding that shadows RET.
-
Daniel Colascione authored
-
Chong Yidong authored
* doc/emacs/search.texi (Special Isearch): Document C-x 8 RET in isearch. (Word Search): Document incremental word search changes. (Isearch Yank): Document M-s C-e with a prefix argument. * doc/lispref/files.texi (Changing Files): Document copy-file changes. * lisp/isearch.el (isearch-yank-char, isearch-yank-word) (isearch-yank-line): Doc fix.
-
- 06 Jan, 2014 8 commits
-
-
Stefan Monnier authored
* lisp/emacs-lisp/elint.el (elint-find-builtins): * lisp/emacs-lisp/eldoc.el (eldoc-symbol-function): * lisp/emacs-lisp/bytecomp.el (byte-compile-callargs-warn) (byte-compile-file-form-defmumble, byte-compile, byte-compile-form): * lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand): * lisp/apropos.el (apropos-safe-documentation): * lisp/subr.el (symbol-file): Remove redundant fboundp. * lisp/progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
-
Bastien Guerry authored
* hl-line.el (global-hl-line-overlay): Make a local variable. (global-hl-line-overlays): New variable to store all overlays. (global-hl-line-mode): Don't delete overlays from the current buffer when `global-hl-line-sticky-flag' is non-nil. (global-hl-line-highlight): Add new overlays to `global-hl-line-overlays'. (global-hl-line-unhighlight-all): New function to delete all overlays when turning off `global-hl-line-mode'.
-
Stefan Monnier authored
-
Tassilo Horn authored
* lisp/textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a `Texinfo' entry.
-
Daniel Colascione authored
-
Paul Eggert authored
* calc/calc-yank.el (calc-edit-mode, calc-edit-cancel): * emacs-lisp/debug.el (cancel-debug-on-entry): * epg.el (epg-error-to-string): * files.el (recover-file): * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): * mail/emacsbug.el (report-emacs-bug-hook): * mail/sendmail.el (mail-recover): * ses.el (ses-yank-resize): * term/ns-win.el (ns-print-buffer): Spelling fixes in diagnostics, mostly for "canceled" with one L. * epg.el (epg-key-capability-alist): Rename from misspelled version. All uses changed. * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
-
Leo Liu authored
to avoid shadowning global key. Fixes: debbugs:16354
-
Daniel Colascione authored
-
- 05 Jan, 2014 8 commits
-
-
Martin Rudalics authored
* window.el (balance-windows): Add mising t to fix Bug#16351.
-
Lars Magne Ingebrigtsen authored
(shr-insert): If we have a word that's longer than `shr-width', break after it anyway. Otherwise we'll do no breaking once we get such a long word.
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:16285
-
Kenjiro NAKAYAMA authored
* net/eww.el (eww-list-histories,eww-history-browse): Fixup. (eww-history-quit): Delete and use quit-window. (eww-history-kill): Delete, because it doesn't work well and not necessary. (eww-history-mode-map): Delete some keys and add easy-menu.
-
Kenjiro NAKAYAMA authored
-
Paul Eggert authored
* lisp/emacs-lisp/rx.el (rx-categories): Correct spelling of chinese-two-byte. Fixes: debbugs:16237
-
Paul Eggert authored
* progmodes/subword.el (subword-forward-regexp) (subword-backward-regexp): Change these back to variables. Fixes: debbugs:16296
-
Paul Eggert authored
* lib-src/Makefile.in (regex.o): Remove reference to no-longer-used macros CONFIG_BROKETS and INHIBIT_STRING_HEADER. "BROKETS" was a misspelling anyway.... * src/nsterm.h (updateCollectionBehavior): Rename from updateCollectionBehaviour. All uses changed.
-
- 03 Jan, 2014 6 commits
-
-
Stefan Monnier authored
syntax-begin-function. Fixes: debbugs:16247
-
Vincent Belaïche authored
-
Vincent Belaïche authored
-
Chong Yidong authored
* emacs-lisp/advice.el (ad--make-advised-docstring): Change args. Ignore function-documentation property when getting documentation. (ad-activate-advised-definition): Use function-documentation generate the docstring. (ad-make-advised-definition): Don't call ad-make-advised-definition-docstring. (ad-make-advised-definition-docstring, ad-advised-definition-p): Delete functions. * emacs-lisp/nadvice.el (advice--make-docstring): Change args. (advice--docstring): Delete variable. (advice--make-1): Leave the docstring empty. (advice-add): Use function-documentation for advised docstring. * progmodes/sql.el (sql-help): Use function-documentation instead of dynamic-docstring-function property. No need to autoload now. (sql--help-docstring): New variable. (sql--make-help-docstring): Use it. * doc.c (Fdocumentation): Remove dynamic-docstring-function.
-
Stefan Monnier authored
(ielm-map): Use ielm-tab for tab. (ielm-complete-filename): Use comint-filename-completion. (ielm-complete-symbol): Remove. (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and remove ielm-tab from completion-at-point-functions. Fixes: debbugs:16224
-
Stefan Monnier authored
Beware signals raised by predicates. Fixes: debbugs:16201
-
- 02 Jan, 2014 4 commits
-
-
Vincent Belaïche authored
-
Richard M. Stallman authored
* dired-aux.el (dired-do-print): Handle printer-name.
-
Richard M. Stallman authored
* mail/rmail.el (rmail-get-coding-function): Variable. (rmail-get-coding-system): Use it. * mail/rmail.el (rmail-make-in-reply-to-field): Add parens in message-id. * mail/rmailmm.el (rmail-mime-message-p): Moved to rmail.el. * mail/rmail.el (rmail-mime-message-p): Moved from rmailmm.el. (rmail-epa-decrypt): Turn off mime processing.
-
Vincent Belaïche authored
-
- 01 Jan, 2014 1 commit
-
-
Paul Eggert authored
-
- 31 Dec, 2013 2 commits
-
-
Kenichi Handa authored
(indian-is13194): Specify unify-map.
-
Leo Liu authored
Fixes: debbugs:16305
-
- 30 Dec, 2013 2 commits
-
-
Daniel Colascione authored
-
Daniel Colascione authored
-
- 28 Dec, 2013 1 commit
-
-
João Távora authored
* elec-pair.el (electric-pair-post-self-insert-function): Don't open extra newlines at beginning of buffer.
-