- 10 Mar, 2012 9 commits
-
-
Jae-hyeon Park authored
Fixes: debbugs:5667
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
the Rmail file as just one message.
-
Richard M. Stallman authored
-
Chong Yidong authored
* lisp/emulation/cua-rect.el (cua--init-rectangles): * lisp/emulation/cua-base.el (cua--init-keymaps): Add delete-forward-char to remappings. Fixes: debbugs:9666
-
Martin Rudalics authored
* lisp/speedbar.el (speedbar-unhighlight-one-tag-line): Avoid unhighlighting due to frame switching. Fixes: debbugs:10275
-
Chong Yidong authored
* lisp/minibuffer.el (completion-in-region, completion-help-at-point): Give the completion field overlay a high priority. Fixes: debbugs:6830
-
Chong Yidong authored
(dired-goto-file-1): New helper function. (dired-toggle-read-only): Inhibit warnings. Fixes: debbugs:7126
-
- 09 Mar, 2012 4 commits
-
-
Michael Albinus authored
there are no properties.
-
Leo Liu authored
Fixes: debbugs:10937
-
Eli Zaretskii authored
lisp/mail/smtpmail.el (smtpmail-send-it): Bind coding-system-for-write to *-unix, so that FCC files are kept in valid mbox format.
-
Glenn Morris authored
* lisp/files.el (dir-locals-find-file): Don't check result is regular, readable. (dir-locals-read-from-file): Demote errors.
-
- 08 Mar, 2012 4 commits
-
-
Eli Zaretskii authored
lisp/international/quail.el (quail-insert-kbd-layout): Insert invisible LRM characters before each character in a keyboard layout cell, to prevent their reordering by bidi display engine. For details, see the discussion in http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
-
Alan Mackenzie authored
Fixes bugs #5525, #10906.
-
Michael Albinus authored
-
Glenn Morris authored
* lisp/files.el (locate-dominating-file, dir-locals-find-file): Undo 2012-03-06 change.
-
- 07 Mar, 2012 3 commits
-
-
Eli Zaretskii authored
lisp/international/quail.el (quail-help): Force bidi-paragraph-direction be left-to-right. See discussion in http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html for the reason.
-
Michael Albinus authored
* notifications.el (notifications-on-action-object) (notifications-on-close-object): New defvars. (notifications-on-action-signal, notifications-on-closed-signal): Unregister the signal if not needed any longer. (notifications-notify): Register `notifications-action-signal' or `notifications-closed-signal', if :on-action or :on-close has been passed as argument.
-
Chong Yidong authored
-
- 06 Mar, 2012 7 commits
-
-
Glenn Morris authored
* lisp/term/pc-win.el (x-selection-owner-p, x-own-selection-internal) (x-disown-selection-internal, x-get-selection-internal): Doc fix (add arglist signatures).
-
Kaushik Srenevasan authored
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00753.html * lisp/progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom): Handle breakpoints with no "type".
-
Glenn Morris authored
* lisp/files.el (locate-dominating-file): Add optional predicate argument. (dir-locals-find-file): Make use of above change.
-
-
Glenn Morris authored
* lisp/files.el (dir-locals-find-file): Ignore non-readable or non-regular files.
-
Glenn Morris authored
-
Adam Spiers authored
* lisp/calendar/calendar.el (calendar-set-mode-line): `getenv' returns a string. Fixes: debbugs:10951
-
- 05 Mar, 2012 3 commits
-
-
Leo Liu authored
field. Fixes: debbugs:10939
-
Leo Liu authored
-
Chong Yidong authored
In particular, make count-words more analogous to the existing count-lines function. * lisp/simple.el (count-words): If called from Lisp, return the word count, for symmetry with `count-lines'. Arglist changed. (count-words--message): Args changed. Consolidate counting code from count-words and count-words-region. (count-words-region): Caller changed. (count-lines-region): Make it an obsolete alias.
-
- 04 Mar, 2012 8 commits
-
-
Tassilo Horn authored
(save-place-ignore-files-regexp): Allow value nil to disable this feature.
-
Chong Yidong authored
* lisp/faces.el (face-spec-reset-face): For the default face, reset the attributes to default values. Fixes: debbugs:10748
-
Michael Albinus authored
-
Lars Magne Ingebrigtsen authored
* mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in previous patch: Check `message-send-mail-function', and not the default function. Fixes: debbugs:10897
-
Michael Albinus authored
(notifications-on-action-signal, notifications-on-closed-signal): Check for unique service name of incoming event. (top): Register for signals with wildcard service name. (notifications-notify): Remember daemon unique service name.
-
Chong Yidong authored
-
Glenn Morris authored
* doc/lispref/abbrevs.texi: Small copyedits throughout. (Abbrev Mode): Remove this section, folding it into the top-level. (Abbrev Tables): Don't mention irrelevant return values. (Abbrev Expansion): Add cross-ref for wrapper hooks. (Standard Abbrev Tables): Emacs Lisp mode now has its own table. (Abbrev Table Properties): Update nil :regexp description. * lisp/abbrev.el (copy-abbrev-table, abbrev-table-p) (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert) (expand-abbrev, define-abbrev-table): Doc fixes. * admin/FOR-RELEASE: Related markup.
-
Lars Magne Ingebrigtsen authored
-
- 03 Mar, 2012 1 commit
-
-
Lars Magne Ingebrigtsen authored
* mail/emacsbug.el (report-emacs-bug-hook): Look at the value of `message-default-send-mail-function' and not `send-mail-function' when doing the prompting for `sendmail-query-once' before sending in Message buffers. Fixes: debbugs:10897
-
- 02 Mar, 2012 1 commit
-
-
Alan Mackenzie authored
-