- 27 Dec, 2015 11 commits
-
-
Deniz Dogan authored
* lisp/erc/erc-backend.el (erc-process-sentinel): Clear channel user lists upon disconnection. This prevents invalid channel user lists when reconnecting (bug#10947).
-
Lars Ingebrigtsen authored
* erc-backend.el (erc-server-send-ping): If the server has closed connection, this may already have been detected and `erc-server-last-received-time' has been set to nil (bug#13608).
-
David Edmondson authored
* lisp/erc/erc.el (erc-channel-receive-names): Fix errors generated when multiple IRC clients talk to a single IRC proxy (bug#19034). Backport: (cherry picked from commit 507e98a5)
-
Dima Kogan authored
* lisp/erc/erc-backend.el (erc-server-setup-periodical-ping): Checks for existing timers in the alist before adding new ones. If a timer already exists, it is cancelled and overwritten. (bug#19292).
-
Jens Lechtenboerger authored
* lisp/gnus/mml-sec.el: Fix warnings by adding autoloads (bug#18718). Backport: (cherry picked from commit 3603097f)
-
Lars Ingebrigtsen authored
* erc-log.el (erc-log-setup-logging): Insert the previous log at the start of the buffer, not at the end (bug#20496).
-
Lars Ingebrigtsen authored
* eww.el (eww-setup-buffer): Restore left-to-right defaults. Backport: (cherry picked from commit 96c874b9)
-
Lars Ingebrigtsen authored
* erc-join.el (erc-autojoin-channels): Don't join channels more than once (if you have several nicks) (bug#20695).
-
Eli Zaretskii authored
* src/w32term.c (frame_set_mouse_pixel_position): * src/w32fns.c (Fw32_mouse_absolute_pixel_position): Momentarily disable "mouse trails" when moving the mouse pointer. (Bug#22247) * src/w32term.c (frame_set_mouse_pixel_position): Include w32common.h.
-
Krzysztof Jurewicz authored
* lisp/erc/erc.el (erc-open): `auth-source' wants strings, not port numbers (bug#20541). Copyright-paperwork-exempt: yes
-
Fran Litterio authored
* lisp/erc/erc.el (erc-kill-buffer-function): Run erc-kill-channel-hook when erc-kill-queries-on-quit is set (bug#21187).
-
- 26 Dec, 2015 26 commits
-
-
Paul Eggert authored
* test/automated/url-parse-tests.el: (url-generic-parse-url/same-document-reference): Rename from url-generic-parse-url/same-decument-reference.
-
Paul Eggert authored
* lisp/startup.el (initial-scratch-message): Reword to avoid apostrophes, and to make it shorter. See the thread starting in: http://lists.gnu.org/archive/html/emacs-devel/2015-12/msg01241.html
-
Leo Liu authored
* lisp-mode.el (lisp-imenu-generic-expression, lisp-el-font-lock-keywords-1): Add ert-deftest.
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
* lisp/net/imap.el (imap-ssl-program): Remove (bug#21134). (imap-starttls-open): Use open-network-stream instead of starttls.el. (imap-tls-open): Use open-network-stream instead of tls.el.
-
Eli Zaretskii authored
* lisp/textmodes/artist.el (artist-figlet-get-font-list-windows): New function. (artist-figlet-choose-font): Use it on MS-Windows and MS-DOS. (Bug#20167)
-
Wolfgang Jenkner authored
This is a work-around to prevent the compiler from using semantic knowledge about malloc for optimization purposes. E.g., gcc 5.2 with -O2 replaces most of calloc's definition by a call to calloc; see Bug#22085. * src/gmalloc.c [!HYBRID_MALLOC] (malloc, realloc, calloc) (aligned_alloc, free): Do not undef. Instead, define these as functions (perhaps renamed to gmalloc etc.) in terms of gmalloc etc.
-
Eli Zaretskii authored
* lisp/net/browse-url.el (browse-url) (browse-url-default-browser, browse-url-default-windows-browser) (browse-url-default-macosx-browser, browse-url-chromium) (browse-url-kde, browse-url-text-xterm): Clarify the usage of ARGS and NEW-WINDOW arguments in these functions. (Bug#19421)
-
Paul Eggert authored
* src/eval.c (unbind_to): Redo so that the FALLTHROUGH!! comment becomes accurate again. This shouldn’t affect behavior. (backtrace_eval_unrewind): Apply the recent unbind_to fix here, too.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
* lisp/startup.el (initial-scratch-message): Quote apostrophes to avoid producing non-ASCII characters in the *scratch* buffer's commentary.
-
Eli Zaretskii authored
* lisp/vc/compare-w.el (compare-windows-removed) (compare-windows-added): Doc fix. * doc/emacs/files.texi (Comparing Files): Document the changes in window selection by 'compare-windows'.
-
Eli Zaretskii authored
* doc/emacs/maintaining.texi (Old Revisions): Document 'vc-annotate-background-mode'.
-
Eli Zaretskii authored
* doc/emacs/maintaining.texi (VC Change Log): Document 'vc-region-history'.
-
Eli Zaretskii authored
* doc/emacs/maintaining.texi (Pulling / Pushing): Expand and improve the documentation of 'vc-push'. * lisp/vc/vc.el (vc-pull, vc-push): Doc fix.
-
Eli Zaretskii authored
-
Alain Schneble authored
-
Alain Schneble authored
* test/lisp/url/url-parse-tests.el: Add tests covering url-generic-parse-url. * test/lisp/url/url-expand-tests.el: Add tests covering url-expand-file-name. * lisp/url/url-parse.el (url-generic-parse-url): Keep empty fragment information in URL-struct. * lisp/url/url-parse.el (url-path-and-query): Do not artificially turn empty path and query into nil path and query, respectively. * lisp/url/url-expand.el (url-expander-remove-relative-links): Do not turn empty path into an absolute ("/") path. * lisp/url/url-expand.el (url-expand-file-name): Properly resolve fragment-only URIs. Do not just return them unchanged. * lisp/url/url-expand.el (url-default-expander): An empty path in the relative reference URI should not drop the last segment. Backport: (cherry picked from commit b792ecea)
-
Eli Zaretskii authored
-
Eli Zaretskii authored
* lisp/url/url-http.el (url-user-agent): Move from here... * lisp/url/url-vars.el (url-user-agent): ...to here. This is to keep all the URL defcustoms in one place, and also have it defined whenever the URL library is loaded. * doc/misc/url.texi (Customization): Document 'url-user-agent'.
-
Eli Zaretskii authored
* doc/misc/url.texi (Tramp): New node, describes the URL schemes supported via Tramp. (Supported URL Types, file/ftp, rlogin/telnet/tn3270): Mention Tramp.
-
Eli Zaretskii authored
* lisp/progmodes/sh-script.el (sh-mode, sh-set-shell): Document the 'sh-shell' file-local variable. (top level): Add an auto-load form to avoid byte-compiler warning about 'comint-send-string'.
-
Eli Zaretskii authored
* doc/misc/ses.texi (Printer functions): Fix whitespace between sentences and punctuation. Add an index entry for 'ses-define-local-printer'.
-
Shakthi Kannan authored
* doc/misc/ert.texi (Running Tests in Batch Mode): Document 'ert-summarize-tests-batch-and-exit'.
-
Eli Zaretskii authored
* src/eval.c (unbind_to) <SPECPDL_LET>: Avoid assertion violation if we get here with an object that is not a symbol. (Bug#14412)
-
- 25 Dec, 2015 3 commits
-
-
Andreas Schwab authored
* lisp/net/browse-url.el (browse-url-filename-alist): Match colons only in the first component. (bug#5362)
-
Lars Ingebrigtsen authored
Merge conflict, but I think I resolved it. Follow meta refresh tags in eww * eww.el (eww-tag-meta): Follow meta refresh tags (bug#22234). Backport:
-
http://user:pass@foo/Lars Ingebrigtsen authored
* lisp/url/url-auth.el (url-basic-auth): Allow explicit user/passwords in URLs (bug#19046). Backport: (cherry picked from commit b563715a)
-