aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-07Rename ChangeLogs for gitlog-to-changelogPaul Eggert1-776/+0
This patch was implemented via the following shell commands: find * -name ChangeLog | sed 's,.*,git mv & &.1, s, lisp/ChangeLog\.1$, lisp/ChangeLog.17, s, lisp/erc/ChangeLog\.1$, lisp/erc/ChangeLog.09, s, lisp/gnus/ChangeLog\.1$, lisp/gnus/ChangeLog.3, s, lisp/mh-e/ChangeLog\.1$, lisp/mh-e/ChangeLog.2, s, src/ChangeLog\.1$, src/ChangeLog.13,' | sh git commit -am"[this commit message]"
2015-04-05Update the 24.5 release date in all ChangeLog filesNicolas Petton1-1/+1
2015-03-27Bump version to 24.5 for the release-candidateemacs-24.5-rc1Nicolas Petton1-0/+4
2015-03-25* lisp/erc/erc.el (erc-switch-to-buffer): Fix last change.Stefan Monnier1-0/+4
Fixes: debbugs:20187
2015-03-16Add `predicate' arg to `read-buffer' and use it for erc-iswitchbStefan Monnier1-0/+12
Fixes: debbugs:20116 * src/minibuf.c (Fread_buffer): Add `predicate' argument. * src/callint.c (Fcall_interactively): Adjust calls accordingly. * lisp/erc/erc.el (erc-switch-to-buffer): Rename from erc-iswitchb and rewrite using read-buffer. (erc--buffer-p): New function, extracted from erc-buffer-filter. (erc-buffer-filter): Use it. (erc-with-all-buffers-of-server): Silence compile warning if the return value is unused. (erc-is-valid-nick-p, erc-common-server-suffixes, erc-get-arglist) (erc-command-name, erc-popup-input-buffer): Use \` and \' to match beg/end of string. * lisp/obsolete/iswitchb.el (iswitchb-read-buffer): Add `predicate' arg. * lisp/isearchb.el (isearchb-iswitchb): Adjust accordingly. * lisp/ido.el (ido-read-buffer): Add `predicate' argument. * lisp/misearch.el (unload-function-defs-list): Declare before use.
2015-02-17erc.el: Add old version header for package.el compatibiltykwhite1-0/+5
2015-02-13* lisp/textmodes/flyspell.el (flyspell-word): Defvar.Stefan Monnier1-0/+5
Fixes: debbugs:19844 (flyspell-generic-check-word-p): Mark as obsolete. * lisp/erc/erc-spelling.el (erc-spelling-init): Use flyspell-generic-check-word-predicate.
2015-02-13* lisp/erc/erc.el (erc-rename-buffers): Doc fix. Add :version.Glenn Morris1-1/+5
2015-01-30# ChangeLog fixesGlenn Morris1-2/+2
Merged ChangeLog entries go to the top, with the date of the merge. It's a simple rule.
2015-01-21Don't downcase system diagnostics' first lettersPaul Eggert1-0/+5
* etc/NEWS: Document this. * lisp/emacs-lisp/bytecomp.el (byte-compile-file): * lisp/ffap.el (find-file-at-point): * lisp/files.el (insert-file-1): * lisp/net/ange-ftp.el (ange-ftp-barf-if-not-directory) (ange-ftp-copy-file-internal): * lisp/progmodes/etags.el (visit-tags-table): * lisp/url/url-dav.el (url-dav-delete-directory, url-dav-delete-file) (url-dav-directory-files): Keep diagnostics consistent with system's. * lisp/erc/erc-dcc.el (erc-dcc-server): * lisp/ffap.el (ffap-machine-p): Ignore case while comparing diagnostics. * src/fileio.c (report_file_errno): Don't downcase, and simplify. Fixes: bug#19642
2015-01-14erc-backend.el: Give hook-name a default value of nil and add-to-list ↵Dima Kogan1-0/+5
unconditionally. Fixes debbugs:19363
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
Run admin/update-copyright.
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
Run admin/update-copyright.
2014-11-24Fix white-space problems in ChangeLogs.Paul Eggert1-2/+1
2014-11-23* erc-desktop-notifications.el (erc-notifications-bus):Michael Albinus1-0/+7
New customer option. Supports cases when Emacs hasn't been invoked in the same environment where the notifications shall go to. (erc-notifications-notify): Use it.
2014-11-10ChangeLog tweakGlenn Morris1-1/+1
2014-11-10fix version tagsKelvin White1-3/+2
2014-11-09Update version to 24.5Kelvin White1-0/+5
2014-11-09backports: fix changelogKelvin White1-34/+30
2014-11-08backport: erc bugfixesl3thal1-7/+100
2014-11-04* lisp/erc/erc.el (erc-send-input): Bind `str' dynamically.Stefan Monnier1-0/+4
Fixes: debbugs:18936
2014-10-28Simplify use of current-time and friends.Paul Eggert1-0/+7
* doc/misc/org.texi (Dynamic blocks): * lisp/allout-widgets.el (allout-widgets-hook-error-handler): * lisp/calendar/appt.el (appt-display-message): * lisp/calendar/icalendar.el (icalendar--convert-float-to-ical): * lisp/calendar/timeclock.el (timeclock-in, timeclock-when-to-leave) (timeclock-last-period, timeclock-day-base): * lisp/eshell/em-ls.el (eshell-ls-file): * lisp/eshell/esh-util.el (eshell-parse-ange-ls): * lisp/generic-x.el (named-database-print-serial): * lisp/net/newst-backend.el (newsticker--get-news-by-url-callback) (newsticker-get-news, newsticker--sentinel-work) (newsticker--image-get, newsticker--image-sentinel): * lisp/net/tramp-sh.el (tramp-get-remote-touch): * lisp/progmodes/opascal.el (opascal-debug-log): * lisp/textmodes/remember.el (remember-mail-date) (remember-store-in-files): * lisp/vc/vc-annotate.el (vc-annotate-display-autoscale) (vc-default-annotate-current-time): * lisp/vc/vc-bzr.el (vc-bzr-shelve-snapshot): * lisp/vc/vc-cvs.el (vc-cvs-annotate-current-time): * lisp/vc/vc-rcs.el (vc-rcs-annotate-current-time): * lisp/url/url-util.el (url-get-normalized-date): * lisp/erc/erc-backend.el (TOPIC): * lisp/gnus/gnus-delay.el (gnus-delay-article): * lisp/gnus/gnus-sum.el (gnus-summary-read-document): * lisp/gnus/gnus-util.el (gnus-seconds-today, gnus-seconds-month): * lisp/gnus/message.el (message-make-expires-date): * lisp/org/org-archive.el (org-archive-subtree) (org-archive-to-archive-sibling): * lisp/org/org-clock.el (org-resolve-clocks, org-clock-get-sum-start) (org-clock-special-range): * lisp/org/org-timer.el (org-timer-seconds): * lisp/org/org.el (org-read-date-analyze, org-get-cursor-date): * lisp/org/ox-html.el (org-html-format-spec): * lisp/org/ox-icalendar.el (org-icalendar--vtodo): Omit unnecessary call to current-time. * lisp/calendar/time-date.el (time-to-seconds) [!float-time]: * lisp/calendar/timeclock.el (timeclock-time-to-date): * lisp/vc/vc-annotate.el (vc-annotate-convert-time): Use current time if arg is nil, to be compatible with float-time. (time-date--day-in-year): New function, with most of the guts of the old time-to-day-in-year. (time-to-day-in-year): Use it. (time-to-days): Use it, to avoid decoding the same time stamp twice. * lisp/calendar/timeclock.el (timeclock-update-mode-line): * lisp/cedet/srecode/args.el (srecode-semantic-handle-:time): * lisp/gnus/gnus-util.el (gnus-seconds-year): * lisp/org/org.el (org-get-cursor-date): Don't call current-time twice to get the current time stamp, as this can lead to inconsistent results. * lisp/completion.el (cmpl-hours-since-origin): * lisp/erc/erc.el (erc-emacs-time-to-erc-time): * lisp/ido.el (ido-time-stamp): * lisp/vc/vc-annotate.el (vc-annotate-convert-time): Simplify by using float-time. * lisp/completion.el (save-completions-to-file): * lisp/url/url-cache.el (url-cache-prune-cache): Rename local var to avoid confusion. * lisp/gnus/gnus-util.el (gnus-float-time): * lisp/net/rcirc.el (rcirc-float-time): * lisp/org/org-compat.el (org-float-time): Simplify to an alias because time-to-seconds now behaves like float-time with respect to nil arg. * lisp/subr.el (progress-reporter-do-update): Don't call float-time unless needed. * lisp/erc/erc.el (erc-current-time): Simplify by using erc-emacs-time-to-erc-time. * lisp/org/org-clock.el (org-clock-get-table-data): Omit unnecessary, lossy conversion from floating point to Emacs time and back. (org-resolve-clocks): Prefer two-argument floor.
2014-10-20Add 24.4 release ChangeLog entriesemacs-24.4Glenn Morris1-0/+4
2014-10-14* lisp/erc/erc-track.el (erc-modified-channels-display): Update mode lineIvan Shmakov1-2/+7
more frequently. Fixes: debbugs:18510
2014-10-10Only initialize erc-last-saved-position if not already a marker.Ivan Shmakov1-0/+5
Fixes: debbugs:16145
2014-10-03* lisp/erc/erc.el (erc-channel-receive-names): Silence compiler warning.Stefan Monnier1-0/+5
(erc-format-@nick, erc-update-modes): Idem.
2014-10-03erc.el (erc-rename-buffers): Use defcustom instead of defvar.Kelvin White1-0/+5
2014-10-02* erc.el (erc-nick-at-point): Fix format-string typo (Bug#17755).Paul Eggert1-0/+4
2014-10-02Use local variable to determine if buffers should be renamedKelvin White1-0/+5
Fixes: debbugs:18300
2014-10-02Do not reset input ring if one existsIvan Shmakov1-0/+4
Fixes: debbugs:18599
2014-09-26erc.el: Fix regression - Bug #18551Kelvin White1-0/+4
2014-09-25Follow Emacs versioningKelvin White1-0/+10
2014-09-24* lisp/erc/erc-track.el (erc-modified-channels-display): Update all mode linesStefan Monnier1-0/+7
if needed. Remove call to erc-modified-channels-object where we ignored the return value. (erc-modified-channels-update): Don't force-mode-line-update here any more. Fixes: debbugs:18510
2014-08-13* erc.el Disable display commands in current buffer, fix case where buffer ↵Kelvin White1-0/+5
name is already set
2014-08-11* lisp/erc/erc-stamp.el (erc-timestamp-intangible): Disable by default becauseStefan Monnier1-0/+5
`intangible' is evil.
2014-08-07* lisp/erc/erc.el: rename server buffers and fix variable namesKelvin White1-1/+7
2014-07-08* lisp/erc/erc.el (erc-channel-receive-names): Reduce redundancy.Stefan Monnier1-0/+4
2014-06-19ERC: Better user mode supportKelvin White1-1/+14
Fixes: debbugs:17755
2014-04-04* lisp/erc/erc.el (erc-invite-only-mode, erc-toggle-channel-mode): Simplify.Stefan Monnier1-0/+5
(erc-load-script): Tighten a regexp.
2014-02-25erc-network: fix erc-determine-network when no networkJulien Danjou1-0/+5
* erc-networks.el (erc-determine-network): Check that NETWORK as a value, some servers set it to nothing.
2014-01-30* lisp/erc/erc.el (erc-accidental-paste-threshold-seconds): Doc tweak.Glenn Morris1-0/+4
* etc/NEWS: Related markup.
2014-01-25Link to info manual in `defgroup'.Rüdiger Sonderfeld1-0/+4
* lisp/progmodes/ada-mode.el (ada): * lisp/woman.el (woman): Link to info manual and Commentary section. * lisp/url/url-vars.el (url): * lisp/erc/erc.el (erc): * lisp/progmodes/flymake.el (flymake): * lisp/nxml/nxml-mode.el (nxml): * lisp/net/eww.el (eww): * lisp/speedbar.el (speedbar, speedbar-faces, speedbar-vc): * lisp/htmlfontify.el (htmlfontify): * lisp/ses.el (ses): * lisp/epa.el (epa): * lisp/ido.el (ido): Link to info manual.
2014-01-21ChangeLog fixesGlenn Morris1-1/+1
2014-01-16ChangeLog fixesGlenn Morris1-1/+1
2014-01-14ChangeLog fixesGlenn Morris1-0/+4
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-28Revert earlier erc-button changeGlenn Morris1-2/+0
2013-12-28Every defcustom should specify its typeGlenn Morris1-0/+2
* apropos.el (apropos-match-face): * calculator.el (calculator-displayer): * dabbrev.el (dabbrev-search-these-buffers-only): * face-remap.el (buffer-face-mode-face): * simple.el (yank-handled-properties): * emacs-lisp/testcover.el (testcover-potentially-1value-functions): * mail/footnote.el (footnote-mode-line-string, footnote-prefix): * mail/hashcash.el (hashcash-accept-resources, hashcash-program) (hashcash-double-spend-database): * progmodes/ruby-mode.el (ruby-deep-indent-paren) (ruby-deep-indent-paren-style): * textmodes/flyspell.el (flyspell-auto-correct-binding): * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style) (rst-toc-insert-number-separator, rst-toc-insert-max-level): * vc/pcvs-defs.el (cvs-minor-mode-prefix): * erc/erc-log.el (erc-log-file-coding-system): * gnus/gnus-sieve.el (gnus-sieve-select-method): * gnus/gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl) (gravatar-rating, gravatar-size): * gnus/message.el (message-minibuffer-local-map): * gnus/sieve-manage.el (sieve-manage-authenticators) (sieve-manage-authenticator-alist): Specify custom types. * mail/hashcash.el (hashcash-program): Rename from hashcash-path. Update callers.
2013-12-27Misc small custom fixesGlenn Morris1-0/+4
The value of defcustom's const should not be quoted! * lisp/desktop.el (desktop-restore-in-current-display): * lisp/newcomment.el (comment-empty-lines): * lisp/progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info) (idlwave-pad-keyword): * lisp/progmodes/tcl.el (tcl-tab-always-indent): * lisp/textmodes/reftex-vars.el (reftex-index-default-tag): * lisp/elec-pair.el (electric-pair-skip-whitespace): * lisp/progmodes/cfengine.el (cfengine-cf-promises): * lisp/cedet/ede/linux.el (project-linux-build-directory-default) (project-linux-architecture-default): * lisp/erc/erc-button.el (erc-button-alist): * lisp/gnus/auth-source.el (auth-sources): * lisp/gnus/nnmairix.el (nnmairix-propagate-marks-upon-close): * lisp/url/url-history.el (url-history-track): * lisp/url/url-vars.el (url-honor-refresh-requests): Fix custom types. * lisp/net/tls.el (tls-certtool-program): Fix default value.
2013-11-24* erc/erc-button.el (erc-nick-popup): Make `nick' available in the evalGlenn Morris1-0/+5
environment. Fixes: debbugs:15969