Mercurial > emacs
comparison lisp/ChangeLog @ 83276:26c9034f3533
Merged from miles@gnu.org--gnu-2005 (patch 192-203)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-192
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-193
Use gdb-ui breakpoint faces on ttys too
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-194
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-195
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-196
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-197
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-198
Tweak gdb-ui breakpoint faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-199
Tweak gdb-ui breakpoint faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-200
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-201
Tweak info/.arch-inventory to identify info/.cvsignore as source
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-202
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-203
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-316
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Wed, 23 Mar 2005 10:40:00 +0000 |
parents | 1830bcd0eec0 6559941ea4b0 |
children | 2006100ee57e |
comparison
equal
deleted
inserted
replaced
83275:87d0734390da | 83276:26c9034f3533 |
---|---|
1 2005-03-23 David Ponce <david@dponce.com> | |
2 | |
3 * recentf.el: (recentf-keep): New option. | |
4 (recentf-menu-action): Default to `find-file'. | |
5 (recentf-keep-non-readable-files-flag) | |
6 (recentf-keep-non-readable-files-p) | |
7 (recentf-file-readable-p, recentf-find-file) | |
8 (recentf-cleanup-remote): Remove. | |
9 (recentf-include-p): More robust. | |
10 (recentf-keep-p): New function. | |
11 (recentf-remove-if-non-kept): Rename from | |
12 `recentf-remove-if-non-readable'. Use `recentf-keep-p'. All | |
13 callers updated. | |
14 (recentf-menu-items-for-commands): Fix help string. | |
15 (recentf-track-closed-file): Update. Doc fix. | |
16 (recentf-cleanup): Update. Count removed files. Doc fix. | |
17 | |
18 2005-03-23 Kim F. Storm <storm@cua.dk> | |
19 | |
20 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled): | |
21 Don't inherit from fringe face (now happens automatically). | |
22 | |
23 2005-03-22 Kim F. Storm <storm@cua.dk> | |
24 | |
25 * tooltip.el (tooltip-show-help-function): Ignore negative mouse | |
26 position values. | |
27 | |
28 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca> | |
29 | |
30 * menu-bar.el (showhide-date-time): Remove. | |
31 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle. | |
32 (menu-bar-make-mm-toggle): Simplify. | |
33 | |
34 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com> | |
35 | |
36 * progmodes/perl-mode.el (perl-font-lock-keywords-2): | |
37 Accept qualified variable and function names. | |
38 | |
39 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org> | |
40 | |
41 * bindings.el (completion-ignored-extensions): | |
42 Remove ".lis" for `vax-vms'. | |
43 | |
44 2005-03-22 Andreas Schwab <schwab@suse.de> | |
45 | |
46 * generic-x.el: Revert last change. | |
47 * ldefs-boot.el: Update. | |
48 | |
49 2005-03-22 Jay Belanger <belanger@truman.edu> | |
50 | |
51 * calc/calc-embed (calc-embedded-original-modes): New variable. | |
52 (calc-embedded-save-original-modes) | |
53 (calc-embedded-restore-original-modes): New functions. | |
54 (calc-do-embedded): Save original modes when entering embedded mode | |
55 and restore when leaving embedded mode. | |
56 (calc-embedded-modes-change): Change the value of | |
57 calc-embedded-original-modes to reflect permanent changes. | |
58 | |
59 2005-03-22 Lute Kamstra <lute@gnu.org> | |
60 | |
61 * generic-x.el: Require generic again. | |
62 | |
63 2005-03-22 Miles Bader <miles@gnu.org> | |
64 | |
65 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled): | |
66 Tweak details to look good on both ttys and bitmap displays, light | |
67 or dark background, etc. | |
68 | |
69 2005-03-21 Kim F. Storm <storm@cua.dk> | |
70 | |
71 * tooltip.el (tooltip-show-help-function): Check car and cdr of | |
72 mouse position. | |
73 | |
74 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
75 | |
76 * icomplete.el: Don't forcibly turn on the mode upon load. | |
77 (icomplete-mode): Use define-minor-mode. | |
78 (icomplete-eoinput): Default to nil. | |
79 (icomplete-minibuffer-setup): Remove autoload. | |
80 (icomplete-tidy): Simplify. | |
81 (icomplete-exhibit): Use buffer-undo-list to determine if we're still | |
82 in the initial state or if the user has modified the field. | |
83 Fix handling of icomplete-max-delay-chars. | |
84 Remove code that handles the oddball case where | |
85 minibuffer-completion-table is an integer. | |
86 Wrap icomplete-completions in while-no-input in case building | |
87 completions takes more time than expected. | |
88 (icomplete-completions): Simplify. | |
89 | |
90 2005-03-21 Richard M. Stallman <rms@gnu.org> | |
91 | |
92 * jka-compr.el (jka-compr-really-do-compress): | |
93 Make variable buffer-local. | |
94 | |
95 * image-mode.el: Handle .xpm files too. | |
96 (image-toggle-display): Preserve modification flag. | |
97 | |
98 * help.el (where-is): Don't mention aliases with no key bindings. | |
99 | |
100 2005-03-21 Lute Kamstra <lute@gnu.org> | |
101 | |
102 * generic.el: Fix commentary section. Don't require cl for | |
103 compilation. | |
104 (generic-mode-list): Add autoload cookie. | |
105 (generic-use-find-file-hook, generic-lines-to-scan) | |
106 (generic-find-file-regexp, generic-ignore-files-regexp) | |
107 (generic-mode, generic-mode-find-file-hook) | |
108 (generic-mode-ini-file-find-file-hook): Fix docstrings. | |
109 (define-generic-mode): Make it a defmacro. Fix docstring. | |
110 (generic-mode-internal): Code cleanup. Add autoload cookie. | |
111 (generic-mode-set-comments): Code cleanup. | |
112 * generic-x.el: Don't prevent compilation. Don't require generic. | |
113 Follow coding conventions. Minor code cleanup. | |
114 (etc-fstab-generic-mode): Add some keywords. | |
115 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to | |
116 define-generic-mode like a function declaration. | |
117 | |
118 2005-03-21 Jay Belanger <belanger@truman.edu> | |
119 | |
120 * calc/calc-embed.el (calc-do-embedded): Put data on stack before | |
121 changing modes. | |
122 | |
123 2005-03-21 Sam Steingold <sds@gnu.org> | |
124 | |
125 * add-log.el (add-log-current-defun): Support more C DEFUN forms. | |
126 | |
127 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org> | |
128 | |
129 * progmodes/dcl-mode.el (dcl-font-lock-keywords): | |
130 Add underscore to "f$ lexicals" regexp. | |
131 | |
132 2005-03-20 Juri Linkov <juri@jurta.org> | |
133 | |
134 * subr.el (progress-reporter-do-update): When `min-value' is equal | |
135 to `max-value', set `percentage' to 0 and prevent division by zero. | |
136 | |
137 2005-03-20 Michael Albinus <michael.albinus@gmx.de> | |
138 | |
139 Sync with Tramp 2.0.48. | |
140 | |
141 * tramp.el (all): Change all addresses to .gnu.org. | |
142 (tramp-append-tramp-buffers): New defun. | |
143 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook. | |
144 Catch `dont-send' signal. | |
145 (tramp-set-auto-save-file-modes): Set always permissions, because | |
146 there might be an old auto-saved file belonging to another | |
147 original file. This could be a security threat. Reported by | |
148 Kjetil Kjernsmo <kjetil@kjernsmo.net>. | |
149 Check for Emacs 21.3.50 removed. | |
150 | |
151 * tramp-smb.el (all): Remove debug construct for | |
152 `with-parsed-tramp-file-name'. | |
153 (tramp-smb-prompt): Prompt can contain spaces inside directory | |
154 names. | |
155 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file): | |
156 No error message if DIRECTORY or FILENAME doesn't exist. | |
157 (tramp-smb-open-connection): Check existence of | |
158 `tramp-smb-program'. | |
159 | |
160 2005-03-20 Miles Bader <miles@gnu.org> | |
161 | |
162 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces | |
163 in text-mode too. Change to new face names. | |
164 (breakpoint-enabled): Renamed from `breakpoint-enabled-bitmap-face'. | |
165 Add `:weight bold' attribute. | |
166 (breakpoint-disabled): Renamed from `breakpoint-disabled-bitmap-face'. | |
167 | |
168 2005-03-19 Juri Linkov <juri@jurta.org> | |
169 | |
170 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war. | |
171 | |
172 * international/mule.el (auto-coding-alist): Sync with | |
173 `auto-mode-alist' by adding upper case archive file extensions | |
174 and adding ear/war to jar extension. | |
175 | |
176 2005-03-19 David Casperson <casper@unbc.ca> (tiny change) | |
177 | |
178 * textmodes/tex-mode.el (tex-view): If tex-shell process is not | |
179 running, restart it. | |
180 | |
181 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes) | |
182 | |
183 * finder.el (finder-current-item): Throw an error on an empty | |
184 line. | |
185 | |
186 * man.el (Man-follow-manual-reference): If current-word returns | |
187 nil, use "". | |
188 | |
189 2005-03-19 Matt Hodges <MPHodges@member.fsf.org> | |
190 | |
191 * simple.el (goto-line): Doc fix. | |
192 | |
193 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change) | |
194 | |
195 * files.el (save-buffer): Doc fix. | |
196 | |
197 2005-03-19 Michael R. Mauger <mmaug@yahoo.com> | |
198 | |
199 * recentf.el (recentf-cleanup-remote): New variable. | |
200 (recentf-cleanup): Use it to conditionally check availablity of | |
201 remote files. | |
202 | |
203 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change) | |
204 | |
205 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in | |
206 function names. | |
207 | |
208 2005-03-19 Eli Zaretskii <eliz@gnu.org> | |
209 | |
210 * language/thai-word.el: New file. | |
211 | |
212 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com> | |
213 | |
214 * files.el (backup-buffer): If the file's directory is not | |
215 writable, use copy instead of move to backup the file. | |
216 | |
217 2005-03-19 Eli Zaretskii <eliz@gnu.org> | |
218 | |
219 * obsolete/keyswap.el: Moved to obsolete/ from term/. | |
220 | |
221 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
222 | |
223 * ps-print.el (ps-generate-string-list, ps-generate-header-line): Use | |
224 functionp instead of symbolp and fboundp. Reported by Drkm | |
225 <darkman_spam@yahoo.fr>. | |
226 (ps-print-version): New version 6.6.6. | |
227 | |
1 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com> | 228 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com> |
2 | 229 |
3 * textmodes/table.el (table--line-column-position): New idiom. | 230 * textmodes/table.el (table--line-column-position): New idiom. |
4 (table--row-column-insertion-point-p): New function to test | 231 (table--row-column-insertion-point-p): New function to test |
5 validity of row and column insertion operation at a location. | 232 validity of row and column insertion operation at a location. |