comparison lisp/ChangeLog @ 62132:a39d1fe90d7f

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 06 May 2005 21:25:39 +0000
parents 15f5fd99e048
children d9019b7cf44f
comparison
equal deleted inserted replaced
62131:ae455ff58429 62132:a39d1fe90d7f
1 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
4 evaporate if their text is deleted.
5 (goto-address-at-point): Make it work as a mouse binding as well.
6 (goto-address-at-mouse): Obsolete it. Update users.
7
1 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk> 8 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2 9
3 * calendar/solar.el (solar-setup): Throw error if called 10 * calendar/solar.el (solar-setup): Throw error if called
4 non-interactively. 11 non-interactively.
5 12
9 16
10 * calendar/cal-bahai.el (mark-bahai-diary-entries): 17 * calendar/cal-bahai.el (mark-bahai-diary-entries):
11 * net/webjump.el (webjump): 18 * net/webjump.el (webjump):
12 * progmodes/idlw-help.el (idlwave-do-context-help1) 19 * progmodes/idlw-help.el (idlwave-do-context-help1)
13 (idlwave-highlight-linked-completions): 20 (idlwave-highlight-linked-completions):
14 * textmodes/po.el (po-find-file-coding-system-guts): Replace 21 * textmodes/po.el (po-find-file-coding-system-guts):
15 `assoc-ignore-case' by `assoc-string'. 22 Replace `assoc-ignore-case' by `assoc-string'.
16 23
17 2005-05-06 Eli Zaretskii <eliz@gnu.org> 24 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18 25
19 * files.el (locate-file): Doc fix. 26 * files.el (locate-file): Doc fix.
20 27
35 42
36 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 43 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
37 44
38 * term/mac-win.el: Don't define or bind scroll bar functions if 45 * term/mac-win.el: Don't define or bind scroll bar functions if
39 x-toolkit-scroll-bars is t. 46 x-toolkit-scroll-bars is t.
40 (x-select-text, x-get-selection-value): Clear 47 (x-select-text, x-get-selection-value):
41 x-last-selected-text-clipboard if x-select-enable-clipboard is 48 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is
42 nil. 49 nil.
43 (PRIMARY): Put mac-scrap-name property. 50 (PRIMARY): Put mac-scrap-name property.
44 (mac-select-convert-to-file-url): New function. 51 (mac-select-convert-to-file-url): New function.
45 (public.file-url): New selection target type. Add to 52 (public.file-url): New selection target type. Add to
46 selection-converter-alist. 53 selection-converter-alist.
69 Handle new push, pop, and pop-all exit codes (for M-b/M-f). 76 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
70 Automatically pop-all when completing a directory name (RET). 77 Automatically pop-all when completing a directory name (RET).
71 (ido-file-internal): Add with-no-warnings around ffap and dired code. 78 (ido-file-internal): Add with-no-warnings around ffap and dired code.
72 (ido-exit-minibuffer): Use exit-minibuffer instead of throw. 79 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
73 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find. 80 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
74 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir): New 81 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
75 functions for M-b/M-f to move among the directory components. 82 New functions for M-b/M-f to move among the directory components.
76 (ido-make-merged-file-list): Catch quit to cancel merge. 83 (ido-make-merged-file-list): Catch quit to cancel merge.
77 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty. 84 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
78 (ido-completion-help): No warnings for ido-completion-buffer-full. 85 (ido-completion-help): No warnings for ido-completion-buffer-full.
79 86
80 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org> 87 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
85 * progmodes/cperl-mode.el (cperl-init-faces): Use it. 92 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
86 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it. 93 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
87 94
88 2005-05-05 Juanma Barranquero <lekktu@gmail.com> 95 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
89 96
90 * emacs-lisp/byte-run.el (define-obsolete-function-alias): Fix 97 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
91 typo in docstring. 98 Fix typo in docstring.
92 99
93 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys) 100 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
94 (ebrowse-print-statistics-line) 101 (ebrowse-print-statistics-line)
95 (ebrowse-electric-position-mode-hook): Fix typo in docstring. 102 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
96 103