- 17 Jun, 2014 1 commit
-
-
Stefan Monnier authored
Fixes: debbugs:17737
-
- 16 Jun, 2014 1 commit
-
-
Dmitry Gutov authored
* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify `!' in `!~' with `font-lock-negation-char-face'.
-
- 15 Jun, 2014 1 commit
-
-
Michael Albinus authored
* net/dbus.el (dbus-call-method): Push only non D-Bus events into `unread-command-events'.
-
- 14 Jun, 2014 3 commits
-
-
Glenn Morris authored
* lisp/progmodes/cc-langs.el: Require cl-lib. Replace delete-duplicates and mapcan by cl- versions throughout. And cl-macroexpand-all by macroexpand-all. (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare. Fixes: debbugs:17463
-
Eli Zaretskii authored
lisp/subr.el (posn-col-row): Doc fix. doc/lispref/commands.texi (Accessing Mouse): Improve the wording of the posn-col-row documentation.
-
Juri Linkov authored
Fixes: debbugs:17759
-
- 13 Jun, 2014 2 commits
-
-
Stefan Monnier authored
bumping forward into a closing paren. Fixes: debbugs:17761
-
Stefan Monnier authored
Terminal.app. Fixes: debbugs:17607
-
- 08 Jun, 2014 2 commits
-
-
Glenn Morris authored
* doc/emacs/entering.texi (Entering Emacs): Small fix re initial-buffer-choice. * doc/emacs/misc.texi (emacsclient Options): Copyedit. * doc/lispref/os.texi (Startup Summary): Small fix for initial-buffer-choice. * lisp/startup.el (initial-buffer-choice): Doc fix. Reset :version (adding an option does not merit a :version bump).
-
Glenn Morris authored
* doc/emacs/buffers.texi (Uniquify): Copyedits. * doc/emacs/files.texi (Visiting): Update for uniquify changes. * doc/lispref/files.texi (Subroutines of Visiting): Mention uniquify. * doc/misc/vip.texi (Files): Defer to Emacs manual for uniquify details. * lisp/bookmark.el (bookmark-load): Doc fix. * lisp/uniquify.el (uniquify-buffer-name-style): Doc fix. * lisp/files.el: Comment. * etc/NEWS: Related edit.
-
- 06 Jun, 2014 4 commits
-
-
Juri Linkov authored
(desktop-save-mode, desktop-auto-save-timeout): Add/remove `desktop-auto-save-set-timer' to/from `window-configuration-change-hook'. (desktop-auto-save-set-timer): Change REPEAT arg of `run-with-idle-timer' from t to nil. http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
-
Santiago Payà i Miralta authored
vc-hg-command. Fixes: debbugs:17570
-
Stefan Monnier authored
Fixes: debbugs:17702
-
Glenn Morris authored
* lisp/startup.el (window-setup-hook): Doc fix. * doc/lispref/display.texi (Window Systems): Remove window-setup-hook. * doc/lispref/os.texi (Startup Summary, Init File): Improve description of window-setup-hook. (Terminal-Specific): Update window-setup-hook cross-reference. * doc/lispref/hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
-
- 05 Jun, 2014 1 commit
-
-
Glenn Morris authored
* doc/emacs/package.texi (Package Menu, Package Installation): Mention signed packages. * doc/lispref/package.texi (Package Archives): Mention signing packages. * lisp/emacs-lisp/package.el (package-check-signature) (package-unsigned-archives): Doc fixes. * etc/NEWS: Related edits.
-
- 03 Jun, 2014 4 commits
-
-
Martin Rudalics authored
* window.el (display-buffer-use-some-window): Don't make window used smaller than it was before (Bug#17671).
-
Eli Zaretskii authored
lisp/menu-bar.el (menu-bar-open): Fix last change: use the PC '(redisplay)' instead of '(sit-for 0)'.
-
Michael Albinus authored
* net/tramp.el (tramp-ssh-controlmaster-options): Improve search regexp.
-
Glenn Morris authored
* etc/NEWS: Related edit.
-
- 02 Jun, 2014 1 commit
-
-
Eli Zaretskii authored
lisp/menu-bar.el (menu-bar-open): Fix invocation via M-x by forcing the update of the menu bar.
-
- 01 Jun, 2014 3 commits
-
-
Eli Zaretskii authored
lisp/simple.el (keyboard-quit): Force update of mode lines, to remove the "Def" indicator, if we were defining a macro.
-
Stefan Monnier authored
Obey minibuffer-default. Fixes: debbugs:17545
-
Stefan Monnier authored
Fixes: debbugs:17619
-
- 31 May, 2014 4 commits
-
-
Stefan Monnier authored
transient-map to finish if we're only supposed to be active for the next command. Fixes: debbugs:17642
-
Leo Liu authored
(window-dedicated-p, window-hscroll, window-point, window-start): Fix gv-expander. Fixes: debbugs:17630
-
Stefan Monnier authored
clicks. Fixes: debbugs:17633
-
Stefan Monnier authored
for the single comma, since ", " is *very* common in normal French text. Fixes: debbugs:17643
-
- 30 May, 2014 1 commit
-
-
Glenn Morris authored
* lisp/emacs-lisp/package.el (package-check-signature) (package-unsigned-archives): Fix :version.
-
- 29 May, 2014 1 commit
-
-
Stefan Monnier authored
Fixes: debbugs:15614
-
- 28 May, 2014 1 commit
-
-
Glenn Morris authored
-
- 27 May, 2014 5 commits
-
-
Stefan Monnier authored
is done via setting transient-mark-mode to nil, since one is buffer-local and the other is global.
-
Stefan Monnier authored
there can't be more than 2 arguments. Fixes: debbugs:17584
-
Glenn Morris authored
* lisp/simple.el (filter-buffer-substring-functions) (filter-buffer-substring-function, buffer-substring-filters) (filter-buffer-substring, buffer-substring--filter): Doc fixes. * doc/lispref/text.texi (Buffer Contents): Update for filter-buffer-substring changes. * doc/lispref/hooks.texi: Remove old comment. * etc/NEWS: Related markup.
-
Glenn Morris authored
* lisp/minibuffer.el (completion-in-region-functions, completion-in-region) (completion--in-region): Doc fixes. * doc/lispref/hooks.texi: Update comment.
-
Glenn Morris authored
* doc/emacs/abbrevs.texi (Expanding Abbrevs): Update re abbrev-expand-function. * doc/lispref/abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes. * doc/lispref/functions.texi (Advising Functions): Standardize menu case. * lisp/abbrev.el (abbrev-expand-functions, abbrev-expand-function) (expand-abbrev, abbrev--default-expand): Doc fixes.
-
- 26 May, 2014 1 commit
-
-
Paul Eggert authored
* admin/unidata/IVD_Sequences.txt: New file. * admin/unidata/Makefile.in (${top_srcdir}/src/macuvs.h): New rule. (all): Build it. (extraclean): Remove it. * admin/unidata/README: Mention BidiMirroring.txt and IVD_Sequences.txt. * admin/unidata/copyright.html: Update to current version from Unicode Consortium. * admin/unidata/uvs.el: Rename from admin/mac/uvs.el. (uvs-print-table-ivd): Output a header in the form that unidata-gen.el generates. * lisp/international/README: Refer to the Unicode Terms of Use rather than copying it bodily here, as that simplifies maintenance. * src/Makefile.in ($(srcdir)/macuvs.h): New rule. * src/macuvs.h: Use automatically-generated header.
-
- 25 May, 2014 2 commits
-
-
Andreas Schwab authored
-
Martin Rudalics authored
* window.el (window--dump-frame): Remove interactive specification.
-
- 23 May, 2014 2 commits
-
-
Glenn Morris authored
* lisp/hippie-exp.el (he-line-search-regexp): Handle comint-prompt-regexp containing subgroups. Fixes: debbugs:17529
-
Stephen Berman authored
* calendar/todo-mode.el: Remove dependence on auto-mode-alist, to avoid errors when trying to create or visit a file foo.todo located outside to todo-directory, and to allow having such files without them being tied to Todo mode. (todo-show, todo-move-category, todo-merge-category, todo-find-archive) (todo-archive-done-item, todo-find-filtered-items-file) (todo-filter-items, todo-find-item, todo-diary-goto-entry) (todo-category-completions, todo-read-category): When visiting a Todo file, make sure we're in the right mode and the buffer local variables are set. (todo-make-categories-list, todo-reset-nondiary-marker) (todo-reset-done-string, todo-reset-comment-string): After processing all Todo files, kill the buffers of those files that weren't being visited before the processing. (todo-display-as-todo-file, todo-add-to-buffer-list) (todo-visit-files-commands): Comment out. (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook. (auto-mode-alist): Remove add-to-list calls making Todo file extensions unrestrictedly tied to Todo modes. * doc/misc/todo-mode.texi: Update in light of changes due to bug#17482. Replace numerous mistaken uses of literal quotes with proper Texinfo markup. (Todo Mode Entry Points): Comment out reference to using find-file or Dired to visit Todo files, since this has been disabled (bug#17482).
-