diff options
Diffstat (limited to 'lisp/ChangeLog.15')
-rw-r--r-- | lisp/ChangeLog.15 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index 3e6d664aa6b..11bc31f3b29 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 @@ -9833,7 +9833,7 @@ * window.el (pop-to-buffer): Remove the conditional that compares new-window and old-window, so it will reselect the selected window unconditionally. - https://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html + https://lists.gnu.org/r/emacs-devel/2010-06/msg00078.html 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca> @@ -9882,7 +9882,7 @@ of kill-ring: don't call menu-bar-update-yank-menu, don't push interprogram-paste strings to kill-ring, and don't push the input argument `string' to kill-ring. - https://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html + https://lists.gnu.org/r/emacs-devel/2010-06/msg00072.html 2010-06-04 Juanma Barranquero <lekktu@gmail.com> @@ -10445,7 +10445,7 @@ * dired-x.el (dired-jump, dired-jump-other-window): Add arg FILE-NAME to read from the minibuffer when called interactively with prefix argument instead of using buffer-file-name. - https://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html + https://lists.gnu.org/r/emacs-devel/2010-05/msg00534.html * dired.el: Update autoloads. @@ -11998,7 +11998,7 @@ 2010-04-05 Juri Linkov <juri@jurta.org> Scrolling commands which scroll a line instead of full screen. - https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html + https://lists.gnu.org/r/emacs-devel/2010-03/msg01452.html * simple.el (scroll-up-line, scroll-down-line): New commands. Put property isearch-scroll=t on them. @@ -12009,7 +12009,7 @@ 2010-04-05 Juri Linkov <juri@jurta.org> Scrolling commands which do not signal errors at top/bottom. - https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html + https://lists.gnu.org/r/emacs-devel/2010-03/msg01452.html * simple.el (scroll-up-command, scroll-down-command): New commands. Put property isearch-scroll=t on them. @@ -12063,7 +12063,7 @@ (electric-help-mode): Set it to original major-mode. Doc fix. (with-electric-help): Use `electric-help-orig-major-mode' instead of (default-value 'major-mode). Doc fix. - https://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html + https://lists.gnu.org/r/emacs-devel/2010-04/msg00069.html 2010-04-02 Sam Steingold <sds@gnu.org> @@ -12089,13 +12089,13 @@ * simple.el (next-line, previous-line): Re-throw a signal with `signal' instead of using `ding'. - https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html + https://lists.gnu.org/r/emacs-devel/2010-03/msg01432.html 2010-03-31 Juri Linkov <juri@jurta.org> * simple.el (keyboard-escape-quit): Raise deselecting the active region higher than exiting the minibuffer. - https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html + https://lists.gnu.org/r/emacs-devel/2010-03/msg00904.html 2010-03-31 Juri Linkov <juri@jurta.org> @@ -12184,7 +12184,7 @@ 2010-03-30 Juri Linkov <juri@jurta.org> Make occur handle multi-line matches cleanly with context. - https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html + https://lists.gnu.org/r/emacs-devel/2010-03/msg01280.html * replace.el (occur-accumulate-lines): Add optional arg `pt'. (occur-engine): Add local variables `ret', `prev-after-lines', @@ -12379,7 +12379,7 @@ 2010-03-23 Juri Linkov <juri@jurta.org> Implement Occur multi-line matches. - https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html + https://lists.gnu.org/r/emacs-devel/2010-03/msg01044.html * replace.el (occur): Doc fix. (occur-engine): Set `begpt' to the beginning of the first line. @@ -12456,7 +12456,7 @@ 2010-03-21 Juri Linkov <juri@jurta.org> Fix message of multi-line occur regexps and multi-buffer header lines. - https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html + https://lists.gnu.org/r/emacs-devel/2010-03/msg00457.html * replace.el (occur-1): Don't display regexp if it is longer than window-width. Use `query-replace-descr' to display regexp. @@ -12750,7 +12750,7 @@ 2010-03-10 Kim F. Storm <storm@cua.dk> Animated image API. - https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html + https://lists.gnu.org/r/emacs-devel/2010-03/msg00211.html * image.el (image-animate-max-time): New defcustom. (image-animated-types): New defconst. @@ -13908,7 +13908,7 @@ positions by using `bookmark-bmenu-marks-width', instead of hardcoding. This fixes the `bookmark-bmenu-execute-deletions' bug reported here: - https://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html + https://lists.gnu.org/r/emacs-devel/2009-12/msg00819.html From: Sun Yijiang <sunyijiang {_AT_} gmail.com> To: emacs-devel {_AT_} gnu.org Subject: bookmark.el bug report @@ -19816,7 +19816,7 @@ * files.el (find-alternate-file): If the old buffer is modified and visiting a file, behave similarly to `kill-buffer' when killing it, thus reverting to the pre-1.878 behavior; see - https://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html + https://lists.gnu.org/r/emacs-devel/2009-09/msg00101.html for discussion. Also, consult `buffer-file-name' as a variable not as a function, for consistency with the rest of the code. |