* lisp/progmodes/cc-engine.el (c-record-parse-state-state): Terminate stale
markers.
-2016-03-30 Alan Mackenzie <acm@muc.de>
-
- Merge branch 'emacs-25' of /home/acm/emacs/emacs.git/emacs-25 into emacs-25
-
2016-03-29 Xue Fuqiao <xfq.free@gmail.com>
* doc/lispref/text.texi (Columns): Remove a nonexistent reference.
* doc/emacs/maintaining.texi (Identifier Search)
(Looking Up Identifiers): Remove the word "valid" (bug#22692).
-2016-02-28 Michael Albinus <michael.albinus@gmx.de>
-
- Merge branch 'emacs-25' of git.sv.gnu.org:/srv/git/emacs into emacs-25
-
2016-02-28 Michael Albinus <michael.albinus@gmx.de>
Set auto-revert-use-notify to nil in global-auto-revert-mode. (Bug#22814)
that we get case-insensitive completion.
(erc-completion-at-point): Remove.
-2016-02-05 Eli Zaretskii <eliz@gnu.org>
-
- Merge branch 'emacs-25' of git.savannah.gnu.org:/srv/git/emacs into emacs-25
-
2016-02-05 Michael Albinus <michael.albinus@gmx.de>
* test/automated/file-notify-tests.el (file-notify-test06-many-events):
alternative, such as "This allow you to do something", "This allows
something to be done" or "This allows the doing of something".
-2016-01-24 l3thal <kwhite@gnu.org>
-
- Merge branch 'emacs-25' of git.sv.gnu.org:/srv/git/emacs into emacs-25
-
2016-01-24 Kelvin White <kwhite@gnu.org>
Add NEWS entry for asynchronous reconnect in ERC
-2016-01-24 l3thal <kwhite@gnu.org>
-
- Add NEWS entry for asynchronous reconnect in ERC
-
2016-01-24 Kelvin White <kwhite@gnu.org>
browse-url.el: Add 'google-chrome' to supported browsers.
(hide-ifdef-undef, show-ifdef-block): Don't use '(interactive "r")'
in commands that should only act on the region if it's active.
-2016-01-15 Phillip Lord <phillip.lord@russet.org.uk>
-
- Merge branch 'emacs-25' of git.sv.gnu.org:/srv/git/emacs into emacs-25
-
2016-01-15 Phillip Lord <phillip.lord@russet.org.uk>
Enable test selector from command line
(c-after-change): Amend c-new-END here, rather than initializing it and
c-new-BEG.
-2016-01-04 Michael Albinus <michael.albinus@gmx.de>
-
- Merge branch 'emacs-25' of git.sv.gnu.org:/srv/git/emacs into emacs-25
-
2016-01-04 Michael Albinus <michael.albinus@gmx.de>
Introduce check-expensive tests.
* etc/tutorials/TUTORIAL.pt_BR: Fix a typo. (Bug#22165)
-2015-12-13 Eli Zaretskii <eliz@gnu.org>
-
- Merge branch 'emacs-25' of git.savannah.gnu.org:/srv/git/emacs into emacs-25
-
2015-12-13 Tassilo Horn <tsdh@gnu.org>
Improve regex to not trigger stack overflow
(ifconfig-program-options): Check the actual program in use.
(arp-program): Check sbin directories.
-2015-12-04 (tiny change) Arash Esbati <esbati@gmx.de> (tiny change)
+2015-12-04 Arash Esbati <esbati@gmx.de> (tiny change)
Fix wrong-type-argument integer-or-marker-p nil error
* lisp/textmodes/reftex-auc.el (reftex-what-index-tag):
Fix (wrong-type-argument integer-or-marker-p nil) error (bug#22077).
-2015-12-04 Alan Mackenzie <acm@muc.de>
-
- Merge branch 'scratch/follow' of /home/acm/emacs/emacs.git/emacs-25 into scratch/follow
-
- Merge necessitated by a rebase operation.
-
2015-12-04 Alan Mackenzie <acm@muc.de>
lisp/isearch.el: Eliminate macro isearch-call-message, replacing with funcall.
(isearch-new-regexp-function): Define variable.
(isearch-new-word): Define as an obsolete alias. (Bug#22018)
-2015-11-27 Eli Zaretskii <eliz@gnu.org>
-
- Merge branch 'emacs-25' of git.savannah.gnu.org:/srv/git/emacs into emacs-25
-
2015-11-27 Lee Bochicchio <lboc.home@gmail.com>
* test/automated/abbrev-tests.el: Define more tests
that this function runs Lisp. Suggested by Richard Stallman
<rms@gnu.org>.
-2015-11-26 Phillip Lord <phillip.lord@russet.org.uk>
-
- Merge branch 'emacs-25' of git.sv.gnu.org:/srv/git/emacs into emacs-25
-
2015-11-26 Phillip Lord <phillip.lord@russet.org.uk>
Fix regression after merge.
(dynlib_addr) [WINDOWSNT]: Non-trivial implementation to report
the full file name of the module for a given address.
-2015-11-24 Alan Mackenzie <acm@muc.de>
-
- Merge branch 'emacs-25' of git.sv.gnu.org:/srv/git/emacs into emacs-25
-
2015-11-24 Alan Mackenzie <acm@muc.de>
Squashed commit of the following:
(module_copy_string_contents): Encode before reading the byte
size. Return false if and only if an error occurred.
-2015-11-23 Eli Zaretskii <eliz@gnu.org>
-
- Merge branch 'emacs-25' of git.savannah.gnu.org:/srv/git/emacs into emacs-25
-
2015-11-23 Shakthi Kannan <shakthimaan@gmail.com>
Add the tamil-dvorak input method
* CONTRIBUTE (Branches): Improve wording for back-ported commits.
-2015-11-14 Dmitry Gutov <dgutov@yandex.ru>
-
- Merge branch 'master' into emacs-25
-
2015-11-14 Dmitry Gutov <dgutov@yandex.ru>
Use generic dispatch for xref backends
(xref-query-replace): Ditto. And check that the search results
are up-to-date.
-2015-11-13 John Wiegley <johnw@newartisans.com>
-
- Merge remote-tracking branch 'origin/master' into emacs-25
+2015-11-13 Kelvin White <kwhite@gnu.org>
-2015-11-13 l3thal <kwhite@gnu.org>
-
- Merge branch 'erc-async-reconnect' into emacs-25
-
- Reconnect asynchronously.
+ Reconnect asynchronously in erc.
2015-11-13 Paul Eggert <eggert@cs.ucla.edu>
mflt_run to leave the output areas unchanged on failure, as
this isn’t part of its interface spec.
-2015-11-13 Eli Zaretskii <eliz@gnu.org>
-
- Merge branch 'emacs-25' of git.savannah.gnu.org:/srv/git/emacs into emacs-25
-
2015-11-13 Paul Eggert <eggert@cs.ucla.edu>
Port recent XCB changes to 64-bit ‘long int’
* lisp/emacs-lisp/package.el (package-menu-execute):
Remove reference to remove-dups.
-2015-05-21 kwhite <kwhite@gnu.org>
+2015-05-21 Kelvin White <kwhite@gnu.org>
* lisp/erc/erc.el: Hide network/channel messages.
(erc-network-hide-list, erc-channel-hide-list): New lists to define
* lisp/eshell/esh-arg.el (eshell-parse-special-reference): Parse
'#<buffer-name>'.
-2015-05-17 Jan D <jan.h.d@swipnet.se>
-
- Merge branch 'master' into cairo
-
2015-04-26 Jan D <jan.h.d@swipnet.se>
- Merge branch 'master' into cairo
-
Add PBM support for cairo
* src/image.c (xcolor_to_argb32): New function.
(get_spec_bg_or_alpha_as_argb): Call xcolor_to_argb32.
* src/xterm.c (x_update_begin): Don't create any surface for non-visible
tip frames, the geometry may be wrong.
- Merge branch 'master' into cairo, fixes tooltips not shown.
-
- Merge branch 'master' into cairo
-
Add CAIRO_CFLAGS to lwlib/Makefile.in
* Makefile.in (CAIRO_CFLAGS): Add.
* org.el (org-mode): Add guard around set-face-foreground.
-2014-04-22 Rasmus <w530@pank.eu>
+2014-04-22 Rasmus Pank Roulund <w530@pank.eu>
* ox-html.el (org-html-html5-elements): Drop reference to hgroup.
(org-insert-link): Call `org-link-try-special-completion' from the
original buffer.
-2013-11-12 Oleh <oleh.krehel@gmail.com>
+2013-11-12 Oleh Krehel <oleh.krehel@gmail.com>
* org.el (org-open-at-point): The new code is being run in the
same spot as `org-open-link-functions'. In case they failed,
check if link matches "^id:" and if so, load the id interface and
follwo the link.
-2013-11-12 Rasmus <rasmus@gmx.us> (tiny change)
+2013-11-12 Rasmus Pank Roulund <rasmus@gmx.us> (tiny change)
* ox-latex.el (org-latex--inline-image): The pgf format is
associated to an inline image and treated like tikz files.
* org-clock.el (org-clock-notify-once-if-expired):
Honor `org-clock-sound'.
-2013-11-12 Rasmus Pank <rasmus.pank@gmail.com>
+2013-11-12 Rasmus Pank Roulund <rasmus.pank@gmail.com>
* org.el (org-format-latex-header): Remove eucal and amsmath.
(org-latex-default-packages-alist): Remove amstext and add
* org-latex.el (org-export-as-latex): Fix bug in setting the
export directory according to the LaTeX options.
-2012-04-01 K.Nagashima <uni.naga@gmail.com> (tiny change)
+2012-04-01 K. Nagashima <uni.naga@gmail.com> (tiny change)
* org.el (org-show-subtree): Make interactive.