(dired-bind-vm): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
3176a6a0
GM
12009-01-27 Glenn Morris <rgm@gnu.org>
2
3 * dired-x.el (dired-bind-vm): Doc fix.
4
5 * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
6 Replace `first' and `rest' with `car' and `cdr' throughout.
7 (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
8 (rsf-scanning-messages-now): Doc fix.
9 (rsf-check-field): Rename from `check-field' and update callers.
10 (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
11 Use rmail-output rather than deleted rmail-output-to-rmail-file.
12
13 * mail/rmail.el: Remove leading `*' from defcustom docs.
14 Remove needless autoloads of many defcustoms and hooks.
15 (rmail-enable-mime, rmail-insert-mime-resent-message-function)
16 (rmail-search-mime-message-function, rmail-search-mime-header-function)
17 (rmail-decode-mime-charset): Doc fix.
18 (rmail-search-message, rmail-resend): Check functions set before use.
19
20 * mail/rmailout.el: Remove leading `*' from defcustom docs.
21 Remove needless autoloads of many defcustoms.
22 (rmail-output-to-babyl-buffer): Rename from
23 rmail-output-to-r-mail-buffer and update caller.
24 (rmail-output): Doc fix.
25
26 * mail/rmailsum.el: Remove leading `*' from defcustom docs.
27 Remove needless autoloads of many defcustoms.
28 (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
29 is set.
30
31 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
32 (batch-unrmail, unrmail): Doc fix.
6682b72d
CY
33
34 * mail/rmailsum.el (rmail-message-recipients-p-1)
35 (rmail-message-regexp-p-1): Avoid clobbering the mark.
36
04ce399c
CY
372009-01-27 Chong Yidong <cyd@stupidchicken.com>
38
39 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
40
d22546d5
JB
412009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
42
43 * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
44 expand the denominator.
45
e12c189f
MA
462009-01-26 Michael Albinus <michael.albinus@gmx.de>
47
48 * net/dbus.el (dbus-event-error-hooks): New variable.
49 (dbus-handle-event): Use it.
50
ac120e6d
GM
512009-01-26 Glenn Morris <rgm@gnu.org>
52
9f798291
GM
53 * Makefile.in (ELCFILES): Update.
54
ac120e6d
GM
55 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
56 replies. (Bug#512)
57
3edf5284
UJ
582009-01-25 Ulf Jasper <ulf.jasper@web.de>
59
60 * calendar/icalendar.el (icalendar-uid-format): Fixed doc string.
61
33b35792
AR
622009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
63
64 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
65 Remove from global map and key definitions.
66 (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
67 definitions.
68 (ns-show-preferences-help, ns-unput-working-text): New functions.
69 (ns-unecho-working-text): Update message.
70
447cfa66 712009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
f052351a
UJ
72
73 * calendar/icalendar.el (icalendar-uid-format): New defcustom
74 variable to allow the user to choose icalendar UID format.
75 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
76 12:00am-12:59am are correctly converted to 0000-0059, instead of
77 12pm.
78 (icalendar-export-region,icalendar--create-uid): Use custom
79 function to compute icalendar UID for each entry.
80 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
81 with description, location, etc. fields (need to keep active count
82 of fields encountered). Another bug fix to the regex that matches
83 multiple lines (need \' regex instead of $ to match end-of-entry).
84
5d91db30
JL
852009-01-25 Juri Linkov <juri@jurta.org>
86
87 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
88 change its title from "Recursive grep..." to "Grep via Find...".
89 Add menu items for lgrep and rgrep.
90
fd809159
VJL
912009-01-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
92
93 * ps-print.el (ps-print-version): New version 7.3.4.
94
952009-01-24 Eduard Wiebe <usenet@pusto.de> (tiny change)
96
97 * ps-print.el: Fix face background/foreground extraction.
98 (ps-face-extract-color): New fun.
99 (ps-face-attributes, ps-face-attribute-list): Code fix.
100
6ac30b5b
CY
1012009-01-24 Geoff Gole <geoffgole@gmail.com> (tiny change)
102
103 * align.el (align-region): Avoid infloop.
104
207422da
EZ
1052009-01-24 Eli Zaretskii <eliz@gnu.org>
106
001c6204
EZ
107 * env.el (environment): Function removed.
108
447cfa66
JB
109 * international/mule-cmds.el (set-language-environment-coding-systems):
110 If default-buffer-file-coding-system is nil, set up to have EOLs that
111 are native for the underlying system-type. (Bug#1853)
d8cb7e3d 112 (prefer-coding-system, set-default-coding-systems): Doc fix.
207422da 113
eec6d5b7
JB
1142009-01-24 Juanma Barranquero <lekktu@gmail.com>
115
116 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
117 Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
118 (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
119 Use `string-match-p'.
120
80016d6e
UJ
1212009-01-24 Ulf Jasper <ulf.jasper@web.de>
122
123 * net/newst-treeview.el (newsticker--treeview-first-feed): New.
124 (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
125 next-feed does not succeed. Fixes bug#1710 even more.
126 (newsticker-treeview-next-feed): Simplified.
127 (newsticker--group-get-feeds): Suppress group names in result.
128
08324aaa
AR
1292009-01-24 Adrian Robert <Adrian.B.Robert@gmail.com>
130
131 * term/ns-win.el (menu-bar-select-frame): Drop this override.
132 (menu-bar-update-frames): Update call to menu-bar-select-frame.
133
38291a39
GM
1342009-01-24 Glenn Morris <rgm@gnu.org>
135
136 * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
137 "popmail" by "pormail".
138
139 * language/ethio-util.el (rmail-current-message, rmail-message-vector):
140 Remove unneeded declarations.
141
18e50b48
JB
1422009-01-24 Jay Belanger <jay.p.belanger@gmail.com>
143
144 * calc/calc-poly.el (calcFunc-apart): Improve test for
145 rational functions.
146
4e231ada
CY
1472009-01-23 Chong Yidong <cyd@stupidchicken.com>
148
1a1115b2
CY
149 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
150 return value of rmail-get-labels.
151
4e231ada
CY
152 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
153 return value of rmail-get-labels.
154
155 * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
64cc3cf6 156 (rmail-buffer-swapped): Fix last change. (Bug#1997)
4e231ada 157
c04ed27e
UJ
1582009-01-23 Ulf Jasper <ulf.jasper@web.de>
159
160 * net/newst-backend.el (newsticker--cache-read): Offer deletion of
161 old cache file. Fixes bug#1710.
162
5ae437e9
CY
1632009-01-23 Chong Yidong <cyd@stupidchicken.com>
164
165 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
166
9d8f6d31
AR
1672009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
168
169 * term/ns-win.el (ns-insert-working-text, ns-put-working-text): Switch
170 names and update comments for clarity.
171
87248b44
SM
1722009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
173
174 * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
175 start is nil, as was done in tar-mode.el.
176
b7796562
GM
1772009-01-23 Glenn Morris <rgm@gnu.org>
178
179 * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
180 more.
181
182 * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
183
a5116e47
GM
1842009-01-23 Chong Yidong <cyd@stupidchicken.com>
185
447cfa66 186 * server.el (server-name): Make it a defcustom. (Bug#1995)
a861b8d6 187
a5116e47
GM
188 * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
189
1902009-01-23 Glenn Morris <rgm@gnu.org>
191
192 * Makefile.in (ELCFILES): Update.
193
1942009-01-22 Ulf Jasper <ulf.jasper@web.de>
195
196 * net/newst-treeview.el
197 (newsticker-treeview-next-new-or-immortal-item): New optional arg
198 current-item-counts. Move to next feed if necessary. (Bug#1569)
199 (newsticker-treeview-prev-new-or-immortal-item): Move to previous
200 feed if necessary. (Bug#1569)
201 (newsticker-treeview-next-feed)
202 (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
203 Don't activate node nil. (Bug#1569)
204
2052009-01-22 Paul Reilly <pmr@pajato.com>
6bee39c5
CY
206 Henrik Enberg <enberg@printf.se>
207 Alex Schroeder <alex@gnu.org>
208 Chong Yidong <cyd@stupidchicken.com>
209 Richard M Stallman <rms@gnu.org>
210 Glenn Morris <rgm@gnu.org>
211 Juanma Barranquero <lekktu@gmail.com>
212
fb8e4ec8 213 * mail/rmail.el: Code implementing Rmail-mbox functionality.
6bee39c5
CY
214 (rmail-attribute-header, rmail-keyword-header)
215 (rmail-answered-attr-index, rmail-deleted-attr-index)
216 (rmail-edited-attr-index, rmail-filed-attr-index)
217 (rmail-retried-attr-index, rmail-forwarded-attr-index)
218 (rmail-unseen-attr-index, rmail-resent-attr-index)
219 (rmail-attr-array, rmail-header-style, rmail-file-name)
220 (rmail-buffer-swapped): New vars.
221 (rmail-convert-file-maybe, rmail-error-bad-format)
222 (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
223 (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
224 (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
225 (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
226 (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
227 (rmail-get-header, rmail-set-header, rmail-get-attr-names)
228 (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
229 (rmail-message-attr-p, rmail-message-unseen-p)
230 (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
231 (rmail-show-message-maybe, rmail-copy-headers)
232 (rmail-simplified-subject, rmail-simplified-subject-regexp)
233 (rmail-write-region-annotate): New functions.
234
235 (rmail-keywords, rmail-default-rmail-file): Vars deleted.
236 (rmail-convert-mailpath, rmail-convert-file)
237 (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
238 (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
239 (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
240 (rmail-redecode-body)
241 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
242 (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
243 (rmail-count-screen-lines, rmail-message-regexp-p)
244 (rmail-current-subject, rmail-current-subject-regexp): Functions
245 deleted.
246 (rmail-nuke-pinhead-header): Move to rmailout.el.
247
248 (rmail-ignored-headers): Add additional headers.
249 (rmail-mode-map): Update key commands.
250 (rmail-tool-bar-map): Build tool-bar unconditionally.
251 (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
252 conversion and new buffer swapping mechanism.
253 (rmail-perm-variables): Use new vars, and remove deleted ones.
254 (rmail-revert): Use rmail-convert-file-maybe.
255 (rmail-duplicate-message): Use rmail-show-message-maybe.
256 (rmail-get-new-mail): Don't leave the buffer screwed up if we get
257 a disk-full error.
258 (rmail-parse-url): Strip embedded password.
259 (rmail-insert-inbox-text): Default to movemail if
260 rmail-movemail-program is null. Handle mbox format.
261 (rmail-decode-region): New arg.
262 (rmail-display-labels): Don't perform Babyl processing.
263 (rmail-set-attribute, rmail-message-labels-p, rmail-search)
264 (rmail-set-message-counters, rmail-count-new-messages)
265 (rmail-set-message-counters-counter, rmail-show-message)
266 (rmail-next-same-subject, rmail-reply): Use mbox format.
267 (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
268 (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
269 buffer swapping mechanism.
270
fb8e4ec8 271 * mail/rmailedit.el: Require rmailsum.el.
6bee39c5
CY
272 (rmail-edit-mode): First check if buffer is swapped.
273 (rmail-edit-saved-coding-system): Var deleted.
274 (rmail-edit-current-message): Don't call deleted vars.
275 (rmail-cease-edit): Handle mbox format.
276 (rmail-abort-edit): Widen buffer.
277
fb8e4ec8 278 * mail/rmailkwd.el: Require rmail.el. Remove unneeded function
6bee39c5
CY
279 declarations.
280 (rmail-buffer, rmail-current-message, rmail-last-label)
281 (rmail-last-multi-labels, rmail-summary-vector)
282 (rmail-total-messages, rmail-attributes, rmail-deleted-label)
283 (rmail-keywords): Vars deleted.
284 (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
285 (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
286 (rmail-parse-file-keywords, rmail-install-keyword): Functions
287 deleted.
288 (rmail-make-label): New function.
289 (rmail-read-label): Don't call rmail-parse-file-keywords.
290 (rmail-set-label): Rewritten using rmail-set-attribute.
291 (rmail-next-labeled-message): Use rmail-get-labels.
292
fb8e4ec8 293 * mail/rmailmm.el: New file.
6bee39c5 294
fb8e4ec8 295 * mail/rmailmsc.el: Require rmail.el.
6bee39c5
CY
296 (set-rmail-inbox-list): Set rmail-inbox-list directly.
297
fb8e4ec8 298 * mail/rmailout.el (rmail-output-decode-coding): New var.
6bee39c5
CY
299 (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
300 (rmail-convert-to-babyl-format, rmail-output-as-mbox)
301 (rmail-output-to-rmail-buffer): New functions.
302 (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
303 Function deleted.
304 (rmail-nuke-pinhead-header): Moved from rmail.el.
305 (rmail-output): Rewritten to accept both mbox and babyl output.
306 (rmail-output-as-seen, rmail-output-body-to-file): Rewritten to
307 use mbox internal format.
308
fb8e4ec8 309 * mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
6bee39c5
CY
310 (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
311 (rmail-sort-by-recipient, rmail-sort-by-correspondent): Use
312 rmail-get-header.
313 (rmail-sort-messages): Use new buffer swapping mechanism. Handle
314 mbox internal format.
315
fb8e4ec8 316 * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
6bee39c5
CY
317 (rmail-message-recipients-p, rmail-message-recipients-p-1)
318 (rmail-message-regexp-p, rmail-new-summary-1)
319 (rmail-get-create-summary-buffer, rmail-get-summary)
320 (rmail-create-summary-line, rmail-get-summary-labels)
321 (rmail-create-summary, rmail-header-summary)
322 (rmail-summary-output, rmail-summary-output-as-seen): New
323 functions.
324 (rmail-summary-by-topic, rmail-message-senders-p)
325 (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
326 internal format.
327 (rmail-new-summary): Rewrite window handling.
328 (rmail-make-summary-line, rmail-make-summary-line-1)
329 (rmail-make-basic-summary-line)
330 (rmail-summary-output-to-rmail-file): Functions deleted.
331 (rmail-summary-undelete, rmail-summary-rmail-update)
332 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
333 (rmail-summary-show-message, rmail-summary-wipe)
334 (rmail-summary-toggle-header, rmail-summary-reply): Use
335 rmail-buffer instead of rmail-view-buffer.
336 (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
337 (rmail-summary-goto-msg): Use rmail-show-message-maybe.
338 (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
339
b51a3365
AR
3402009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
341
342 * term/ns-win.el (ns-show-manual): Fix node name.
b859041e 343 (x-open-connection): Fix typo in declaration filename.
b51a3365 344
c27428a5
RF
3452009-01-22 Romain Francoise <romain@orebokech.com>
346
347 * Makefile.in (ELCFILES): Update.
348
f79b43b2
DN
3492009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
350
351 * frame.el (make-frame-on-tty): Remove function, inline contents
352 in the only user ...
353
354 * server.el (server-create-tty-frame): ... here.
355
ac0827d7
CY
3562009-01-22 Chong Yidong <cyd@stupidchicken.com>
357
b859041e
JB
358 * format.el (format-annotate-function):
359 Set write-region-post-annotation-function.
ac0827d7 360
059075fb
JW
3612009-01-21 John Wiegley <johnw@newartisans.com>
362
363 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
364 list of output filters.
b859041e
JB
365 (eshell-mode): Change the default binding of C-a to eshell-bol.
366 I don't think it's actually bound at all by default in eshell;
367 it just falls back to the default binding of C-a.
059075fb 368
f87ff539
SM
3692009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * minibuffer.el (completion--insert-strings): Fix up computation of
372 column position which manifested e.g. in proced's signal completion.
373
3c196b45
CY
3742009-01-21 Chong Yidong <cyd@stupidchicken.com>
375
376 * server.el (server-start): Allow server to shut down when no
377 frames are available in daemon-mode.
378
24c7b460
JB
3792009-01-21 Juanma Barranquero <lekktu@gmail.com>
380
381 * term.el (term-previous-matching-input, term-next-matching-input)
382 (term-previous-matching-input-from-input)
383 (term-next-matching-input-from-input, term-backward-matching-input)
384 (term-forward-matching-input): Change argument name to match docstring.
385
2603d79b
GM
3862009-01-21 Glenn Morris <rgm@gnu.org>
387
388 * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
389 that are no longer needed.
390 (authors-scan-change-log): Doc fix.
391 (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
392
8e56b464
AM
3932009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
394
f87ff539
SM
395 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
396 Use aspell default dict.
8e56b464 397
2d3e4f02
KH
3982009-01-20 Kenichi Handa <handa@m17n.org>
399
400 * descr-text.el (describe-char): Improve description of eight-bit
68f040f2 401 char in a unibyte buffer. (Bug#1935)
2d3e4f02 402
24e15888
GM
4032009-01-20 Glenn Morris <rgm@gnu.org>
404
405 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
406 Add some entries.
407
4163977a
CY
4082009-01-19 Chong Yidong <cyd@stupidchicken.com>
409
5208f3ad 410 * progmodes/ruby-mode.el: Autoload other interpreter names.
4163977a 411
d703f938
JB
4122009-01-19 Juanma Barranquero <lekktu@gmail.com>
413
414 * descr-text.el (describe-char-categories): New defsubst.
415 (describe-char): Use it.
416
e0b6e3b9
MA
4172009-01-19 Michael Albinus <michael.albinus@gmx.de>
418
419 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
420 IPv4 mapped IPv6 addresses.
421
9e3fd593
JB
4222009-01-18 Juanma Barranquero <lekktu@gmail.com>
423
424 * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
425 the beginning of the buffer. (Bug#1949)
426
0ca77a92
JB
4272009-01-18 Markus Triska <markus.triska@gmx.at>
428
429 * linum.el (linum-update-window): Use `delq' instead of `delete';
430 compare strings with `equal-including-properties'.
431
66d279a7
GM
4322009-01-17 Glenn Morris <rgm@gnu.org>
433
434 * progmodes/cc-langs.el (declare-function): Add compatibility stub.
435 (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
436
437 * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
438 (eldoc-message-commands, eldoc-print-current-symbol-info):
439 Doc fix (consistent case of "ElDoc").
440
635618a4
RW
4412009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
442
f87ff539 443 * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
635618a4 444
fc47d8a7
EZ
4452009-01-17 Eli Zaretskii <eliz@gnu.org>
446
5a4122e2
EZ
447 * dos-w32.el (find-buffer-file-type-coding-system): If `(car
448 TARGET)' does not exist, try again with its basename replaced by
68f040f2 449 `(cdr TARGET)'. (Related to Bug #1853.)
5a4122e2 450
fc47d8a7
EZ
451 * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
452
511744bd 4532009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
ca0ebecc 454
511744bd 455 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
ca0ebecc
AM
456 unless flyspell-mode is enabled.
457 (flyspell-pre-point): Make buffer-local.
458
a51cfa58
RW
4592009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
460
461 * textmodes/bibtex.el (bibtex-format-entry): For updating field
462 delimiters, allow fields that are composed of strings and string
463 constants.
464 (bibtex-mode): Doc fix.
465
511744bd 4662009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
034dc2a3
AM
467
468 * textmodes/ispell.el: Protect against declare-function undefined
511744bd 469 in XEmacs.
034dc2a3 470 (ispell-program-name): Search also for hunspell when setting default.
511744bd
JB
471 (ispell-find-aspell-dictionaries): Better error message. Use correct
472 dictionary alist for default. Better fallback default dictionary.
034dc2a3 473
76472dc2
KH
4742009-01-16 Ulrich Mueller <ulm@kph.uni-mainz.de>
475
f87ff539
SM
476 * international/quail.el (quail-insert-kbd-layout):
477 Delete superfluous handling of 8-bit code. (Bug#1418)
76472dc2 478
133ea5b2
GM
4792009-01-16 Glenn Morris <rgm@gnu.org>
480
481 * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
482 (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
483 (eldoc-highlight-function-argument): Doc fix - mention effect of
484 eldoc-documentation-function.
485 (eldoc-message-commands-table-size, eldoc-message-commands)
486 (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
487 (eldoc-documentation-function): Mention effect on user options.
488
489 * emacs-lisp/copyright.el (copyright-update): Doc fix.
490
b6388cc9
SM
4912009-01-16 Kevin Ryde <user42@zip.com.au>
492
493 * tar-mode.el (tar-rename-entry): Only test the magic string, without
494 its version number, and then set both.
495
38cb7a93
RS
4962009-01-16 Richard M Stallman <rms@gnu.org>
497
498 * textmodes/paragraphs.el (sentence-end): Accept non-break space.
499
fa9d0f38
DN
5002009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
501
502 * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
503 Refer to revert-buffer, not Buffer-menu-revert.
52a0198d 504 (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
fa9d0f38
DN
505 (Buffer-menu-revert): Remove function, unused.
506 (Buffer-menu-mode-map): Don't bind keys already
507 bound by special-mode.
6a6baf11 508 (Buffer-menu-mode-map): Add a menu.
fa9d0f38 509
71f982e3
SE
5102009-01-15 Stephen Eglen <stephen@gnu.org>
511
512 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
513
3151c2ff
DN
5142009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
515
516 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
517
98722073
MR
5182009-01-15 Martin Rudalics <rudalics@gmx.at>
519
520 * window.el (special-display-p): Revert 2009-01-14 change.
521
6b5e47dd
GM
5222009-01-15 Glenn Morris <rgm@gnu.org>
523
524 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
525 (authors-obsolete-files-regexps, authors-ignored-files):
526 (authors-renamed-files-alist): Add some entries.
527 (authors-fixed-entries): Change some entries.
528 (authors-canonical-file-name): Doc fix.
529 (authors-scan-change-log): Handle joint authorship in ChangeLogs.
530
58cb49d4
JL
5312009-01-14 Juri Linkov <juri@jurta.org>
532
533 * info.el (Info-isearch-filter): Don't filter out invisible text
534 when search-invisible is t. (Bug#1848)
535
536 * simple.el (blink-matching-open): Use `minibuffer-message' to
537 display messages in the minibuffer.
538
539 * help.el (view-help-file):
540 * menu-bar.el (menu-bar-help-extra-packages):
541 Use goto-address-mode instead of goto-address.
542
543 * net/goto-addr.el (goto-address-url-face): Change default value
544 from `bold' to `link'.
545
ecbe9da5
JB
5462009-01-14 Juanma Barranquero <lekktu@gmail.com>
547
548 * international/mule-diag.el (print-list): Fix 2008-12-03 change.
549
56f31926
MR
5502009-01-14 Martin Rudalics <rudalics@gmx.at>
551
60898913
MR
552 * frame.el (special-display-popup-frame): Rewrite doc-string and
553 simplify code.
554
56f31926
MR
555 * window.el (special-display-buffer-names)
556 (special-display-regexps): Add customization support for
557 function/other-args elements. Rewrite doc-strings.
60898913 558 (special-display-function): Rewrite doc-string.
f87ff539
SM
559 (same-window-buffer-names, same-window-regexps):
560 Minor doc-string fixes.
56f31926
MR
561 (special-display-p): Minor rewrite.
562
38934f76
GM
5632009-01-14 Glenn Morris <rgm@gnu.org>
564
565 * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
566
9f3618b5
JB
5672009-01-14 Juanma Barranquero <lekktu@gmail.com>
568
569 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
570 MESSAGEs with internal square brackets (i.e., " this [test] message").
571 Use `string-match-p'.
572 (completion--make-envvar-table, completion--file-name-table)
573 (completion-pcm--string->pattern, completion-pcm--all-completions)
574 (completion-pcm--filename-try-filter): Use `string-match-p'.
575
e5524cba
JL
5762009-01-14 Juri Linkov <juri@jurta.org>
577
578 * progmodes/bug-reference.el (bug-reference-fontify): Check for
579 non-nil `bug-reference-url-format' before putting an overlay
580 property `bug-reference-url'.
581 (bug-reference-mode, bug-reference-prog-mode): Don't check for
582 `bug-reference-url-format'. Doc fix. (Bug#1744)
583
8e25a295
CY
5842009-01-13 Chong Yidong <cyd@stupidchicken.com>
585
586 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
587 for exit-emacs item. Bind it to save-buffers-kill-terminal.
588
589 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
590 loaded.
591
0db2e6af
JR
5922009-01-13 Jason Rumney <jasonr@gnu.org>
593
9f3618b5 594 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
0db2e6af 595
d7f90d6c
JB
5962009-01-12 Juanma Barranquero <lekktu@gmail.com>
597
598 * subr.el (play-sound): Doc fix. (Bug#250)
599 (shell-quote-argument, field-at-pos): Fix typos in docstrings.
600
d7158f27
SM
6012009-01-12 Alan Mackenzie <acm@muc.de>
602
603 * textmodes/paragraphs.el (forward-sentence): Change limit of
604 re-search-backward to allow values of `sentence-end' anchored at BOL.
605
64ac1266
SM
6062009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
609 subfield of the magic string.
610
91ca6606
JB
6112009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
612
613 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
614 (math-special-function-table): Use `math-compose-tex-sqrt' to
615 compose sqrts in TeX and LaTeX mode.
616
1b4d6ee6
CY
6172009-01-11 Chong Yidong <cyd@stupidchicken.com>
618
4a6f62a1
CY
619 * faces.el (describe-face): Ignore anonymous faces.
620
1b4d6ee6
CY
621 * server.el (server-save-buffers-kill-terminal): Args changed.
622 Handle nowait client frames.
623
624 * files.el (save-buffers-kill-terminal): Args for
625 server-save-buffers-kill-terminal changed.
626
6fcec85e
JB
6272009-01-11 Juanma Barranquero <lekktu@gmail.com>
628
629 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
630
93da04c0
GM
6312009-01-11 Glenn Morris <rgm@gnu.org>
632
e8f642e7
GM
633 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
634 Silence compiler.
635
93da04c0
GM
636 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
637 some entries.
638 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
639 (authors-renamed-files-alist): Add entries.
640 (authors-fixed-entries): Update for renamed and removed files.
641 (authors-canonical-file-name): Add entries to
642 authors-checked-files-alist based on their full names, expanded relative
643 to each log-file directory.
644 (authors-scan-el, authors-add-to-author-list, authors):
645 Handle multiple authors in a file, via a new :cowrote category.
646
fe177a62
GM
647 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
648
11ad1e42
RS
6492009-01-10 Richard M Stallman <rms@gnu.org>
650
651 * mail/mail-utils.el (mail-quote-printable-region): New function.
652
3309a9ee
GM
6532009-01-10 Glenn Morris <rgm@gnu.org>
654
655 * calendar/cal-move.el (calendar-scroll-left-three-months)
656 (calendar-scroll-right-three-months):
657 * calendar/holidays.el (calendar-list-holidays)
658 (calendar-mark-holidays):
659 * calendar/lunar.el (calendar-lunar-phases):
660 Add event handling, for when called from menus with the calendar buffer
661 not current.
662
ac7020b3
DN
6632009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
664
665 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
666 Move setting up whitepace-mode ...
667 (diff-mode): ... here.
668 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
669
a933c4f7
CY
6702009-01-10 Chong Yidong <cyd@stupidchicken.com>
671
672 * faces.el (x-font-family-list): Remove entirely.
673
8b5e8b42
EZ
6742009-01-10 Eli Zaretskii <eliz@gnu.org>
675
676 Fix Bug #876:
677
f87ff539
SM
678 * info.el (info-insert-file-contents, Info-insert-dir):
679 Bind inhibit-null-byte-detection to non-nil.
8b5e8b42 680
fca863b8
MR
6812009-01-10 Martin Rudalics <rudalics@gmx.at>
682
683 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
684 toggling tool bars on. (Bug#1754)
685
45c17811
CY
6862009-01-09 Chong Yidong <cyd@stupidchicken.com>
687
688 * faces.el (face-valid-attribute-values): Use string as value for
f87ff539 689 :family attribute. Now, font-family-list returns a list of strings.
45c17811
CY
690 (x-font-family-list): Obsolete compatibility version of function
691 from xfaces.c.
692
dcb50c02
MR
6932009-01-09 Martin Rudalics <rudalics@gmx.at>
694
695 * window.el (special-display-buffer-names)
f87ff539
SM
696 (special-display-regexps, special-display-function):
697 In doc-strings say "same-window" instead of "same-buffer".
dcb50c02 698
c28f19e5
MA
6992009-01-09 Michael Albinus <michael.albinus@gmx.de>
700
701 * net/tramp.el: Revert previous patch. `last-command-char' is
702 used in code intended only for XEmacs, where it is different from
703 `last-command-event'.
704
d293848d
GM
7052009-01-09 Glenn Morris <rgm@gnu.org>
706
707 * subr.el (last-input-char, last-command-char):
708 Move here from src/keyboard.c.
709
8989a920
GM
710 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
711 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
712 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
713 * wdired.el:
e93c003e
GM
714 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
715 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
716 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
717 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
61a846fb 718 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
a4d9b7bc 719 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
1ba983e8 720 * eshell/em-smart.el, eshell/esh-mode.el:
61a846fb 721 * international/mule-cmds.el:
a4d9b7bc 722 * mail/mailabbrev.el:
61a846fb 723 * net/tramp.el:
1ba983e8
GM
724 * play/mpuz.el:
725 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
726 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
727 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
728 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
729 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
730 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
731 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
732 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
e93c003e
GM
733 Replace last-command-char with last-command-event.
734
1e4bd40d
GM
735 * double.el, electric.el, replace.el, term.el, terminal.el:
736 * calc/calc.el:
737 * emulation/viper-cmd.el:
738 * international/mule-cmds.el:
739 * obsolete/iso-acc.el:
740 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
741
dd513189
GM
742 * emacs-lisp/edebug.el: Remove references to last-command-char and
743 last-input-char, since these have been identical to last-command-event
744 and last-input-event since at least Emacs 19.
745 (edebug-outside-last-command-char, edebug-outside-last-input-char):
746 Remove.
747
e3e955fe
MB
7482009-01-09 Dave Love <fx@gnu.org>
749
750 * calendar/time-date.el: Require cl for `declare'.
751
7522009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
753
754 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
755 Suggested by Dave Love.
756
7572009-01-09 Dave Love <fx@gnu.org>
758
759 * net/imap.el (imap-string-to-integer): Fix typo.
760 (imap-fetch-safe): New function.
761 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
762
763 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
764 (imap-parse-greeting): Fix doc strings.
765 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
766 (imap-parse-flag-list): Make messages unique.
767 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
768
769 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
770 call.
771
772 * net/imap.el: Fix author email. Doc fixes.
773 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
774 reply.
775
7762009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
777
778 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
779
7802009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
781
67a7fe65 782 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
e3e955fe
MB
783 Call nslookup if resolv.conf isn't available.
784 (dns-query): Rename from query-dns.
785 (dns-query-cached): Rename from query-dns-cached.
786
7872009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
788
f87ff539
SM
789 * net/imap.el (imap-enable-exchange-bug-workaround):
790 Explain auto-detection in the doc string.
e3e955fe 791
2188975f
JB
7922009-01-09 Juanma Barranquero <lekktu@gmail.com>
793
794 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
795 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
796 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
797 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
798 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
799 Fix typos in docstrings.
800 (ispell-command-loop): Reflow docstring.
801
57bf8fd4
AM
8022009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
803
67a7fe65 804 * textmodes/ispell.el (ispell-encoding8-command): New variable.
57bf8fd4 805 (ispell-aspell-supports-utf8): Mark as obsoleted by
67a7fe65
JB
806 ispell-encoding8-command.
807 (ispell-check-version): Set ispell-encoding8-command.
808 (ispell-check-spellchecker-params, ispell-start-process):
809 Use ispell-encoding8-command.
57bf8fd4 810
67a7fe65
JB
811 * textmodes/flyspell.el (flyspell-large-region):
812 Use ispell-encoding8-command.
57bf8fd4 813
912b78dd
GM
8142009-01-08 Glenn Morris <rgm@gnu.org>
815
816 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
817 scroll the calendar.
818
819 * international/mule-cmds.el (universal-coding-system-argument):
820 last-input-char need not be a char.
821
822 * textmodes/ispell.el (ispell-check-minver): Declare.
823 Use string-to-number rather than string-to-int.
824
ed039e6c
JB
8252009-01-07 Juanma Barranquero <lekktu@gmail.com>
826
eb9c16e5
JB
827 * add-log.el (change-log-search-tag-name): Reflow docstring.
828 (change-log-mode): Fix typo in docstring.
829
ed039e6c
JB
830 * international/mule.el (define-coding-system): Doc fix.
831
e4821482
KH
8322009-01-07 Kenichi Handa <handa@m17n.org>
833
834 * international/mule.el (define-coding-system): Fix docstring
835 about :bom usage.
836
7f0995a1
MR
8372009-01-07 Martin Rudalics <rudalics@gmx.at>
838
839 * dired.el (dired-pop-to-buffer): Don't split windows
840 horizontally. (Bug#1806)
841
3006c8dc
SM
8422009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * tar-mode.el (tar-mode, tar-mode-write-contents)
845 (tar-write-region-annotate): Undo Andreas's last change.
846
2c418c5b
MA
8472009-01-06 Michael Albinus <michael.albinus@gmx.de>
848
849 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
850 (tramp-handle-file-local-copy, tramp-handle-write-region)
851 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6c791387 852 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
2c418c5b 853
1bba1cfc
SM
8542009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * minibuffer.el (completion-hilit-commonality): Don't presume
857 all-completions always include the input as prefix.
858 (completion-pcm--pattern-trivial-p): Accept a few more patterns
859 as trivial.
860 (completion-pcm--hilit-commonality): Remove leftover code that used to
861 deal with the now removed cdr-in-last-cons.
862
3dabda23
JB
8632009-01-06 Juanma Barranquero <lekktu@gmail.com>
864
865 * international/mule.el (define-coding-system): Fix typos in docstring.
866
ac4e7a30
AM
8672009-01-05 Alan Mackenzie <acm@muc.de>
868
1bba1cfc
SM
869 * progmodes/cc-styles.el (c-setup-paragraph-variables):
870 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
ac4e7a30 871
91192f4f
MA
8722009-01-05 Michael Albinus <michael.albinus@gmx.de>
873
874 * net/tramp.el (tramp-handle-load)
875 (tramp-do-copy-or-rename-file-directly)
876 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
877 (tramp-handle-write-region)
878 * net/tramp-smb.el (tramp-smb-handle-copy-file)
879 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
880 Delete temporary file in case of error.
881
6c791387 8822009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
0764ed37 883
6c791387 884 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
0764ed37 885
85fed0a4
RS
8862009-01-05 Richard M Stallman <rms@gnu.org>
887
0764ed37 888 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
85fed0a4 889
29c45500
MR
8902009-01-05 Martin Rudalics <rudalics@gmx.at>
891
892 * window.el (display-buffer): Fix last fix.
893
a609d13b
JB
8942009-01-05 Juanma Barranquero <lekktu@gmail.com>
895
896 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
897 to shorten the desktop file directory shown in message.
898
061a7c0e
GM
8992009-01-05 Glenn Morris <rgm@gnu.org>
900
46932a8d
GM
901 * version.el (emacs-copyright):
902 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
903 Update copyrights for 2009.
061a7c0e 904
a97af989
JB
9052009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
906
907 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
908 (ada-get-indent-paramlist): Use ada-broken-indent instead of
909 hard-coded 0.
910 (ada-get-indent-loop): Fix list access bug.
911
a3c40f60
JB
9122009-01-04 Juanma Barranquero <lekktu@gmail.com>
913
914 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
915 (lisp-interaction-mode): Add a blank line in the docstring
916 before the keymap listing.
917
e331bbf3
MR
9182009-01-04 Martin Rudalics <rudalics@gmx.at>
919
920 * window.el (display-buffer): When a buffer is displayed in the
921 selected and some other window, and not-this-window is non-nil,
922 try to return that other window instead of popping up a new
923 frame. (Bug#30)
924
5d0fba46
CY
9252009-01-04 Chong Yidong <cyd@stupidchicken.com>
926
927 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
928
b796bfb4
CY
9292009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
930
931 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
932
35203a24
MO
9332009-01-03 Michael Olson <mwolson@gnu.org>
934
935 * net/imap.el (imap-parse-fetch): Courier can insert spurious
936 blank characters which will confuse `read', so skip past them.
937
4182531c
RS
9382009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
939
be3f421b
RS
940 * emacs-lisp/authors.el (authors-aliases): Addition.
941 (authors): Allow to use it for other projects.
942
4182531c
RS
943 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
944 Clarify MATCH argument. Print filenames.
945
36a3859f
MA
9462009-01-03 Michael Albinus <michael.albinus@gmx.de>
947
948 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
949
950 * net/tramp.el (tramp-local-host-regexp)
951 (tramp-prefix-domain-format)
952 (tramp-prefix-domain-regexp, tramp-domain-regexp)
953 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
954 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
1bba1cfc 955 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
36a3859f
MA
956 (tramp-file-name-structure, tramp-file-name-regexp-unified)
957 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
958 (tramp-dissect-file-name, tramp-make-tramp-file-name)
959 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
960 (tramp-handle-insert-file-contents): Fix setting of
961 `buffer-read-only'.
1bba1cfc
SM
962 (tramp-compute-multi-hops, tramp-local-host-p):
963 Use `tramp-local-host-regexp'.
964 (tramp-file-name-real-user, tramp-file-name-domain):
965 Use `tramp-user-with-domain-regexp'.
36a3859f
MA
966
967 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
1bba1cfc 968 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
36a3859f 969
3ac09bb4
RW
9702009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
971
972 * proced.el (proced-grammar-alist): Refiner can be a
973 list (function help-echo) instead of a cons pair.
974 (proced-post-display-hook): New variable.
1bba1cfc 975 (proced-tree-depth): Rename from proced-tree-indent.
3ac09bb4 976 (proced-mode): Derive mode from special-mode.
1bba1cfc 977 (proced-mode-map): Change accordingly.
3ac09bb4 978 (proced, proced-update): Run proced-post-display-hook.
1bba1cfc 979 (proced-do-mark-all): Count processes for which mark has been updated.
3ac09bb4
RW
980 (proced-format): Check for ppid attribute.
981 (proced-process-attributes): Take time and ctime attribute from
982 system-process-attributes.
983 (proced-send-signal): Doc fix. Collect properly the info on
984 marked processes. Use fit-window-to-buffer instead of
985 dired-pop-to-buffer.
986
958a2b4c
SM
9872009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
988
989 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
990 point-min==1.
991
44d15ae0
JB
9922009-01-02 Juanma Barranquero <lekktu@gmail.com>
993
994 * bindings.el (mode-line-eol-desc): Fix typo in help message.
995 (mode-line-client): Fix typo in help message and docstring.
996
3d691666
JR
9972009-01-02 Jason Rumney <jasonr@gnu.org>
998
999 * term/w32-win.el (image-library-alist): Add gobject library.
1000
dca6c418
MR
10012009-01-02 Martin Rudalics <rudalics@gmx.at>
1002
1003 * frame.el (window-system-default-frame-alist)
1004 (initial-frame-alist, minibuffer-frame-alist)
1005 (pop-up-frame-alist, pop-up-frame-function)
1006 (special-display-frame-alist): Rewrite and reformat doc-strings.
1007
263bc3fa
MR
10082009-01-01 Martin Rudalics <rudalics@gmx.at>
1009
958a2b4c
SM
1010 * simple.el (minibuffer-default-add-shell-commands):
1011 Fix doc-string typo.
263bc3fa 1012
337c7b82
CY
10132009-01-01 Chong Yidong <cyd@stupidchicken.com>
1014
6768ca67
CY
1015 * language/cham.el: Fix setting of composition-function-table.
1016
1017 * language/khmer.el: Fix setting of composition-function-table.
1018
958a2b4c
SM
1019 * language/tibet-util.el (tibetan-composition-function):
1020 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
6768ca67 1021
257c9b65
CY
1022 * simple.el (minibuffer-default): Add defvar.
1023
337c7b82
CY
1024 * hippie-exp.el: Require comint.
1025
4dc1abeb
MR
10262008-12-31 Martin Rudalics <rudalics@gmx.at>
1027
1028 * simple.el (last-buffer): Don't set major mode of *scratch* if
1029 that buffer exists already. Rewrite doc-string.
1030
d00da9d7
AS
10312008-12-31 Andreas Schwab <schwab@suse.de>
1032
1033 * tar-mode.el (tar-mode): Set write-contents-functions instead of
1034 write-region-annotate-functions.
1035 (tar-mode-write-contents): New function.
1036 (tar-write-region-annotate): Remove.
1037
8f489707
CY
10382008-12-31 Chong Yidong <cyd@stupidchicken.com>
1039
1040 * files.el (basic-save-buffer): Revert 2008-12-22 change.
1041 (buffer-swapped-with): Var removed.
1042
ee946858
KH
10432008-12-30 Kenichi Handa <handa@m17n.org>
1044
958a2b4c
SM
1045 * language/japanese.el (compose-gstring-for-variation-glyph):
1046 New function. Register it in composition-function-table.
ee946858
KH
1047
1048 * composite.el (lglyph-set-code): New function.
1049
19eb68d0
SM
10502008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * tar-mode.el (tar-data-swapped): New var.
1053 (tar-data-swapped-p, tar-swap-data):
1054 Use it instead of buffer-swapped-with.
1055 (tar-write-region-annotate): Re-add (partial undo of last change).
1056 (tar-mode): Use it again (partial undo as well).
1057
b0f0f3eb
CY
10582008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
1059
1060 * textmodes/table.el (table-capture): Fix symbol quoting typo.
1061
2260cb2c
CY
10622008-12-30 Chong Yidong <cyd@stupidchicken.com>
1063
1064 * follow.el (follow-select-if-visible): Improve the check for the
1065 last line of the window.
1066 (follow-post-command-hook): Perform redisplay in more
19eb68d0 1067 circumstances, to avoid getting point stuck on partially visible lines.
2260cb2c 1068
b4c79e7b
CY
10692008-12-30 Chong Yidong <cyd@stupidchicken.com>
1070
1071 * follow.el (follow-calc-win-end): Use with-selected-window.
1072 (follow-windows-start-end, follow-pos-visible)
1073 (follow-windows-aligned-p): Code cleanup.
1074 (follow-select-if-visible): Try to avoid partially-visible lines.
1075 (follow-select-if-visible-from-first): Call follow-redisplay and
1076 move point to destination.
1077 (follow-redisplay): New arg, to keep selected window unchanged.
1078 (follow-post-command-hook): In final check for destination
1079 visibility, use window-start and window-end instead of the less
1080 accurate follow-pos-visible. If the selected window is redrawn,
1081 tell follow-redisplay to preserve it.
de70fe72
CY
1082 (follow-calculate-first-window-start-from-below): Avoid looping
1083 forever if vertical-motion returns an unexpected value.
b4c79e7b 1084
d9569a55
AS
10852008-12-30 Andreas Schwab <schwab@suse.de>
1086
19eb68d0
SM
1087 * server.el (server-running-p): Remove interactive spec.
1088 Fix regexp.
d9569a55 1089
0d05df65
CY
10902008-12-30 Chong Yidong <cyd@stupidchicken.com>
1091
1092 * follow.el (follow-calc-win-start): Don't use `inline'.
1093 (follow-update-window-start, follow-select-if-visible)
1094 (follow-calculate-first-window-start-from-below)
1095 (follow-post-command-hook): Code cleanup.
64ac1266
SM
1096 (follow-downward, follow-calculate-first-window-start):
1097 Delete function and merge into follow-redisplay.
0d05df65
CY
1098 (follow-redisplay): Merge code from follow-downward and
1099 follow-calculate-first-window-start.
1100
744c85fb
JB
11012008-12-30 Juanma Barranquero <lekktu@gmail.com>
1102
1103 * proced.el (proced-tree-flag): Fix typo in docstring.
1104
48152a70
RW
11052008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1106
64ac1266 1107 * proced.el (proced-temp-alist): Rename from variable
48152a70
RW
1108 proced-children-alist.
1109 (proced-process-tree, proced-toggle-tree): Fix docstring.
1110 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
1111 (proced-temp-internal): Use proced-temp-alist.
1112
53374291
DN
11132008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1114
1115 * subr.el (mkdir): New defalias.
1116
5adfa483
JL
11172008-12-29 Juri Linkov <juri@jurta.org>
1118
1119 * proced.el (proced-mode-map): Bind " " to next-line instead of the
1120 command `proced-next-line' removed on 2008-09-06.
1121
18e4b9bd
JL
11222008-12-28 Juri Linkov <juri@jurta.org>
1123
1124 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
1125 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
1126
1127 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
1128 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
1129 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
1130 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
1131 set 4 obsolete variables for backward-compatibility with Emacs 22.
1132
11332008-12-28 Juri Linkov <juri@jurta.org>
1134
1135 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
1136
11372008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
1138
1139 * misc.el (butterfly): New command.
1140
f1d27653
RW
11412008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1142
64ac1266
SM
1143 * proced.el (proced-grammar-alist): Allow predicate nil.
1144 New attribute tree.
f1d27653
RW
1145 (proced-format-alist): Use attribute tree.
1146 (proced-tree-flag, proced-tree-indent): New variables.
64ac1266
SM
1147 (proced-children-alist): Rename from proced-process-tree.
1148 PPID must refer to a process in process-alist.
1149 Ignore PPIDs that equal PID (Bug#1718).
1150 Children alist inherits sorting order from process-alist.
f1d27653
RW
1151 (proced-process-tree): New variable. New function.
1152 (proced-process-tree-internal, proced-toggle-tree)
64ac1266 1153 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
f1d27653
RW
1154 (proced-mark-process-alist): Add docstring.
1155 (proced-filter-parents): PPID must refer to a process in
9330d4c0 1156 process-alist. Ignore PPIDs that equal PID (Bug#1718).
f1d27653 1157 (proced-sort): Throw error if attribute is not sortable.
64ac1266 1158 (proced-sort-interactive): Restrict completion to sortable attributes.
f1d27653
RW
1159 (proced-format): Include tree in standard attributes if
1160 proced-tree-flag is non-nil. Make header clickable only if
1161 corresponding predicate is non-nil.
1162 (proced-update): Use proced-tree.
1163
7d96af1a
CY
11642008-12-28 Chong Yidong <cyd@stupidchicken.com>
1165
3dfe36a5
CY
1166 * diff.el (diff): Doc fix.
1167
5fa77a6a
CY
1168 * emacs-lisp/rx.el (rx): Doc fix.
1169
7d96af1a
CY
1170 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
1171 before uniquifying backup trash file name.
1172
7f4a3168
AS
11732008-12-27 Andreas Schwab <schwab@suse.de>
1174
1175 * vc-git.el (vc-git-dir-printer): Fix filename column.
1176
70403f65 11772008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
fe3a1c1d
DN
1178
1179 * term.el (term-emulate-terminal): Decode substring just prior to
70403f65 1180 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
fe3a1c1d 1181
2c65e87c
EZ
11822008-12-27 Eli Zaretskii <eliz@gnu.org>
1183
6c4d5dd3
EZ
1184 * makefile.w32-in (MH_E_DIR): New variable.
1185 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
1186 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
1187 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
1188 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
1189 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
1190 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
1191 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
1192 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
1193 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
1194 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
1195 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
1196
2c65e87c
EZ
1197 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
1198 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
1199 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
1200 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
1201 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
1202 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
1203 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
1204 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
1205 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
1206 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
1207 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
1208
7533b418
EZ
12092008-12-26 Eli Zaretskii <eliz@gnu.org>
1210
1211 * files.el (dosified-file-name): Declare.
1212
d3a36099
AS
12132008-12-26 Andreas Schwab <schwab@suse.de>
1214
c099a588
AS
1215 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
1216
d3a36099
AS
1217 * tar-mode.el (tar-swap-data): New function.
1218 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
1219 (tar-mode-revert): Likewise.
1220 (tar-mode): Likewise. Don't set write-region-annotate-functions.
1221 (tar-data-swapped-p): Test buffer-swapped-with.
1222 (tar-write-region-annotate): Remove.
1223 (tar-header-block-tokenize): Add argument `coding' and use it
1224 instead of tar-file-name-coding-system.
1225 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
1226
2e480e42
EZ
12272008-12-26 Eli Zaretskii <eliz@gnu.org>
1228
1229 * dos-fns.el (dosified-file-name): New function.
1230
1231 * files.el (dir-locals-find-file): Run dir-locals-file through
1232 dosified-file-name. Compare files case-insensitively on systems
1233 whose filesystems are case-insensitive.
1234
90ad3541
MR
12352008-12-25 Martin Rudalics <rudalics@gmx.at>
1236
1237 * help.el (help-for-help-internal): Fix entry for "l".
1238
737ef682
RS
12392008-12-25 Richard M Stallman <rms@gnu.org>
1240
1241 * shadowfile.el (shadow-copy-file): Revert previous change.
1242 This code as it was should work properly with buffer-swapped-with.
1243
78796feb
SM
12442008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
1245
1246 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
1247
e6979067
DN
12482008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
1249
1250 * subr.el (chmod): New defalias for set-file-modes.
1251
3fbb3dc4
JL
12522008-12-23 Juri Linkov <juri@jurta.org>
1253
78796feb
SM
1254 * isearch.el (isearch-filter-predicate, isearch-search):
1255 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
1256 (isearch-filter-visible): Rename from
3fbb3dc4
JL
1257 `isearch-filter-invisible'. Doc fix.
1258
1259 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
1260 value from `dired-isearch-filter-predicate-orig' instead of the
1261 symbol `isearch-filter-invisible'. Doc fix.
78796feb
SM
1262 (dired-isearch-filter-filenames): Doc fix.
1263 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3fbb3dc4
JL
1264
1265 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
1266 for Info-point-loc since it is more correct in all cases.
1267 (Info-isearch-filter): Rename from
1268 `Info-isearch-filter-predicate'. Doc fix.
1269 (Info-mode): Replace `Info-isearch-filter-predicate' with
1270 `Info-isearch-filter'.
1271
43cf3760
DU
12722008-12-23 Daiki Ueno <ueno@unixuser.org>
1273
1274 * pgg.el: Add obsolescence info.
1275
a1037423
RS
12762008-12-22 Richard M Stallman <rms@gnu.org>
1277
348a60a8
RS
1278 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
1279
1280 * files.el (buffer-swapped-with): New variable.
1281 (basic-save-buffer-0): Most of basic-save-buffer moved here.
1282 (basic-save-buffer): Unswap the buffer temporarily if nec.
1283
a1037423
RS
1284 * dired.el (dired-readin): Inhibit modification hooks.
1285
8afbc8ae
UJ
12862008-12-22 Ulf Jasper <ulf.jasper@web.de>
1287
78796feb
SM
1288 * net/newst-backend.el (newst-backend):
1289 Remove wrong duplicate provide statement.
8afbc8ae 1290
dea31ca6
MA
12912008-12-22 Michael Albinus <michael.albinus@gmx.de>
1292
1293 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
1294 end, before updating.
1295 (tramp-convert-file-attributes): Add "l" indicator to file modes.
1296 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
1297
9992ea0c
MR
12982008-12-21 Martin Rudalics <rudalics@gmx.at>
1299
1300 * window.el (set-window-text-height): Fix doc-string.
1301
125f7951
SM
13022008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
1303
1304 * minibuffer.el (completion-all-completions-with-base-size): Remove.
1305 (completion-all-completions): Don't set it.
1306 (completion-table-with-context, completion--file-name-table):
1307 Don't add base-size in last cdr.
1308 (completion-hilit-commonality): Add argument `base-size'.
1309 (display-completion-list, completion-emacs21-all-completions)
1310 (completion-emacs22-all-completions, completion-basic-all-completions):
1311 Provide it.
1312 (completion-pcm--all-completions): Don't need to remove the base-size
1313 in last-cdr any more.
1314
77fea89d 13152008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
0aef89e7
AM
1316
1317 * textmodes/ispell.el (ispell-check-minver): New function.
1318 (ispell-check-version): Rewrite spellchecker and version checking.
70403f65 1319 Use (ispell-check-minver). Handle hunspell versions.
0aef89e7 1320
95ee4b8f
CY
13212008-12-20 Chong Yidong <cyd@stupidchicken.com>
1322
1323 * ido.el (ido-read-internal): Handle `confirm' and
1324 `confirm-after-completion' values for the require-match argument.
1325
c855d682
JR
13262008-12-20 Jason Rumney <jasonr@gnu.org>
1327
125f7951 1328 * international/mule.el (auto-coding-regexp-alist):
70403f65 1329 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
c855d682 1330
6bc14936
CY
13312008-12-20 Ami Fischman <ami@fischman.org>
1332
1333 * bindings.el (mode-line-eol-desc): Use assoc to query
1334 mode-line-eol-desc-cache.
1335
7ed216d6
GM
13362008-12-20 Glenn Morris <rgm@gnu.org>
1337
1338 * comint.el (comint-save-input-ring-index): Add missing initial value.
1339
d0482e4e
JB
13402008-12-19 Juanma Barranquero <lekktu@gmail.com>
1341
1342 * proced.el (proced-grammar-alist): Doc fix.
1343 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
1344 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
1345 (proced-undo): Fix typos in docstrings.
1346
eef72fce
GM
13472008-12-19 Glenn Morris <rgm@gnu.org>
1348
01cc3e13
GM
1349 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1350 (authors-fixed-case): New constant.
eef72fce
GM
1351 (authors-public-domain-files, authors-ignored-files):
1352 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
1353 (authors-renamed-files-regexps): Add some new entries.
1354 (authors-canonical-file-name): Don't complain about ignored files.
1355 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
1356 (authors): Ensure error buffer is writable.
1357
77fea89d 13582008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
e483e9f8 1359
a300e74a 1360 (ispell-really-hunspell): New variable to signal hunspell.
e483e9f8 1361 (ispell-check-version):
a300e74a
JB
1362 Check if hunspell and set ispell-really-hunspell if needed.
1363 (ispell-send-string, ispell-start-process, flyspell-large-region):
1364 Pass right options for hunspell if needed.
e483e9f8 1365
6e868247
KH
13662008-12-18 Kenichi Handa <handa@m17n.org>
1367
a300e74a 1368 * international/fontset.el (script-representative-chars)
6e868247
KH
1369 (setup-default-fontset): Add more scripts.
1370
1371 * international/characters.el: Add more scripts.
1372
74a131b6
JL
13732008-12-19 Juri Linkov <juri@jurta.org>
1374
1375 * info.el (Info-isearch-search): Implement lax version of
1376 incremental word search in Info.
1377 (Info-isearch-start): Set Info-isearch-initial-node to the
1378 current node when search is nonincremental to not stop at the
1379 initial node in this case.
1380 (Info-mode-map): Unbind "\M-s" from `Info-search'.
1381
e6438428
JB
13822008-12-18 Juanma Barranquero <lekktu@gmail.com>
1383
1384 * textmodes/rst.el (rst-promote-region): Reflow docstring.
1385 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
1386 (rst-repeat-last-character): Fix typos in docstrings.
1387 (rst-mode, rst-backward-section): Doc fixes.
1388
77a01f9b
UJ
13892008-12-18 Ulf Jasper <ulf.jasper@web.de>
1390
1391 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
1392 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
1393 (newsticker--treeview-load): Check whether groups file exists.
1394
1395 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
1396 (newsticker-dir): Use `locate-user-emacs-file'.
1397
2f7ee51d
MR
13982008-12-18 Martin Rudalics <rudalics@gmx.at>
1399
1400 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
1401 end-of-visual-line to CUA's recognized commands. (Bug#1549)
1402
7995501c
DN
14032008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
1404
3976387b
DN
1405 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
1406
fd95644b
DN
1407 * startup.el (command-line): Do not mention the server name in
1408 case the user has not mentioned it, print a more explicit message.
1409
64ac1266
SM
1410 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
1411 Change all callers.
7995501c 1412
5da5a66f
SS
14132008-12-18 Sam Steingold <sds@gnu.org>
1414
f0131492 1415 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
5da5a66f 1416
b87573f0
JL
14172008-12-18 Juri Linkov <juri@jurta.org>
1418
1419 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
1420 `isearch-edit-string-set-word'.
1421 (isearch-edit-string-set-word): Remove.
1422 (isearch-occur): Imitate the C function `wordify' by replacing
1423 non-word character with the \\W+ regexp.
1424 (isearch-search-fun): Add `isearch-nonincremental' to the
1425 condition of using a non-lax version of `word-search-forward'.
1426
2cb35a56
DU
14272008-12-17 Daiki Ueno <ueno@unixuser.org>
1428
64ac1266
SM
1429 * epa-file.el (epa-file-insert-file-contents):
1430 Set buffer-file-name before decrypting a file.
2cb35a56 1431
35f372ca
JB
14322008-12-16 Juanma Barranquero <lekktu@gmail.com>
1433
1434 * server.el (server-start): If unable to start the server,
1435 display a warning instead of raising an error.
1436
1437 * startup.el (server-process): Add defvar.
1438 (command-line): If the daemon is unable to start the server,
1439 display a message and exit Emacs.
1440
55d150f3
SS
14412008-12-15 Sam Steingold <sds@gnu.org>
1442
1443 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
1444 mostly for CLISP modules, but could also be useful elsewhere.
1445
af09cfd7
JB
14462008-12-15 Juanma Barranquero <lekktu@gmail.com>
1447
1448 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
1449 * icomplete.el (icomplete-prospects-height):
1450 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
1451
9bc505ab
JB
14522008-12-15 Juanma Barranquero <lekktu@gmail.com>
1453
d5c78b09
JB
1454 * international/mule.el (find-auto-coding): Fix typo in docstring.
1455
2364df5c
JB
1456 * international/mule-cmds.el (select-safe-coding-system):
1457 * mail/rmail.el (rmail-require-mime-maybe):
1458 Fix arguments of `display-warning'.
1459
9bc505ab
JB
1460 * simple.el (bad-package-check): Fix arguments of `display-warning',
1461 using the package name as TYPE. Use `string-match-p'.
1462
4ed46aef
RW
14632008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1464
1465 * proced.el (proced-sort-interactive, proced-sort-pcpu)
1466 (proced-sort-pmem, proced-sort-start, proced-sort-time)
1467 (proced-sort-user, proced-sort-header): Prefix arg determines
9bc505ab 1468 sorting order. Suggested by Dan Nicolaescu.
4ed46aef
RW
1469 (proced-revert): Doc fix.
1470
b4f671ce
RW
14712008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1472
1473 * proced.el (proced-grammar-alist): Allow refiner elements that
1474 are cons pairs (function . help-echo) or nil.
1475 (proced-refine): Use them.
1476 (proced-format-alist): Allow alternatives.
1477 (proced-descend): New variable.
1478 (proced-sort): New arg descend.
1479 (proced-sort-interactive): Repeated calls toggle sort order.
1480 (proced-format): Accomodate changes of proced-format-alist.
1481 Undefined attributes are displayed as "?".
1482 (proced-process-attributes): New optional arg pid-list.
1483 Ignore processes with empty attribute list.
1484
14852008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1486
64ac1266 1487 * proced.el (proced-auto-update-interval): Rename from
b4f671ce 1488 proced-timer-interval.
64ac1266
SM
1489 (proced-auto-update-flag): Rename from proced-timer-flag.
1490 (proced-auto-update-timer): Rename from proced-timer.
1491 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
b4f671ce
RW
1492 (proced-available): Initialize appropriately.
1493
5ff602de
GM
14942008-12-13 Glenn Morris <rgm@gnu.org>
1495
83031738
GM
1496 * subr.el (declare-function): Doc fix.
1497
5ff602de
GM
1498 * font-core.el (font-lock-defaults): Doc fix: mention levels;
1499 refer to elisp manual.
1500
9adf1f06
MR
15012008-12-12 Martin Rudalics <rudalics@gmx.at>
1502
1503 * window.el (fit-window-to-buffer): Return non-nil when height
1504 was orderly adjusted, nil otherwise.
1505
c63a334e
JB
15062008-12-12 Juanma Barranquero <lekktu@gmail.com>
1507 Stefan Monnier <monnier@iro.umontreal.ca>
1508
1509 * server.el (server-sentinel): Uncomment code to delete connection file.
1510 (server-start): Save the connection file in the server property list.
1511 Delete it only when we are reasonably convinced that it is not owned by
1512 a running server.
1513 (server-force-delete): New command to force-delete the connection file,
1514 and stop the server if it is running.
1515 (server-running-p): Return t also for local TCP servers when we find a
1516 process with a matching PID, and :other for undecided cases.
1517
4d0e7fe3
MR
15182008-12-11 Martin Rudalics <rudalics@gmx.at>
1519
1520 * window.el (fit-window-to-buffer): Use with-selected-window and
1521 condition-case. Do not delete more windows than necessary in
1522 the shrinking (delta < 0) case. Do not raise an error when the
1523 containing frame is too small to show all of buffer. (Bug#1488)
e5524cba 1524
4d0e7fe3
MR
1525 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
1526 min-height arg 1 to make sure that small buffers are shown.
1527
ee61fe97
JB
15282008-12-11 Juanma Barranquero <lekktu@gmail.com>
1529
1530 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
1531 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
1532 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
1533 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
1534 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
1535 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
1536 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
1537 (ruby-backward-sexp, ruby-add-log-current-method)
1538 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1539 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
1540 (ruby-deep-indent-paren): Doc fix.
1541 (ruby-insert-encoding-magic-comment): Remove * from docstring.
1542 (ruby-here-doc-find-end): Reflow docstring.
1543
15442008-12-11 Stephen Berman <Stephen.Berman@rub.de>
c160ca6d
MR
1545
1546 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
1547 dired-shrink-to-fit is non-nil. (Bug#1488)
1548
011a0143
JB
15492008-12-11 Juanma Barranquero <lekktu@gmail.com>
1550
1551 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
1552 decoding of long locale info is now done in `w32-get-locale-info'.
1553
1b349702
CY
15542008-12-11 Chong Yidong <cyd@stupidchicken.com>
1555
1556 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
1557
70b52829
CY
15582008-12-10 Chong Yidong <cyd@stupidchicken.com>
1559
89322882
CY
1560 * Makefile.in (ELCFILES): Add ruby-mode.elc.
1561
70b52829
CY
1562 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
1563 terminal variable assignment.
1564
bc79ba50
GM
15652008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
1566 Nobuyoshi Nakada <nobu@ruby-lang.org>
1567
1568 * progmodes/ruby-mode.el: New file.
1569
a512e1a2
JB
15702008-12-10 Juanma Barranquero <lekktu@gmail.com>
1571
1572 * net/tramp.el (top): Don't fail if there is no current message.
0355f110 1573 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
a512e1a2 1574
e54be9a0
KH
15752008-12-10 Kenichi Handa <handa@m17n.org>
1576
1577 * international/fontset.el (setup-default-fontset): Add an entry
1578 for characters in the Unicode SIP area.
1579
fb2facde
GM
15802008-12-10 Glenn Morris <rgm@gnu.org>
1581
1582 * vc-mcvs.el: Move to obsolete/, with warning comment.
1583 * Makefile.in (ELCFILES): Update.
1584
8e3efc87
DU
15852008-12-10 Daiki Ueno <ueno@unixuser.org>
1586
1587 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
1588 buffer unmodified. (Bug#1509)
1589 * epa-file.el (epa-file-insert-file-contents): Set buffer's
1590 modification time if visiting a file and the content is
1591 successfully decrypted.
1592
39af3de2
CY
15932008-12-09 Chong Yidong <cyd@stupidchicken.com>
1594
1595 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
1596 check whether the buffer is still alive.
1597
e9e9c7b8
SM
15982008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1599
1600 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
1601
5c928144
GM
16022008-12-09 Glenn Morris <rgm@gnu.org>
1603
1604 * Makefile.in (ELCFILES): Update.
1605
bdaf166c
SM
16062008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
1609 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
1610
91b07ee3
CY
16112008-12-06 Chong Yidong <cyd@stupidchicken.com>
1612
1613 * term/xterm.el (terminal-init-xterm): Discard pending input
1614 before reading a reply to the terminal attributes query.
1615
fc7da30b
AS
16162008-12-05 Andreas Schwab <schwab@suse.de>
1617
1618 * dired.el (dired-font-lock-keywords): Fix last change.
1619
6530de7d
VJL
16202008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1621
1622 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
1623 into (defcustom ... "..." :type ... :group...).
1624
f7980931
JB
16252008-12-05 Juanma Barranquero <lekktu@gmail.com>
1626
1627 * international/mule-diag.el (mule-diag): Display the window
1628 system version in a less laconic way.
1629
e19fff38
JB
16302008-12-04 Juanma Barranquero <lekktu@gmail.com>
1631
1632 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
1633 if the sorting functions are not loaded. (Bug#1432)
1634
430aee8b
SS
16352008-12-04 Sam Steingold <sds@gnu.org>
1636
bdaf166c 1637 * progmodes/compile.el (compilation-read-command): Extract from
430aee8b
SS
1638 compile.
1639 (compile): Use it.
1640 (recompile): Accept an optional argument to enable editing the
1641 command line.
1642
ccb4a481
MA
16432008-12-04 Michael Albinus <michael.albinus@gmx.de>
1644
1645 * net/tramp.el (top): Write a message, when loading Tramp.
1646
bdaf166c
SM
1647 * net/tramp-cache.el (tramp-dump-connection-properties):
1648 Polish the check, whether to dump the data.
ccb4a481 1649
fcb61bee
LK
16502008-12-04 Lute Kamstra <lute@gnu.org>
1651
1652 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
1653 check if the file "CVS/Entries" exists.
1654
18f515e4
JB
16552008-12-04 Juanma Barranquero <lekktu@gmail.com>
1656
1657 * international/mule-diag.el (list-character-sets): Doc fix.
1658 (list-character-sets-2): Fix info in header. Simplify.
1659 (print-coding-system): Simplify.
1660 (list-input-methods-1): Simplify.
1661 (mule-diag): Display current font/fontset for all window systems,
1662 not just X. Simplify.
1663
8bfbd132
GM
16642008-12-04 Glenn Morris <rgm@gnu.org>
1665
c8d6b4bc
GM
1666 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
1667 (vc-cvs-register): Doc fix.
1668 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
1669 (vc-mcvs-register): Doc fix.
1670 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
1671 (vc-rcs-register): Doc fix.
1672 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
1673 (vc-sccs-register): Doc fix.
1674 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
1675 (vc-svn-register): Doc fix.
1676
8bfbd132
GM
1677 * files.el (toggle-read-only): Doc fix.
1678
f7ede2fa
SM
16792008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
1682 be used in compact layout and vice-versa.
1683
e4fe4569
JB
16842008-12-03 Juanma Barranquero <lekktu@gmail.com>
1685
555e23cf
JB
1686 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
1687 like most list-* commands.
1688
e4fe4569
JB
1689 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
1690 They already exist in descr-text.el as `describe-char-unicodedata-file'
1691 and `describe-char-unicode-data'.
1692 (print-list): Simplify.
1693 (read-charset): Reflow docstring.
1694 (list-coding-systems): Doc fix.
1695
d2ee9b13
GM
16962008-12-03 Glenn Morris <rgm@gnu.org>
1697
1698 * vc.el (vc-diff-switches): Doc fix.
1699 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
1700 (vc-bzr-log-switches): Doc fix.
1701 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
1702 * vc-git.el (vc-git-diff-switches): Doc fix.
1703 * vc-hg.el (vc-hg-diff-switches): Doc fix.
1704 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
1705 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
1706 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
1707 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
1708
1709 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
1710 other backends.
1711 (vc-arch-diff): Apply switches.
1712
1713 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
1714 than appending.
1715
1716 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
1717
97c07afc
DU
17182008-12-03 Daiki Ueno <ueno@unixuser.org>
1719
1720 * epa.el (epa--show-key): Use past tense of "expire" if the key
1721 has already been expired. Thanks to Peter BARABAS.
1722
9201cc28
LK
17232008-12-03 Lute Kamstra <lute@gnu.org>
1724
1725 * align.el:
1726 * allout.el:
1727 * apropos.el:
1728 * arc-mode.el:
1729 * autoinsert.el:
1730 * avoid.el:
1731 * battery.el:
1732 * bookmark.el:
1733 * buff-menu.el:
1734 * calculator.el:
1735 * chistory.el:
1736 * cmuscheme.el:
1737 * comint.el:
1738 * compare-w.el:
1739 * dabbrev.el:
1740 * delim-col.el:
1741 * desktop.el:
1742 * diff-mode.el:
1743 * diff.el:
1744 * dired-aux.el:
1745 * dired-x.el:
1746 * dired.el:
1747 * dos-vars.el:
1748 * ediff-diff.el:
1749 * ediff-help.el:
1750 * ediff-init.el:
1751 * ediff-merg.el:
1752 * ediff-mult.el:
1753 * ediff-ptch.el:
1754 * ediff-vers.el:
1755 * ediff-wind.el:
1756 * ediff.el:
1757 * emerge.el:
1758 * facemenu.el:
1759 * faces.el:
1760 * ffap.el:
1761 * filecache.el:
1762 * find-dired.el:
1763 * font-core.el:
1764 * font-lock.el:
1765 * forms.el:
1766 * fringe.el:
1767 * help-at-pt.el:
1768 * hippie-exp.el:
1769 * ido.el:
1770 * image-file.el:
1771 * imenu.el:
1772 * indent.el:
1773 * info.el:
1774 * isearchb.el:
1775 * iswitchb.el:
1776 * jit-lock.el:
1777 * jka-compr.el:
1778 * log-edit.el:
1779 * lpr.el:
1780 * ls-lisp.el:
1781 * man.el:
1782 * menu-bar.el:
1783 * midnight.el:
1784 * mouse-sel.el:
1785 * mouse.el:
1786 * msb.el:
1787 * outline.el:
1788 * paren.el:
1789 * pcmpl-cvs.el:
1790 * pcmpl-gnu.el:
1791 * pcomplete.el:
1792 * pcvs-info.el:
1793 * pcvs-parse.el:
1794 * printing.el:
1795 * ps-mule.el:
1796 * ps-print.el:
1797 * replace.el:
1798 * ruler-mode.el:
1799 * saveplace.el:
1800 * sb-image.el:
1801 * scroll-bar.el:
1802 * sha1.el:
1803 * shadowfile.el:
1804 * shell.el:
1805 * sort.el:
1806 * speedbar.el:
1807 * strokes.el:
1808 * tempo.el:
1809 * term.el:
1810 * terminal.el:
1811 * time-stamp.el:
1812 * time.el:
1813 * tree-widget.el:
1814 * type-break.el:
1815 * vc-cvs.el:
1816 * vc-hg.el:
1817 * vc-mcvs.el:
1818 * vc-rcs.el:
1819 * vc-sccs.el:
1820 * vc.el:
1821 * view.el:
1822 * w32-vars.el:
1823 * whitespace.el:
1824 * wid-edit.el: Remove leading * from docstrings of defcustoms,
1825 deffaces, defconsts and defuns.
1826
da0bed93
SM
18272008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1828
1829 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
1830 the prompt was added to the minibuffer.
1831
78151cd5
GM
18322008-12-02 Glenn Morris <rgm@gnu.org>
1833
1834 * format.el (format-write-file): Rewrite doc yet again.
1835
1836 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
1837 Doc fix. (Bug#1368)
1838
1839 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
1840
18412008-12-02 Aaron S. Hawley <aaronh@garden.org>
1842
1843 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
1844 case where point is at the beginning of the buffer. (Bug#1239)
1845
18462008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
1847
1848 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
1849 already have the correct indentation. (Bug#859)
1850
1097333f
KH
18512008-12-02 Kenichi Handa <handa@m17n.org>
1852
1853 * international/uni-decomposition.el: Re-generated.
1854
a5dad58a
AS
18552008-12-01 Andreas Schwab <schwab@suse.de>
1856
1857 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
1858 ending in a colon as directory header.
1859
702c4b07
KH
18602008-12-01 Kenichi Handa <handa@m17n.org>
1861
1862 * international/uni-numeric.el: Re-generated.
1863
1864 * international/charprop.el: Re-generated.
1865
d6be7497
JB
18662008-12-01 Juanma Barranquero <lekktu@gmail.com>
1867
1868 * international/mule-cmds.el (locale-preferred-coding-systems):
1869 Fix alist item.
1870
7c3404ec
MA
18712008-12-01 Michael Albinus <michael.albinus@gmx.de>
1872
1873 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
1874 (tramp-set-connection-property, tramp-flush-connection-property)
1875 (tramp-dump-connection-properties): Use it.
1876
47f77e6f
CY
18772008-11-30 Chong Yidong <cyd@stupidchicken.com>
1878
a124190e
CY
1879 * wdired.el (wdired-finish-edit): If displaying a single file,
1880 change dired-directory if that file was renamed.
1881
bdaf166c
SM
1882 * emacs-lisp/byte-run.el (macro-declaration-function):
1883 Disallow declare specs with lengths of 3 or more.
5829445e 1884
47f77e6f
CY
1885 * dirtrack.el (dirtrack): Fix error message.
1886
1e262c45
GM
18872008-11-30 Glenn Morris <rgm@gnu.org>
1888
9751169a
GM
1889 * vc-svn.el (vc-svn-diff-switches): Doc fix.
1890 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
1891
39ba78ef
GM
1892 * vc-git.el (vc-git-diff):
1893 * vc-hg.el (vc-hg-diff):
1894 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
1895
1e262c45
GM
1896 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
1897 (eshell-needs-pipe-p): New function.
1898 (eshell-gather-process-output): Set process-connection-type according to
1899 eshell-needs-pipe-p. (Bug#1388)
1900
64ba814f
JB
19012008-11-30 Juanma Barranquero <lekktu@gmail.com>
1902
1903 * calendar/diary-lib.el (diary-cyclic): Doc fix.
1904 (diary-remind-message, diary-number-of-entries)
1905 (diary-include-other-diary-files, diary-mark-included-diary-files)
1906 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
1907 (diary-font-lock-keywords-1): Reflow docstrings.
1908 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
1909 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
1910
1911 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
1912 (timer-duration): Use `string-match-p'.
1913
03a27081
CY
19142008-11-29 Chong Yidong <cyd@stupidchicken.com>
1915
bdaf166c
SM
1916 * complete.el (PC-do-complete-and-exit):
1917 Use minibuffer-confirm-exit-commands.
03a27081 1918
bdaf166c
SM
1919 * minibuffer.el (minibuffer-confirm-exit-commands):
1920 Add PC-complete and PC-complete-word to the list.
03a27081 1921
febf3e6f
JB
19222008-11-29 Juanma Barranquero <lekktu@gmail.com>
1923
76e7a7f0
JB
1924 * files.el (break-hardlink-on-save): Fix typo in docstring.
1925 Add :version tag.
1926
febf3e6f
JB
1927 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
1928 (reb-mode): Define with `define-derived-mode'.
1929
3b7046cb 19302008-11-29 Karl Fogel <kfogel@red-bean.com>
1d367309
KF
1931
1932 * files.el (break-hardlink-on-save): New variable.
1933 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
1934 (file-precious-flag): Mention it in doc string.
1935
d1826585
MB
19362008-11-29 Miles Bader <miles@gnu.org>
1937
1938 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
1939 (minibuffer-complete-and-exit): Use it.
1940
f47b9de1
CY
19412008-11-29 Chong Yidong <cyd@stupidchicken.com>
1942
1943 * term/x-win.el (x-gtk-stock-cache): New hash table.
0aec90c9
CY
1944 (x-gtk-map-stock): Perform caching to prevent excess consing
1945 during redisplay.
f47b9de1 1946
a231a45f
SM
19472008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * minibuffer.el (completion--try-word-completion): Don't ignore
1950 partial-completion if it's the only style.
1951
2644eb3f
JB
19522008-11-28 Juanma Barranquero <lekktu@gmail.com>
1953
1954 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
1955 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
1956 (reb-initialize-buffer): Update matches, in case we're reentering
1957 RE Builder mode.
1958
8ce9231f
CY
19592008-11-28 Chong Yidong <cyd@stupidchicken.com>
1960
3b7046cb
JB
1961 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
1962 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
1963 values for minibuffer-completion-confirm.
8ce9231f 1964
4d1243c8
MR
19652008-11-28 Martin Rudalics <rudalics@gmx.at>
1966
1967 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
1968 any but the first "*" in a doc-string.
1969
08d55d13
GM
19702008-11-28 Glenn Morris <rgm@gnu.org>
1971
1972 * format.el (format-write-file): Improve previous doc fix.
1973
cab8a1af
CY
19742008-11-27 Chong Yidong <cyd@stupidchicken.com>
1975
1976 * simple.el (use-empty-active-region, use-region-p)
1977 (region-active-p): Doc fix.
1978
a9d451f0
MR
19792008-11-27 Martin Rudalics <rudalics@gmx.at>
1980
1981 * window.el (display-buffer): Fix handling of not-this-window
1982 argument. (Bug#1415)
1983
6abbce64
KH
19842008-11-27 Kenichi Handa <handa@m17n.org>
1985
1986 * international/characters.el: Set category 'C' to characters
1987 #x20000..#x2AFFF, #x2F800..#x2FFFF.
1988
bdaf166c 1989 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
6abbce64 1990
01d5aaeb
CY
19912008-11-27 Chong Yidong <cyd@stupidchicken.com>
1992
1993 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
1994 (tool-bar-find-image): Function deleted.
bdaf166c
SM
1995 (tool-bar-local-item, tool-bar-local-item-from-menu):
1996 Use find-image instead of tool-bar-find-image.
01d5aaeb
CY
1997 (tool-bar-keymap-cache): New hash table.
1998 (tool-bar-make-keymap): Use it.
1999 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
2000
f7d20b3e
MA
20012008-11-26 Michael Albinus <michael.albinus@gmx.de>
2002
2003 * net/dbus.el (dbus-handle-event): The result of a message call
386b953c 2004 handler can also be an object, which is not a consp.
f7d20b3e 2005
3fbb05ff
AM
20062008-11-25 Alan Mackenzie <acm@muc.de>
2007
2008 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
2009 (forward-list, backward-list, down-list, backward-up-list)
2010 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
b97439ce 2011 (insert-pair, insert-parentheses): State that the command assumes
3fbb05ff
AM
2012 that point is not in a string or comment.
2013
2152f125
MA
20142008-11-26 Michael Albinus <michael.albinus@gmx.de>
2015
2016 * net/dbus.el (dbus-string-to-byte-array)
2017 (dbus-byte-array-to-string, dbus-escape-as-identifier)
2018 (dbus-unescape-from-identifier): New defuns.
2019 (dbus-handle-event): The result of a message call is a list of
2020 arguments, which must be expanded when passing to
2021 `dbus-method-return-internal'.
2022
2023 * net/tramp.el (tramp-handle-write-region): Improve the check for
2024 calling direct copy.
2025 (tramp-find-inline-encoding): Don't raise an error but a warning,
2026 when no inline encoding is found.
2027 (tramp-get-remote-coding): Check for a symbol. The negative check
2028 for a string fails, when there is an empty string.
2029
9f688acf
GM
20302008-11-26 Glenn Morris <rgm@gnu.org>
2031
2032 * vc-git.el (vc-git-diff-switches): New option.
2033 (vc-git-diff): Apply diff switches. (Bug#1386)
2034 Give it a basic doc string.
2035
2036 * term/pc-win.el (x-font-family-list): Replace redefinition with
2037 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
2038
9f6a59d1
JB
20392008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
2040
2041 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
2042 of the polynomial rather than the whole polynomial.
2043
78189610
CY
20442008-11-25 Chong Yidong <cyd@stupidchicken.com>
2045
2046 * mail/mailabbrev.el (define-mail-abbrev): When reading from
2047 mailrc, recognize string quoting. When reading from Lisp, accept
2048 rfc822-like addresses.
2049
2050 * mail/mailalias.el (define-mail-alias): Sync code with
2051 define-mail-abbrev.
2052
975c500d
GM
20532008-11-25 Glenn Morris <rgm@gnu.org>
2054
2055 * eshell/esh-proc.el (eshell-gather-process-output):
2056 Revert previous change. (re-opens Bug#1388)
2057
2058 * select.el (x-set-cut-buffer): Fix signal arguments.
2059
2060 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
2061
e73da129
JB
20622008-11-25 Juanma Barranquero <lekktu@gmail.com>
2063
2064 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
2065 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
2066 (bubbles--empty-char): Use "\s".
2067
be5255e2
JB
20682008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
2069
2070 * calc/calc.el (calc-settings-file, calc-language-alist)
2071 (calc-embedded-announce-formula)
2072 (calc-embedded-announce-formula-alist)
2073 (calc-embedded-open-formula, calc-embedded-close-formula)
2074 (calc-embedded-open-close-formula-alist)
2075 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
2076 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
2077 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
2078 (calc-embedded-open-close-new-formula-alist)
2079 (calc-embedded-open-mode, calc-embedded-close-mode)
2080 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
2081 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
2082 (calc-multiplication-has-precedence): Remove unnecessary asterisks
2083 from docstrings.
2084
a1ff7705
JB
20852008-11-25 Juanma Barranquero <lekktu@gmail.com>
2086
2087 * calculator.el (calculator-op-or-exp): Reflow docstring.
2088 (calculator-remove-zeros, calculator-repR, calculator-repL):
2089 Fix typos in docstrings.
2090
27f98b7e
CY
20912008-11-24 Chong Yidong <cyd@stupidchicken.com>
2092
962f8394
CY
2093 * log-view.el (log-view-annotate-version): Let vc-annotate manage
2094 windows instead of calling switch-to-buffer.
2095
27f98b7e
CY
2096 * diff.el (diff-sentinel): Take note of diff error return value.
2097
0836e2c3
MR
20982008-11-24 Martin Rudalics <rudalics@gmx.at>
2099
2100 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
2101 frame can't be split.
2102
77a01f9b 21032008-11-24 Ulf Jasper <ulf.jasper@web.de>
a59c6c51 2104
bdaf166c
SM
2105 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
2106 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
2107 (newsticker--treeview-tree-update-tag): Remove dead code.
a59c6c51
UJ
2108 (newsticker-treeview-update): Don't update cache.
2109 (newsticker-treeview-quit): Don't save cache.
70403f65 2110 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
a59c6c51
UJ
2111 (newsticker-treeview-save): Use `newsticker-dir'.
2112 (newsticker--treeview-load): Use `newsticker-dir'.
2113 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
2114 Update tags.
2115 (newsticker-treeview-tree-do-click): Slightly simplified.
2116
2117 * net/newst-backend.el (newsticker-dir): New.
2118 (newsticker-start): Use `newsticker--cache-read'.
2119 (newsticker-stop): Use `newsticker--cache-save'.
2120 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
2121 (newsticker--images-dir): New.
bdaf166c
SM
2122 (newsticker--image-get, newsticker--image-sentinel):
2123 Use `newsticker--images-dir'.
2124 (newsticker--cache-save-version1): Backup version of
a59c6c51
UJ
2125 `newsticker--cache-save'.
2126 (newsticker--cache-update): Create newsticker-dir if necessary.
2127 (newsticker--cache-dir): New.
2128 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
2129 (newsticker--cache-save-feed): New.
70403f65 2130 (newsticker--cache-read-version1): New. Backuped version for reading
a59c6c51
UJ
2131 cache data..
2132 (newsticker--cache-read, newsticker--cache-do-read): New.
2133
bdaf166c
SM
2134 * net/newst-reader.el (newsticker--image-read):
2135 Use `newsticker--images-dir'.
a59c6c51 2136
14ac7ce7
CY
21372008-11-24 Chong Yidong <cyd@stupidchicken.com>
2138
bdaf166c
SM
2139 * files.el (confirm-nonexistent-file-or-buffer):
2140 Allow `after-completion' value to request confirm only after TAB.
14ac7ce7
CY
2141 (confirm-nonexistent-file-or-buffer): New function.
2142 (read-buffer-to-switch, find-file, find-file-other-window)
2143 (find-file-other-frame, find-file-read-only)
2144 (find-file-read-only-other-window)
2145 (find-file-read-only-other-frame): Use it.
bdaf166c 2146 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
8ef70f05 2147 Thanks to Alan Mackenzie for suggesting the new behavior.
14ac7ce7 2148
bdaf166c
SM
2149 * minibuffer.el (minibuffer-complete-and-exit):
2150 Change `confirm-only' value of minibuffer-completion-confirm to
14ac7ce7
CY
2151 `confirm', and handle a `confirm-after-completion' value.
2152
19dd6a6c
JB
21532008-11-24 Juanma Barranquero <lekktu@gmail.com>
2154
2155 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
2156
fa4354c1
AS
21572008-11-24 Andreas Schwab <schwab@suse.de>
2158
2159 * image.el (image-type-header-regexps): Recognize more xbm format
2160 variants.
2161
98d92ce3
JB
21622008-11-24 Juanma Barranquero <lekktu@gmail.com>
2163
2164 * textmodes/artist.el (artist-charlist-to-string): Simplify.
2165 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
2166 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
2167 (artist-replace-string, artist-draw-rect, artist-draw-line)
2168 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
2169 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
2170 (artist-pen, artist-pen-line, artist-text-insert-common)
2171 (artist-text-overwrite, artist-spray-get-interval)
2172 (artist-spray-clear-circle, artist-erase-char)
2173 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
2174 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
2175 (artist-key-draw-1point, artist-key-draw-2points)
2176 (artist-mouse-draw-continously): Fix typos in docstrings.
2177 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
2178 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
2179 (artist-backward-char, artist-forward-char): Doc fixes.
2180 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
2181 Reflow docstrings.
2182
23a01417
SM
21832008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2184
2185 * international/quail.el (quail-vunion): New function.
2186 (quail-defrule-internal): Use it to prevent accumulating redundant
2187 alternatives when `append' is set.
2188 (quail-insert-decode-map): Simplify computation of the max-key-width.
2189 Compute it right for multiple-list.
2190
443a1c3f
CY
21912008-11-24 Chong Yidong <cyd@stupidchicken.com>
2192
2193 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
2194 explicitly. Doc fix.
2195
bc5777c1
MR
21962008-11-24 Martin Rudalics <rudalics@gmx.at>
2197
2198 * calendar/appt.el (appt-disp-window): Move minibuffer check
2199 after binding this-window and do not set-buffer to make sure we
dd419ee5 2200 won't deselect the minibuffer. (Bug#1413)
bc5777c1 2201
c0203c86
DN
22022008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
2203
975c500d 2204 * vc-hg.el (vc-hg-program): Remove.
23a01417
SM
2205 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
2206 Undo previous change.
c0203c86 2207
2faede35
MR
22082008-11-23 Martin Rudalics <rudalics@gmx.at>
2209
2210 * info-look.el (info-lookup): When Info buffer is visible on
2211 another frame, raise that frame.
2212
d41b91e6
JB
22132008-11-23 Juanma Barranquero <lekktu@gmail.com>
2214
2215 * allout.el (allout-mode): Fix typo in docstring.
2216
2217 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
2218 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
2219
066b7259
SM
22202008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2221
2222 * vc-hooks.el (vc-follow-link): Complete last change.
2223
7ee68ed5
JB
22242008-11-23 Juanma Barranquero <lekktu@gmail.com>
2225
2226 * textmodes/remember.el (remember-region): Doc fix.
2227 (remember-filter-functions, remember-handler-functions)
2228 (remember-save-after-remembering, remember-mailbox)
2229 (remember-default-priority, remember-data-file, remember-leader-text)
2230 (remember-diary-file): Remove * from defcustom docstrings.
2231 (remember-run-all-annotation-functions-flag)
2232 (remember-all-handler-functions): Reflow docstrings.
2233 (remember-store-in-mailbox): Fix typo in docstring.
2234 (remember-mode): Define with `define-derived-mode'. Doc fix.
2235
403e4dc9
GM
22362008-11-23 Glenn Morris <rgm@gnu.org>
2237
2238 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
2239 (eshell-do-pipelines): Add optional argument to distinguish recursive
2240 calls. Use to set eshell-in-pipeline-p to 'first for the first command
2241 in a pipeline.
2242
2243 * eshell/esh-proc.el (eshell-gather-process-output):
2244 Set process-connection-type nil for all but the first element of a
2245 pipeline. (Bug#1388)
7ee68ed5 2246
b7749a81 22472008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
7ee68ed5 2248
179bdd60 2249 * ediff-hook.el: Add tooltips to Emacs menus.
7ee68ed5 2250
179bdd60 2251 * ediff.el: Change date of last update.
403e4dc9 2252
85b84319
JL
22532008-11-22 Juri Linkov <juri@jurta.org>
2254
2255 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
2256 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
2257 Doc fix.
2258 (dired-isearch-filenames-setup): Run filename Isearch only when
2259 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
2260 and the text property `dired-filename' at point is non-nil.
2261 In this case also set isearch-message-prefix-add to "filename ".
2262 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
2263 (dired-isearch-filenames, dired-isearch-filenames-regexp):
2264 Don't let-bind isearch-message-prefix-add since this is done now
2265 in dired-isearch-filenames-setup.
2266
2267 * isearch.el (isearch-mode): Change the order of calling
2268 `isearch-update' and running the `isearch-mode-hook' to call
2269 `isearch-update' with Isearch parameters set in this hook.
2270
2271 * progmodes/compile.el (compilation-auto-jump-to-first-error):
2272 Fix docstring - change "during `compile'" to "during compilation".
2273
2274 * descr-text.el (describe-char-unidata-list): Move `old-name' to
2275 be immediately after `name'.
2276
2277 * startup.el (initial-buffer-choice): Change an abstract file name
2278 "file.txt" to more reasonable default file name value "~/.emacs".
2279
75fd7f12
JL
22802008-11-22 Juri Linkov <juri@jurta.org>
2281
2282 * files.el (hack-local-variables-confirm): Rename arg `project' to
2283 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
2284 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
2285 (hack-local-variables): Rename call of `hack-project-variables' to
2286 `hack-dir-local-variables'. Change error text to "Directory-local
2287 variables error".
2288 (dir-locals-class-alist): Rename from `project-class-alist'.
2289 (dir-locals-directory-alist): Rename from `project-directory-alist'.
2290 (dir-locals-get-class-variables): Rename from `project-get-alist'.
2291 (dir-locals-collect-mode-variables): Rename from
2292 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
2293 `mode-variables', and arg `settings' to `variables'.
2294 (dir-locals-collect-variables): Rename from
2295 `project-collect-binding-list'. Rename arg `binding-list' to
2296 `class-variables', and arg `settings' to `variables'.
2297 (dir-locals-set-directory-class): Rename from `set-directory-project'.
2298 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
2299 Rename arg `settings' to `variables'.
2300 (dir-locals-file): New defconst.
2301 (dir-locals-find-file): Rename from `project-find-settings-file'.
2302 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
2303 and `pda' to `dir-elt'.
2304 (dir-locals-read-from-file): Rename from
2305 `project-define-from-project-file'. Rename arg `settings-file'
2306 to `file'. Rename let-bound `list' to `variables'.
2307 (hack-dir-local-variables): Rename from `hack-project-variables'.
2308 Rename let-bound `settings' to `variables-file', `root-dir'
2309 to `dir-name', and `bindings' to `variables'.
2310
9af967bd
LK
23112008-11-22 Lute Kamstra <lute@gnu.org>
2312
2313 * simple.el (goto-line): Rename argument.
2314
f7a043c3
EZ
23152008-11-22 Eli Zaretskii <eliz@gnu.org>
2316
0b8e2d21
EZ
2317 * makefile.w32-in (compile-first): New target.
2318 (recompile): Depend on compile-first.
2319
f7a043c3
EZ
2320 * Makefile.in (recompile): Depend on compile-first.
2321
3ad96b4d
MR
23222008-11-22 Martin Rudalics <rudalics@gmx.at>
2323
2324 * files.el (switch-to-buffer-other-window)
2325 (switch-to-buffer-other-frame): Rename buffer argument to
2326 buffer-or-name. Reword and mention new option
2327 confirm-nonexistent-file-or-buffer in doc-string.
2328
8c3ad6c4 23292008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3ad96b4d 2330
2cf6bf63 2331 * emulation/viper.el: Date change.
3ad96b4d 2332
2cf6bf63 2333 * emulation/viper-cmd.el (viper-envelop-ESC-key):
8c3ad6c4 2334 viper-translate-all-ESC-keysequences is now a function.
3ad96b4d 2335
49851cf7 2336 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
2cf6bf63 2337 Make this variable.
3ad96b4d 2338
33f95a82
SM
23392008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
2342 Use buffer-file-truename to handle symlinks in any part of the filename.
2343
a857238c
GM
23442008-11-22 Glenn Morris <rgm@gnu.org>
2345
2346 * vc-mtn.el (vc-mtn-diff-switches): New option.
2347 (vc-mtn-program): Rename from vc-mtn-command, for
2348 consistency with other backends. Keep old name as alias.
2349 Update callers. Make it a defcustom.
2350 (vc-mtn-diff): Give it a doc string. Apply diff switches.
2351
2352 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
2353 consistency with other backends. Keep old name as alias.
2354 Make it a defcustom.
2355 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
2356
2357 * vc-hg.el (vc-hg-program): New option.
2358 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
2359 Use vc-hg-program rather than hard-coded "hg".
2360
2361 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
2362 (vc-svn-program): Move defcustom to start.
2363 (vc-svn-create-repo, vc-svn-modify-change-comment):
2364 Use vc-svn-program rather than hard-coded "svn".
2365
2366 * menu-bar.el: Stylistic consistency fixes for various menu and
2367 help texts.
2368
2369 * kmacro.el (kmacro-insert-counter): Doc fix.
2370
723d286f
SM
23712008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
2372
2373 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
2374
3889f0fa 23752008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
534d37da 2376
94579c02
SM
2377 * international/quail.el (quail-indent-to): New function.
2378 (quail-completion-1, quail-completion-list-translations)
2379 (quail-insert-decode-map): Use it to improve alignment.
2380 (quail-build-decode-map): Don't ignore latin-1 chars.
2381 (quail-help): Increase the max decode-map size so that even the TeX map
2382 gets printed.
2383
2ef435bf
SM
2384 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
2385 Signal error for invalid bookmark.
2386 (bookmark-get-bookmark-record): Undo last change.
2387 (bookmark-store, bookmark-delete): Use new arg `noerror'.
2388
3889f0fa
SM
2389 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
2390 Suggested by Toru TSUNEYOSHI.
2391
86edb111
CY
23922008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2393
2394 * byte-opt.el (byte-compile-butlast): Move up in file.
2395 (byte-optimize-plus): Don't call
3889f0fa
SM
2396 byte-optimize-delay-constants-math (bug#1334).
2397 Use byte-optimize-predicate to optimize constants.
395f0100
JB
2398 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
2399 Remove zero arguments first
86edb111
CY
2400 if possible. Call byte-optimize-predicate to optimize constants.
2401 (byte-optimize-multiply): Remove optimizations for arguments of 0
3889f0fa
SM
2402 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
2403 Call byte-optimize-predicate.
86edb111 2404 (byte-optimize-divide): Leave runtime errors unchanged.
395f0100 2405 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
86edb111
CY
2406 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
2407
4b65254d
JB
24082008-11-21 Juanma Barranquero <lekktu@gmail.com>
2409
86edb111
CY
2410 * bookmark.el (bookmark-jump-noselect): Add obsolescence
2411 declaration and remove redundant info from docstring.
0f219a97 2412
4b65254d
JB
2413 * isearch.el (isearch-search-string): Doc fix.
2414 (search-exit-option, search-slow-window-lines, search-slow-speed)
2415 (search-upper-case, search-nonincremental-instead)
2416 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
2417 (search-ring-update, search-highlight, isearch-lazy-highlight)
2418 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
2419 (lazy-highlight-interval): Remove * from defcustom docstrings.
2420 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
2421 Remove * from defcustom docstrings; fix typos.
2422 (isearch-push-state-function, isearch-help-for-help-internal)
2423 (isearch-help-for-help, isearch-describe-bindings)
2424 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
2425 (isearch-pop-fun-state, isearch-search-fun-function)
2426 (isearch-lazy-highlight-search): Fix typos in docstrings.
2427 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
2428 (isearch-forward): Fix typo and reflow docstring.
2429 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
2430 (isearch-mode-map): Don't use `let*'.
2431
af690100
CY
24322008-11-21 Chong Yidong <cyd@stupidchicken.com>
2433
4b65254d 2434 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
af690100 2435
e1ff8dd0
SM
24362008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2437
3be5da9e
SM
2438 * isearch.el (isearch-search-string): Simplify and convert docstring.
2439
e1ff8dd0
SM
2440 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
2441
11eac3ea
JB
24422008-11-20 Juanma Barranquero <lekktu@gmail.com>
2443
2444 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
2445 (lookup-nested-alist): Doc fix.
2446 (with-coding-priority): Reflow docstring.
2447 (detect-coding-with-priority): Fix typos in obsolescence declaration.
2448 (char-displayable-p): Reflow docstring. Use `when'.
2449
d46b5214
DN
24502008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2451
2452 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
2453 week forward/backward.
2454
3fd29551
JB
24552008-11-20 Juanma Barranquero <lekktu@gmail.com>
2456
2457 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
2458 (with-electric-help): Fix typo and reflow docstring.
2459
31e02fab
SM
24602008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
2463 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
2464 (list-buffers-noselect): Don't need to pad.
2465
11eac3ea 24662008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
a3e5a603
SM
2467
2468 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
2469 Pay attention to char widths when computing string sizes.
2470
2b9c3b12
JB
24712008-11-20 Juanma Barranquero <lekktu@gmail.com>
2472
2473 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
2474 (byte-compile-output-docform): Reflow docstrings.
2475 (no-byte-compile): Fix typo in docstring.
2476 (byte-recompile-directory, compile-defun): Doc fixes.
2477 (emacs-lisp-file-regexp, byte-compile-verbose)
2478 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
2479 (byte-compile-dynamic-docstrings, byte-optimize-log)
2480 (byte-compile-error-on-warn, byte-compile-warnings)
2481 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
2482 Remove * from defcustom docstrings.
2483
6620643f
GM
24842008-11-20 Glenn Morris <rgm@gnu.org>
2485
2486 * format.el (format-alist, format-write-file): Doc fix.
2487
2488 * proced.el (proced-available): New variable.
2489 (proced-process-attributes): Move availability check from previous
2490 change from here...
2491 (proced): ... to here.
2492
2493 * vc-hg.el (vc-hg-diff-switches): New option.
2494 (vc-hg-diff): Apply diff switches. (Bug#1017)
2495
2496 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
2497
2498 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
2499
25002008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
2501
2502 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
2503
60afd99b
JB
25042008-11-19 Juanma Barranquero <lekktu@gmail.com>
2505
2506 * calc/calc-units.el (math-units-table): Doc fix.
2507 (math-standard-units): Fix typo in constant's description.
2508 (math-additional-units): Fix typo in docstring.
2509
1f52c942 25102008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
4929aa69
JB
2511
2512 * calc/calc-units.el (math-standard-units): Add eps0,
2513 permittivity of vacuum.
2514
35f0d8ce
DN
25152008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
2516
2517 * files.el (project-settings-file): Remove.
2518 (project-find-settings-file): Undo previous change that added the
2519 use of project-settings-file.
2520
667df88c
GM
25212008-11-19 Glenn Morris <rgm@gnu.org>
2522
2523 * proced.el (proced, proced-format-time): Doc fixes.
2524 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
2525
8f7028a8
KF
25262008-11-19 Karl Fogel <kfogel@red-bean.com>
2527
2528 * bookmark.el (bookmark-jump-noselect): Move the deprecation
2529 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
2530
a3610f0c
LK
25312008-11-19 Lute Kamstra <lute@gnu.org>
2532
2533 * autoinsert.el (auto-insert-alist): Don't use match data.
2534
ec302593
GM
25352008-11-19 Glenn Morris <rgm@gnu.org>
2536
68fcc3ec
GM
2537 * progmodes/f90.el (f90-mode-map): Add some menu :help.
2538
ec302593
GM
2539 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
2540
2541 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
2542 * term/w32-win.el (x-select-font): Declare.
2543
2544 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
2545 Use the imperative for all help strings.
2546
35b05a77
SM
25472008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2548
a1e34e71
SM
2549 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
2550 case where the default dictionary is French, Spanish, younameit.
2551
a3610f0c
LK
2552 * window.el (window--frame-usable-p): Consider dedicated windows
2553 as usable.
064e57de 2554
35b05a77
SM
2555 * files.el (confirm-nonexistent-file-or-buffer):
2556 Rename from find-file-confirm-nonexistent-file.
2557 (read-buffer-to-switch): Use it.
2558
a77ad240
JB
25592008-11-18 Juanma Barranquero <lekktu@gmail.com>
2560
2561 * server.el (server-temp-file-p): Use `string-match-p'.
2562 (server-socket-dir): Set to nil if local sockets are unsupported.
2563 (server-start): Don't try to delete local socket if unsupported.
2564 (server-kill-new-buffers): Reflow docstring.
2565 (server-delete-client, server-handle-delete-frame)
2566 (server-save-buffers-kill-terminal): Doc fixes.
2567 (server-send-string): Fix typo in docstring.
2568
dd93e6da
SS
25692008-11-18 Sam Steingold <sds@gnu.org>
2570
2571 * progmodes/compile.el (compilation-start-hook): New hook.
2572 (compilation-start): Run it on the compilation process.
2573
d0d8885d
JB
25742008-11-18 Juanma Barranquero <lekktu@gmail.com>
2575
2576 * international/mule-cmds.el (update-leim-list-file): Simplify.
2577 (prefer-coding-system, find-coding-systems-for-charsets):
2578 Fix docstring typos.
2579 (select-safe-coding-system, input-method-exit-on-first-char)
2580 (language-info-alist, language-info-custom-alist): Reflow docstrings.
2581 (toggle-input-method, read-multilingual-string): Doc fixes.
2582 Reflow docstrings.
2583 (locale-name-match, sort-coding-systems, find-multibyte-characters)
2584 (read-char-by-name): Use `string-match-p'.
2585 (get-char-code-property, put-char-code-property)
2586 (char-code-property-description): Be silent while loading uni-* files.
2587 (ucs-names): Use `dotimes-with-progress-reporter', because loading
2588 the Unicode character names is *slow*.
2589
e89e92b1
CY
25902008-11-17 Chong Yidong <cyd@stupidchicken.com>
2591
58caa5cf
CY
2592 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
2593
d0d8885d 2594 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
e89e92b1 2595
bdf66e8d
JB
25962008-11-17 Juanma Barranquero <lekktu@gmail.com>
2597
2598 * international/mule-cmds.el (ucs-completions): Mark as risky.
2599
a0c859f0
MR
26002008-11-17 Martin Rudalics <rudalics@gmx.at>
2601
6c73d986
MR
2602 * help-macro.el (three-step-help): Remove * from defcustom.
2603 (make-help-screen): Don't iconify selected frame. (Bug#1322)
2604 Use when instead of if and cond within condition-case.
2605
a0c859f0
MR
2606 * window.el (quit-window): Bind window to selected window when
2607 trying to delete it.
2608
79f0fbcf
GM
26092008-11-17 Glenn Morris <rgm@gnu.org>
2610
2611 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
2612 definition of 'ignore, rather than nil. (Bug#1353)
2613
4afba819
SM
26142008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * window.el (window--frame-usable-p): Allow use for soft-dedication.
2617
5626c14e
JB
26182008-11-17 Juanma Barranquero <lekktu@gmail.com>
2619
062552e7
JB
2620 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
2621
5626c14e
JB
2622 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
2623 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
2624 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
2625 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
2626 (shell-command, repeat-complex-command): Reflow docstrings.
2627 (pop-to-mark-command): Fix typos in docstring.
2628
0eb5f40f
JL
26292008-11-17 Juri Linkov <juri@jurta.org>
2630
2631 * isearch.el (isearch-filter-predicate): Rename from
2632 `isearch-success-function'. Rename default value from
2633 `isearch-success-function-default' to
2634 `isearch-filter-invisible'. Doc fix.
2635 (isearch-filter-invisible): Rename from
2636 `isearch-success-function-default'. Doc fix.
4afba819
SM
2637 (isearch-search, isearch-lazy-highlight-search):
2638 Rename `isearch-success-function' to `isearch-filter-predicate'.
0eb5f40f
JL
2639
2640 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
2641 `dired-isearch-orig-success-function'.
2642 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
2643 (dired-isearch-filenames-end): Rename `isearch-success-function' to
2644 `isearch-filter-predicate'. Doc fix.
2645 (dired-isearch-filter-filenames): Rename from
2646 `dired-isearch-success-function'.
2647
4afba819
SM
2648 * info.el (Info-search, Info-mode):
2649 Rename `isearch-success-function' to `isearch-filter-predicate'.
0eb5f40f
JL
2650 (Info-isearch-filter-predicate): Rename from
2651 `Info-search-success-function'.
2652
2653 * simple.el (minibuffer-default-add-function): Fix docstring to
2654 use clear text "default values" instead of obscure references to
2655 the dynamic variable `minibuffer-default'.
2656
f6542587
GM
26572008-11-16 Glenn Morris <rgm@gnu.org>
2658
ff757fd1
GM
2659 * term/ns-win.el (ns-extended-platform-support-mode):
2660 Tweak menu entry from previous change.
2661
60d61f43
GM
2662 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
2663
f6542587
GM
2664 * cus-edit.el (custom-buffer-create-internal): Always insert the
2665 in-buffer buttons, regardless of tool-bar. (Bug#1326)
2666
71a00ac2
CY
26672008-11-16 Chong Yidong <cyd@stupidchicken.com>
2668
3889f0fa 2669 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
71a00ac2 2670
a535b26e
SM
26712008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 * ielm.el (ielm-eval-input): Fix thinko in last change.
2674
f5f895cf
CY
26752008-11-16 Chong Yidong <cyd@stupidchicken.com>
2676
2677 * subr.el (read-passwd): Yank current kill if the user enters C-y.
2678
2c5b3bdd
MA
26792008-11-16 Michael Albinus <michael.albinus@gmx.de>
2680
2681 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
2682 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
2683
2684 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
a535b26e
SM
2685 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2686 Handle `file-name-as-directory'.
2c5b3bdd 2687
57d221dc
CY
26882008-11-16 Chong Yidong <cyd@stupidchicken.com>
2689
2690 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
2691 usual variable-pitch face.
2692
4671dba5
JB
26932008-11-16 Juanma Barranquero <lekktu@gmail.com>
2694
2695 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
2696 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
2697 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
2698 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
2699 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
2700 (ange-ftp-quote-string, ange-ftp-process-handle-line)
2701 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
2702 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
2703 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
2704 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
2705 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
2706 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
2707 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
2708 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
2709 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
2710 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
2711 (ange-ftp-default-user, ange-ftp-default-password)
2712 (ange-ftp-default-account, ange-ftp-netrc-default-password)
2713 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
2714 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
2715 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
2716 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
2717 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
2718 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
2719 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
2720 (ange-ftp-make-backup-files, ange-ftp-retry-time)
2721 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
2722 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
2723 (ange-ftp-gateway-tmp-name-template)
2724 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
2725 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
2726 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
2727 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
2728 (ange-ftp-gateway-program): Remove * from docstring and reflow.
2729 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
2730 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
2731 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
2732 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
2733 (ange-ftp-rename-local-to-remote): Doc fixes.
2734 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
2735 Use `when', `unless'.
2736 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
2737 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
2738 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
2739 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
2740 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
2741 (ange-ftp-process-sentinel): Use `when'. Fix typo.
2742 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
2743 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
2744 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
2745 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
2746 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
2747 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
2748 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
2749 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
2750 `(save-match-data (string-match ...))'.
2751 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
2752 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
2753 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
2754 Doc fixes.
2755
42acc581 27562008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
4923f0c6
JB
2757
2758 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
2759 function instead of a variable.
2760
3889f0fa 2761 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
42acc581
MK
2762 viper-ESC-keyseq-timeout as a function.
2763 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
2764 defsubst.
4923f0c6
JB
2765
2766 * emulation/viper-cmd.el: Let line-move-visual to nil when using
2767 next-line or previous-line.
42acc581 2768 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
4923f0c6
JB
2769
2770 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
2771
42acc581
MK
2772 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
2773 live.
2774 (ediff-save-buffer): Let window-min-height to 2.
4923f0c6 2775
42acc581
MK
2776 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
2777 the minibuffer.
4923f0c6 2778
61c11870
JB
27792008-11-16 Juanma Barranquero <lekktu@gmail.com>
2780
2781 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
2782 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
2783 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
2784 (ielm-map): Define within defvar. Add docstring.
2785 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
2786 (ielm-complete-filename): Use `when', `unless'.
2787 (ielm-is-whitespace-or-comment): Use `string-match-p'.
2788 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
2789 (ielm-change-working-buffer): Check that the buffer is live.
2790 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
2791 Simplify. Reflow docstring.
2792 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
2793 New aliases, to satisfy `define-derived-mode' expectations.
2794
43ae2c48 27952008-11-15 Glenn Morris <rgm@gnu.org>
70403f65 2796 Martin Rudalics <rudalics@gmx.at>
f5e7fddd
GM
2797
2798 * emacs-lisp/find-func.el (find-function-advised-original): New.
2799 (find-function-C-source, find-function-noselect):
2800 Use find-function-advised-original to handle advised funcs. (Bug#789)
2801
28022008-11-15 Glenn Morris <rgm@gnu.org>
2803
2804 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
2805 alias message.
43ae2c48
GM
2806
2807 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
2808 Remove uniquify-after-kill-buffer-p dependency.
2809 (uniquify-kill-buffer-function): New function.
2810 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
2811
2812 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
2813 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
2814 main Emacs manual.
2815
f4f45fc5
MR
28162008-11-15 Martin Rudalics <rudalics@gmx.at>
2817
2818 * window.el (quit-window): Restore delete window with second
2819 arg non-nil behavior as of before 2008-10-30 change.
2820
2a7e89ea
CY
28212008-11-15 Chong Yidong <cyd@stupidchicken.com>
2822
2823 * help-fns.el (describe-function-1): Do char-range check for
2824 self-insert-command.
2825
dab71b2c
KF
28262008-11-14 Karl Fogel <kfogel@red-bean.com>
2827
61c11870 2828 * files.el (file-precious-flag): Document that this flag is advisory.
dab71b2c 2829
0d496d49
CY
28302008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2831
2832 * emacs-lisp/bytecomp.el (byte-compile-associative)
2833 (byte-compile-minus, byte-compile-quo): If there are more than two
2834 operands, don't use binary operation code (bug#1334).
2835
8fc29035
JB
28362008-11-14 Juanma Barranquero <lekktu@gmail.com>
2837
2838 * w32-fns.el (w32-shell-dos-semantics):
2839 * calendar/diary-lib.el (diary-face-attrs):
2840 * international/mule-cmds.el (set-default-coding-systems)
2841 (prefer-coding-system):
2842 * net/tramp.el (tramp-set-completion-function):
2843 * progmodes/vhdl-mode.el (vhdl-file-header):
2844 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
2845
2846 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
2847
2848 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
2849 (kill-matching-buffers, save-buffers-kill-emacs)
2850 (save-buffers-kill-terminal): Fix typos in docstrings.
2851 (switch-to-buffer-other-window): Reflow docstring.
2852 (revert-buffer): Doc fix.
2853 (define-project-bindings): Rename arg LIST to SETTINGS.
2854 (project-find-settings-file): Use `let', not `let*'.
2855 Use `when'.
2856
09949b83
JB
28572008-11-13 Juanma Barranquero <lekktu@gmail.com>
2858
2859 * files.el (project-settings-file, locate-dominating-file):
2860 Fix typos in docstrings.
2861 (find-file-visit-truename): Remove * from defcustom docstring.
2862
40d5e695 28632008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
f30efa7c
CY
2864
2865 * files.el (project-settings-file): New variable.
2866 (project-find-settings-file): Use it, instead of hardcoding
2867 .dir.settings.el.
2868
b2c99afe
GM
28692008-11-13 Glenn Morris <rgm@gnu.org>
2870
2871 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
2872
29c2869d
GM
28732008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
2874
2875 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
2876 in mail bodies.
2877
f81b2db1
JB
28782008-11-12 Juanma Barranquero <lekktu@gmail.com>
2879
2880 * international/mule.el (autoload-coding-system, with-category-table)
2881 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
2882 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
2883 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
2884 (set-file-name-coding-system, ctext-pre-write-conversion)
2885 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
2886 Reflow docstrings.
2887 (charset-list, set-coding-priority): Remove redundant obsolescence info.
2888 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
2889 (char-valid-p): Define with `define-obsolete-function-alias'.
2890
2891 * textmodes/artist.el (artist-mode): Fix typos in docstring.
2892
05342dca
SS
28932008-11-12 Sam Steingold <sds@gnu.org>
2894
2895 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
2896 between hostname and path.
2897
978d723e
JL
28982008-11-11 Juri Linkov <juri@jurta.org>
2899
2900 * dired-aux.el (dired-isearch-filenames)
2901 (dired-isearch-filenames-regexp):
2902 Let-bind isearch-message-prefix-add to "filename ".
2903
2904 * isearch.el (isearch-message-prefix-add)
2905 (isearch-message-suffix-add): New variables.
2906 (isearch-message-prefix): Show additional text from
2907 `isearch-message-prefix-add' before "I-search".
2908 (isearch-message-suffix): Show additional text from
2909 `isearch-message-suffix-add' at the end.
2910
2911 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
2912 `isearch-search'. Call isearch-success-function to skip matches
2913 outside the current isearch scope. Let-bind search-invisible to
2914 nil to not match invisible text.
2915
2916 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
2917 Let-bind `isearch-recursive-edit' to nil to prevent calling
2918 `exit-recursive-edit' in `isearch-done' that terminates the
2919 execution of these commands when it is non-nil. Call
2920 `exit-recursive-edit' explicitly at the end.
2921 (isearch-occur): For word search construct the correct regexp
2922 with word boundaries to proceed with occur.
2923
2924 * isearch.el (isearch-search-fun): Compare the length of the
2925 current search string with the length of the string from the
2926 previous search state to detect the situation when the user
2927 adds or removes characters in the search string.
2928 Use word-search-forward-lax and word-search-backward-lax in this
2929 case, and otherwise word-search-forward and word-search-backward.
2930
f399e4ad
SS
29312008-11-11 Sam Steingold <sds@gnu.org>
2932
2933 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
2934 the "Version Control" group (for C-x v g).
2935
909049cb
JB
29362008-11-11 Juanma Barranquero <lekktu@gmail.com>
2937
2938 * server.el (server-process-filter): Fix typos and reflow docstring.
2939
2c4ac069
MR
29402008-11-11 Martin Rudalics <rudalics@gmx.at>
2941
2942 * mail/footnote.el (footnote-mode): Improve doc-string.
2943 Suggested by <jidanni@jidanni.org>. (Bug#1318)
2944
4759d8bd
CY
29452008-11-11 Chong Yidong <cyd@stupidchicken.com>
2946
2947 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
2948
373f0312
TZ
29492008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
2950
2951 * mail/smtpmail.el (smtpmail-open-stream): Use
863e372f 2952 `starttls-any-program-available'. Auto-load starttls.el for it.
373f0312 2953
7ae105c8
CY
29542008-11-08 Chong Yidong <cyd@stupidchicken.com>
2955
2956 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
2957 version (bug@1285).
2958
5463218c
EZ
29592008-11-08 Eli Zaretskii <eliz@gnu.org>
2960
2961 * startup.el (command-line): Ignore init-file-user when checking
2962 user's home directory on MS-DOS as well.
2963
3f71582d
SS
29642008-11-07 Sam Steingold <sds@gnu.org>
2965
2966 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
2967
69135f12
JB
29682008-11-07 Juanma Barranquero <lekktu@gmail.com>
2969
2970 * frame.el (make-frame-on-display): Use `string-match-p'.
2971
a0b66ce0
GM
29722008-11-07 Glenn Morris <rgm@gnu.org>
2973
2974 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
2975
94686171
DN
29762008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
2977
2978 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
2979 to initialize font-lock keyword case sensitivity.
2980 (lisp-mode): Use it.
2981
ee108e88
GM
29822008-11-06 Glenn Morris <rgm@gnu.org>
2983
c108d549
GM
2984 * eshell/esh-maint.el: Remove unused file.
2985
2986 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
2987
ee108e88
GM
2988 * cus-edit.el (custom-comment-tag): Doc fix.
2989 (custom-comment, custom-variable-value-create, custom-face):
2990 Use face names sans -face suffix rather than aliases.
2991
a2baa908
JB
29922008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
2993
2994 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
2995 window width.
2996
610a5df3
CY
29972008-11-05 Chong Yidong <cyd@stupidchicken.com>
2998
2999 * server.el (server-process-filter): Only default to emacsclient's
3000 terminal in daemon mode.
3001
f417bc0a
MR
30022008-11-05 Martin Rudalics <rudalics@gmx.at>
3003
3004 * window.el (quit-window): Restore prefix argument behavior
3005 removed in 2008-10-30 change. (Bug#1308)
3006
f1809341
TH
30072008-11-05 Tassilo Horn <tassilo@member.fsf.org>
3008
3009 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
3010 function to kill-buffer-hook, not to kill-buffer.
3011 Reported by Markus Triska <markus.triska@gmx.at>
3012
bc6922de
JB
30132008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
3014
3015 * calc/calc.el (calc-quit): Make sure that the keypad buffer
3016 exists before deleting its windows.
3017
aab520e5
CY
30182008-11-04 Chong Yidong <cyd@stupidchicken.com>
3019
3020 * server.el (server-process-filter): Don't call
3021 server-create-tty-frame when no tty name is specified.
3022
74c76008
CY
30232008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3024
3025 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
3026
49275d55
JB
30272008-11-04 Juanma Barranquero <lekktu@gmail.com>
3028
3029 * international/mule-cmds.el (toggle-enable-multibyte-characters)
3030 (define-char-code-property):
3031 * textmodes/reftex.el (reftex-index):
3032 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
3033
033b3b68
CY
30342008-11-04 Chong Yidong <cyd@stupidchicken.com>
3035
74c76008
CY
3036 * vc-bzr.el (vc-bzr-dir-printer): Rename from
3037 vc-bzr-status-printer.
3038
bd98d0e3
CY
3039 * startup.el (startup-echo-area-message): Display a different
3040 message in daemon mode. Suggested by Stephen Turnbull.
3041
033b3b68
CY
3042 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
3043 Windows.
3044
ca68aad8
JB
30452008-11-04 Juanma Barranquero <lekktu@gmail.com>
3046
3047 * dframe.el (dframe-mouse-position-function)
3048 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
3049 (dframe-mouse-set-point): Fix typos in docstrings.
3050
a7200025
DN
30512008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3052
3053 * vc-dir.el (vc-dir-headers): Undo previous change.
3054
a7cb7fd2
NR
30552008-11-04 Nick Roberts <nickrob@snap.net.nz>
3056
3057 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
3058 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
3059
ee434cb1
MR
30602008-11-04 Martin Rudalics <rudalics@gmx.at>
3061
3dcde186
MR
3062 * subr.el (looking-back): Fix doc-string typo.
3063
f6bfcbb4
MR
3064 * electric.el (Electric-pop-up-window): Call window-end with
3065 UPDATE set to t.
3066
ee434cb1
MR
3067 * window.el (save-selected-window): Make it behave like
3068 save-selected-window-norecord.
3069 (save-selected-window-norecord): Remove, since functionality
3070 fully taken over by save-selected-window.
3071 (walk-windows, set-window-text-height, fit-window-to-buffer):
3072 Use save-selected-window instead of save-selected-window-norecord.
c81ca8d8
MR
3073 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
3074 save-selected-window-norecord.
3075 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
3076 indent-function for save-selected-window-norecord.
ee434cb1 3077
ca4ea39f
AM
30782008-11-03 Alan Mackenzie <acm@muc.de>
3079
3080 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
3081
de4ebfdb
CY
30822008-11-03 Chong Yidong <cyd@stupidchicken.com>
3083
02f286cd
CY
3084 * subr.el (looking-back): Doc fix.
3085
ca68aad8
JB
3086 * term/x-win.el (x-initialize-window-system):
3087 Call x-wm-set-size-hint after initialization.
3021ce72 3088
b49912b2
CY
3089 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
3090 to t.
3091
de4ebfdb
CY
3092 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
3093 2000-12-08 (bug#1297).
3094
3095 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
3096
df802986
JB
30972008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
3098
3099 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
3100 when appropriate.
3101
cbd0f686
MR
31022008-11-02 Martin Rudalics <rudalics@gmx.at>
3103
ca68aad8 3104 * window.el (save-selected-window-norecord): New macro.
cbd0f686
MR
3105 (walk-windows): Use save-selected-window-norecord and call
3106 select-window with NORECORD set. (Bug#1237)
ca68aad8
JB
3107 (set-window-text-height, fit-window-to-buffer):
3108 Use save-selected-window-norecord and call select-window with
cbd0f686
MR
3109 NORECORD set.
3110 * subr.el (with-selected-window): Call set-frame-selected-window
3111 with new argument NORECORD set. Update doc-string.
3112 (with-selected-frame): Call select-frame with new argument
3113 NORECORD set. Update doc-string.
ca68aad8
JB
3114 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
3115 Put indent-function for save-selected-window-norecord.
3116 * font-lock.el (lisp-font-lock-keywords-2):
3117 Add save-selected-window-norecord.
cbd0f686 3118
6cda144f
JB
31192008-11-01 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * cus-edit.el (customize-apropos-options, custom-comment)
3122 (custom-comment-tag, custom-face-edit-attribute-tag):
3123 Fix typos in docstrings.
3124 (custom-buffer-done-kill): Remove * from defcustom docstring.
3125 (custom-file): Fix typo in doc of defcustom choice.
3126
3127 * frame.el (display-visual-class): Fix typo in docstring.
3128 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
3129 (special-display-frame-alist, show-trailing-whitespace)
3130 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
3131 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3132 Remove * from defcustom docstrings.
3133
3134 * md4.el (md4-buffer): Fix typo in docstring.
3135 (md4, md4-64): Doc fixes.
3136 (md4-pack-int32): Reflow docstring.
3137
3138 * paths.el (rmail-file-name): Remove * from defcustom docstring.
3139 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
3140
3141 * rect.el (open-rectangle): Reflow docstring.
3142 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
3143
3144 * select.el (x-get-cut-buffer): Fix typo in docstring.
3145
3146 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
3147 (timezone-time-zone-from-absolute, timezone-leap-year-p):
3148 Fix typos in docstrings.
3149
3150 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
3151 Fix typos in docstrings.
3152
c9aafaaf
UJ
31532008-10-31 Ulf Jasper <ulf.jasper@web.de>
3154
5c979e02 3155 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
c9aafaaf
UJ
3156
3157 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
3158 (newsticker--treeview-list-update, newsticker--treeview-item-show)
3159 (newsticker--treeview-tree-update)
3160 (newsticker--treeview-tree-update-highlight)
3161 (newsticker-treeview-update)
3162 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
3163 (newsticker-treeview-next-new-or-immortal-item)
3164 (newsticker-treeview-prev-new-or-immortal-item)
3165 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
3166 (newsticker-treeview-tree-click): Watch for layout changes.
3167 (newsticker--treeview-set-current-node): Cleanup.
5c979e02 3168 (newsticker--treeview-restore-layout): Rename from
c9aafaaf
UJ
3169 newsticker--treeview-restore-buffers.
3170 (newsticker--treeview-mark-item): Update cache file.
3171
ca2d101f
UJ
31722008-10-31 Ulf Jasper <ulf.jasper@web.de>
3173
3174 * calendar/icalendar.el (icalendar--uid-count): New.
5c979e02 3175 (icalendar--create-uid): New. Extracted from
ca2d101f
UJ
3176 `icalendar-export-region' and add uid counter.
3177 (icalendar-export-region): Use `icalendar--create-uid'.
3178
38df7d21
JB
31792008-10-31 Juanma Barranquero <lekktu@gmail.com>
3180
3181 * tooltip.el (tooltip-frame-parameters): Doc fix.
3182
5c17a891
MR
31832008-10-31 Martin Rudalics <rudalics@gmx.at>
3184
3185 * window.el (window-body-height, window-current-scroll-bars)
3186 (walk-windows, get-window-with-predicate, get-buffer-window-list)
3187 (minibuffer-window-active-p, count-windows)
3188 (window-safely-shrinkable-p, window--splittable-p)
3189 (window--try-to-split-window, window--frame-usable-p)
3190 (window--even-window-heights, window--display-buffer-1)
3191 (window--display-buffer-2, set-window-text-height)
3192 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3193 (truncated-partial-width-window-p): Rewrite doc-string.
3194 (window-fixed-size-p): Simplify code. Rewrite doc-string.
3195 (split-window-vertically, split-window-horizontally):
3196 Rename args, rewrite doc-string, and simplify code.
3197 (split-window-save-restore-data): Rename args and use
3198 when instead of if.
3199
e9048e4f
CY
32002008-10-30 Chong Yidong <cyd@stupidchicken.com>
3201
decaba00
CY
3202 * indent.el (indent-for-tab-command): Use use-region-p.
3203
e9048e4f
CY
3204 * vc.el (vc-revert): Limit the length of the query string.
3205
1d2b0303
JB
32062008-10-30 Juanma Barranquero <lekktu@gmail.com>
3207
3208 * simple.el (idle-update-delay, next-error-highlight)
3209 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
3210 (minibuffer-history-case-insensitive-variables, kill-ring-max)
3211 (kill-read-only-ok, backward-delete-char-untabify-method)
3212 (kill-whole-line, mark-ring-max, global-mark-ring-max)
3213 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
3214 (goal-column, line-move-ignore-invisible, fill-prefix)
3215 (auto-fill-inhibit-regexp, blink-matching-paren)
3216 (blink-matching-paren-on-screen, blink-matching-paren-distance)
3217 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
3218 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
3219 (minibuffer-history-isearch-wrap, transient-mark-mode)
3220 (next-logical-line, auto-fill-mode, line-number-mode)
3221 (column-number-mode, size-indication-mode, clone-indirect-buffer)
3222 (normal-erase-is-backspace-mode): Doc fixes.
3223 (current-kill, transient-mark-mode, toggle-truncate-lines)
3224 (visible-mode): Reflow docstrings.
3225 (minibuffer-local-shell-command-map, interprogram-paste-function):
3226 Fix typos in docstrings.
3227
89c4b597
CY
32282008-10-30 Chong Yidong <cyd@stupidchicken.com>
3229
3230 * server.el (server-process-filter): In daemon mode, default to
3231 emacsclient's tty if not opening a new frame and only the
3232 terminal-frame is available.
3233
9045be38
MR
32342008-10-30 Martin Rudalics <rudalics@gmx.at>
3235
3236 * window.el (quit-window): Simplify code. Say in doc-string
3237 that it operates on the selected window's buffer. (Bug#1259)
3238
acd1db23
NR
32392008-10-30 Nick Roberts <nickrob@snap.net.nz>
3240
3241 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
3242 nil so that log-view-diff-changeset works.
3243
976556c9
GM
32442008-10-30 Glenn Morris <rgm@gnu.org>
3245
3246 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
3247
752fac18 3248 * resume.el: Move to obsolete/.
69726ac3 3249 * Makefile.in (ELCFILES): Update.
752fac18 3250
21d57aa2
CY
32512008-10-29 Chong Yidong <cyd@stupidchicken.com>
3252
bb07cb70
CY
3253 * electric.el (Electric-pop-up-window): Don't shrink the window if
3254 it's already big enough.
3255
623e480f
CY
3256 * minibuffer.el (delete-minibuffer-contents): Delete all
3257 minibuffer contents instead of just the current field.
3258
1d2b0303 3259 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
8a7c2fb5 3260
de4dc606
CY
3261 * bookmark.el (bookmark-handle-bookmark): Rename from
3262 bookmark-jump-noselect.
3263 (bookmark--jump-via, bookmark-insert): Callers changed.
3264 (bookmark-jump-noselect): Wrapper function for
3265 bookmark-handle-bookmark.
6515ca91 3266 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
de4dc606 3267
21d57aa2
CY
3268 * textmodes/ispell.el (ispell-word): Use use-region-p.
3269
19423c53
JB
32702008-10-29 Juanma Barranquero <lekktu@gmail.com>
3271
3272 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
3273 to follow naming conventions for abnormal hooks. Doc fix.
3274 (tooltip-mode, tooltip-timeout): Use it.
3275 (tooltip-hook): New obsolete alias.
3276 (tooltip-help-tips): Doc fix.
3277
3278 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
3279
f77b11a0
JB
32802008-10-29 Ulrich Mueller <ulm@gentoo.org>
3281
3282 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
3283 of hardcoded /tmp.
3284
dc515cca
GM
32852008-10-29 Glenn Morris <rgm@gnu.org>
3286
f0e35aeb
GM
3287 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
3288
dc515cca
GM
3289 * vc-hooks.el (vc-find-root): Remove bogus alias.
3290
2279ba84
SM
32912008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3292
3293 * international/quail.el (quail-show-guidance): Don't create
3294 a guidance-frame if current buffer is not a minibuffer, since even if
3295 selected-window is mini-p, the buffer will never be displayed in it, so
3296 it wil be usable for guidance.
3297
a8028e7b
SM
32982008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3299
3300 * smerge-mode.el: Require diff-mode at run-time as well.
3301
efe0da9c
MR
33022008-10-28 Martin Rudalics <rudalics@gmx.at>
3303
3304 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
37e14a62 3305 * vc-hooks.el (vc-stay-local): Likewise.
efe0da9c 3306
dc515cca 33072008-10-28 Phil Sung <psung@mit.edu>
99dfcc0d
MR
3308
3309 * follow.el (follow-scroll-down, follow-calc-win-end)
3310 (follow-estimate-first-window-start): Reduce effective window
437cfece 3311 height when header line is present. (Bug#925)
99dfcc0d 3312
eeaa563e
JB
33132008-10-28 Juanma Barranquero <lekktu@gmail.com>
3314
2bea2795
JB
3315 * subr.el (locate-user-emacs-file): Simplify. Don't create
3316 `user-emacs-directory' when Emacs is running in batch mode.
3317
eeaa563e
JB
3318 * startup.el (inhibit-startup-screen): Reflow docstring.
3319 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
3320
38df7d21
JB
33212008-10-27 Kenichi Handa <handa@m17n.org>
3322
3323 * descr-text.el (describe-char): Fix terminal case (where font is nil).
3324
16c1ddc2
JB
33252008-10-27 Juanma Barranquero <lekktu@gmail.com>
3326
3327 * face-remap.el (text-scale-increase, text-scale-decrease)
3328 (text-scale-adjust): Remove &optional keyword from the arg list;
3329 the INC argument is not really optional, if the functions happen
3330 to be called from elisp.
3331
4ff029f6
DN
33322008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3333
13ad7457
DN
3334 * vc.el: Rename VC methods that were missed when vc-status was
3335 renamed to vc-dir.
3336 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
3337 vc-svn-status-extra-headers.
3338 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
3339 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
3340 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
3341 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
3342 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
3343 vc-dir-status-printer.
3344 (vc-dir-headers): Use `dir-extra-headers' instead of
16c1ddc2 3345 `status-extra-headers'.
13ad7457
DN
3346 (vc-dir-printer): Rename from vc-dir-status-printer.
3347 (vc-default-dir-extra-headers): Rename from
3348 vc-default-status-extra-headers.
3349 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
3350 vc-cvs-status-extra-headers.
3351
4ff029f6
DN
3352 * startup.el (server-name): Pacify byte compiler.
3353 (command-line): If --daemon=SERVER_NAME was used, set server-name
3354 before calling server-start.
3355
5790ef40
DN
33562008-10-26 Romain Francoise <romain@orebokech.com>
3357
3358 * startup.el (command-line): Call daemon-initialized after
3359 starting the server.
3360
91c491e0
KH
33612008-10-26 Kenichi Handa <handa@m17n.org>
3362
3363 * help-fns.el (describe-categories): Display the terse legend at
3364 the head.
3365
3366 * international/characters.el: Docstrings of categories improved.
3367
f37a389e
SM
33682008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3369
f7550173
SM
3370 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
3371
f37a389e
SM
3372 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
3373 to the courier family.
3374 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
3375 usually not serif'd and hence rather unlike verbatim's printed output.
3376
fafd2979
CY
33772008-10-25 Chong Yidong <cyd@stupidchicken.com>
3378
ddf59b5f
CY
3379 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
3380 when reporting the module.
3381
fafd2979
CY
3382 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
3383
b6576049
SM
3384 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
3385
33862008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3387
3388 * files.el (locate-dominating-stop-dir-regexp): New var.
3389 (locate-dominating-file): Change arg from a regexp to a file name.
3390 Rewrite using the vc-find-root code to avoid directory-files which is
3391 too slow. Obey locate-dominating-stop-dir-regexp.
3392 Don't pay attention to changes in owner.
3393 (project-find-settings-file): Adjust call to locate-dominating-file.
3394
3395 * progmodes/flymake.el (flymake-find-buildfile):
3396 Adjust call to locate-dominating-file.
3397
3398 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
3399 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
fafd2979 3400
cf20330b
MR
34012008-10-25 Martin Rudalics <rudalics@gmx.at>
3402
83f57f49
MR
3403 * subr.el (with-current-buffer): Rename buffer argument to
3404 buffer-or-name.
cf20330b
MR
3405 * window.el (get-buffer-window-list): Rename buffer argument to
3406 buffer-or-name and make it optional.
3407
ea6c930a
JB
34082008-10-25 Juanma Barranquero <lekktu@gmail.com>
3409
3410 * completion.el (add-completion-to-head, add-completion): Doc fixes.
3411 (completion-search-next, add-completions-from-file):
3412 Fix typos in docstrings.
3413
3414 * filesets.el (filesets-menu-ensure-use-cached)
3415 (filesets-ingroup-patterns, filesets-filetype-property):
3416 * tutorial.el (get-lang-string):
3417 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
3418 Fix typos in docstrings.
3419
3420 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
3421 (image-dired-line-up-method, image-dired-thumb-size)
3422 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
3423 (image-dired-track-original-file, image-dired-track-thumbnail)
3424 (image-dired-dired-next-line, image-dired-dired-previous-line)
3425 (image-dired-write-comments): Reflow docstrings.
3426 (image-dired-show-all-from-dir-max-files)
3427 (image-dired-format-properties-string, image-dired-create-thumbs)
3428 (image-dired-mark-tagged-files, image-dired-gallery-generate):
3429 Fix typos in docstrings.
3430
3431 * savehist.el (savehist-save-minibuffer-history, savehist-file)
3432 (savehist-additional-variables, savehist-ignored-variables)
3433 (savehist-file-modes, savehist-autosave-interval):
3434 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
3435 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
3436 (fancy-splash-image):
3437 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
3438 (thumbs-conversion-program, thumbs-margin):
3439 Remove spurious * in docstrings.
3440
ba286708 34412008-10-25 Aaron S. Hawley <aaronh@garden.org>
a6e62f2e
CY
3442
3443 * thingatpt.el (end-of-sexp, beginning-of-sexp)
3444 (forward-same-syntax): Omit default arguments to char-after and
3445 char-before.
3446
d6c180c4
JB
34472008-10-24 Juanma Barranquero <lekktu@gmail.com>
3448
3449 * subr.el (locate-user-emacs-file): New function.
3450 (user-emacs-directory): Mention it in docstring.
3451
3452 * completion.el (save-completions-file-name):
3453 * filesets.el (filesets-menu-cache-file):
3454 * image-dired.el (image-dired-dir, image-dired-db-file)
3455 (image-dired-temp-image-file, image-dired-gallery-dir)
3456 (image-dired-temp-rotate-image-file):
3457 * savehist.el (savehist-file):
3458 * server.el (server-auth-dir):
d6c180c4
JB
3459 * thumbs.el (thumbs-thumbsdir):
3460 * tutorial.el (tutorial--saved-dir):
3461 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
3462
802393f6
JB
34632008-10-23 Juanma Barranquero <lekktu@gmail.com>
3464
3465 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
3466 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
3467
ad4f4a36
CY
34682008-10-23 Chong Yidong <cyd@stupidchicken.com>
3469
3470 * filesets.el: Update author email.
51d66d83 3471 (filesets-data): Doc fix.
ad4f4a36 3472
d8c967ad 34732008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
84353206 3474
802393f6 3475 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
84353206 3476
fd0dd4c3
KH
34772008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
3478
3479 * international/mule-cmds.el (describe-language-environment):
3480 Indent sample text.
3481
0ee35e51
GM
34822008-10-23 Glenn Morris <rgm@gnu.org>
3483
730ad3db
GM
3484 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
3485
0ee35e51
GM
3486 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
3487 byte-compile a redefinition of a function with special byte-compile
3488 handling. (Bug#411)
3489
c4abbb04
VJL
34902008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3491
3492 * ps-print.el: Deal with page sizes for label printes. Suggested by
3493 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
3494 (ps-print-version): New version 7.3.3.
3495 (ps-page-dimensions-database): New page sizes for label printers.
3496 (ps-n-up-printing): Fix code.
3497
4133c214
CY
34982008-10-22 Chong Yidong <cyd@stupidchicken.com>
3499
00421bf5
CY
3500 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
3501
d8ce500c
CY
3502 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
3503 (list-at-point): Add docstrings.
3504
b6576049 3505 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
1442fd94 3506
4133c214
CY
3507 * dired-aux.el (dired-do-create-files): Doc fix.
3508
cb83c00b
AR
35092008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
3510
3511 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
3512 with other documentation.
3513
3f2372cb
JB
35142008-10-22 Juanma Barranquero <lekktu@gmail.com>
3515
3516 * replace.el (how-many): Fix typo in docstring.
3517 Reported by Leo <sdl.web@gmail.com>.
3518
4620ee7a
GM
35192008-10-22 Glenn Morris <rgm@gnu.org>
3520
3521 * international/mule-cmds.el (universal-coding-system-argument):
3522 Check for C-g. (Bug#1205)
3523
4626499f
KH
35242008-10-22 Kenichi Handa <handa@m17n.org>
3525
3526 * international/characters.el: Don't setup
3527 find-word-boundary-function-table.
3528 (next-word-boundary-han, next-word-boundary-kana): Delete them.
b6576049
SM
3529 (word-combining-categories, word-separating-categories):
3530 Adjust to the change of the docstrings.
4626499f 3531
5ab6aa6d
CY
35322008-10-21 Chong Yidong <cyd@stupidchicken.com>
3533
3534 * simple.el (region-active-p): Doc fix.
3535
30ee26a9
EZ
35362008-10-20 Eli Zaretskii <eliz@gnu.org>
3537
3538 * subr.el (apply-partially): Move from here...
3539
3540 * simple.el (apply-partially): ...to here.
3541
d551d20d
AS
35422008-10-20 Andreas Schwab <schwab@suse.de>
3543
3544 * subr.el (split-string-and-unquote): Simplify regexp.
3545
d0fc47ed
EZ
35462008-10-20 Eli Zaretskii <eliz@gnu.org>
3547
3548 * subr.el (top-level): Require `cl' when compiling.
3549
bdf66e8d 35502008-10-20 David Reitter <david.reitter@gmail.com>
f133efb0
DR
3551
3552 * info.el (Info-mode): Do not remove an existing header line if
3553 `Info-use-header-line' is nil.
3554
10965505
JL
35552008-10-19 Juri Linkov <juri@jurta.org>
3556
04ff2dee
JL
3557 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
3558 Add arg `delimited' as in `query-replace' for the case when
3559 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
3560 Add more indicators to the prompt ("word" and "in region").
3561
3562 * replace.el (query-replace, query-replace-regexp)
3563 (replace-string, replace-regexp, perform-replace): Add "word"
3564 indicatiors to the prompt for word delimited replacements.
3565
10965505
JL
3566 * replace.el (read-regexp): Rename arg `default' to `default-value'.
3567 Doc fix.
3568
086a7dd4
EZ
35692008-10-19 Eli Zaretskii <eliz@gnu.org>
3570
b6576049 3571 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
b8fc05a9 3572
086a7dd4
EZ
3573 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
3574
3ad8faa7
MR
35752008-10-19 Martin Rudalics <rudalics@gmx.at>
3576
3577 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
3578 Make argument names follow Elisp manual.
3579
95aac6d1
EZ
35802008-10-19 Eli Zaretskii <eliz@gnu.org>
3581
3ad8faa7 3582 * textmodes/remember.el (remember-data-file):
d24ae8f0
EZ
3583 * shadowfile.el (shadow-initialize)
3584 <shadow-info-file, shadow-todo-file>:
3ad8faa7
MR
3585 * savehist.el (savehist-file):
3586 * recentf.el (recentf-save-file):
3587 * pcvs-defs.el (cvs-cvsrc-file):
3588 * international/kkc.el (kkc-init-file-name):
3589 * ido.el (ido-save-directory-list-file):
d6ab9840
EZ
3590 * calendar/todo-mode.el (todo-file-do, todo-file-done)
3591 (todo-file-top): Run file names that begin with a period thru
3592 `convert-standard-filename'.
3593
0c5f6aca
EZ
3594 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
3595 before-init-hook.
3596
95aac6d1
EZ
3597 Fix Bug #1183:
3598
3599 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
3600 coding-system-for-read to ediff-coding-system-for-write.
3601
3602 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
3603 coding-system-for-write to ediff-coding-system-for-write.
3604
3605 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
3606 (ediff-coding-system-for-write): Set to emacs-internal.
3607
0296a35e
SM
36082008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * international/mule-conf.el (emacs-internal): New coding system alias.
3611
73bde1a8
JL
36122008-10-18 Juri Linkov <juri@jurta.org>
3613
66fc722f
JL
3614 * info.el (Info-file-supports-index-cookies-list): New variable.
3615 (Info-file-supports-index-cookies): New function.
3616 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
3617 (Info-index-nodes): Let-bind Info-point-loc to nil for files
3618 without an index cookie to ignore it when Info-index-nodes is
3619 called during navigating from an index node with line numbers.
3620 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
3621
3622 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
3623 variable definition section.
3624
73bde1a8
JL
3625 * info.el (Info-find-node-2): Put initial point below the header line
3626 and breadcrumbs line.
3627
ca32d854
GM
36282008-10-18 Glenn Morris <rgm@gnu.org>
3629
3630 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
3631 the needed external programs were not found.
3632
e240aaa9
EZ
36332008-10-18 Eli Zaretskii <eliz@gnu.org>
3634
3635 * files.el (trash-directory): Run thru `convert-standard-filename'.
3636 (file-modes-char-to-who, file-modes-char-to-right)
3637 (file-modes-rights-to-number, file-modes-symbolic-to-number)
3638 (read-file-modes): Doc fixes.
3639
fdf33790
CY
36402008-10-17 Chong Yidong <cyd@stupidchicken.com>
3641
3642 * abbrev.el (define-abbrev): Doc fix.
3643
48e5a216
AM
36442008-10-17 Alan Mackenzie <acm@muc.de>
3645
3646 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
3647 foo bar [] = { ...".
3648
74a3abf3
CY
36492008-10-17 Chong Yidong <cyd@stupidchicken.com>
3650
3651 * faces.el (face-spec-set-2): Don't pass invalid attributes to
3652 set-face-attribute.
3653
ac62ec16
JB
36542008-10-17 Juanma Barranquero <lekktu@gmail.com>
3655
3656 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
3657 according to `locale-coding-system'. (This fixes trivial bug reported
3658 as part of bug#1179).
3659 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
3660 particular order). Use `when'.
3661
72ab66eb
JB
36622008-10-16 Juanma Barranquero <lekktu@gmail.com>
3663
3664 * w32-fns.el (w32-check-shell-configuration): Doc fix.
3665 (w32-add-charset-info): Fix typo in docstring.
3666
15bcf456
TZ
36672008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3668
3669 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
3670 after discussion.
3671
b4a7be38
MH
36722008-10-16 Magnus Henoch <mange@freemail.hu>
3673
3674 * vc-arch.el (vc-arch-dir-status): New function.
3675 (vc-arch-after-dir-status): New function.
3676
3d56260a
GM
36772008-10-16 Glenn Morris <rgm@gnu.org>
3678
3679 * man.el (Man-getpage-in-background): Force recent `man's to output
3680 escape sequences even when stdout is not a tty. (Bug#1142)
3681
3ca194c2
TZ
36822008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
3683
3684 * international/mule-conf.el: Add `utf8' and `UTF8' as
3685 aliases for the `utf-8' coding system.
3686
0c691252
JB
36872008-10-15 Juanma Barranquero <lekktu@gmail.com>
3688
3689 * find-file.el (ff-get-file): Doc fix.
3690 (ff-get-file-name): Use `let', not `let*'.
3691 (ff-search-directories): Fix typo in docstring.
3692 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
3693 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
3694 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
3695 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
3696 (cc-other-file-alist, modula2-other-file-alist):
3697 Remove spurious * in docstrings.
3698
5bb86dc4
CY
36992008-10-14 Chong Yidong <cyd@stupidchicken.com>
3700
3701 * faces.el (set-face-attribute): Set family and foundry before
3702 other attributes.
3703 (face-spec-set-2): Pass unmodified args to set-face-attribute.
3704
b1bad9f3
JB
37052008-10-14 Juanma Barranquero <lekktu@gmail.com>
3706
3707 * hl-line.el (hl-line-unload-function): New function.
3708 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
3709 (hl-line-sticky-flag): Remove spurious * in docstring.
3710
07ebab66
DN
37112008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
3712
3713 * vc-git.el (vc-git-show-log-entry): Include the revision in the
3714 search string.
3715
95d610cb
MA
37162008-10-14 Michael Albinus <michael.albinus@gmx.de>
3717
3718 * net/tramp.el (tramp-process-one-action): Embed regexp in
3719 parentheses, before adding end-of-buffer construct. Suggested by
3720 Markus Triska <markus.triska@gmx.at>.
3721
17abdd47
UJ
37222008-10-13 Ulf Jasper <ulf.jasper@web.de>
3723
6c25620a
JB
3724 * net/newst-plainview.el (w3m-toggle-inline-image):
3725 Define 'declare-function if necessary, for compatibility.
17abdd47 3726
6c25620a
JB
3727 * net/newst-treeview.el (w3m-toggle-inline-images):
3728 Define 'declare-function if necessary, for compatibility.
17abdd47 3729
40ebcb99
AM
37302008-10-13 Alan Mackenzie <acm@muc.de>
3731
6c25620a
JB
3732 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
3733 so that the function works on one-line macros.
40ebcb99 3734
a85fd6da
AM
3735 * progmodes/cc-engine.el: Amend several doc strings and comments.
3736
5870cb76
DN
37372008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3738
3739 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
3740
3741 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
3742 (vc-cvs-stay-local): Add a new choice and default to it.
3743 (vc-cvs-dir-status): Use the new vc-stay-local choice.
3744
3745 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
3746
dd4fdc44
JB
37472008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
3748
3749 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
3750 Add support for extended return statement.
3751
3752 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
3753 and obj-dir; keep user order.
3754
2e7bd464
GM
37552008-10-12 Glenn Morris <rgm@gnu.org>
3756
f6c2397a
GM
3757 * Makefile.in (ELCFILES): Update.
3758
2e7bd464
GM
3759 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
3760 (shell-file-name-quote-list): Declare.
3761
65b7cb2c
MA
37622008-10-12 Michael Albinus <michael.albinus@gmx.de>
3763
3764 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
3765
32402572
CY
37662008-10-12 Chong Yidong <cyd@stupidchicken.com>
3767
5e1115e3
CY
3768 * startup.el (command-line): If toolbar is disabled but ought to
3769 be initialized, call tool-bar-setup.
3770
32402572
CY
3771 * tool-bar.el (tool-bar-setup): Variable deleted.
3772 (tool-bar-setup): Set it up unconditionally.
3773
3774 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
3775
32402572
CY
3776 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
3777 tool-bar-map has been initialized before setting it up.
3778
3779 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
3780 tool-bar-map has been initialized before setting it up.
3781
fe4d6c18
CY
37822008-10-11 Chong Yidong <cyd@stupidchicken.com>
3783
f76103b7
CY
3784 * emacs-lisp/warnings.el (display-warning): Issue a message if
3785 called during daemon initialization.
3786
fe4d6c18
CY
3787 * tool-bar.el (tool-bar-local-item)
3788 (tool-bar-local-item-from-menu): Put the check for number of
3789 display colors into the image expression.
3790 (tool-bar-setup): Don't be a no-op on ttys.
3791
b6576049
SM
3792 * info.el (info-tool-bar-map):
3793 * progmodes/gud.el (gud-tool-bar-map):
3794 * progmodes/grep.el (grep-mode-tool-bar-map):
3795 * progmodes/compile.el (compilation-mode-tool-bar-map):
3796 Initialize it unconditionally.
819d6740 3797
6b8d1c72
RF
37982008-10-11 Romain Francoise <romain@orebokech.com>
3799
3800 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
3801 * kmacro.el (kmacro-edit-lossage): Ditto.
3802 * edmacro.el (edit-kbd-macro): Ditto.
3803
77a01f9b 38042008-10-11 Ulf Jasper <ulf.jasper@web.de>
4fe0d68e
UJ
3805
3806 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
b6576049 3807 Fix variable names.
4fe0d68e 3808
32f1cc7b
DN
38092008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
3810
3811 * startup.el (command-line): Revert 2008-09-26 change, not
3812 necessary anymore.
3813
79ccd1b8
AS
38142008-10-10 Andreas Schwab <schwab@suse.de>
3815
b6576049
SM
3816 * simple.el (minibuffer-complete-shell-command):
3817 Bind comint-delimiter-argument-list, comint-file-name-chars and
79ccd1b8
AS
3818 comint-file-name-quote-list like shell-mode.
3819
e6001b58
MR
38202008-10-10 Martin Rudalics <rudalics@gmx.at>
3821
3822 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
3823 call of select-window.
3824
da78ead3
JB
38252008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
3826
3827 * calc/calc.el (calc-embedded-word-regexp)
3828 (calc-embedded-word-regexp-alist): New variables.
3829 (calc-embedded-open-word, calc-embedded-close-word)
3830 (calc-embedded-open-close-word-alist): Remove unused variables.
3831
b6576049
SM
3832 * calc/calc-embed.el (calc-embedded-make-info):
3833 Use `calc-embedded-word-regexp' to find words.
da78ead3 3834
c24d4826
MR
38352008-10-10 Martin Rudalics <rudalics@gmx.at>
3836
49275d55 3837 * info.el (Info-extract-menu-counting): New argument no-detail to
c24d4826
MR
3838 skip detailed node listings.
3839 (Info-forward-node): New argument not-up to inhibit going up.
3840 (Info-final-node): Call Info-extract-menu-counting and
3841 Info-forward-node with the new arguments set to avoid infinite
3842 looping. (Bug#1116)
3843
41b3bdd3
EZ
38442008-10-10 Eli Zaretskii <eliz@gnu.org>
3845
3846 * startup.el (command-line): Don't invoke tool-bar-mode if it is
3847 not fboundp.
3848
a448e416
CY
38492008-10-09 Chong Yidong <cyd@stupidchicken.com>
3850
3851 * startup.el (command-line): Enable tool-bar-mode as long as it is
3852 not suppressed by X resources, regardless of the terminal.
3853
3854 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
3855 graphical terminals.
3856 (tool-bar-setup): No-op if called on a tty.
3857
2a12d736
EZ
38582008-10-09 Eli Zaretskii <eliz@gnu.org>
3859
b1bad9f3
JB
3860 * frame.el (make-frame-on-tty): Use "F" inside interactive.
3861 Support `pc' ``window-system''.
c4dde578 3862
2a12d736
EZ
3863 * progmodes/compile.el (compilation-start): Resurrect the version
3864 for systems that don't support asynchronous subprocesses.
3865
d5f98c51
MR
38662008-10-09 Martin Rudalics <rudalics@gmx.at>
3867
3868 * window.el (pop-up-frames): Add choice graphic-only.
3869 (display-buffer): When pop-up-frames equals graphic-only do
3870 not pop up new frame on text-only terminals. (Bug#1061)
3871
264175a8
DN
38722008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
3873
3874 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
3875 (vc-cvs-dir-status): Use it.
3876
40b57955
CY
38772008-10-08 Chong Yidong <cyd@stupidchicken.com>
3878
3879 * json.el (json-skip-whitespace): Fix last change.
3880
2c8262dc
JB
38812008-10-08 Juanma Barranquero <lekktu@gmail.com>
3882
3883 * bs.el (bs-unload-function): New function.
3884
fc17acd1
GM
38852008-10-08 Sven Joachim <svenjoac@gmx.de>
3886
3887 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
3888 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
4c7eed94 3889 For clarity, explicitly require cl.
fc17acd1 3890
54124194
MO
38912008-10-08 Michael Olson <mwolson@gnu.org>
3892
3893 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
3894 can avoid a bad interaction with programs that add functions to
3895 the window-scroll-functions hook. This fixes Bug #858.
3896
cb199e74
CY
38972008-10-07 Chong Yidong <cyd@stupidchicken.com>
3898
3899 * startup.el (command-line): Use display-warning to warn about an
3900 init file error.
3901 (command-line-1): Remove init file error delay.
3902
a469adf3
CY
39032008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3904
6f040888
JB
3905 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
3906 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
a469adf3
CY
3907 (rx-group-if): New function.
3908 (rx-parent): New variable.
3909 (rx-and, rx-or): Put shy groups only when necessary.
3910 (rx-bracket): Remove.
3911 (rx-anything): New function.
3912 (rx-any-delete-from-range, rx-any-condense-range)
3913 (rx-check-any-string): New functions.
6f040888
JB
3914 (rx-check-any): Return result as a list. Don't convert chars to
3915 strings. Don't prepend "\\" to "^". Don't search for close bracket.
3916 Check char category string. Call rx-form instead of rx-to-string.
a469adf3 3917 (rx-any): Rebuid to complete the function.
6f040888
JB
3918 (rx-check-not): Fix char category regexp pattern string.
3919 Call rx-form instead of rx-to-string.
3920 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
3921 "[^^]". Call regexp-quote for one char string when not called from
3922 rx-not. Add "\\w", and toggle to upcase. Add the case of
a469adf3 3923 "\\[SCBW]" to toggle.
6f040888 3924 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
a469adf3 3925 instead of rx-to-string.
6f040888
JB
3926 (rx-kleene): Call rx-form instead of rx-to-string.
3927 Call rx-group-if to adjust putting of shy groups.
a469adf3
CY
3928 (rx-atomic-p): Make check more precisely.
3929 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
3930 (rx-regexp): Call rx-group-if.
3931 (rx-form): New function.
6f040888
JB
3932 (rx-to-string): Call rx-form, rx-group-if.
3933 Refine definition of NO-GROUP.
a469adf3 3934
8aa89bc0 39352008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
e9701d16
CY
3936
3937 * json.el (json-advance): Use forward-char.
3938 (json-skip-whitespace): Use skip-syntax-forward.
3939
c0744081
AM
39402008-10-07 Alan Mackenzie <acm@muc.de>
3941
3942 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
3943 indenting a macro followed by blank lines doesn't backslash the
3944 following non-blank line into the macro.
3945
81fe0060
CY
39462008-10-06 Chong Yidong <cyd@stupidchicken.com>
3947
2c8262dc 3948 * startup.el (before-init-time, after-init-time): Move into emacs.c.
81fe0060
CY
3949 (command-line): Set after-init-time to nil before initialization.
3950
ac318df0
JB
39512008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
3952
3953 * calc/calc-units.el (math-standard-units): Update the values
3954 of the units.
3955
a35809ba
JB
39562008-10-06 Juanma Barranquero <lekktu@gmail.com>
3957
3958 * bookmark.el (bookmark-unload-function): New function.
3959
b55426e9
AS
39602008-10-06 Andreas Schwab <schwab@suse.de>
3961
3962 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
3963
6a8b4632
MR
39642008-10-06 Martin Rudalics <rudalics@gmx.at>
3965
3966 * mail/footnote.el: Remove * in defcustom docstrings and tell
3967 for most options that customizing them doesn't affect buffers
3968 already displaying footnotes.
a35809ba
JB
3969 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
3970 Fix handling of text properties and identical start/end tags.
3971 Do not use format when renumbering.
6a8b4632
MR
3972 (Footnote-set-style): Make it work.
3973 (Footnote-insert-numbered-footnote): Simplify.
3974 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
3975 (Footnote-goto-footnote): Fix handling of empty section tag.
3976 (Footnote-delete-footnote): Fix handling of identical start/end
3977 tags, empty section tag, and spaced footnotes. Do not use
3978 kill-region.
3979 (footnote-mode): Make most options buffer-local to avoid that
3980 customizing messes up handling of footnotes in buffers that
3981 already display them.
3982
1a0cf619
DN
39832008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
3984
cd1d1525
DN
3985 * faces.el (x-create-frame-with-faces): Undo previous change.
3986
1a0cf619
DN
3987 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
3988 existent files.
3989
69df71b8
CY
39902008-10-05 Chong Yidong <cyd@stupidchicken.com>
3991
3992 * international/mule-cmds.el (universal-coding-system-argument):
3993 Handle digit-argument too.
3994
50694105
CY
39952008-10-05 Mario Lang <mlang@delysid.org>
3996
3997 * xml.el (xml-parse-string): Use skip-chars-forward.
3998
11b4001c
DN
39992008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
4000
4001 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
4002 existent files.
4003 (vc-bzr-dir-status-files): New function.
4004
f3e6c9f3
GM
40052008-10-04 Glenn Morris <rgm@gnu.org>
4006
f8dce815
GM
4007 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
4008
a80a6b03
GM
4009 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
4010 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
4011
f3e6c9f3
GM
4012 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
4013 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
4014
244a0c3c
GM
40152008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
4016
4017 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
4018 Fix typo. (Bug#1074)
4019
e6f3e104
MR
40202008-10-04 Martin Rudalics <rudalics@gmx.at>
4021
4022 * progmodes/compile.el (compilation-start): Make sure to move to
6f040888 4023 point-max only when we are in the compilation buffer. (Bug#1073)
e6f3e104 4024
847fb889
DN
40252008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
4026
bf784417
DN
4027 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
4028 tool-bar-mode is on.
4029
847fb889
DN
4030 * vc-svn.el (vc-svn-dir-status-files):
4031 * vc-cvs.el (vc-cvs-dir-status-files): New function.
4032
a779ddf0
DN
40332008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4034
4035 * vc-hg.el (vc-hg-dir-status-files): New function.
4036
feb1e910
MR
40372008-10-03 Martin Rudalics <rudalics@gmx.at>
4038
4039 * window.el (window--display-buffer-1): Don't care about
4040 visibility since raise-frame does.
4041
eb22cb8c
GM
40422008-10-03 Mario Lang <mlang@delysid.org>
4043
4044 * nxml/xmltok.el (xmltok-forward): Simplify.
4045
4998f839
GM
40462008-10-03 Glenn Morris <rgm@gnu.org>
4047
40281995
GM
4048 * Makefile.in (ELCFILES): Update.
4049
52ef9375 4050 * frame.el (set-default-font): Make obsolete.
b7d1d101 4051 * mouse.el (mouse-set-font): Use set-frame-font.
52ef9375 4052
6f34ccdf
GM
4053 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4054 (jka-compr-mode-alist-additions): Also match `.tbz2'.
4055
4998f839
GM
4056 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
4057 * files.el (auto-mode-alist): Add .PRO as per above autoload.
4058
7aaf911c
DN
40592008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4060
4061 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
4062 (vc-dir-refresh): Set it here instead. (Bug#1067)
4063
7c89ea42
CY
40642008-10-02 Chong Yidong <cyd@stupidchicken.com>
4065
4066 * faces.el (inhibit-frame-set-background-mode): New var.
4067 (frame-set-background-mode): Use it to avoid a loop in
4068 face-spec-recalc.
4069
60aff924
GM
40702008-10-02 Glenn Morris <rgm@gnu.org>
4071
4072 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
4073 vc-diff-switches.
4074
97f6e1ad
VJL
40752008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4076
4077 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
4078 that is, to take some action when a buffer is killed. Suggested by
4079 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
4080 11.2.2.
4081 (whitespace-action): Docstring and :type fix.
4082 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
4083 Code fix.
4084 (whitespace-add-local-hook, whitespace-remove-local-hook)
4085 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
4086
8ed4a859
MH
40872008-10-01 Magnus Henoch <mange@freemail.hu>
4088
4089 * net/tls.el (open-tls-stream): Show the actual command being
4090 executed, instead of the format string.
4091
970c9391
EZ
40922008-10-01 Eli Zaretskii <eliz@gnu.org>
4093
4009e4f8
EZ
4094 * term/internal.el (dos-locale-alist): New alist.
4095 (dos-codepage-setup): Use it to compute a value of locale with
4096 which to call set-locale-environment. Remove code to set
4097 terminal, keyboard, and file-name encoding (done by
4098 set-locale-environment).
4099
970c9391
EZ
4100 * international/mule-cmds.el
4101 (set-language-environment-nonascii-translation): Fix nonascii
4102 value for `pc' ``window-system''.
4103 (set-display-table-and-terminal-coding-system)
4104 (set-default-coding-systems): Don't special-case `pc'.
4105
6efb94fc
GM
41062008-10-01 Glenn Morris <rgm@gnu.org>
4107
4108 * filesets.el (filesets-menu-name): Fix type.
4109 (filesets-menu-path, filesets-menu-before): Fix types.
4110 Change defaults to be consistent with recentf. (Bug#1056)
4111
ffaa90dd
SM
41122008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
4113
4114 * term/xterm.el (xterm-turn-on-modify-other-keys)
4115 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
4116 Don't forget to pass `terminal' to `send-string-to-terminal'.
4117
413eee81
MA
41182008-09-30 Michael Albinus <michael.albinus@gmx.de>
4119
4120 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
4121 (vc-file-not-found-hook): Check, that `buffer-file-name' is
4122 non-nil. It is not clear, whether this is only fixing symptoms on
6f040888 4123 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
413eee81
MA
4124 is embedded by that check. So it might be TRT. Suggested by Dan
4125 Nicolaescu <dann@ics.uci.edu>.
4126
f45de83b
EZ
41272008-09-30 Eli Zaretskii <eliz@gnu.org>
4128
b1b1753b
EZ
4129 * Makefile.in (ELCFILES): Remove codepage.elc.
4130
a7a461ef
EZ
4131 * international/codepage.el: File removed, as even ms-dos doesn't
4132 need it anymore.
4133
4134 * loadup.el [ms-dos]: Don't load ccl and codepage.
4135
ff586413
EZ
4136 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
4137 (IT-character-translations, cjk-codepages-alist): Remove variables.
4138 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
ffaa90dd
SM
4139 (IT-unicode-translations): Remove charset and base elements.
4140 Add translations for Latin-1 characters.
ff586413
EZ
4141 (IT-setup-unicode-display): Accept a CODING argument. Don't use
4142 base and chset elements of IT-unicode-translations. Don't wrap
4143 translation in "{...}". Set up translations only for characters
4144 for which unencodable-char-position returns non-nil.
4145 (dos-codepage-setup): Don't use special-case codepages in
4146 cjk-codepages-alist.
4147
a03c5807
EZ
4148 * files.el (locate-dominating-file): Wrap directory-files with
4149 condition-case, instead of calling file-directory-p, which stats
4150 the directory one more time.
4151
ffaa90dd
SM
4152 * mail/mail-utils.el (mail-unquote-printable-region):
4153 Use insert-byte instead of insert-char, when the UNIBYTE arg is
f45de83b
EZ
4154 non-nil.
4155
6ea97db8
DU
41562008-09-30 Daiki Ueno <ueno@unixuser.org>
4157
4158 * epa-file.el (epa-file-insert-file-contents): Fix typo.
4159
9b3568e1
GM
41602008-09-30 Glenn Morris <rgm@gnu.org>
4161
4162 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
4163
c27c178c
GM
41642008-09-30 Daniel Colascione <danc@merrillpress.com>
4165
9b3568e1
GM
4166 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
4167 (which-function): Handle nested imenu trees.
4168
c27c178c
GM
4169 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
4170 some nested menu items.
4171
4043c194
JB
41722008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4173
4174 * calc/calc-units.el (math-standard-units): Add entries used to
4175 display the the values in the units buffer.
a35809ba 4176 (math-build-units-table): Add entries to the units table to be used
4043c194 4177 to display the values in the units buffer.
a35809ba 4178 (math-build-units-table-buffer): Use the display entry of the units
4043c194
JB
4179 table when non-nil.
4180 (calc-define-unit): Add option to enter display value of unit.
4181
613658d4
MA
41822008-09-29 Michael Albinus <michael.albinus@gmx.de>
4183
4184 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
4185
69ad666d
EZ
41862008-09-29 Eli Zaretskii <eliz@gnu.org>
4187
4188 * files.el (locate-dominating-file): Take file-attributes of
4189 `dir', not of `file' (which never changes).
4190
d5fb39b4
MA
41912008-09-29 Michael Albinus <michael.albinus@gmx.de>
4192
4193 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
4194 also be `localname'.
4195
4196 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
613658d4 4197 IDENTIFICATION.
d5fb39b4 4198
559ca68a
GM
41992008-09-28 Glenn Morris <rgm@gnu.org>
4200
4201 * vc.el (vc-switches): Give it a doc string.
4202
7581ba40
RF
42032008-09-28 Romain Francoise <romain@orebokech.com>
4204
ddee1604
RF
4205 * comint.el (comint-show-output): Adjust to stickiness changes of
4206 the output field.
4207
7581ba40
RF
4208 * startup.el (command-line): Start the daemon server later.
4209
c41bd0ec
MR
42102008-09-28 Martin Rudalics <rudalics@gmx.at>
4211
4212 * subr.el (read-quoted-char): Call char-resolve-modifiers
4213 instead of char-resolve-modifers.
4214
e64c74f2
GM
42152008-09-27 Glenn Morris <rgm@gnu.org>
4216
4217 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
4218 than [return]. (Bug#1031)
4219
f4498b9e
GM
42202008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
4221
4222 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
4223
47e49712
DU
42242008-09-27 Daiki Ueno <ueno@unixuser.org>
4225
ffaa90dd 4226 * epg.el (epg-wait-for-status): Check if there is no pending status.
47e49712
DU
4227 Reported by Ted Romer <ted@romerfamily.com>.
4228
b082f792
DN
42292008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4230
4231 * startup.el (command-line): Turn on menu-bar-mode and
4232 tool-bar-mode when running as a daemon.
4233
4860b1b8
EZ
42342008-09-26 Eli Zaretskii <eliz@gnu.org>
4235
1ed6e04d
EZ
4236 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
4237 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
4238 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
4239 ($(lisp)/progmodes/cc-engine.elc)
4240 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
4241 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
4242 ($(lisp)/progmodes/cc-subword.elc)
4243 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
4244
4860b1b8
EZ
4245 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
4246 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
4247 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
4248 ($(lisp)/progmodes/cc-engine.elc)
4249 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
4250 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
4251 ($(lisp)/progmodes/cc-subword.elc)
4252 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
4253
4b93c9d5
KY
42542008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
4255
4256 * informat.el (Info-split-threshold): New variable.
4257 (Info-split): Use it.
4258
4259 * textmodes/texinfmt.el (texinfo-format-buffer):
4260 Use Info-split-threshold to decide whether to split Info files.
4261
acfa99ee
CY
42622008-09-25 Chong Yidong <cyd@stupidchicken.com>
4263
6c7e2ce8
CY
4264 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
4265 quoting.
4266
d2f38ec4
CY
4267 * comint.el (comint-dynamic-complete-as-filename): Quote directory
4268 name when reinserting it.
4269
acfa99ee
CY
4270 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
4271 word-search-backward-lax for incremental word search.
4272
4b8643d3
JB
42732008-09-25 Juanma Barranquero <lekktu@gmail.com>
4274
4275 * generic-x.el (generic-other-modes): Fix typo in docstring.
4276 (generic-use-find-file-hook, generic-lines-to-scan)
4277 (generic-find-file-regexp, generic-ignore-files-regexp)
4278 (generic-define-mswindows-modes, generic-define-unix-modes):
4279 Remove `*' from docstring.
4280 (generic-mode-find-file-hook): Use `string-match-p'.
4281 (apache-log-generic-mode, mailagent-rules-generic-mode)
4282 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
4283 (java-manifest-generic-mode, java-properties-generic-mode)
4284 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
4285 for consistency with other modes in generic-x.el.
4286
fa9a8f78
MR
42872008-09-25 Martin Rudalics <rudalics@gmx.at>
4288
4b8643d3 4289 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
fa9a8f78
MR
4290 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
4291 parens specially only if latex-handle-escaped-parens is non-nil.
4292 (latex-indent-within-escaped-parens): New option.
4293 (latex-find-indent): Bind latex-handle-escaped-parens to
4294 latex-indent-within-escaped-parens. Do not treat escaped parens
4295 specially when this is nil. (Bug#954)
4296
4dd7f375
GM
42972008-09-25 Glenn Morris <rgm@gnu.org>
4298
4299 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
4300
51dde7dc
CY
43012008-09-25 Chong Yidong <cyd@stupidchicken.com>
4302
4303 * vc.el (vc-mark-resolved): Move message here from
4304 vc-default-mark-resolved.
4305 (vc-default-mark-resolved): Change to an alias for ignore.
4306
1601aa7a
CY
43072008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
4308
4309 * term.el (term-emulate-terminal): Encode input string before
4310 checking its length.
4311
b1a6746f
CY
43122008-09-24 Chong Yidong <cyd@stupidchicken.com>
4313
32655809
CY
4314 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
4315 is loaded.
4316
ef1a3179
CY
4317 * server.el (server-buffer-done): Avoid changing the buffer when
4318 deleting the client's frame (bug#640).
4319
b1a6746f
CY
4320 * vc.el (vc-default-mark-resolved): New function.
4321
574297e3
CY
43222008-09-24 Stephen Berman <stephen.berman@gmx.net>
4323
4324 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
4325 from raising a wrong-type-argument error.
4326
e3d51b27
MR
43272008-09-24 Martin Rudalics <rudalics@gmx.at>
4328
4329 * help-fns.el (describe-function-1, describe-variable): Print
4330 relative file name in help buffer.
4331 * faces.el (describe-face): Print relative file name in help
4332 buffer.
4333
43342008-09-23 Romain Francoise <romain@orebokech.com>
4335
4336 * subr.el (with-output-to-string): Make sure that the temporary
4337 buffer gets killed.
4338
4b8643d3 43392008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
e3d51b27 4340
d275f05d 4341 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
e3d51b27
MR
4342 indentation problem with keyword symbols when a list starts with
4343 ,@ or spaces. (Bug#1012)
4344
43452008-09-23 Martin Rudalics <rudalics@gmx.at>
4346
4347 * textmodes/tex-mode.el (latex-find-indent): Try to handle
4348 escaped close parens correctly. (Bug#954)
4349
43502008-09-22 Tassilo Horn <tassilo@member.fsf.org>
4351
4352 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
4353 usage of `fortune-file' even though a FILE argument was passed to
4354 the function.
4355
43562008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4357
4358 * startup.el (command-line): Start the server when in daemon mode.
4359 Remove always true test.
4360
4361 * frame.el (frame-initialize): Remove spurious setting of
4362 special-display-function with the default value.
4363
43642008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
4365
4366 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
4367
43682008-09-20 Glenn Morris <rgm@gnu.org>
4369
4370 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
4371 Fix custom type. (Bug#1011)
4372
43732008-09-20 David De La Harpe Golden <david@harpegolden.net>
4374
4375 * files.el (move-file-to-trash): Avoid recursive trashing if
4376 rename-file calls delete-file.
4377
43782008-09-20 Glenn Morris <rgm@gnu.org>
4379
4380 * play/fortune.el: Remove leading `*' from defcustom docs.
4381 (fortune-program-options): Doc fix. Allow to be a string again.
4382 Add :version.
4383 (fortune-in-buffer): Handle fortune-program-options as a string.
4384 Don't rely on fortune program accepting options after fortune file.
4385
43862008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
4387
4388 * play/fortune.el (fortune-program-options): Change to a list.
4389 (fortune-in-buffer): Use apply.
4390
43912008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
4392
4393 * emacs-lisp/authors.el: Change encoding of file to utf-8.
4394 (authors-coding-system): Likewise.
4395
43962008-09-20 Ami Fischman <ami@fischman.org>
4397
4398 * savehist.el (savehist-save): Handle errors in writing as well as
4399 reading.
4400
44012008-09-20 Michael Olson <mwolson@gnu.org>
4402
4403 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
4404 to provide a minimal performance boost.
4405
44062008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4407
4408 * proced.el (proced-grammar-alist, proced-custom-attributes)
4409 (proced-format-alist, proced-format, proced-filter-alist)
4410 (proced-filter, proced-sort): Use defcustom.
4411 (proced-mode): Fix docstring.
4412 (proced-process-attributes): Handle return value nil of functions
4413 in proced-custom-attributes.
4414
44152008-09-19 Martin Rudalics <rudalics@gmx.at>
4416
4417 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
4418 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
4419
44202008-09-19 Miles Bader <miles@gnu.org>
4421
4422 * comint.el (comint-output-filter): Make field properties for
4423 output text front-sticky.
4424
44252008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
4426
4427 * vc-bzr.el (vc-bzr-show-log-entry):
4428 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
4429 C-x v l for a directory uses that.
4430
44312008-09-18 Simon Josefsson <simon@josefsson.org>
4432
4433 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
4434 .sieve files.
4435
44362008-09-18 Martin Rudalics <rudalics@gmx.at>
4437
4438 * help-macro.el (make-help-screen): Preserve key bindings
4439 established in help-mode call when exiting this macro.
4440
44412008-09-17 Kenichi Handa <handa@m17n.org>
4442
4443 * language/burmese.el: Fix setting of composition-function-table.
4444
44452008-09-17 Martin Rudalics <rudalics@gmx.at>
4446
4447 * info.el (Info-follow-nearest-node): Don't raise an error for
4448 mouse-1 clicks.
4449
44502008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
4451
4452 * calc/calc-units.el (calc-convert-temperature): Use default
4453 units when appropriate.
4454
44552008-09-16 Markus Triska <markus.triska@gmx.at>
4456
4457 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
4458 catch errors raised in `texmathp'.
4459 (flyspell-tex-math-initialized): Remove.
4460
44612008-09-16 Martin Rudalics <rudalics@gmx.at>
4462
4463 * frame.el (select-frame-set-input-focus): With non-nil
4464 mouse-autoselect-window always move mouse cursor to frame's
4465 selected window. Otherwise restore pre 2008-09-13 behavior.
4466 (select-frame-by-name): Use select-frame-set-input-focus.
4467
4468 * files.el (switch-to-buffer-other-frame): Don't raise frame since
4469 pop-to-buffer already does it.
4470 (display-buffer-other-frame): Fix doc-string.
4471
44722008-09-16 Glenn Morris <rgm@gnu.org>
4473
4474 * add-log.el (diff-find-source-location): Update declaration.
4475
4476 * progmodes/make-mode.el (makefile-match-function-end):
4477 Move point. (Bug#983)
4478
44792008-09-16 Daiki Ueno <ueno@unixuser.org>
4480
4481 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
4482
44832008-09-15 Juanma Barranquero <lekktu@gmail.com>
4484
4485 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
4486 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
4487
44882008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
4489
4490 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
4491
44922008-09-15 Martin Rudalics <rudalics@gmx.at>
4493
4494 * files.el (file-truename): Don't raise args-out-of-range error
4495 when filename has no separator on windows-nt. (Bug#982)
4496
44972008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4498
4499 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
4500 be more honest when we don't know.
4501 (diff-tell-file-name): Don't prompt before the actual prompt.
4502 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
4503 (diff-find-source-location): Add `noprompt' argument.
4504 (diff-current-defun): Don't prompt.
4505
45062008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4507
4508 * proced.el (proced-mark-face, proced-marked-face)
4509 (proced-sort-header-face): Remove.
4510 (proced-font-lock-keywords): Simplify.
4511 (proced-format): Use face proced-sort-header.
4512 (proced-format-interactive, proced-sort-interactive)
4513 (proced-filter-interactive): Only call proced-update if the scheme
4514 has changed.
4515 (proced-sort-header): Use posn-actual-col-row.
4516
45172008-09-14 Martin Rudalics <rudalics@gmx.at>
4518
4519 * add-log.el (change-log-find-window): New variable.
4520 (change-log-goto-source-1, change-log-goto-source):
4521 Set change-log-find-window to window displaying source.
4522 (change-log-next-error): Select window specified by
4523 change-log-find-window.
4524
45252008-09-13 Martin Rudalics <rudalics@gmx.at>
4526
4527 * frame.el (select-frame-set-input-focus): With focus follows
4528 mouse move mouse cursor to right window.
4529 * window.el (pop-to-buffer): Select window before calling
4530 select-frame-set-input-focus.
4531
45322008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4533
4534 * proced.el (proced-sort-header): New face.
4535 (proced-sort-header-face): New variable.
4536 (proced-format): Allow format value nil.
4537 Use proced-sort-header-face for header of sort column.
4538 (proced-format-args): New function.
4539 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
4540 (proced-header-help-echo, proced-field-help-echo, proced-timer)
4541 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
4542 (proced-refine): Rename from proced-filter-attribute. Doc fix.
4543 (proced-sort-header): Bind also to mouse-1.
4544 (proced-move-to-goal-column): Return position of point.
4545 (proced-filter-interactive): Always revert listing.
4546 (proced-format-ttname): Simplify.
4547 (proced-update): Do not keep undo information. Put point at
4548 beginning of buffer if we generate the first listing.
4549
45502008-09-12 Tassilo Horn <tassilo@member.fsf.org>
4551
4552 * doc-view.el (doc-view-scroll-up-or-next-page)
4553 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
4554 vertically split windows.
4555
45562008-09-12 Glenn Morris <rgm@gnu.org>
4557
4558 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
534d37da 4559
e3d51b27
MR
4560 * indent.el (indent-line-function): Doc fix.
4561 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
4562
45632008-09-11 Martin Rudalics <rudalics@gmx.at>
4564
4565 * window.el (pop-to-buffer): If the window for buffer-or-name is
4566 not on the selected frame, raise that window's frame and give it
4567 input focus. (Bug#745)
4568
45692008-09-11 Glenn Morris <rgm@gnu.org>
4570
4571 * ido.el (ido-mode): Initialize with custom-initialize-default,
4572 rather than a set function. (Bug#947)
4573
45742008-09-10 Chong Yidong <cyd@stupidchicken.com>
4575
4576 * replace.el (perform-replace): Don't set inhibit-read-only using
4577 query-replace-skip-read-only (bug#956).
4578
4579 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
4580 of the <<foo>> form.
4581
45822008-09-10 Martin Rudalics <rudalics@gmx.at>
4583
4584 * window.el (display-buffer): Fix doc-string typo.
4585
45862008-09-10 Kenichi Handa <handa@m17n.org>
4587
4588 * composite.el (compose-gstring-for-graphic): Fix previous change.
4589
45902008-09-10 Glenn Morris <rgm@gnu.org>
4591
4592 * info.el (Info-try-follow-nearest-node): Fix doc typo.
4593
45942008-09-10 Stephen Berman <stephen.berman@gmx.net>
4595
4596 * info.el (Info-mouse-follow-nearest-node): Follow links to different
4597 manuals. (Bug#886)
4598
45992008-09-09 Juanma Barranquero <lekktu@gmail.com>
4600
4601 * ido.el (ido-unload-function): New function.
4602
46032008-09-08 Juanma Barranquero <lekktu@gmail.com>
4604
4605 * ido.el (ido-file-internal): Fix typo in prompt.
4606 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
4607 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
4608 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
4609 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
4610 Fix typos in docstrings.
4611
46122008-09-08 Martin Rudalics <rudalics@gmx.at>
4613
4614 * help-fns.el (describe-function-1): Don't print extra newline
4615 after filling.
4616
46172008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
4618
4619 * help-fns.el (find-lisp-object-file-name): Handle case where
4620 library is compressed.
4621
46222008-09-07 Chong Yidong <cyd@stupidchicken.com>
4623
4624 * complete.el (PC-do-completion): Don't replace buffer
4625 contents (bug#227).
4626
46272008-09-07 Juanma Barranquero <lekktu@gmail.com>
4628
4629 * loadhist.el (unload-feature-special-hooks):
4630 Add `choose-completion-string-functions'.
4631
46322008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4633
4634 * vc-svn.el (vc-svn-root):
4635 * vc-sccs.el (vc-sccs-root):
4636 * vc-rcs.el (vc-rcs-root):
4637 * vc-cvs.el (vc-cvs-root): Delete.
4638 * vc-hooks.el (vc-find-root): Remove `invert' argument.
4639
46402008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4641
4642 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
4643 errors occurring in different files.
4644
46452008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
4646
4647 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
4648 (vc-bzr-status-printer): New function.
4649 (vc-bzr-after-dir-status): Deal with renamed files.
4650
46512008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
4652
4653 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
4654 buffer's filename.
4655
46562008-09-07 Martin Rudalics <rudalics@gmx.at>
4657
4658 * subr.el (cancel-change-group): Widen buffer temporarily when
4659 undoing changes. (Bug#810)
4660
46612008-09-07 Nick Roberts <nickrob@snap.net.nz>
4662
4663 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
4664 with gud-stop-subjob rather than exit debugger.
4665
46662008-09-07 Kenichi Handa <handa@m17n.org>
4667
4668 * composite.el: Compose combining characters only when it
4669 follows a character matching with "[[:alpha:]]".
4670
46712008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4672
4673 * proced.el: Require time-date.
4674 (proced-command-alist, proced-command, proced-goal-header-re)
4675 (proced-sorting-schemes-alist, proced-sorting-scheme)
4676 (proced-header-alist, proced-sorting-schemes-re)
4677 (proced-skip-regexp, proced-next-line, proced-previous-line)
4678 (proced-listing-type, proced-sorting-scheme-p): Remove.
4679 (proced-grammar-alist, proced-custom-attributes)
4680 (proced-format-alist, proced-format, proced-filter-alist)
4681 (proced-filter, proced-sort, proced-goal-attribute)
4682 (proced-timer-interval, proced-timer-flag, proced-timer)
4683 (proced-process-alist, proced-sort-internal, proced-process-tree)
4684 (proced-header-help-echo, proced-field-help-echo): New variables.
4685 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
4686 (proced-omit-process, proced-filter, proced-process-tree)
4687 (proced-filter-children, proced-children-pids)
4688 (proced-filter-parents, proced-<, proced-string-lessp)
4689 (proced-time-lessp, proced-xor, proced-sort-p)
4690 (proced-format-time, proced-format-start, proced-format-ttname)
4691 (proced-format, proced-process-attributes): New functions.
4692 (proced-toggle-timer-flag, proced-mark-children)
4693 (proced-mark-parents, proced-filter-interactive)
4694 (proced-filter-attribute, proced-sort-interactive)
4695 (proced-sort-header, proced-format-interactive): New commands.
4696 (proced-move-to-goal-column): Use goal-column.
4697 (proced-mode): Use proced-timer.
4698 (proced-do-mark-all): Display process count. Use use-region-p.
4699 Simplify.
4700 (proced-omit-processes): Use use-region-p.
4701 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
4702 (proced-sort-start, proced-sort-time, proced-sort-user):
4703 Use proced-sort-interactive.
4704 (proced-sort): Make it a function that performs the actual sort.
4705 (proced-update): New arg revert. Use proced-process-alist,
4706 proced-filter, proced-sort, proced-format, and
4707 proced-grammar-alist. Preserve position of point based on fields.
4708 Make header line and fields clickable.
4709 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
4710 (proced-why): Use save-selected-window.
4711 (proced-log): Use buffer-read-only.
4712
47132008-09-06 Chong Yidong <cyd@stupidchicken.com>
4714
4715 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
4716
47172008-09-06 Glenn Morris <rgm@gnu.org>
4718
4719 * add-log.el (diff-find-source-location): Declare.
4720 (find-change-log): If called from a diff buffer, try to switch to the
4721 source buffer (e.g. to respect change-log-default-name there).
4722
4723 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
4724 unallowed characters; added 2006-10-10 without comment. (Bug#753)
4725
4726 * Makefile.in (ELCFILES): Update.
4727
47282008-09-06 Chong Yidong <cyd@stupidchicken.com>
4729
4730 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
4731 user enters a mouse event in another frame, or a special event.
4732
4733 * server.el (server-switch-buffer): New arg.
4734 (server-execute): If reusing an existing window, set file position
4735 if required.
4736
47372008-09-06 Kenichi Handa <handa@m17n.org>
4738
4739 * language/lao.el: Fix setting of composition-function-table.
4740
47412008-09-06 Eli Zaretskii <eliz@gnu.org>
4742
4743 * term/pc-win.el (msdos-show-help): Don't truncate lines while
4744 displaying help echo messages.
4745
47462008-09-06 Martin Rudalics <rudalics@gmx.at>
4747
4748 * subr.el (symbol-file): Fix doc-string.
4749
47502008-09-06 Glenn Morris <rgm@gnu.org>
4751
4752 * help-mode.el (help-xref-forward-stack): Doc fix.
4753
4754 * add-log.el (change-log-default-name): Autoload safety.
4755
a535b26e 47562008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
e3d51b27
MR
4757
4758 * verilog-mode.el (verilog-library-extensions): Enable .sv
4759 filename extensions to call verilog-mode.
4760 (verilog-auto, verilog-auto-inst, verilog-faq)
4761 (verilog-submit-bug-report): Update author support URLs.
4762 (verilog-delete-auto, verilog-auto-inout-module)
4763 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
4764 creating complemented testbench modules. Suggested by Yishay Belkind.
4765 (verilog-auto-inst-port, verilog-simplify-range-expression):
4766 When verilog-auto-inst-param-value is set, don't require a
4767 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
4768 Yishay Belkind.
4769 (verilog-auto-inst-param-value): Add safe variable.
4770 (verilog-re-search-forward, verilog-re-search-backward):
4771 Fix returning wrong search results on Emacs 22.1.
4772 (verilog-modi-cache-results, verilog-auto): Fix warning message
4773 about "toggling font-lock-mode."
4774 (verilog-auto): Fix losing font-lock on errors.
4775 (verilog-auto-inst-param-value, verilog-mode-version)
4776 (verilog-mode-version-date, verilog-read-inst-param-value)
4777 (verilog-auto-inst, verilog-auto-inst-param)
4778 (verilog-auto-inst-port, verilog-simplify-range-expression):
4779 Allow parameters to be replaced with their values, on the expansion of
4780 an AUTOINST with Verilog 2001 style parameter settings.
4781 Suggested by David Rogoff.
4782
47832008-09-05 Michael McNamara <mac@mail.brushroad.com>
4784
4785 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
4786 Better support for the property statement. Sometimes this keyword
4787 introduces a statement which requires an endproperty keyword, and
4788 sometimes it doesn't, depending on the work before the property
4789 word. If property is prefixed with assert, assume or cover
4790 keyword, then the statement is ended with a ';'. Otherwise,
4791 property is like task or specify, and is followed by some number
4792 of statements, which are ended with an endproperty keyword.
4793 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
4794 in a highlighted region: indent each line in region according to
4795 mode. Supply this so it works in XEmacs and older Emacs.
4796
47972008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4798
4799 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
4800 Don't clean up a buffer when killing it.
4801
48022008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4803
4804 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
4805 buffers (bug#360). New version 11.2.1.
4806 (whitespace-action): New value `warn-read-only' to give a warning when
4807 buffer is read-only and whitespace action is cleanup or auto-cleanup.
4808 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
4809 (whitespace-warn-read-only): New fun.
4810
48112008-09-05 Chong Yidong <cyd@stupidchicken.com>
4812
4813 * international/quail.el: Require help-mode.
4814 (quail-help-init): Function removed.
4815 (quail-keyboard-layout-button, quail-keyboard-customize-button):
4816 Define directly.
4817
4818 * dired.el (dired-get-filename): Rewrite octal escape character
4819 processor (bug#885).
4820
48212008-09-05 Eli Zaretskii <eliz@gnu.org>
4822
4823 * cus-edit.el (custom-button-pressed): Default to inverse-video.
4824
4825 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
4826 not just for terminal-frame.
4827
48282008-09-05 Martin Rudalics <rudalics@gmx.at>
4829
4830 * window.el (window--try-to-split-window): Don't split when window
4831 is not splittable in last disjunct. (Bug#888)
4832
48332008-09-05 Kenichi Handa <handa@m17n.org>
4834
4835 * language/tibetan.el: Fix setting of composition-function-table.
4836
4837 * composite.el (find-composition): Mention about the automatic
4838 composition in the docstring.
4839 (compose-gstring-for-graphic): Fix handling "above" marks.
4840
4841 * descr-text.el (describe-char): Fix handling of automatic composition.
4842
48432008-09-04 Juanma Barranquero <lekktu@gmail.com>
4844
4845 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
4846 (tramp-parse-connection-properties): Reflow docstring.
4847
48482008-09-04 Kim F. Storm <storm@cua.dk>
4849
4850 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
4851 and other-frame methods when switching between file and buffer modes.
4852
48532008-09-04 Martin Rudalics <rudalics@gmx.at>
4854
4855 * info.el (Info-dir-remove-duplicates): Narrow buffer when
4856 removing duplicate entries under same heading. Don't skip char
4857 matching anything but a space or tab at bol. (Bug#864)
4858
48592008-09-03 Alan Mackenzie <acm@muc.de>
4860
4861 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
4862
48632008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
4866 (completion-pcm--all-completions): Move the case-fold-search binding to
4867 it also applies to completion-regexp-list (used in all-completions).
4868 (completion-pcm--hilit-commonality): Add missing case-fold-search.
4869
48702008-09-03 Martin Rudalics <rudalics@gmx.at>
4871
4872 * window.el (pop-up-frame-function): Move ...
4873 * frame.el (pop-up-frame-function): ... here, to avoid
4874 "CHANGED outside Customize;".
4875
48762008-09-03 Glenn Morris <rgm@gnu.org>
4877
4878 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
4879
48802008-09-03 Chong Yidong <cyd@stupidchicken.com>
4881
4882 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
4883 non-alphabetical characters properly.
4884
48852008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4886
4887 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
4888
48892008-09-02 Martin Rudalics <rudalics@gmx.at>
4890
4891 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
4892 control-prefixed keys. (Bug#835)
4893
48942008-09-02 Chong Yidong <cyd@stupidchicken.com>
4895
4896 * image-mode.el (image-mode): Fix 2008-07-19 change.
4897
48982008-09-02 Juanma Barranquero <lekktu@gmail.com>
4899
4900 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
4901
4902 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
4903
49042008-09-02 Glenn Morris <rgm@gnu.org>
4905
4906 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
4907
4908 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
4909
49102008-09-01 Glenn Morris <rgm@gnu.org>
4911
4912 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
4913 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
4914 and fix name typos. (Bug#856)
4915
49162008-09-01 Chong Yidong <cyd@stupidchicken.com>
4917
4918 * minibuffer.el (completion-pcm--pattern->regex):
4919 When completion-ignore-case is non-nil, generate a regexp that
4920 ignores case.
4921
4922 * window.el (recenter-top-bottom): Doc fix.
4923
49242008-09-01 Simon South <ssouth@member.fsf.org>
4925
4926 * progmodes/delphi.el: New maintainer.
4927 (delphi-interface-types): New var.
4928 (delphi-composite-types): Use it.
4929 (delphi-enclosing-indent-of): Distinguish between "interface"
4930 keyword as a unit separator and used like a class declaration.
4931
49322008-09-01 Martin Rudalics <rudalics@gmx.at>
4933
4934 * help-fns.el (describe-simplify-lib-file-name)
4935 (find-source-lisp-file): Remove.
4936 (find-lisp-object-file-name): New function giving preference to
4937 files found via load-path instead of loaddefs.el.
4938 (describe-function-1): Use new function instead of the removed
4939 ones. (Bugs #587, #669, #690)
4940 * faces.el (describe-face): Use find-lisp-object-file-name instead
4941 of describe-simplify-lib-file-name.
4942
49432008-09-01 Kenichi Handa <handa@m17n.org>
4944
4945 * international/mule-diag.el (font-show-log): Fix previous change.
4946
4947 * international/mule-cmds.el (set-language-environment):
4948 Don't overwrite current-iso639-language if the current language
4949 environment doesn't provide that data.
4950 (set-locale-environment): Set current-iso639-language from the
4951 locale name.
4952
4953 * international/fontset.el (script-representative-chars): Re-add
4954 the entry for symbol, but with vector of characters.
4955 (setup-default-fontset): Cancel previous change.
4956
49572008-08-31 Chong Yidong <cyd@stupidchicken.com>
4958
4959 * ido.el: Move provide statement to the end of the file.
4960
49612008-08-30 Markus Triska <markus.triska@gmx.at>
4962
4963 * linum.el (linum-mode): `window-size-change-functions' can now be
4964 buffer-local.
4965 (linum-update-window): Use result of `move-overlay'.
4966
49672008-08-30 Glenn Morris <rgm@gnu.org>
4968
4969 * subr.el (make-variable-frame-local): Tweak obsolescence message.
4970
4971 * info.el (Info-hide-note-references, Info-refill-paragraphs):
4972 Doc fixes.
4973
4974 * apropos.el (apropos-command): Report documentation errors.
4975 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
4976
49772008-08-29 Chong Yidong <cyd@stupidchicken.com>
4978
4979 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
4980 string.
4981
49822008-08-29 Eli Zaretskii <eliz@gnu.org>
4983
4984 * bindings.el (mode-line-frame-identification): Fix last change.
4985
49862008-08-29 Kenichi Handa <handa@m17n.org>
4987
4988 These changes are to adjust the automatic composition for the new
4989 implementation (avoid using text property).
4990
4991 * composite.el (composition-function-table): Move declaration to
4992 composite.c.
4993 (terminal-composition-base-character-p): Delete it.
4994 (terminal-composition-function): Delete it.
4995 (terminal-composition-function-table): Delete it.
4996 (lgstring-header, lgstring-set-header, lgstring-font)
4997 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
4998 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
4999 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
5000 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
5001 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
5002 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
5003 (compose-glyph-string, compose-glyph-string-relative)
5004 (compose-gstring-for-graphic, compose-gstring-for-terminal):
5005 New functions.
5006 (auto-compose-chars): Argument changed.
5007
5008 * language/european.el: Don't setup composition-function-table.
5009 (diacritic-composition-pattern, diacritic-compose-region)
5010 (diacritic-compose-string, diacritic-compose-buffer)
5011 (diacritic-composition-function): Delete them.
5012
5013 * language/lao-util.el (lao-composition-function): Argument changed.
5014
5015 * language/sinhala.el: Fix setting up of composition-function-table.
5016
5017 * language/thai.el: Fix setting up of composition-function-table.
5018
5019 * language/thai-util.el: Encoding changed to utf-8.
5020 (thai-composition-function): Argument changed.
5021
5022 * language/indian.el: Fix setting up of composition-function-table.
5023 (devanagari-composable-pattern)
5024 (tamil-composable-pattern, kannada-composable-pattern)
5025 (malayalam-composable-pattern): New variables.
5026
5027 * international/characters.el (unicode-category-table):
5028 Setup unicode-category-table.
5029
5030 * international/fontset.el (setup-default-fontset): Prepend
5031 iso10646-1 fonts to the fallback font groups instead of appending.
5032
50332008-08-29 Glenn Morris <rgm@gnu.org>
5034
5035 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
5036
50372008-08-28 Chong Yidong <cyd@stupidchicken.com>
5038
5039 * term/x-win.el (x-win-suspend-error): Don't signal error if there
5040 are no X frames active.
5041
50422008-08-28 Michael Albinus <michael.albinus@gmx.de>
5043
5044 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
5045 `ignore-errors' (the function must succeed always).
5046
3590be23 50472008-08-28 Edward O'Connor <hober0@gmail.com>
e3d51b27
MR
5048
5049 * json.el (json-read-number): New arg. Handle explicitly signed
5050 numbers.
5051 (json-readtable): Add `+' and `.'.
5052
50532008-08-28 Eli Zaretskii <eliz@gnu.org>
5054
5055 * term/pc-win.el (msdos-previous-message): New variable.
5056 (msdos-show-help): New function.
5057 (msdos-initialize-window-system): Set show-help-function to
5058 msdos-show-help.
5059
50602008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
5061
5062 * emacs-lisp/debug.el (debug): When killing a noninteractive
5063 Emacs, give an exit status of -1.
5064
50652008-08-28 Chong Yidong <cyd@stupidchicken.com>
5066
5067 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
5068
50692008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
5070
5071 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
5072 not the same as the last modification time, fall back on the
5073 backend-specific check.
5074
50752008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
5076
5077 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
5078 to go to the position of interest.
5079
50802008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
5081
5082 * textmodes/artist.el (artist-mode-init): Add comment on the
5083 setting up of the `artist-replacement-table' array.
5084 (artist-get-replacement-char): New defsubst.
5085 (artist-get-char-at-xy-conv, artist-replace-char)
5086 (artist-replace-chars, artist-replace-string): Use it instead of
5087 accessing `artist-replacement-table' directly.
5088 Reported by Rubén Berenguel <ruben@maia.ub.es>.
5089
5090 (artist-mt): Fix structures for cut and copy operations.
5091
50922008-08-27 Chong Yidong <cyd@stupidchicken.com>
5093
5094 * shell.el (shell-file-name-quote-list): Quote `$'.
5095
5096 * comint.el (comint-dynamic-complete-as-filename): Generalize last
5097 change to allow quoting of characters before point.
5098 (comint-dynamic-list-filename-completions): Quote common substring.
5099
51002008-08-26 Chong Yidong <cyd@stupidchicken.com>
5101
5102 * comint.el (comint-dynamic-complete-as-filename): If case is
5103 ignored while matching, replace the entire filename with completion.
5104
5105 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
5106 flyspell-pre-point is valid to avoid signalling an error in
5107 post-command-hook.
5108
51092008-08-26 Johan Bockgård <bojohan@gnu.org>
5110
5111 * linum.el (linum): Inherit remaining face attributes from default
5112 face.
5113
51142008-08-26 Markus Triska <markus.triska@gmx.at>
5115
5116 * linum.el (linum-delay): Disable - it should no longer be
5117 necessary, and can lead to longer delays.
5118 (linum-update-window): Renumber if margin width has changed.
5119
51202008-08-26 Daiki Ueno <ueno@unixuser.org>
5121
5122 * epa.el (epa--key-widget-action): Save the selected window to
5123 make `widget-button-click-moves-point' work. (Bug#733).
5124
51252008-08-26 Glenn Morris <rgm@gnu.org>
5126
5127 * calendar/holidays.el (calendar-holidays): Doc fix.
5128
5129 * progmodes/gud.el (tramp-file-name-localname)
5130 (tramp-dissect-file-name): Declare.
5131
5132 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
5133
51342008-08-25 Eli Zaretskii <eliz@gnu.org>
5135
5136 * bindings.el (mode-line-frame-control): New function, caters to
5137 `pc' ``window system''.
5138 (mode-line-frame-identification): Use it instead of accessing
5139 window-system directly.
5140
51412008-08-25 Juri Linkov <juri@jurta.org>
5142
5143 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
5144 `center-line' and "\eS" from `center-paragraph'.
5145 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
5146 `center-paragraph'.
5147
77a01f9b 51482008-08-25 Ulf Jasper <ulf.jasper@web.de>
e3d51b27
MR
5149
5150 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
5151 (newsticker-treeview-treewindow-width): New.
5152 (newsticker-treeview-listwindow-height): New.
5153 (newsticker-treeview-browse-url-item): New.
5154 (newsticker-treeview-mode-map):
5155 Add newsticker-treeview-browse-url-item.
5156 (newsticker--treeview-window-init):
5157 Use newsticker-treeview-treewindow-width and
5158 newsticker-treeview-listwindow-height.
5159
5160 * net/newst-reader.el (newsticker-browse-url-item): New.
5161
51622008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
5163
5164 * vc-dir.el (vc-dir-marked-only-files-and-states):
5165 (vc-dir-child-files-and-states): Reverse the list before returning it.
5166
51672008-08-24 Michael Albinus <michael.albinus@gmx.de>
5168
5169 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
5170
51712008-08-24 Romain Francoise <romain@orebokech.com>
5172
5173 * progmodes/python.el (run-python): Remove '' from sys.path.
5174
51752008-08-23 Glenn Morris <rgm@gnu.org>
5176
5177 * progmodes/fortran.el (fortran-tab-mode-string)
5178 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
5179
51802008-08-23 Eli Zaretskii <eliz@gnu.org>
5181
5182 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
5183 Add declare-function.
5184
5185 * startup.el (command-line): Don't call tty-register-default-colors
5186 if initial-window-system is `pc'.
5187
5188 * term/internal.el (local-function-key-map): Fix unbalanced parens.
5189 (msdos-key-remapping-map): New variable. Move here all the special
5190 keys we will be remapping via local-function-key-map.
5191 (msdos-setup-keyboard): New function.
5192
5193 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
5194 make-msdos-frame.
5195 (terminal-init-internal): New function, errors out if called.
5196 (msdos-initialize-window-system): New function.
5197 (msdos-create-frame-with-faces): Set the terminal's
5198 `terminal-initted' (sic!) parameter.
5199 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
5200 (window-system-initialization-alist):
5201 Add msdos-initialize-window-system.
5202 (handle-args-function-alist): Use tty-handle-args for `pc'
5203 ``window system'' as well.
5204 (pc-win): Provide.
5205
5206 * term/tty-colors.el (tty-register-default-colors): Remove bogus
5207 code for using msdos-color-values.
5208
5209 * loadup.el [ms-dos]: Load term/pc-win.
5210
52112008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
5212
5213 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
5214 directory name.
5215
52162008-08-23 Nick Roberts <nickrob@snap.net.nz>
5217
5218 * progmodes/gud.el (gud-common-init): Use absolute file so that
5219 perldb works with tramp (sudo).
5220
5221 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
5222 match data in process filters.
5223
52242008-08-23 Martin Rudalics <rudalics@gmx.at>
5225
5226 * dired.el (dired-buffer-stale-p): Do not revert buffer that
5227 can be written.
5228
52292008-08-23 Glenn Morris <rgm@gnu.org>
5230
5231 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
5232 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
5233
52342008-08-23 Chong Yidong <cyd@stupidchicken.com>
5235
5236 * subr.el (temp-buffer-show-hook): Doc fix.
5237
52382008-08-22 Michael Albinus <michael.albinus@gmx.de>
5239
5240 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
5241 and "INSIDE_EMACS=...". Reported by Tassilo Horn
5242 <tassilo@member.fsf.org>.
5243
5244 * net/trampver.el: Update release number.
5245
5246 * net/xesam.el (xesam-minor-mode): New minor mode.
5247 (xesam-highlight-buffer): Remove. Code moved to
5248 `xesam-minor-mode'.
5249 (xesam-refresh-entry): Use `xesam-minor-mode'.
5250
52512008-08-21 Chong Yidong <cyd@stupidchicken.com>
5252
5253 * minibuffer.el (completion--try-word-completion):
5254 Disable partial-completion when considering the addition of a space
5255 or hyphen.
5256
52572008-08-21 John Paul Wallington <jpw@pobox.com>
5258
5259 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
5260 filename of `tofile' doesn't contain any colons on Windows,
5261 Cygwin, and MS-DOS systems.
5262
52632008-08-21 Daiki Ueno <ueno@unixuser.org>
5264
5265 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
5266 (epg-context-set-progress-callback): Make sure the callback is a
5267 cons of a function and a handback. Update all callers.
5268
52692008-08-20 David Reitter <david.reitter@gmail.com>
5270
5271 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
5272 Patch applied by Adrian Robert.
5273
52742008-08-20 Kevin Ryde <user42@zip.com.au>
5275
5276 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
5277 directive lines.
5278
52792008-08-20 Michael Albinus <michael.albinus@gmx.de>
5280
5281 * net/xesam.el (xesam-highlight-string): Precise doc string.
5282 (xesam-highlight-buffer): New defun.
5283 (xesam-refresh-entry): Use it. Better check for sourceModified.
5284
52852008-08-19 Chong Yidong <cyd@stupidchicken.com>
5286
5287 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
5288 their names.
5289
52902008-08-19 Kenichi Handa <handa@m17n.org>
5291
5292 * language/european.el ("Esperanto"): Change the preferred
5293 charsets to iso-8859-3.
5294
5295 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
5296
5297 * international/fontset.el (script-representative-chars):
5298 Delete the entry for symbol.
5299 (setup-default-fontset): For symbol characters, don't specify
5300 :script property.
5301
53022008-08-19 Chong Yidong <cyd@stupidchicken.com>
5303
5304 * minibuffer.el (completion-table-dynamic): Doc fix.
5305
5306 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
5307 saved.
5308
53092008-08-18 Chong Yidong <cyd@stupidchicken.com>
5310
5311 * emulation/edt.el (edt-default-emulation-setup):
5312 Share global-buffers-menu-map with the emulated global map.
5313
53142008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5315
5316 * term/ns-win.el (global): Uncomment "put backspace
5317 ascii-character..." and friends, they are needed for tramp. (Bug#725)
5318
53192008-08-18 Kenichi Handa <handa@m17n.org>
5320
5321 * international/mule-diag.el (font-show-log): Add optional arg N
5322 to control the limit of font listing.
5323
53242008-08-18 Chong Yidong <cyd@stupidchicken.com>
5325
5326 * window.el (recenter-top-bottom): Determine top and bottom
5327 positions using scroll-margin instead of scroll-conservatively.
5328
53292008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5330
5331 * proced.el (proced-send-signal): Use beginning-of-line.
5332
53332008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5334
5335 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
5336 (proced-mode-map): Add tooltips for menus. Use radio buttons for
5337 listing types.
5338 (proced-log-buffer): New variable.
5339 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
5340 region if transient-mark-mode is turned on and the region is active.
5341 (proced-omit-processes): Rename from proced-hide-processes to
5342 avoid key clash with describe-mode (bound to h). Search for
5343 marked processes starting from point-min.
5344 (proced-header-space): Remove.
5345 (proced-send-signal): Handle errors. Operate on current process
5346 if no process is marked.
5347 (proced-why): New command.
5348 (proced-log, proced-log-summary): New functions.
5349 (proced-help): Use proced-why.
5350 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
5351 (bibtex-autokey-year-title-separator): Fix docstring.
5352
53532008-08-17 Michael Albinus <michael.albinus@gmx.de>
5354
5355 * net/xesam.el (xesam-vendor, xesam-notify-function):
5356 New local variables.
5357 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
5358 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
5359 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
5360 (xesam-new-search): Initialize `xesam-vendor'.
5361
53622008-08-15 Glenn Morris <rgm@gnu.org>
5363
5364 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
5365 a pipeline.
5366 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
5367 unless at the end of the pipeline. (Bug#699).
5368
53692008-08-14 Chong Yidong <cyd@stupidchicken.com>
5370
5371 * minibuffer.el (completion-boundaries): Doc fix.
5372 (display-completion-list): Only default base-size to zero if
5373 completing in the minibuffer.
5374
5375 * simple.el (completion-base-size): Doc fix.
5376 (choose-completion): Try reselecting completion-reference-buffer.
5377
53782008-08-14 Michael Albinus <michael.albinus@gmx.de>
5379
5380 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
5381 also for remote directories.
5382
53832008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5384
5385 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
5386 since those precomputed values aren't used any more.
5387 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
5388
53892008-08-14 Martin Rudalics <rudalics@gmx.at>
5390
5391 * help.el (with-help-window): Return last value in BODY.
5392
53932008-08-14 Michael Albinus <michael.albinus@gmx.de>
5394
5395 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
5396 notify function of the URL.
5397 (xesam-new-search): Encode special characters in the query string.
5398
53992008-08-13 Chong Yidong <cyd@stupidchicken.com>
5400
5401 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
5402
54032008-08-13 Andreas Schwab <schwab@suse.de>
5404
5405 * net/tramp.el (tramp-handle-shell-command): Handle output going
5406 to current buffer like shell-command. Don't disable undo.
5407
54082008-08-13 Glenn Morris <rgm@gnu.org>
5409
5410 * eshell/esh-cmd.el (eshell/which): Handle the case where no
5411 description is found.
5412
54132008-08-12 Alan Mackenzie <acm@muc.de>
5414
5415 * progmodes/cc-defs.el (c-emacs-features):
5416 argumentative-bod-function: bind mark-ring to avoid accumulating a
5417 spurious mark.
5418
54192008-08-12 Chong Yidong <cyd@stupidchicken.com>
5420
5421 * simple.el (visual-line--saved-state): New var.
5422 (visual-line-mode): Save local values of variables, and restore
5423 them when visual-line-mode is disabled.
5424
54252008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
5426
5427 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
5428
54292008-08-11 Chong Yidong <cyd@stupidchicken.com>
5430
5431 * progmodes/cc-defs.el (c-emacs-features):
5432 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
5433 moving point during the test.
5434
5435 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
5436
54372008-08-11 Glenn Morris <rgm@gnu.org>
5438
5439 * term/ns-win.el (x-parse-geometry): Doc fix.
5440
5441 * dired.el (x-popup-menu):
5442 * hi-lock.el (x-popup-menu):
5443 * mouse.el (font-face-attributes):
5444 * calendar/cal-menu.el (x-popup-menu):
5445 * calendar/calendar.el (x-popup-menu):
5446 * calendar/holidays.el (x-popup-menu):
5447 * progmodes/cperl-mode.el (x-popup-menu):
5448 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
5449 (x-open-connection):
5450 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
5451 (x-command-line-resources):
5452 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
5453 (x-display-name, x-command-line-resources):
5454 Add declarations for builds without X.
5455
54562008-08-10 Glenn Morris <rgm@gnu.org>
5457
5458 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
5459
54602008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
5461
5462 * vc-bzr.el (vc-bzr-find-revision): Rename from
5463 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
5464
54652008-08-10 Michael Albinus <michael.albinus@gmx.de>
5466
5467 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
5468 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
5469 "DONE", when all hits are retrieved.
5470 (xesam-search): Autoload it.
5471
54722008-08-11 John Paul Wallington <jpw@pobox.com>
5473
5474 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
5475 empty string when no filename.
5476 (define-ibuffer-column filename): Accommodate that change.
5477
5478 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
5479 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
5480
54812008-08-10 Glenn Morris <rgm@gnu.org>
5482
5483 * Makefile.in (ELCFILES): Update.
5484
54852008-08-10 John Paul Wallington <jpw@pobox.com>
5486
5487 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
5488
54892008-08-08 Chong Yidong <cyd@stupidchicken.com>
5490
5491 * battery.el (battery-echo-area-format, battery-status-function):
5492 Handle new Linux sysfs format for battery reporting.
5493 (battery-linux-sysfs): New function.
5494
54952008-08-07 Martin Rudalics <rudalics@gmx.at>
5496
5497 * add-log.el (change-log-search-tag-name)
5498 (change-log-goto-source): Fix behavior when point is not on tag.
5499
55002008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
5501
5502 * startup.el (command-line-ns-option-alist): Use ignore instead of
5503 ns-ignore-0-arg.
5504
5505 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
5506 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
5507 (ns-alternatives-map): New variable.
5508 (x-set-up-function-keys): Use it.
5509 (global): Comment out "put backspace ascii-character..." and friends.
5510 Move function-key-map into ns-alternatives-map. Don't call
5511 precompute-menubar-bindings. Don't set anything connected with
5512 browse-url.
5513 (after-make-frame-functions): Clarify comment why a hook is added.
5514
55152008-08-06 Joakim Verona <joakim@verona.se>
5516
5517 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
5518 in url:s.
5519
55202008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
5521
5522 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
5523 Fix 2008-01-01 change: use a shy group to not affect subsequent
5524 match calls.
5525
55262008-08-06 Reto Zimmermann <reto@gnu.org>
5527
5528 * progmodes/vera-mode.el (vera-electric-tab):
5529 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
5530 region when active.
5531
55322008-08-06 Kenichi Handa <handa@m17n.org>
5533
5534 * faces.el (face-valid-attribute-values): Fix handling the value
5535 of (font-family-list) and font-XXX-table.
5536
55372008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
5538
5539 * proced.el (proced-menu): Bind the correct function to for toggling.
5540
5541 * vc-dir.el (vc-dir-mode): Fix typo.
5542
55432008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5544
5545 * whitespace.el (whitespace-newline-mode)
5546 (global-whitespace-newline-mode, whitespace-mode)
5547 (global-whitespace-mode): Improve docstring.
5548
55492008-08-05 Chong Yidong <cyd@stupidchicken.com>
5550
5551 * kmacro.el (kmacro-exec-ring-item): Add autoload.
5552
5553 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
5554
5555 * cus-start.el (all): Handle auto-save-visited-file-name.
5556
55572008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
5558
5559 * files.el (hack-one-local-variable-eval-safep): Handle
5560 lisp-indent-function and scheme-indent-function in addition to the
5561 deprecated lisp-indent-hook.
5562
55632008-08-05 Michael Albinus <michael.albinus@gmx.de>
5564
5565 * net/xesam.el (top): Require `wid-edit' always.
5566 (xesam-mode-line, xesam-highlight): New deffaces.
5567 (xesam-objects): New local variable.
5568 (xesam-search-engines): Fix error in field list.
5569 (xesam-mode): Use `xesam-mode-line' instead of
5570 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
5571 proper initialization (why?).
5572 (xesam-highlight-string, xesam-get-hits)
5573 (xesam-kill-buffer-function): New defuns.
5574 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
5575 result of "hit.fields", it isn't a string only. Wrap an error of
5576 the strigi search engine ("xesam:size" is returned as string).
5577 Highlight search items.
5578 (xesam-refresh-search-buffer): Make logic of counters more simple.
5579 Prefetch next hits.
5580 (xesam-signal-handler): Use `xesam-mode-line' instead of
5581 `font-lock-type-face'.
5582 (xesam-new-search): Add `xesam-kill-buffer-function' to
5583 `kill-buffer-hook'.
5584
55852008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
5586
5587 * add-log.el (change-log-next-error, change-log-mode): Add support
5588 for `next-error' to call `change-log-goto-source' on named files
5589 in a ChangeLog.
5590
55912008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
5592
5593 * calc/calc.el (math-read-number): Handle all C-like languages
5594 properly.
5595
55962008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
5597
5598 * calc/calc.el (math-read-number): Handle C numbers beginning with
5599 0 correctly.
5600
56012008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5602
5603 * term/ns-win.el ([ns-new-frame]): New global key.
5604
56052008-08-04 Juanma Barranquero <lekktu@gmail.com>
5606
5607 * international/mule-cmds.el (read-char-by-name):
5608 Check UCS names with `assoc-string' and case folding.
5609
56102008-08-04 Michael Albinus <michael.albinus@gmx.de>
5611
5612 * net/dbus.el (dbus-call-method-asynchronously)
5613 (dbus-method-return-internal, dbus-method-error-internal):
5614 Declare them with `declare-function'.
5615
56162008-08-04 Juanma Barranquero <lekktu@gmail.com>
5617
5618 * descr-text.el (describe-char-display): Fix last change:
5619 don't pass CHARSET to `encoded-string-description'.
5620
56212008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
5622
5623 * vc.el (vc-next-action): Update list var correctly after delete.
5624
56252008-08-02 Chong Yidong <cyd@stupidchicken.com>
5626
5627 * ido.el (ido-mode): Add toggle notification.
5628
5629 * cus-edit.el (custom-save-all): Avoid destroying symlink if
5630 already visiting the custom file.
5631
5632 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5633 pending output coming after the status change.
5634
56352008-08-02 Jason Rumney <jasonr@gnu.org>
5636
5637 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
5638
56392008-08-01 Kenichi Handa <handa@m17n.org>
5640
5641 * international/mule-cmds.el (encode-coding-char):
5642 New optional arg CHARSET.
5643
5644 * descr-text.el (describe-char-display): Call encode-coding-char
5645 with the arg CHARSET.
5646 (describe-char): Pay attention to the text-property `charset'.
5647
56482008-08-01 Michael Albinus <michael.albinus@gmx.de>
5649
5650 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
5651 error messages.
5652 (dbus-set-property): Call `dbus-introspect-get-property' instead
5653 of `dbus-get-property'.
5654
5655 * net/xesam.el (xesam-all-fields): Remove source and content
5656 identifiers.
5657 (xesam-dbus-unique-names): New defvar.
5658 (xesam-dbus-call-method): New defun. Replace all calls of
5659 `dbus-call-method' by `xesam-dbus-call-method'.
5660 (xesam-get-cached-property, xesam-set-cached-property):
5661 New defuns.
5662 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
5663 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
5664 (xesam-search-engines): Make it an association list. Take changed
5665 layout into account in the corresponding function.
5666 (xesam-delete-search-engine): Remove check for consistency of
5667 `xesam-search-engines', not needed anymore.
5668 (xesam-mode): Show XML query string only in the debug case.
5669
56702008-07-31 Juanma Barranquero <lekktu@gmail.com>
5671
5672 * files.el (read-file-modes): Fix typo in docstring.
5673
56742008-07-31 Chong Yidong <cyd@stupidchicken.com>
5675
5676 * Makefile.in: Avoid maintainer warning for autogenerated unicode
5677 files.
5678
5679 * apropos.el (apropos-symbol): Don't set button skip by default.
5680 (apropos-print): Set button skip iff searching for multiple types.
5681 (apropos-print-doc): Insert blank label button when searching for
5682 a single type.
5683
5684 * button.el (forward-button): Avoid infloop.
5685
5686 * minibuffer.el (read-file-name-completion-ignore-case):
5687 Add cygwin to the list.
5688
56892008-07-31 Sven Joachim <svenjoac@gmx.de>
5690
5691 * files.el (abbreviate-file-name): When replacing $HOME with ~,
5692 turn off case-fold-search.
5693
56942008-07-31 Michael Albinus <michael.albinus@gmx.de>
5695
5696 * net/dbus.el (top): Don't register for "NameOwnerChanged".
5697 (dbus-message-type-invalid, dbus-message-type-method-call)
5698 (dbus-message-type-method-return, dbus-message-type-error)
5699 (dbus-message-type-signal): New defconst.
5700 (dbus-ignore-errors): Fix `edebug-form-spec' property.
5701 (dbus-return-values-table): New defvar.
5702 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
5703 New defun.
5704 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
5705 Extend docstring. Adapt implementation according to new
5706 `dbus-event' layout.
5707 (dbus-event-service-name, dbus-event-path-name)
5708 (dbus-event-interface-name, dbus-event-member-name):
5709 Adapt implementation according to new `dbus-event' layout.
5710 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
5711
5712 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
5713 (xesam-mode): Rework implementation.
5714 (xesam-new-search): Additional parameter TYPE.
5715 (xesam-search): Adapt call of `xesam-new-search'.
5716
57172008-07-31 Juri Linkov <juri@jurta.org>
5718
5719 * dired-aux.el (dired-do-chmod): Set default value to the original
5720 mode string using absolute notation like u=rwx,g=rx,o=rx.
5721 Use it as a new arg `default' of `dired-mark-read-string'.
5722 (dired-mark-read-string): Add new optional arg `default'.
5723
5724 * files.el (read-file-modes): Set default value to the original
5725 mode string using absolute notation like u=rwx,g=rx,o=rx.
5726 Use it as the `default' arg of `read-string'.
5727
5728 * filesets.el (filesets-cmd-isearch-getargs): Check if the
5729 variable `files' is bound to avoid warnings.
5730
5731 * isearch.el (isearch-forward-regexp, isearch-forward-word)
5732 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
5733 to the command `isearch-forward' instead of displaying "See C-s".
5734 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
5735 with their interactive specifications. Move reading the face name to
5736 the main body after calls to isearch-done and isearch-clean-overlays.
5737
5738 * mb-depth.el: Unify all names under one common name prefix
5739 `minibuffer-depth-'.
5740 (minibuffer-depth-indicator-function): Rename from
5741 `minibuf-depth-indicator-function'.
5742 (minibuffer-depth-overlay): Rename from
5743 `minibuf-depth-overlay'.
5744 (minibuffer-depth-setup): Rename from
5745 `minibuf-depth-setup-minibuffer'.
5746 (minibuffer-depth-indicate-mode): Rename from
5747 `minibuffer-indicate-depth-mode'.
5748
57492008-07-31 Juri Linkov <juri@jurta.org>
5750
5751 * dired-aux.el (dired-isearch-filenames-toggle): New command.
5752 (dired-isearch-filenames-setup): Bind "\M-sf" to
5753 dired-isearch-filenames-toggle in isearch-mode-map.
5754 (dired-isearch-filenames-end): Bind "\M-sf" to nil
5755 in isearch-mode-map.
5756
5757 * isearch.el (isearch-edit-string-set-word): New command.
5758 (minibuffer-local-isearch-map): Bind "\C-w" to
5759 isearch-edit-string-set-word.
5760 (isearch-new-word): Temporary internal variable.
5761 (isearch-edit-string): Remove special case of reading the
5762 first character and checking it for C-w.
5763
5764 * simple.el (read-shell-command, shell-command):
5765 Move code that uses minibuffer-with-setup-hook to set
5766 minibuffer-default-add-function to minibuffer-default-add-shell-commands
5767 from the interactive spec of `shell-command' to `read-shell-command'.
5768
5769 * international/mule-cmds.el (read-char-by-name):
5770 Accept hash notation. Doc fix.
5771 (ucs-insert): Doc fix. Convert to number only when `arg' is
5772 a string. Use separate error message when `arg' is not an integer.
5773 Bind `ucs-insert' to `C-x 8 RET'.
5774
57752008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
5776
5777 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
5778 move the (arglist-cont-nonempty) from c-offsets-alist to
5779 c-hanging-braces-alist like other styles already have.
5780
57812008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5782
5783 * textmodes/texinfmt.el:
5784 * nxml/nxml-enc.el:
5785 * mail/feedmail.el:
5786 * international/mule.el:
5787 * international/latexenc.el:
5788 * emulation/viper-util.el:
5789 * emulation/viper-init.el:
5790 * emulation/viper-ex.el:
5791 * emacs-lisp/bytecomp.el:
5792 * version.el:
5793 * subr.el:
5794 * startup.el:
5795 * sort.el:
5796 * shadowfile.el:
5797 * recentf.el:
5798 * printing.el:
5799 * paths.el:
5800 * minibuffer.el:
5801 * ls-lisp.el:
5802 * loadup.el:
5803 * hippie-exp.el:
5804 * finder.el:
5805 * files.el:
5806 * ediff-util.el:
5807 * ediff-ptch.el:
5808 * ediff-init.el:
5809 * ediff-diff.el:
5810 * dired.el:
5811 * dired-aux.el:
5812 * cus-edit.el:
5813 * bindings.el:
5814 * arc-mode.el:
5815 * add-log.el: Remove VMS support.
5816 * obsolete/vmsproc.el:
5817 * obsolete/vms-pmail.el:
5818 * obsolete/vms-patch.el: Remove file.
5819
58202008-07-31 Alan Mackenzie <acm@muc.de>
5821
5822 * progmodes/cc-mode.el (c-before-hack-hook): New function
5823 (Top Level): Install c-before-hack-hook on
5824 before-hack-local-variables-hook, rather than
5825 c-postprocess-file-styles on hack-local-variables-hook.
5826
58272008-07-31 Chong Yidong <cyd@stupidchicken.com>
5828
5829 * files.el (normal-mode): Move call to hack-project-variables into
5830 hack-local-variables.
5831 (file-local-variables-alist, before-hack-local-variables-hook):
5832 New vars.
5833 (ignored-local-variables): Add file-local-variables-alist.
5834 (hack-local-variables-filter): Renamed from
5835 hack-local-variables-apply. Add the result to
5836 file-local-variables-alist, without applying them.
5837 (hack-local-variables): Set file-local-variables-alist to nil.
5838 Call hack-project-variables and before-hack-local-variables-hook.
5839 Apply variables here, instead of hack-local-variables-apply.
5840 Based on a patch by Alan Mackenzie.
5841
58422008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
5843
5844 * info-look.el (autoconf-mode :doc-spec): For
5845 "(autoconf)M4 Macro Index", if the item already
5846 begins with "AS_", don't prefix that string again.
5847
58482008-07-30 Juri Linkov <juri@jurta.org>
5849
5850 * info.el (info, Info-mode): Doc fix.
5851
5852 * isearch.el (isearch-mode-map): Bind `M-s r' to
5853 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
5854 (search-map): Bind `M-s w' to `isearch-forward-word' globally
5855 in the global map `search-map'.
5856 (isearch-forward): Doc fix.
5857 (isearch-forward-word, isearch-toggle-case-fold): New commands.
5858
5859 * simple.el (quoted-insert): Comment out code that treats
5860 0240-0377 specially.
5861
58622008-07-30 Chong Yidong <cyd@stupidchicken.com>
5863
5864 * cus-start.el: Add customization info for
5865 read-buffer-completion-ignore-case.
5866
58672008-07-30 Sam Steingold <sds@gnu.org>
5868
5869 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
5870
58712008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5872
5873 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
5874 (vc-dir-mode): Improve docstring.
5875
58762008-07-30 Juri Linkov <juri@jurta.org>
5877
5878 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
5879 for the sake of isearch-mode-hook in dired-mode in dired.el.
5880
58812008-07-19 Markus Triska <markus.triska@gmx.at>
5882
5883 * image-mode.el (image-mode): Set image-mode-text-map when image
5884 cannot be displayed.
5885
58862008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
5887
5888 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
5889 ada-xref-set-default-prj-values.
5890 (ada-prj-display-page): Ditto.
5891
5892 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
5893 (ada-make-filename-from-adaname): Fix free variable.
5894
58952008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5896
5897 * vc-git.el (vc-git-status-printer): Synchronize with the default.
5898
58992008-07-30 Michael McNamara <mac@mail.brushroad.com>
5900
5901 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
5902 for declarations inside a parenthetical list. The code is ill-advised,
5903 and doesn't work given user defined types.
5904 (verilog-set-auto-endcomments): Enhance function automatic
5905 endcomment to support functions that return user defined types.
5906 (verilog-mode): Add code to tell which-function-mode minor mode
5907 that Verilog supports this feature.
5908 (verilog-beg-block-re-ordered, verilog-indent-re)
5909 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
5910 (verilog-leap-to-head): Support the new virtual and/or protected
5911 tasks, as well as extern declarations of tasks for indenting and
5912 for forward/backward expression.
5913
59142008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
5915
5916 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
5917 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
5918 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
5919 (verilog-string-replace-matches): Avoid recursion with small
5920 replacements.
5921 (verilog-auto-inst-param-value, verilog-mode-version)
5922 (verilog-mode-version-date, verilog-read-inst-param-value)
5923 (verilog-auto-inst, verilog-auto-inst-param)
5924 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
5925 verilog-auto-inst-param-value option for AUTOINST. Suggested by
5926 David Rogoff. This allows parameters to be replaced with their
5927 values, on the expansion of an AUTOINST with Verilog 2001 style
5928 parameter settings.
5929
59302008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
5931
5932 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
5933 to `cddr'.
5934
59352008-07-29 Chong Yidong <cyd@stupidchicken.com>
5936
5937 * Makefile.in (ELCFILES): Add mairix.elc.
5938
59392008-07-29 David Engster <deng@randomsample.de>
5940
5941 * net/mairix.el: New file.
5942
59432008-07-29 Juri Linkov <juri@jurta.org>
5944
5945 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
5946 instead of variable-pitch with bold and 1.2 height.
5947
5948 * dired-aux.el (dired-do-async-shell-command): New command.
5949
5950 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
5951 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
5952
59532008-07-29 Juri Linkov <juri@jurta.org>
5954
5955 * international/mule-cmds.el (ucs-names): New internal variable.
5956 (ucs-names): New function.
5957 (ucs-completions): New lazy completion variable.
5958 (read-char-by-name): New function.
5959 (ucs-insert): Replace interactive spec letter "s" with the call to
5960 `read-char-by-name'.
5961
5962 * replace.el (read-regexp): Add second arg `default'. Doc fix.
5963
5964 * replace.el (occur-read-primary-args):
5965 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5966 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
5967 second arg of `read-regexp'.
5968
5969 * dired-aux.el (dired-isearch-filenames): New user option.
5970 (dired-isearch-orig-success-function): New internal variable.
5971 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
5972 (dired-isearch-success-function): New functions.
5973 (dired-isearch-filenames, dired-isearch-filenames-regexp):
5974 New commands.
5975
5976 * dired.el (dired-insert-set-properties): Add new text property
5977 `dired-filename' to put on file names.
5978 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
5979 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
5980 Add menu items.
5981 (dired-mode): Add hook `dired-isearch-filenames-setup' to
5982 buffer-local `isearch-mode-hook'.
5983
59842008-07-29 Juanma Barranquero <lekktu@gmail.com>
5985
5986 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
5987 (ada-create-case-exception): Fix typo in docstring.
5988 (ada-no-auto-case): Return nil, not the docstring.
5989 (ada-indent-current): Reflow docstring.
5990
5991 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
5992 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
5993 (ada-prj-load-from-file): Reflow docstring.
5994 (ada-prj-display-page): Fix typo in widget.
5995
5996 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
5997 Fix typos in docstrings.
5998
5999 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
6000 (ada-compile-current, ada-check-current, ada-run-application)
6001 (ada-get-ali-file-name): Fix typos in docstrings.
6002 (ada-xref-confirm-compile, ada-find-references)
6003 (ada-find-local-references, ada-find-any-references): Doc fixes.
6004 (ada-get-all-references): Fix typo in error message.
6005 (ada-xref-current-project): Use `let', not `let*'.
6006 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
6007
60082008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6009
6010 * whitespace.el (whitespace-newline): Change initialization to have a
6011 low contrast relative to the background color. Suggested by David
6012 Reitter <david.reitter@gmail.com>.
6013
60142008-07-28 Juri Linkov <juri@jurta.org>
6015
6016 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
6017 New functions.
6018
6019 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
6020 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
6021
60222008-07-28 Seiji Zenitani <zenitani@mac.com>
6023
6024 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
6025 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
6026
60272008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
6028
6029 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
6030 Add support for add-log.
6031 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
6032
6033 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
6034 (ada-prj-save): Prompt for file name if not given.
6035 (ada-prj-display-page): Display casing exceptions.
6036
6037 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
6038 Ada mode project files. Delete 'main_unit' project variable;
6039 only need 'main'. Simplify handling of default project values.
6040 Use cross-prefix consistently.
6041 (ada-find-executable): Throw error if not found.
6042 (ada-initialize-runtime-library): Improve error handling when
6043 gnatls not found.
6044 (ada-gnat-parse-gpr): New.
6045 (ada-treat-cmd-string): Allow process environment variables.
6046 (ada-xref-set-default-prj-values): Delete; replace with
6047 ada-default-prj-properties.
6048 (ada-parse-prj-file): Handle GNAT project files.
6049 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
6050 (ada-select-prj-file): New.
6051 (ada-get-absolute-dir-list): Allow project and environment variables.
6052
60532008-07-27 Michael Albinus <michael.albinus@gmx.de>
6054
6055 Sync with Tramp 2.1.14.
6056
6057 * net/tramp.el (tramp-perl-directory-files-and-attributes)
6058 (tramp-get-device): Make device number a cons cell.
6059 (tramp-convert-file-attributes): Make inode a cons cell.
6060
6061 * net/trampver.el: Update release number.
6062
60632008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6064
6065 * faces.el (face-set-after-frame-default): Treat 'ns as all other
6066 window systems.
6067
60682008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6069
6070 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
6071
60722008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6073
6074 Remove support for Mac Carbon.
6075 * term/mac-win.el: Remove file
6076 * international/mule-cmds.el:
6077 * version.el:
6078 * startup.el:
6079 * simple.el:
6080 * mwheel.el:
6081 * mouse.el:
6082 * loadup.el:
6083 * isearch.el:
6084 * info.el:
6085 * frame.el:
6086 * faces.el:
6087 * disp-table.el:
6088 * cus-start.el:
6089 * cus-face.el:
6090 * cus-edit.el:
6091 * Makefile.in: Remove code for Carbon.
6092
60932008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
6094
6095 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
6096 bindings for functions deleted by Dan N. 2008-07-21. Set
6097 where-is-preferred-modifier. Add show-manual option to Help menu.
6098
60992008-07-26 Michael Albinus <michael.albinus@gmx.de>
6100
6101 * net/tramp.el (tramp-handle-start-file-process):
6102 Set query-on-exit flag. Kill temporary buffer.
6103 (tramp-process-sentinel): Remove defun.
6104 (tramp-do-copy-or-rename-file-out-of-band)
6105 (tramp-maybe-open-connection): Don't call it.
6106
6107 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
6108 `tramp-process-sentinel'.
6109
6110 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
6111 `tramp-process-sentinel'.
6112
6113 * net/xesam.el (xesam-from): Remove defvar.
6114 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
6115 and `mode-line-position'.
6116 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
6117 information to the widgets. Don't set `mode-line-position'.
6118 (xesam-refresh-search-buffer): Correct hit number computing.
6119 Don't set `mode-line-position'.
6120 (xesam-new-search): Add debug information to the mode line.
6121
61222008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6123
6124 * diff-mode.el (diff-show-trailing-blanks): Renamed to
6125 diff-show-trailing-whitespaces.
6126
61272008-07-25 Chong Yidong <cyd@stupidchicken.com>
6128
6129 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
6130 invalid filename strings when parsing tex errors (bug#376).
6131
61322008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
6133
6134 * menu-bar.el (menu-bar-file-menu): Fix typo.
6135
61362008-07-25 Juanma Barranquero <lekktu@gmail.com>
6137
6138 * play/solitaire.el (solitaire-mode-map): Define within defvar.
6139 (solitaire-mode): Define with `define-derived-mode'.
6140 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
6141 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
6142 (solitaire-undo, solitaire-check): Use `when'.
6143 (solitaire-solve): Err out if the solitaire is already in progress.
6144 Use `when'.
6145
6146 * descr-text.el (describe-char): Don't overwrite local variable char
6147 when describing characters with display-table entries. Display font
6148 backend when describing composed characters. Simplify: use `let'
6149 instead of `let*', and `or x y' instead of `if x x y'.
6150
61512008-07-25 Chong Yidong <cyd@stupidchicken.com>
6152
6153 * image-mode.el (image-minor-mode): Set up winprops.
6154
61552008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6156
6157 * diff-mode.el (diff-show-trailing-blanks): New fun.
6158 Show trailing blanks in modified lines for diff-mode.
6159
61602008-07-24 Michael Albinus <michael.albinus@gmx.de>
6161
6162 * Makefile.in (ELCFILES): Add net/xesam.el.
6163
6164 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
6165 process name. Reported by Markus Triska <markus.triska@gmx.at>.
6166
6167 * net/xesam.el: New file.
6168
61692008-07-24 Sven Joachim <svenjoac@gmx.de>
6170
6171 * dired-aux.el (dired-copy-file-recursive): Avoid calling
6172 set-file-modes when creating target directories.
6173
61742008-07-24 Juanma Barranquero <lekktu@gmail.com>
6175
6176 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
6177 Set `show-trailing-whitespace' to nil.
6178 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
6179 Fix typos in docstrings.
6180
61812008-07-24 Chong Yidong <cyd@stupidchicken.com>
6182
6183 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
6184 key remapping, not directly.
6185
61862008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6187
6188 * whitespace.el: New version 11.2.
6189 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
6190 minor mode visualization.
6191
61922008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6193
6194 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
6195
6196 * Makefile.in (ELCFILES): Add term/common-win.elc.
6197
6198 * vc-dir.el (vc-dir-search, vc-dir-isearch)
6199 (vc-dir-isearch-regexp): New functions.
6200 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
6201
62022008-07-23 Juri Linkov <juri@jurta.org>
6203
6204 * isearch-multi.el: Remove file to avoid dos file name clashes
6205 with isearch-x.el. Move most content to misearch.el.
6206
6207 * misearch.el: New file with most content from isearch-multi.el.
6208 Rename `isearch-buffers' name prefixes to `multi-isearch'.
6209 Remove `isearch-buffers-minor-mode'. Add new function
6210 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
6211 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
6212 `multi-isearch-files', `multi-isearch-files-regexp'.
6213
6214 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
6215
6216 * isearch.el (isearch-message-prefix): Display "Multi" when
6217 `multi-isearch-next-buffer-current-function' is non-nil.
6218 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
6219 with `multi-isearch-next-buffer-current-function', and
6220 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
6221
6222 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
6223 `multi-isearch-next-buffer-function' instead of
6224 `isearch-buffers-next-buffer-function'. Remove call to
6225 `isearch-buffers-minor-mode'.
6226
6227 * buff-menu.el (Buffer-menu-marked-buffers)
6228 (Buffer-menu-isearch-buffers)
6229 (Buffer-menu-isearch-buffers-regexp): New functions.
6230 (Buffer-menu-mode-map): Bind "M-s a C-s" to
6231 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
6232 `Buffer-menu-isearch-buffers-regexp'.
6233 (Buffer-menu-mode): Document new commands in docstring.
6234 (list-buffers-noselect): Add one space after Info file name
6235 according to the Info address convention.
6236
6237 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
6238 New functions.
6239
6240 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
6241 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
6242 (ibuffer-mode): Document new commands in docstring.
6243
6244 * filesets.el (filesets-commands): Add commands for "Isearch" and
6245 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
6246 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
6247 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
6248 or `multi-isearch-files-regexp'.
6249 (filesets-cmd-query-replace-getargs): Call standard function
6250 `query-replace-read-args' to read `query-replace' arguments.
6251 Add `multi-query-replace-map'.
6252 (filesets-cmd-query-replace-regexp-getargs)
6253 (filesets-cmd-isearch-getargs): New functions.
6254
62552008-07-23 Chong Yidong <cyd@stupidchicken.com>
6256
6257 * international/mule.el (recode-region): Deactivate mark at the end.
6258
62592008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
6260
6261 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6262 Use more suitable colors on dark displays.
6263
62642008-07-23 Michael Albinus <michael.albinus@gmx.de>
6265
6266 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
6267 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
6268 (tramp-temp-buffer-name): New defconst.
6269 (tramp-handle-start-file-process): Use it. Apply "exec", for the
6270 command. No trailing prompt.
6271 (tramp-process-sentinel): Remove temporary buffer, if existing.
6272 Don't handle trailing prompt.
6273 (tramp-open-connection-setup-interactive-shell):
6274 Use `tramp-temp-buffer-name'.
6275
62762008-07-23 Chong Yidong <cyd@stupidchicken.com>
6277
6278 * shell.el (shell-dynamic-complete-functions):
6279 Use comint-dynamic-complete-filename as well (bug#361).
6280
62812008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6282
6283 * term/ns-win.el:
6284 * version.el (emacs-version):
6285 * loadup.el:
6286 * frame.el (make-frame-on-display): Check for ns instead of
6287 ns-windowing.
6288
6289 * dired.el (dired-mode-map): Show the key binding for wdired.
6290
6291 * menu-bar.el (menu-bar-file-menu): Show the key binding for
6292 exiting Emacs.
6293
62942008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
6295
6296 * term/ns-win.el (x-list-fonts): Drop alias.
6297
62982008-07-23 Juri Linkov <juri@jurta.org>
6299
6300 * replace.el (multi-query-replace-map): New variable.
6301 (perform-replace): Add processing of new multi-buffer keys bound
6302 to `automatic-all' and `exit-current'. Set `query-flag' to nil
6303 if last input char was `automatic-all'. Set new local variable
6304 `multi-buffer' to t when one of new two keys were typed. Return
6305 non-nil value of `multi-buffer' that tells to calling functions
6306 to continue replacement on the next file.
6307
6308 * progmodes/etags.el (tags-query-replace): Set arg `map' of
6309 `perform-replace' to `multi-query-replace-map'.
6310
63112008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6312
6313 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
6314 otherwise displayed in every buffer.
6315
6316 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
6317 (vc-arch-trim-one-revlib): Delete temp directories as well.
6318
63192008-07-22 Stephen Eglen <stephen@gnu.org>
6320
6321 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
6322
63232008-07-22 Sven Joachim <svenjoac@gmx.de>
6324
6325 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
6326
63272008-07-22 Miles Bader <miles@gnu.org>
6328
6329 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
6330 (sh-mode-map): Remove remapping of newline-and-indent.
6331
63322008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6333
6334 * vc.el (Todo): Update.
6335
6336 * vc-hooks.el: Remove obsolete comment.
6337
6338 * vc-git.el (vc-git-status-printer): Update the directory display
6339 to match the default.
6340
6341 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
6342
63432008-07-21 Chong Yidong <cyd@stupidchicken.com>
6344
6345 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
6346 for "word wrap" command.
6347
6348 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
6349
63502008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6351
6352 * term/ns-win.el: Rename ns- functions/variables to the
6353 corresponding x- versions.
6354 (x-select-text, x-cut-buffer-or-selection-value)
6355 (x-disown-selection-internal, x-get-selection-internal)
6356 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
6357 (x-display-mm-width, x-display-mm-height)
6358 (x-display-backing-store, x-display-save-under)
6359 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
6360 defaliases.
6361
6362 * frame.el (ns-display-name): Remove declaration.
6363 (make-frame-on-display): Use x-display-name instead
6364 ns-display-name. Use unless.
6365
6366 * startup.el (command-line-1): Fix indentation.
6367
6368 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
6369 checked in inadvertently.
6370
63712008-07-21 Chong Yidong <cyd@stupidchicken.com>
6372
6373 * term/ns-win.el: Standardize references to "Nextstep" in
6374 comments, messages, and docstrings.
6375 (ns-handle-args, x-parse-geometry)
6376 (ns-extended-platform-support-mode, x-setup-function-keys)
6377 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
6378 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
6379 (ns-initialized, ns-initialize-window-system): Doc fixes.
6380
63812008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6382
6383 * diff-mode.el (diff-auto-refine): Delete defcustom.
6384 (diff-auto-refine-mode): New func/var via define-minor-mode.
6385 Update var ref to use diff-auto-refine-mode.
6386 * smerge-mode.el (diff-mode): Require when compiling.
6387 (smerge-auto-refine): Delete defcustom.
6388 Update smerge-auto-refine ref to use diff-auto-refine-mode.
6389
63902008-07-21 Chong Yidong <cyd@stupidchicken.com>
6391
6392 * simple.el (visual-line): New custom group.
6393 (visual-line-fringe-indicators): New var.
6394 (visual-line-mode): Set fringe-indicator-alist based on
6395 visual-line-fringe-indicators. Add lighter.
6396
63972008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6398
6399 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
6400 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
6401 (x-handle-geometry, x-handle-name-switch, x-display-name)
6402 (x-handle-display, x-handle-args, x-colors): Move ...
6403 * term/common-win.el: ... here. New file.
6404 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
6405 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
6406 (x-handle-geometry, x-handle-name-switch, x-display-name)
6407 (x-handle-display, x-handle-args, x-colors): Remove.
6408 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
6409
64102008-07-19 Juri Linkov <juri@jurta.org>
6411
6412 * startup.el (fancy-startup-text): Move the line "To quit
6413 a partially entered command, type Control-g" a few lines below
6414 to be after the line "To start". Add text "at gnu.org" to
6415 "Overview of Emacs features".
6416
6417 * dired.el (dired-mode-map): Fix menu text of
6418 image-dired-display-thumbs.
6419
6420 * image-dired.el (image-dired-cmd-create-thumbnail-options)
6421 (image-dired-cmd-create-temp-image-options)
6422 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
6423 ImageMagick command line to change the dimensions of the image
6424 only if its width or height exceeds the geometry specification.
6425
6426 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
6427
6428 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
6429 to docstrings.
6430
64312008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
6432
6433 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
6434 Vinicius Jose Latorre.
6435
64362008-07-19 Glenn Morris <rgm@gnu.org>
6437
6438 * term/ns-win.el (ns-make-command-string): Use mapconcat.
6439 (ns-save-preferences): Fix typo in previous change. (Bug#573)
6440
64412008-07-18 Michael Albinus <michael.albinus@gmx.de>
6442
6443 * net/dbus.el (dbus-interface-properties): New defconst.
6444 (dbus-introspect): Update docstring.
6445 (dbus-introspect-xml, dbus-introspect-get-attribute)
6446 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
6447 (dbus-introspect-get-interface-names)
6448 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
6449 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
6450 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
6451 (dbus-introspect-get-property)
6452 (dbus-introspect-get-annotation-names)
6453 (dbus-introspect-get-annotation)
6454 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
6455 (dbus-introspect-get-signature, dbus-get-property)
6456 (dbus-set-property, dbus-get-all-properties): New defuns.
6457
64582008-07-18 Chong Yidong <cyd@stupidchicken.com>
6459
6460 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
6461 ns-grabenv.elc.
6462
6463 * ns-carbon-compat.el: File removed.
6464
6465 * ns-grabenv.el: File removed.
6466
6467 * term/ns-win.el: Contents of ns-carbon-compat.el and
6468 ns-grabenv.el moved here.
6469 (ns-grabenv, ns-open-file-select-line): Doc fixes.
6470 (ns-submit-bug-report): Function removed. Reports go to the main
6471 Emacs bug list.
6472 (ns-handle-args, ns-spi-service-call): Doc fixes.
6473 (info-ns-emacs): Function removed. Nextstep port manual will be
6474 merged into the Emacs manual, so no separate link needed.
6475
64762008-07-18 Francesc Rocher <rocher@member.fsf.org>
6477
6478 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
6479
64802008-07-18 Glenn Morris <rgm@gnu.org>
6481
6482 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
6483 to XEmacs, since it does nothing for Emacs.
6484
64852008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
6486
6487 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
6488 BUFFER that is a string but does not exist as a buffer object, as
6489 mentioned in the doc-string.
6490
64912008-07-17 Chong Yidong <cyd@stupidchicken.com>
6492
6493 * simple.el (line-move-visual): Make it a defcustom.
6494 (line-move-1): Convert temporary-goal-column back to an integer if
6495 it was set as a float by a previous call to line-move-visual.
6496 (end-of-visual-line, beginning-of-visual-line)
6497 (next-logical-line, previous-logical-line): New functions.
6498
64992008-07-17 David Reitter <david.reitter@gmail.com>
6500
6501 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
6502 functions.
6503 (visual-line-mode, global-visual-line-mode): New minor mode.
6504 (visual-line-mode-map): New variable.
6505
65062008-07-17 Glenn Morris <rgm@gnu.org>
6507
6508 * term/ns-win.el (parameters): Declare for compiler.
6509
65102008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
6511
6512 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
6513 for Windows.
6514
65152008-07-17 Daiki Ueno <ueno@unixuser.org>
6516
6517 * epa.el (epa-key-list-mode): Use run-mode-hooks.
6518 (epa-key-mode): Ditto.
6519 (epa-info-mode): Ditto.
6520
65212008-07-17 Glenn Morris <rgm@gnu.org>
6522
6523 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
6524 (ns-handle-numeric-switch): Just call ns-handle-switch.
6525 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
6526 (ns-handle-args): Simplify using `pop'.
6527 (ns-display-name): Define (used in frame.el).
6528 (menu-bar-select-frame): Add (ignored) arg to more closely match the
6529 original definition.
6530 (ns-perform-service): Declare.
6531 (ns-save-preferences): Use fewer `let's.
6532
6533 * frame.el (ns-display-name): Declare for compiler.
6534
65352008-07-17 Kenichi Handa <handa@m17n.org>
6536
6537 * descr-text.el (describe-char-unidata-list): Initialize to the
6538 list of name, general-category, decomposition, and old-name.
6539
65402008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
6541
6542 * startup.el (command-line-1): Update processing of NS long options to
6543 mimic recent changes to processing of X long options.
6544
65452008-07-16 Nick Roberts <nickrob@snap.net.nz>
6546
6547 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
6548 list of #defines for remote files.
6549 (gdb-source-info): Only show main if it has been found.
6550
65512008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
6552
6553 * term/ns-win.el: Require CL; fix up comment style; reindent.
6554 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
6555 (ns-save-preferences): Use `case'.
6556 (ns-initialize-window-system): Use `dolist'.
6557
65582008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
6559
6560 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
6561 windowing is used.
6562 * term/ns-win.el (ns-extended-platform-support-mode):
6563 Correct/improve documentation.
6564
65652008-07-16 Glenn Morris <rgm@gnu.org>
6566
6567 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
6568 Simply require 'cl (see comment in cl-compat.el).
6569 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
6570 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
6571 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
6572 directly rather by subterfuge. Provide cl before loading cl-macs.
6573
6574 * paths.el (rmail-spool-directory): Remove settings for systems that are
6575 no longer supported.
6576
6577 * frame.el (ns-initialize-window-system): Declare for compiler.
6578
6579 * term/ns-win.el: Add numerous declarations for compiler.
6580 (ns-pop-up-frames): Move definition before use. Doc fix.
6581
6582 * emacs-lisp/check-declare.el (check-declare-locate)
6583 (check-declare-verify): Handle .m files.
6584
65852008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6586
6587 * ns-carbon-compat.el: New file: user-visible compatibility of
6588 NeXTstep port with Carbon port.
6589 * ns-grabenv.el: New file: functionality useful on OS X platform to
6590 expose environment variables inside Emacs started from icon.
6591 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
6592 * cus-edit.el:
6593 * cus-face.el:
6594 * disp-table.el:
6595 * faces.el:
6596 * info.el:
6597 * mouse.el:
6598 * mwheel.el:
6599 * simple.el: Add ns to window systems treated as GUIs.
6600 * facemenu.el (facemenu-read-color): Don't require a name match under
6601 NS, to allow numeric color entry.
6602 * frame.el (make-frame-on-display): Follow code for 'x in initializing
6603 'ns window system if need be.
6604 (various): Add 'ns as described above.
6605 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
6606 ns-windowing is active.
6607 * startup.el (command-line-ns-option-alist): New constant to handle NS
6608 windowing system specific command line args analogous to how they are
6609 handled for X windows.
6610 (command-line-1): Use the above where appropriate.
6611 * version.el: Add NS port version.
6612 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
6613 Darwin (usually OS X) systems.
6614 (woman-use-own-frame): Include 'ns in list of GUI window systems.
6615 * emulation/viper-util.el (ns-display-color-p)
6616 (ns-color-defined-p): Remove these (caustically-commented) outdated
6617 compensations for a port that was never itself integrated until now.
6618 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
6619 for NS window system.
6620 * international/mule-cmds.el: Add 'ns to list of special-cased window
6621 systems (probably most of these, x/w32/mac/ns could be changed to
6622 window-system non-nil).
6623 * term/ns-win.el: New file: lisp-side support for NS windowing system.
6624
66252008-07-14 Jason Rumney <jasonr@gnu.org>
6626
6627 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
6628 (x-handle-numeric-switch, x-handle-initial-switch)
6629 (x-handle-xrm-switch, x-handle-args, x-handle-display)
6630 (xw-defined-colors, w32-initialize-window-system):
6631 Avoid use of cl pop and push macros.
6632
66332008-07-14 Martin Rudalics <rudalics@gmx.at>
6634
6635 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
6636 error when change-log-search-file-name returns nil.
6637
66382008-07-13 Martin Rudalics <rudalics@gmx.at>
6639
6640 * add-log.el (change-log-search-file-name):
6641 Use match-string-no-properties.
6642 (change-log-search-tag-name-1, change-log-search-tag-name)
6643 (change-log-goto-source-1, change-log-goto-source): New functions.
6644 (change-log-tag-re, change-log-find-head, change-log-find-tail):
6645 New variables.
6646 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
6647
66482008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
6649
6650 * calc/calc-help.el (calc-describe-key): Add angles to special key
6651 descriptions.
6652
66532008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
6654
6655 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
6656 search for regexp.
6657
66582008-07-12 Chong Yidong <cyd@stupidchicken.com>
6659
6660 * simple.el (line-move-visual): Handle null pixel position gracefully.
6661
66622008-07-11 Jason Rumney <jasonr@gnu.org>
6663
6664 * files.el (file-truename): Get truename of ancestors if file does
6665 not exist on Windows.
6666
66672008-07-11 Chong Yidong <cyd@stupidchicken.com>
6668
6669 * simple.el (line-move-visual): Obey goal-column and no-error arg.
6670 (track-eol, temporary-goal-column, previous-line, next-line):
6671 Update docstring.
6672 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
6673 to nil.
6674
66752008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6676
6677 * simple.el (line-move-visual): New var.
6678 (line-move-visual): New function.
6679 (line-move): Call line-move-visual.
6680
66812008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
6682
6683 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
6684 pattern and add patterns for C++ header files.
6685
66862008-07-10 Chong Yidong <cyd@stupidchicken.com>
6687
6688 * window.el (truncated-partial-width-window-p): New function.
6689
6690 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
6691
6692 * faces.el (x-create-frame-with-faces): Don't pass parameters that
6693 are set later to x-create-frame.
6694 (face-set-after-frame-default): Apply X resources for non-default
6695 faces.
6696
66972008-07-08 Chong Yidong <cyd@stupidchicken.com>
6698
6699 * faces.el (face-set-after-frame-default): Simplify. Don't apply
6700 frame-specific X resource settings. Set faces using a list of
6701 frame parameters explicitly passed to the calling
6702 function (e.g. make-frame).
0296a35e
SM
6703 (x-create-frame-with-faces, tty-create-frame-with-faces):
6704 Supply explicit frame parameter list to face-set-after-frame-default.
e3d51b27
MR
6705
67062008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
6707
6708 * net/browse-url.el (browse-url-default-browser):
6709 Fix argument list in lambda.
6710
77a01f9b 67112008-07-07 Ulf Jasper <ulf.jasper@web.de>
e3d51b27
MR
6712
6713 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
6714 from url-retrieve.
6715 (newsticker--sentinel-work): Fix xerror typo.
6716
67172008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
6718
6719 * vc-dir.el (vc-dir-refresh): Only update files.
6720
6721 * vc-git.el (vc-git--ls-files-state): Remove unused function.
6722
6723 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
6724
67252008-07-06 John Paul Wallington <jpw@pobox.com>
6726
6727 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
6728
67292008-07-05 Alexandre Julliard <julliard@winehq.org>
6730
6731 * vc-git.el (vc-git-registered): Return true for removed files.
6732 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
6733 all the files instead of one per file.
6734 (vc-git-previous-revision): Add support for project-wide previous
6735 revision when specified file is nil.
6736
67372008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
6738
6739 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
6740
6741 * vc-dir.el (vc-dir-find-child-files): New function.
6742 (vc-dir-resync-directory-files): New function.
6743 (vc-dir-recompute-file-state): New function, broken out of ...
6744 (vc-dir-resynch-file): ... here. Also deal with directories.
6745 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
6746 (vc-resynch-buffer): Use it.
6747
6748 * vc-hg.el (vc-hg-registered): Do not set vc-state.
6749
6750 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
6751
67522008-07-05 Nick Roberts <nickrob@snap.net.nz>
6753
6754 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
6755 if it's not part of gdb-ui, e.g, at start.
6756
6757 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
6758 filenames in stack trace (text command mode).
6759
67602008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6761
6762 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
6763
6764 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
6765 Use syntax-ppss on a position *before* the char we want to change.
6766
67672008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
6768
6769 * vc-dir.el (vc-dir-query-replace-regexp): New function.
6770 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
6771 (vc-dir-mode-map): Likewise.
6772
67732008-07-03 Juanma Barranquero <lekktu@gmail.com>
6774
6775 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
6776 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
6777 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
6778 Remove spurious * in defcustom docstrings.
6779
6780 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
6781 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
6782 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
6783 (default-justification): Remove spurious * in defcustom docstrings.
6784
6785 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
6786 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
6787 (rst-compare-decorations, rst-default-indent, rst-update-section)
6788 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
6789 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
6790 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
6791 Fix typos in docstrings.
6792 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
6793 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
6794 (rst-get-decorations-around, rst-section-tree-point)
6795 (rst-font-lock-adornment-point): Reflow docstrings.
6796 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
6797 Doc fixes.
6798 (rst-re-enumerations): Comment out.
6799
6800 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
6801 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
6802 (nxml-unicode-block-char-name-set):
6803 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
6804 * nxml/rng-nxml.el (rng-set-state-after):
6805 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
6806
6807 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
6808 (rng-c-parse-annotation-body):
6809 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
6810
6811 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
6812 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
6813 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
6814 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
6815 Fix typos in docstrings.
6816 (nxml-attribute-indent): Reflow docstring.
6817 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
6818 (nxml-default-buffer-file-coding-system): Doc fixes.
6819
6820 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
6821 (nxml-ns-set-prefix): Fix typos in docstrings.
6822 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
6823 Reflow docstring.
6824 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
6825
6826 * nxml/nxml-outln.el (nxml-hide-all-text-content)
6827 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
6828 (nxml-hide-direct-text-content, nxml-hide-subheadings)
6829 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
6830 (nxml-outline-display-rest, nxml-outline-set-overlay)
6831 (nxml-section-tag-forward, nxml-section-tag-backward)
6832 (nxml-back-to-section-start): Fix typos in docstrings.
6833
6834 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
6835 Doc fixes.
6836
6837 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
6838 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
6839 (nxml-scan-after-change): Fix typo in docstring.
6840
6841 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
6842 (rng-name-class-possible-names): Doc fixes.
6843 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
6844 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
6845 Fix typos in docstrings.
6846 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
6847 Reflow docstrings.
6848
6849 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
6850 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
6851
6852 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
6853 (rng-xsd-convert-date-time): Reflow docstrings.
6854 (rng-xsd-compile): Fix typo in docstring.
6855
6856 * nxml/rng-loc.el (rng-current-schema-file-name)
6857 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
6858 Doc fixes.
6859 (rng-set-schema-file): Fix typo in docstring.
6860
6861 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
6862 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
6863 Fix typos in docstrings.
6864 (rng-message-overlay, rng-conditional-up-to-date-start)
6865 (rng-conditional-up-to-date-end): Doc fixes.
6866 (rng-next-error, rng-previous-error): Reflow docstrings.
6867
6868 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
6869 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
6870 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
6871 (xmltok-merge-attributes): Fix typos in docstrings.
6872 (xmltok-make-attribute, xmltok-forward-special)
6873 (xmltok-get-declared-encoding-position): Reflow docstrings.
6874
6875 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
6876 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
6877 Fix typos in docstrings.
6878
68792008-07-02 John Paul Wallington <jpw@pobox.com>
6880
6881 * ibuffer.el (ibuffer-buffer-file-name):
6882 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
6883 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
6884
68852008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
6886
6887 * files.el (backup-extract-version): Handle versioned directories.
6888 (trash-directory): New variable.
6889 (move-file-to-trash): New function.
6890
6891 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
6892
68932008-07-02 Magnus Henoch <mange@freemail.hu>
6894
6895 * vc-git.el (vc-git-annotate-command): Use proper option for
6896 specifying revision.
6897
68982008-07-02 Francesc Rocher <rocher@member.fsf.org>
6899
6900 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
6901 if available.
6902
69032008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
6904
6905 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
6906
6907 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
6908 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
6909
6910 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
6911
69122008-07-01 Nick Roberts <nickrob@snap.net.nz>
6913
6914 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
6915 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
6916 (gdb-var-list-children-regexp, gdb-var-update-regexp)
6917 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
6918 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
6919 (gdb-stack-list-locals-regexp): Future proof regexps better.
6920
69212008-06-30 Juri Linkov <juri@jurta.org>
6922
6923 * faces.el (face-name-history): New variable.
6924 (make-face, make-empty-face): Replace interactive spec "S"
6925 with `read-from-minibuffer' where `read' arg is t and
6926 `hist' arg is `face-name-history'.
6927 (read-face-name): Set `hist' arg of `completing-read-multiple'
6928 to `face-name-history'.
6929 (list-faces-display): Use `read-regexp' instead of `read-string'
6930 to read regexp.
6931
6932 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
6933 to `regexp-history'.
6934 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
6935 make it an obsolete alias to it.
6936 (hi-lock-face-defaults): New variable renamed from
6937 `hi-lock-face-history'.
6938 (hi-lock-line-face-buffer, hi-lock-face-buffer)
6939 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
6940 `read-from-minibuffer'. Doc fix.
6941 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
6942 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
6943 Set `hist' arg of `completing-read' to `face-name-history'.
6944 Put a list of default faces to `default' arg instead of `hist' arg.
6945
6946 * bindings.el (abbrev-map, narrow-map): New variables.
6947 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
6948 Rebind related commands to these new maps.
6949 (ctl-x-r-map): New variable for rectangle, register and bookmark
6950 keys. Move rectangle keybindings to rect.el and register
6951 keybindings to register.el.
6952 (next-buffer, previous-buffer): Remove C-x prefix and move
6953 keybindings to ctl-x-map.
6954
6955 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
6956 to the new map `ctl-x-r-map' in autoload cookies.
6957
6958 * expand.el: Rebind two global `C-x a' keys "n", "p"
6959 to the new map `abbrev-map' in autoload cookies.
6960
6961 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
6962
6963 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
6964
69652008-06-30 Miles Bader <miles@gnu.org>
6966
6967 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
6968 after processing an escape sequence.
6969
69702008-06-29 Michael Albinus <michael.albinus@gmx.de>
6971
6972 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
6973 from 2008-06-28. It does not work on W32.
6974
69752008-06-29 Juri Linkov <juri@jurta.org>
6976
6977 * replace.el (read-regexp): New function.
6978 (keep-lines-read-args, occur-read-primary-args):
6979 Call `read-regexp' instead of code moved to new function.
6980 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
6981 from the end of prompt.
6982 (replace-re-search-function): Doc fix.
6983
69842008-06-29 Kenichi Handa <handa@m17n.org>
6985
6986 * descr-text.el (describe-char-display): Always return a string.
6987 (describe-char-padded-string): New function.
6988 (describe-char): Adjusted for the change of
6989 describe-char-display. Use describe-char-padded-string.
6990
69912008-06-29 Andreas Schwab <schwab@suse.de>
6992
6993 * vc-dir.el (vc-dir): Make backend argument optional and use
6994 vc-responsible-backend when nil. Interactively pass nil for
6995 backend instead of using the backend of what happens to be
6996 default-directory at the time of the call.
6997
6998 * find-dired.el (find-dired-filter): Preserve point.
6999
70002008-06-28 Juanma Barranquero <lekktu@gmail.com>
7001
7002 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
7003 (sasl-find-mechanism, sasl-next-step):
7004 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
7005 (sasl-ntlm-response): Fix typos in docstrings.
7006
70072008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
7008
7009 * international/mule-cmds.el (view-hello-file): Doc fix.
7010
70112008-06-28 Chong Yidong <cyd@stupidchicken.com>
7012
7013 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
7014 (set-face-attribute, face-set-after-frame-default)): Don't use it.
7015
70162008-06-28 John Paul Wallington <jpw@pobox.com>
7017
7018 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
7019
70202008-06-28 Michael Albinus <michael.albinus@gmx.de>
7021
7022 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
7023 (tramp-convert-file-attributes): Convert symlinks only when
7024 returned from `tramp-handle-file-attributes-with-stat'.
7025
7026 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
7027 `substitute-in-file-name' when unloading.
7028 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
7029
70302008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
7031
7032 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
7033 (vc-string-prefix-p): Move function ...
7034 * vc.el (vc-string-prefix-p): ... here.
7035
70362008-06-27 Juanma Barranquero <lekktu@gmail.com>
7037
7038 * vc-dir.el (vc-dir): Complete only directory names.
7039
70402008-06-27 Jason Rumney <jasonr@gnu.org>
7041
7042 * w32-fns.el (top-level): Unconditionally define all charsets.
7043
70442008-06-27 Alan Mackenzie <acm@muc.de>
7045
7046 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
7047 the CC Mode specific functions; this is no longer needed, since
7048 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
7049
7050 * progmodes/cc-defs.el (c-emacs-features): New feature
7051 'argumentative-bod-function.
7052
70532008-06-27 John Paul Wallington <jpw@pobox.com>
7054
7055 * chistory.el (list-command-history): Use `bound-and-true-p'.
7056 (command-history-map): Define within defvar. Add docstring.
7057
70582008-06-27 Juanma Barranquero <lekktu@gmail.com>
7059
7060 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
7061 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
7062 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
7063 (image-type-from-buffer): Use `looking-at-p'.
7064
70652008-06-27 Juanma Barranquero <lekktu@gmail.com>
7066
7067 * ibuf-ext.el (diff-sentinel): Declare.
7068
70692008-06-27 Glenn Morris <rgm@gnu.org>
7070
7071 * calendar/lunar.el (calendar-lunar-phases): Rename from
7072 calendar-phases-of-moon. Keep old name as alias, update callers.
7073 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
7074 (diary-lunar-phases): Rename from diary-phases-of-moon.
7075 Keep old name as alias.
7076 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
7077 (cal-menu-global-mouse-menu): Update for lunar name changes.
7078 * calendar/calendar.el (calendar-mode-map): Update for name change.
7079 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
7080
70812008-06-26 Glenn Morris <rgm@gnu.org>
7082
7083 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
7084 argument `nolocation'.
7085 (calendar-sunrise-sunset-month): New function.
7086 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
7087 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
7088 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
7089 * calendar/calendar.el (solar-sunrises-buffer): New constant.
7090 (calendar-mode-map): Use cal-menu-sunmoon-menu.
7091 (calendar-buffer-list): Add solar-sunrises-buffer.
7092
7093 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
7094
70952008-06-26 Chong Yidong <cyd@stupidchicken.com>
7096
7097 * cus-start.el: Add customization types for word-wrap and
7098 shift-select-mode.
7099
71002008-06-26 John Paul Wallington <jpw@pobox.com>
7101
7102 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
7103 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
7104 (ibuffer-mark-on-buffer): Don't display message when removing marks.
7105 (ibuffer-mark-by-mode): Use `buffer-local-value'.
7106
71072008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7108
7109 * vc-dir.el (tool-bar): Require.
7110
7111 * vc.el (ewoc, tool-bar): Do not require.
7112
71132008-06-26 Kenichi Handa <handa@m17n.org>
7114
7115 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
7116 characters.
7117
7118 * composite.el (terminal-composition-base-character-p): New function.
7119 (terminal-composition-function):
7120 Use terminal-composition-base-character-p. Include the base character
7121 in the composition.
7122 (auto-compose-chars): Don't check font-object for terminal display.
7123
71242008-06-26 Glenn Morris <rgm@gnu.org>
7125
7126 * doc-view.el (bookmark-make-record-default):
7127 * image-mode.el (bookmark-make-record-default): Fix declaration.
7128
7129 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
7130 Add default :value for sexp type.
7131 (calendar-month-edges): New variable.
7132 (calendar-month-edges): New function.
7133 (calendar-recompute-layout-variables): Set calendar-month-edges.
7134 (calendar-intermonth-header, calendar-intermonth-text): New options.
7135 (calendar-insert-at-column): New function.
7136 (calendar-generate-month): Use calendar-insert-at-column.
7137 Handle intermonth text. Add 'date property.
7138 (calendar-column-to-month): Remove function.
7139 (calendar-column-to-segment): New function.
7140 (calendar-cursor-to-date): Use calendar-column-to-segment.
7141 Check 'date property.
7142
7143 * calendar/calendar.el (calendar-print-other-dates):
7144 Handle mouse events.
7145 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
7146 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
7147
7148 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
7149 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
7150 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
7151
7152 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
7153 Use calendar-column-to-segment, calendar-month-edges, and
7154 the 'date property to handle intermonth text.
7155
7156 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
7157
7158 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
7159 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
7160 Add doc strings.
7161 (cal-menu-context-mouse-menu): Add some :keys.
7162 (calendar-check-holidays): Declare rather than autoloading.
7163 (diary-show-holidays-flag): Remove unneeded declaration.
7164
7165 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
7166 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
7167 event-start is nil.
7168
71692008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7170
7171 * minibuffer.el (completion-basic-try-completion): Use the text after
7172 point to constrain the completion candidates.
7173 (completion-basic-all-completions): Adjust accordingly.
7174
71752008-06-25 Chong Yidong <cyd@stupidchicken.com>
7176
7177 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
7178 courier.
7179
7180 * faces.el (set-face-attribute): Doc fix.
7181
71822008-06-25 Juri Linkov <juri@jurta.org>
7183
7184 * bindings.el (goto-map): New variable. Rebind goto-related
7185 commands to this `M-g' prefix keymap.
7186 (search-map): New variable for `M-s' prefix keymap.
7187 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
7188 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
7189 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
7190 `M-shw' to `hi-lock-write-interactive-patterns'.
7191
7192 * isearch.el (isearch-mode-map): Bind `M-s h r' to
7193 `isearch-highlight-regexp'.
7194 (isearch-highlight-regexp): New function.
7195
71962008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7197
7198 * info.el (Info-bookmark-make-record):
7199 Use bookmark-make-record-default.
7200 (Info-bookmark-jump): Use bookmark-default-handler.
7201
7202 * image-mode.el (image-bookmark-make-record):
7203 Use bookmark-make-record-default.
7204 (image-bookmark-jump): Use bookmark-default-handler.
7205
7206 * doc-view.el (doc-view-bookmark-make-record):
7207 Use bookmark-make-record-default.
7208 (doc-view-bookmark-jump): Use bookmark-default-handler.
7209
7210 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
7211 used until now in bookmark.el's code.
7212 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
7213 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
7214 used until now in bookmark.el's code.
7215 (bookmark-set-filename): Remove special code, moved to its only caller.
7216 (bookmark-store): Use the newer format.
7217 (bookmark-make-record-default): Add arg `point-only'.
7218 Rename from bookmark-make-record-for-text-file.
7219 (bookmark--jump-via): New function.
7220 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
7221 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
7222 Use it.
7223 (bookmark-jump-noselect, bookmark-default-handler):
7224 Don't return an alist, instead return the data implicitly by changing
7225 current buffer and point. Signal an error if the file doesn't exist.
7226
7227 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
7228 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
7229
7230 * bs.el: Use with-current-buffer. Simplify.
7231 (bs-toggle-readonly): Avoid vc-toggle-read-only.
7232
7233 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
7234 is bound before using it.
7235
72362008-06-25 Kenichi Handa <handa@m17n.org>
7237
7238 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
7239
72402008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
7241
7242 * vc-hg.el:
7243 * vc-git.el: Require vc-dir when compiling.
7244
7245 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
7246 vc-dir-marked-only-files. Change the return value.
7247 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
7248 Change the return value.
7249 (vc-dir-deduce-fileset): New function broken out from ...
7250 * vc.el (vc-deduce-fileset): ... here and ...
7251 (vc-deduce-fileset): ... here.
7252
7253 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
7254 (vc-svn-parse-status): Do not set the vc-backend property.
7255
72562008-06-25 Andreas Schwab <schwab@suse.de>
7257
7258 * faces.el (face-font-family-alternatives, variable-pitch):
7259 Use "Sans Serif", not "Sans-Serif".
7260
72612008-06-24 Chong Yidong <cyd@stupidchicken.com>
7262
7263 * faces.el (face-font-family-alternatives, variable-pitch):
7264 Change "Sans" to the canonical name "Sans-Serif".
7265
72662008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
7267
7268 * calc/calc.el (calc-mode-map): Add extra keybindings to
7269 `calc-missing-key'.
7270 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
7271 `kill-ring-save'.
7272
72732008-06-24 Miles Bader <miles@gnu.org>
7274
7275 * mouse.el (mouse-appearance-menu): Don't do anything if the user
7276 pops up the menu but doesn't select anything.
7277
72782008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
7279
7280 * add-log.el (add-change-log-entry): Add new arg to force each new
7281 entry to be on a new line.
7282 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
7283
7284 * vc-dir.el (vc-client-object): Remove.
7285 (vc-dir-prepare-status-buffer): Take a backend as an argument and
7286 use it when looking for a buffer.
7287 (vc-dir): Add a backend argument. Set revert-buffer-function.
7288 Don't create a client object. Move bindings ...
7289 (vc-dir-menu-map, vc-dir-mode-map): ... here.
7290 (vc-dir-revert-buffer-function): New function.
7291 (vc-generic-status-printer): Rename to ...
7292 (vc-dir-status-printer): ... this.
7293 (vc-generic-state, vc-generic-status-fileinfo-extra)
7294 (vc-dir-extra-menu, vc-make-backend-object): Remove.
7295 (vc-default-status-printer): Use a different face for
7296 directories. Don't display any text for directories in the state
7297 column. Add tooltips.
7298
7299 * vc.el (Todo): Update.
7300
7301 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
7302 * vc-rcs.el (vc-annotate-convert-time):
7303 * vc-mtn.el (vc-annotate-convert-time):
7304 * vc-git.el (vc-annotate-convert-time):
7305 * vc-cvs.el (vc-annotate-convert-time):
7306 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
7307
73082008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7309
7310 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
7311 instead of using view-mode.
7312
73132008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7314
7315 * Makefile.in (distclean): Don't delete *.elc and autogen files.
7316
73172008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7318
7319 * vc.el:
7320 * vc-hooks.el:
7321 * vc-dispatcher.el: Move vc-dir variables and functions ...
7322 * vc-dir.el: ... here. New file.
7323 * Makefile.in (ELCFILES): Add vc-dir.elc.
7324
7325 * vc.el: Move vc-annotate variables and functions ...
7326 * vc-annotate.el: ... here. New file.
7327 * Makefile.in (ELCFILES): Add vc-annotate.elc.
7328
7329 * vc-dav.el: Move here from url/vc-dav.el.
7330 (Todo): Note work needed to make this backend functional.
7331
7332 * Makefile.in (ELCFILES): Update vc-dav.el location.
7333
73342008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7335
7336 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
7337
73382008-06-21 John Paul Wallington <jpw@pobox.com>
7339
7340 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
7341
7342 * textmodes/rst.el (rst-mode): Put docstring in right place.
7343
73442008-06-21 Chong Yidong <cyd@stupidchicken.com>
7345
7346 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
7347 size for legibility.
7348
7349 * faces.el (fixed-pitch): Use "Monospace" family.
7350 (variable-pitch): Use "Sans" family.
7351 (face-font-family-alternatives): Define alternatives for "Sans"
7352 and "Monospace".
7353
73542008-06-21 Glenn Morris <rgm@gnu.org>
7355
7356 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
7357 Require 'cl when compiling.
7358
7359 * emacs-lisp/debug.el (help-xref-interned): Declare.
7360
7361 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
7362 Evaluate definition when compiling.
7363
7364 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
7365 rather than mouse-1.
7366 (bug-reference-url-format): Autoload safe if string.
7367 (bug-reference-bug-regexp): Make space after "bug" optional.
7368
7369 * Makefile.in (all): Explicitly pass EMACS to sub-make,
7370 for some non-GNU makes.
7371
7372 * cus-dep.el (custom-dependencies-no-scan-regexp):
7373 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
7374
7375 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
7376 increments.
7377
7378 * calendar/calendar.el: Factor out the magic numbers controlling the
7379 calendar layout.
7380 (calendar-month-digit-width, calendar-month-width)
7381 (calendar-right-margin): New variables.
7382 (calendar-recompute-layout-variables, calendar-set-layout-variable):
7383 New functions.
7384 (calendar-left-margin, calendar-intermonth-spacing)
7385 (calendar-column-width, calendar-day-header-width)
7386 (calendar-day-digit-width): New options.
7387 (calendar-first-date-row): New constant.
7388 (calendar-move-to-column, calendar-ensure-newline): New functions,
7389 replacing calendar-insert-indented.
7390 (calendar-insert-indented): Remove function.
7391 (calendar-generate-month): Use calendar-move-to-column and
7392 calendar-ensure-newline. Use layout variables.
7393 (calendar-generate, calendar-update-mode-line)
7394 (calendar-font-lock-keywords): Use layout variables.
7395 (calendar-column-to-month): New function.
7396 (calendar-cursor-to-date): Use calendar-column-to-month.
7397 Use layout variables.
7398 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
7399 Use layout variables. Use calendar-column-to-month.
7400 (calendar-cursor-to-visible-date): Use layout variables.
7401
74022008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7403
7404 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
7405 (all): Run compile-last.
7406 (compile-onefile): New target.
7407 (compile-first): Simplify.
7408 (compile-last): Don't treat COMPILE_FIRST specially.
7409 (COMPILE_FIRST): List the elc files rather than the el files.
7410 (ELCFILES): Update.
7411
77a01f9b 74122008-06-21 Ulf Jasper <ulf.jasper@web.de>
e3d51b27
MR
7413
7414 * net/newst-treeview.el: Remove dead code.
7415 (newsticker--window-config): Remove.
7416 (newsticker-treeview-quit): Do not save window config.
7417 (newsticker-treeview): Do not try to restore window config.
7418 (newsticker-groups, newsticker--treeview-list-sort-by-column)
7419 (newsticker--treeview-list-new-items)
7420 (newsticker--treeview-list-immortal-items)
7421 (newsticker--treeview-list-obsolete-items)
7422 (newsticker--treeview-list-all-items)
7423 (newsticker--treeview-list-feed-items): Fix documentation.
7424
74252008-06-21 Miles Bader <miles@gnu.org>
7426
7427 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
7428
74292008-06-21 Alan Mackenzie <acm@muc.de>
7430
7431 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
7432 infinite loop on invalid syntax.
7433
74342008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7435
7436 * textmodes/rst.el: Run rst-define-level-faces when loading.
7437 (rst-mode): Don't set the font-lock-multiline var.
7438 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
7439 Set the font-lock-multiline property by hand.
7440
7441 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
7442
7443 * Makefile.in (emacs-deps): Remove.
7444 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
7445 (all): Use them.
7446 (autogen-clean): Remove.
7447
74482008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * Makefile.in (all): New target.
7451 (bootstrap-prepare): Remove.
7452
7453 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
7454 the .elc file to batch-byte-compile.
7455
7456 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
7457 set-keymap-parents if set-keymap-parent doesn't exist.
7458
7459 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
7460 Allow more than one space before the |.
7461
7462 * textmodes/rst.el: Fix up docstring conventions.
7463 Move vars to before their first use.
7464 (rst-mode): Don't mess with font-lock-support-mode.
7465 (rst-suggest-new-decoration, rst-adjust-decoration):
7466 Avoid CL's copy-list.
7467 (rst-delete-entire-line): Use line-beginning-position.
7468 (rst-position): New fun.
7469 (rst-straighten-decorations): Use it instead of CL's position.
7470 (rst-straighten-bullets-region): Avoid CL's mapcar*.
7471 (rst-toc-mode): Use define-derived-mode.
7472 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
7473 Remove unused var `in-par'. Use `point' rather than `point-marker'.
7474 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
7475 (rst-replace-lines): Simplify.
7476 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
7477
7478 * simple.el (special-mode-map): New var.
7479 (special-mode): New major mode.
7480
74812008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
7482
7483 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
7484 log-view-file-re.
7485
7486 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
7487 (vc-switch-backend): Simplify.
7488 (Todo): Remove solved items.
7489
7490 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
7491 the vc-backend property.
7492
74932008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7494
7495 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
7496 Bind inhibit-read-only since the buffer is always read-only.
7497
77a01f9b 74982008-06-20 Ulf Jasper <ulf.jasper@web.de>
e3d51b27
MR
7499
7500 * net/newst-treeview.el (newsticker-treeview-own-frame):
7501 Change default value to nil.
7502 (newsticker--treeview-list-add-item)
7503 (newsticker--treeview-propertize-tag): Show item title in tooltip.
7504
75052008-06-20 Martin Blais <blais@furius.ca>
7506 Stefan Merten <smerten@oekonux.de>
7507 David Goodger <goodger@python.org>
7508
7509 * textmodes/rst.el: New file.
7510
75112008-06-20 Sam Steingold <sds@gnu.org>
7512
7513 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
7514 remove DIRECTORY entries.
7515
75162008-06-20 Eli Zaretskii <eliz@gnu.org>
7517
7518 * makefile.w32-in (distclean): Depend on `clean'.
7519 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
7520 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
7521 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
7522 empty cus-load.el with `echo', and include "Local Variables"
7523 section to prevent the empty file from being compiled.
7524 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
7525 that generate an empty cus-load.el.
7526
75272008-06-20 Juanma Barranquero <lekktu@gmail.com>
7528
7529 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
7530 Don't copy ldefs-boot.el over loaddefs.el.
7531 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
7532 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
7533 to loaddefs.el; they are not needed now. Add coding cookie.
7534
75352008-06-20 Miles Bader <miles@gnu.org>
7536
7537 * face-remap.el (face-remap-add-relative, face-remap-set-base):
7538 Strip unnecessary list levels from SPECS.
7539 (buffer-face-set, buffer-face-toggle):
7540 Change argument from FACE to &rest SPECS, and strip unnecessary
7541 list levels from SPECS.
7542 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
7543
75442008-06-20 Jason Rumney <jasonr@gnu.org>
7545
7546 * international/fontset.el (setup-default-fontset): Specify script
7547 for latin use of iso10646-1. Fix use of lang tags.
7548
75492008-06-19 Miles Bader <miles@gnu.org>
7550
7551 * face-remap.el (text-scale-increase): Start from zero if
7552 text-scale-mode isn't enabled.
7553
75542008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
7555
7556 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
7557 frame parameters after setting up the `default' face.
7558
75592008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * faces.el (face-set-after-frame-default): Don't exclude `default'.
7562
75632008-06-18 Glenn Morris <rgm@gnu.org>
7564
7565 * mouse.el (buffer-face-mode-invoke): Declare.
7566
7567 * Makefile.in (ELCFILES): Add org/org-id.elc.
7568
7569 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
7570 * calendar/cal-menu.el (cal-menu-holidays-menu):
7571 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
7572 (cal-menu-today-holidays): Remove function.
7573
7574 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
7575 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
7576 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
7577 Remove unused functions.
7578 (calendar-mouse-view-diary-entries): Use format rather than concat.
7579
7580 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
7581 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7582 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
7583
7584 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
7585 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7586 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
7587 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
7588 cal-menu-event-to-date.
7589
7590 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
7591 Handle mouse events.
7592 * calendar/cal-tex.el (cal-tex-cursor-year)
7593 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
7594 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7595 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7596 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
7597 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
7598 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
7599 (cal-tex-cursor-month): Mark N as optional.
7600 * calendar/cal-menu.el (calendar-mouse-tex-day)
7601 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
7602 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
7603 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
7604 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
7605 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
7606 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
7607 Remove functions.
7608 (cal-menu-context-mouse-menu): Replace the above functions with the
7609 cal-tex versions. Add HTML submenu.
7610
76112008-06-17 Nick Roberts <nickrob@snap.net.nz>
7612
7613 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
7614 text command mode.
7615 (gdb): Explain that gud-gdb is needed for text command mode.
7616
76172008-06-17 Martin Rudalics <rudalics@gmx.at>
7618
7619 * window.el (split-height-threshold): Remove spurious extra line.
7620
76212008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7622
7623 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
7624 (calendar-set-mark):
7625 * calendar/diary-lib.el (diary-insert-entry):
7626 * calendar/solar.el (calendar-sunrise-sunset): Use it.
7627 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
7628 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
7629 (cal-menu-context-mouse-menu): Use calendar-set-mark,
7630 diary-insert-entry, and calendar-sunrise-sunset instead.
7631
7632 * vc.el (vc-deduce-fileset): Add arg `only-files'.
7633 (vc-next-action): Pass the new arg.
7634 (vc-register): Don't use `only-files'.
7635 Don't set `backup-inhibited' in the current buffer.
7636
76372008-06-17 Miles Bader <miles@gnu.org>
7638
7639 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
7640
7641 * face-remap.el (buffer-face-mode-face)
7642 (buffer-face-mode-remapping): New variables.
7643 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
7644 (buffer-face-mode-invoke): New functions.
7645 (variable-pitch-mode-remapping): Variable removed.
7646 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
7647
7648 * face-remap.el (internal-lisp-face-attributes): New variable.
7649 (face-attrs-more-relative-p, face-remap-order): New functions.
7650 (face-remap-add-relative): Use `face-remap-order'.
7651
76522008-06-17 Glenn Morris <rgm@gnu.org>
7653
7654 * mouse.el (x-select-font): Declare.
7655
7656 * calendar/calendar.el (calendar-move-hook):
7657 Add calendar-update-mode-line as an option.
7658 (calendar-date-echo-text): New user option.
7659 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
7660 (calendar-insert-indented): Simplify newline insertion.
7661 (calendar-describe-mode): Remove unused function.
7662 (calendar-mode-line-entry): New function.
7663 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
7664 Mark as risky.
7665 (calendar-mouse-other-month): Remove function.
7666 (calendar-other-month): Handle mouse events.
7667 (calendar-goto-info-node): Call fit-window-to-buffer.
7668 (calendar-mode): Use define-derived-mode. Doc fix.
7669 (calendar-update-mode-line): Tweak whitespace.
7670
76712008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
7672
7673 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
7674 (vc-dir-marked-only-files): vc-string-prefix-p.
7675
76762008-06-16 Nick Roberts <nickrob@snap.net.nz>
7677
7678 * progmodes/gdb-ui.el (gdb-memory-set-address)
7679 (gdb-memory-set-repeat-count): Allow keyboard bindings.
7680 (gdb-memory-mode-map): Bind above functions respectively
7681 to 'S' and 'N'.
7682
76832008-06-16 Derek Upham <sand@blarg.net> (tiny change)
7684
7685 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
7686
76872008-06-16 Juanma Barranquero <lekktu@gmail.com>
7688
7689 * log-view.el (vc-diff-internal): Declare for compiler.
7690
7691 * vc-bzr.el (log-view-per-file-logs):
7692 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
7693
76942008-06-15 Chong Yidong <cyd@stupidchicken.com>
7695
7696 * mouse.el (mouse-appearance-menu-map): New var.
7697 (mouse-appearance-menu): New function.
7698 Bind it to S-down-mouse-1.
7699
77002008-06-15 Juri Linkov <juri@jurta.org>
7701
7702 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
7703 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
7704 as the second element.
7705 (Info-build-toc): Add PARENT element extracted from the Up pointer.
7706 Don't print progress messages.
7707 (Info-toc-nodes): New variable and function.
7708 (Info-index-nodes): Optimize non-string file name case.
7709 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
7710 (Info-insert-breadcrumbs): Use the cached document structure instead
7711 of visiting all ancestor nodes. Remove the initial `>'.
7712
77132008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7714
7715 * log-view.el (log-view-diff-changeset): New function.
7716 (log-view-mode-map, log-view-mode-menu): Bind it.
7717 (log-view-per-file-logs, log-view-vc-fileset)
7718 (log-view-vc-backend): New variables.
7719 (log-view-find-revision, log-view-modify-change-comment)
7720 (log-view-annotate-version): Throw an error if the log is for more
7721 than one file and we can't find the current file. Get the current
7722 file from log-view-vc-fileset if necessary.
7723 (log-view-diff): Get the current file from log-view-vc-fileset if
7724 necessary.
7725
7726 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
7727
7728 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
7729 (vc-hg-log-view-mode): Declare for compiler.
7730 (vc-hg-log-view-mode): Set log-view-per-file-logs and
7731 log-view-file-re.
7732 (vc-hg-diff): If no file is passed, use default-directory for cwd.
7733
7734 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
4ab2b63c 7735
e3d51b27
MR
7736 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
7737
77382008-06-15 Michael Albinus <michael.albinus@gmx.de>
7739
7740 * net/tramp.el (tramp-handle-start-file-process):
7741 Clear modification time of the connection buffer.
7742 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
7743 (tramp-open-connection-setup-interactive-shell): Flush cache, and
7744 restart `tramp-maybe-open-connection' when the remote system has
7745 been changed. Throw 'uname-changed event.
7746 (tramp-maybe-open-connection): Catch it.
7747
7748 * net/tramp-cmds.el (tramp-cleanup-all-connections):
7749 Reset `tramp-locked'.
7750
77a01f9b 77512008-06-15 Ulf Jasper <ulf.jasper@web.de>
e3d51b27
MR
7752
7753 * net/newst-treeview.el (newsticker--treeview-list-update)
7754 (newsticker--treeview-item-update)
7755 (newsticker--treeview-tree-update)
7756 (newsticker-treeview-jump, newsticker-group-add-group)
7757 (newsticker-group-move-feed, newsticker-group-delete-group):
7758 Remove window dedication.
7759 (newsticker--group-manage-orphan-feeds): Handle ill-valued
7760 newsticker-groups.
7761 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
7762
77632008-06-15 Andreas Schwab <schwab@suse.de>
7764
7765 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
7766 when parsing CVS/Repository.
7767
7768 * wdired.el (wdired-search-and-rename): Fix undocumented change.
7769
77a01f9b 77702008-06-15 Ulf Jasper <ulf.jasper@web.de>
e3d51b27
MR
7771
7772 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
7773 (newsticker-extra-face, newsticker-enclosure-face): Moved to
7774 net/newst-reader.el.
7775
7776 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
7777 (newsticker-extra-face, newsticker-enclosure-face): Moved from
7778 net/newst-reader.el.
7779
77802008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7781
7782 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
7783 Catch and recover from case when the bytes we thought we were reading
7784 turn out to be something else entirely, such as latin-1 chars from
7785 quail. See bug#396.
7786
77872008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7788
7789 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
7790 (vc-register): Call the backend function only once, instead of
7791 once for each file.
7792 (vc-next-action): Update call to vc-register.
7793 (vc-dir-register): Remove function.
7794 (vc-dir): Bind vc-register instead of vc-dir-register.
7795
77962008-06-14 Glenn Morris <rgm@gnu.org>
7797
7798 * Makefile.in (ELCFILES): Add net/newst-*.el.
7799
78002008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7801
7802 * wdired.el (wdired-do-renames): New function.
7803 (wdired-finish-edit): Use it to.
7804 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
7805
78062008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
7809
78102008-06-14 Martin Rudalics <rudalics@gmx.at>
7811
7812 * window.el (window--even-window-heights): Even window heights
7813 only if the selected window is higher than WINDOW.
7814 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7815
78162008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7817
7818 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
7819
78202008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7821
7822 * term/linux.el (terminal-init-linux): Load t-mouse.
7823
78242008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7825 Drew Adams <drew.adams@oracle.com>
7826
7827 * info.el (Info-breadcrumbs-depth): New var.
7828 (Info-insert-breadcrumbs): New function.
7829 (Info-fontify-node): Use it.
7830 (Info-mode-map): Move initialization into declaration.
7831
78322008-06-13 Ulf Jasper <ulf.jasper@web.de>
7833
7834 Rename net/newsticker-*.el to net/newst-*.el.
7835 * net/newst-backend.el: Rename from net/newsticker-backend.el.
7836 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
7837 * net/newst-reader.el: Rename from net/newsticker-reader.el.
7838 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
7839 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
7840 * net/newsticker-backend.el: Rename to net/newst-backend.el.
7841 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
7842 * net/newsticker-reader.el: Rename to net/newst-reader.el.
7843 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
7844 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
7845
78462008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7847
7848 * progmodes/compile.el (compilation-start): Don't disable undo in
7849 comint buffer. Don't override the comint-filter with our own.
7850 (compilation-filter): Change point's insertion-type.
7851
7852 * comint.el (comint-output-filter): Use copy-marker.
7853
78542008-06-13 David Reitter <david.reitter@gmail.com>
7855
7856 * textmodes/flyspell.el (mail-mode-flyspell-verify):
7857 Check message-signature-separator exists before using it.
7858
78592008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
7860
7861 * vc.el (vc-delete-file): Bind default-directory before calling
7862 the backend.
7863 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
7864 (vc-annotate-show-diff-revision-at-line-internal): ... here.
7865 New function.
7866 (vc-annotate-show-changeset-diff-revision-at-line): New function.
7867 (vc-annotate-mode-menu): Bind it.
7868
78692008-06-13 Jason Rumney <jasonr@gnu.org>
7870
7871 * term/w32-win.el (mouse-set-font): Remove overridden function.
7872 (w32-select-font): Declare as obsolete alias for x-select-font.
7873
78742008-06-13 Daniel Engeler <engeler@gmail.com>
7875
7876 These changes add serial port access.
7877 * term.el (term-update-mode-line): Modify.
7878 (serial-port-is-file-p, serial-nice-speed-history)
7879 (serial-no-speed, serial-mode-line-speed-menu)
7880 (serial-mode-line-config-menu): New variables and constants.
7881 (serial-name-history, serial-speed-history)
7882 (serial-supported-or-barf, serial-read-name, serial-read-speed)
7883 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
7884 (serial-mode-line-speed-menu, serial-update-speed-menu)
7885 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
7886 (serial-update-config-menu): New functions.
7887
78882008-06-13 Glenn Morris <rgm@gnu.org>
7889
7890 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
7891
7892 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
7893
78942008-06-13 Kenichi Handa <handa@m17n.org>
7895
7896 * cus-face.el (custom-face-attributes): Add :foundry.
7897
7898 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
7899 (face-x-resources): Add :foundry.
7900 (face-valid-attribute-values): Likewise.
7901 (face-attribute-name-alist): Likewise.
7902 (describe-face): Likewise.
7903
79042008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7905
7906 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
7907
79082008-06-12 Chong Yidong <cyd@stupidchicken.com>
7909
7910 * longlines.el (longlines-search-forward, longlines-search-backward)
7911 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
7912
79132008-06-12 Sam Steingold <sds@gnu.org>
7914
7915 * vc.el (vc-rename-file): DTRT when the destination is a directory
7916 name and the source is a file.
7917
79182008-06-12 Chong Yidong <cyd@stupidchicken.com>
7919
7920 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
7921
79222008-06-12 Glenn Morris <rgm@gnu.org>
7923
7924 * progmodes/f90.el (f90-beginning-of-subprogram)
7925 (f90-end-of-subprogram): Only give a message when interactive.
7926
7927 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
7928
7929 * progmodes/cperl-mode.el (cperl-info-on-command):
7930 Use display-pixel-height rather than x-display-pixel-height.
7931
7932 * mail/rmailedit.el (rmail-cease-edit):
7933 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
7934
7935 * emulation/edt.el (edt-xserver):
7936 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
7937
7938 * emulation/edt-mapper.el: Drop test for Emacs < 19.
7939
7940 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
7941 Evaluate definitions when compiling. Reverse tests.
7942
7943 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
7944 use unless.
7945
7946 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
7947
7948 * textmodes/artist.el (x-pointer-shape):
7949 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
7950 (x-open-connection, x-server-max-request-size, x-get-resource):
7951 * term/w32console.el (x-setup-function-keys):
7952 * term/w32-win.el (x-parse-geometry, x-resource-name)
7953 (generate-fontset-menu, image-library-alist, x-open-connection)
7954 (setup-default-fontset, set-fontset-font, setup-default-fontset)
7955 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
7956 (x-get-resource):
7957 * term/mac-win.el (x-parse-geometry, x-resource-name)
7958 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
7959 (new-fontset, x-display-list, x-open-connection, x-get-resource):
7960 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
7961 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
7962 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
7963 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
7964 (tooltip-identifier-from-point, define-fringe-bitmap):
7965 * play/gamegrid.el (image-size):
7966 * play/bubbles.el (image-size):
7967 * mail/emacsbug.el (x-server-vendor, x-server-version):
7968 * international/mule-util.el (internal-char-font):
7969 * international/mule-diag.el (font-info, query-fontset, fontset-info)
7970 (fontset-alias-alist, fontset-list, fontset-plain-name):
7971 * international/mule-cmds.el (x-server-vendor, x-server-version):
7972 * international/fontset.el (font-encoding-charset-alist)
7973 (otf-script-alist, new-fontset, set-fontset-font)
7974 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
7975 (fontset-list, query-fontset, x-get-resource):
7976 * emulation/edt.el (x-server-vendor):
7977 * emulation/edt-mapper.el (x-server-vendor):
7978 * emacs-lisp/map-ynp.el (x-popup-dialog):
7979 * emacs-lisp/lmenu.el (x-popup-dialog):
7980 * x-dnd.el (x-window-property, x-change-window-property)
7981 (x-get-selection-internal):
7982 * woman.el (x-list-fonts):
7983 * w32-fns.el (x-server-version):
7984 * tooltip.el (x-show-tip, x-hide-tip):
7985 * tool-bar.el (image-mask-p):
7986 * thumbs.el (image-size):
7987 * term.el (overflow-newline-into-fringe):
7988 * subr.el (scroll-bar-scale):
7989 * startup.el (x-get-resource, tool-bar-mode, image-size):
7990 * select.el (x-get-selection-internal, x-own-selection-internal)
7991 (x-disown-selection-internal):
7992 * mouse.el (generate-fontset-menu):
7993 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
7994 * image.el (image-library-alist):
7995 * image-mode.el (image-size, image-refresh):
7996 * image-dired.el (clear-image-cache):
7997 * gs.el (x-display-mm-width, x-display-pixel-width)
7998 (x-display-mm-height, x-display-pixel-height)
7999 (x-change-window-property, x-display-grayscale-p, x-window-property):
8000 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
8001 (x-focus-frame, x-list-fonts, x-display-screens)
8002 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
8003 (x-display-mm-width, x-display-backing-store, x-display-save-under)
8004 (x-display-planes, x-display-color-cells, x-display-visual-class):
8005 * faces.el (internal-face-x-get-resource)
8006 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
8007 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
8008 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
8009 (x-parse-geometry, x-create-frame, x-setup-function-keys)
8010 (tool-bar-setup):
8011 * doc-view.el (clear-image-cache, image-size, tooltip-show):
8012 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
8013 * dframe.el (x-display-pixel-width, x-display-pixel-height):
8014 * descr-text.el (internal-char-font):
8015 Define for compiler, for builds without X.
8016
80172008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8018
8019 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
8020
80212008-06-11 Glenn Morris <rgm@gnu.org>
8022
8023 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
8024 before trying to move there.
8025 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
8026 is non-nil, indent most terminating statements like loop body.
8027
8028 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
8029 Gregorian date, and add it, not the local date, to diary-entries-list.
8030 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
8031
80322008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8033
8034 * progmodes/compile.el (compilation-filter): Fix up last change.
8035
8036 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
8037
8038 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
8039 (gpm-mouse-mode): Make it into a proper global minor mode.
8040
8041 * files.el (save-some-buffers-action-alist): Only use recursive-edit
8042 if the user enabled recursive-minibuffers.
8043
8044 * emacs-lisp/map-ynp.el (map-y-or-n-p):
8045 Add support for scroll-other-window.
8046
80472008-06-11 Jason Rumney <jasonr@gnu.org>
8048
8049 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
8050 Use tmm-menubar if menu is disabled in this frame.
8051
8052 * menu-bar.el (menu-bar-open): Determine how to open menu bar
8053 from frame type, per documentation. Add w32 case.
8054
80552008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8056
8057 * minibuffer.el (completion--merge-suffix): New function.
8058 (completion-basic-try-completion): Use it.
8059 (completion-pcm--find-all-completions): Add argument `filter'.
8060 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
8061 New functions.
8062 (completion-pcm-try-completion): Use them.
8063
8064 * xt-mouse.el (turn-on-xterm-mouse-tracking)
8065 (turn-off-xterm-mouse-tracking): Use terminal-list.
8066
8067 * cus-start.el (underline-minimum-offset): Rename from
8068 x-underline-minimum-display-offset.
8069
80702008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
8071
8072 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
8073
80742008-06-10 Chong Yidong <cyd@stupidchicken.com>
8075
8076 * mouse.el (mouse-select-font): New function.
8077
8078 * faces.el (face-spec-recalc): When the face is set using
8079 Customize, avoid recalculating it twice.
8080
8081 * menu-bar.el (menu-set-font): New function. Bind "Set Default
8082 Font" menu item to it. Apply selected font to all frames, and
8083 make it savable.
8084 (menu-bar-options-save): Save `default' font if changed.
8085
80862008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8087
8088 * ffap.el (ffap-string-at-point-mode-alist):
8089 Use alpha rather than lower.
8090
8091 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
8092
8093 * subr.el (momentary-string-display): Use an overlay.
8094
8095 * progmodes/compile.el (compilation-mode):
8096 Set window-point-insertion-type.
8097 (compilation-filter): Don't use insert-before-markers any more.
8098 * emacs-lisp/trace.el (trace-make-advice):
8099 Set window-point-insertion-type in the trace buffer.
8100 * startup.el (normal-top-level): Set window-point-insertion-type in
8101 *Messages*.
8102 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
8103 (telnet-filter): Don't use insert-before-markers any more.
8104 * comint.el (comint-mode): Set window-point-insertion-type.
8105 (comint-output-filter): Don't use insert-before-markers any more.
8106 * button.el (make-text-button): Allow `start' to be a string.
8107
81082008-06-10 Juanma Barranquero <lekktu@gmail.com>
8109
8110 * emacs-lisp/autoload.el (autoload-rubric):
8111 Fix coding cookie not to force Unix EOL.
8112
81132008-06-10 Martin Rudalics <rudalics@gmx.at>
8114
8115 * window.el (window--splittable-p, window--try-to-split-window):
8116 Don't use with-selected-window to avoid messing up get-lru-window.
8117 Reported by David Hansen <david.hansen@gmx.net>.
8118
81192008-06-10 Glenn Morris <rgm@gnu.org>
8120
8121 * subr.el (locate-library): Doc fix.
8122
8123 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
8124 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
8125 Check tool-bar-map is bound, for non-X builds.
8126
8127 * net/newsticker-reader.el (newsticker--next-item-image)
8128 (newsticker--previous-item-image, newsticker--previous-feed-image)
8129 (newsticker--next-feed-image, newsticker--mark-read-image)
8130 (ewsticker--mark-immortal-image, newsticker--narrow-image)
8131 (newsticker--get-all-image, newsticker--update-image)
8132 (newsticker--browse-image): Check xpm images are available.
8133 (newsticker--mark-read-image, newsticker--mark-immortal-image)
8134 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
8135
8136 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
8137 (newsticker--plainview-tool-bar-map, newsticker-mode):
8138 Check tool-bar-map is bound, for non-X builds.
8139 (w3m-toggle-inline-image): Declare.
8140
8141 * net/newsticker-backend.el (tool-bar-map): Don't declare.
8142
8143 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
8144
8145 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
8146 (finder-compile-keywords): Move let to where needed.
8147 (finder-mouse-face-on-line): Go back one more line if needed.
8148 (finder-list-matches): Use cadr.
8149 (finder-goto-xref): New function.
8150 (finder-commentary): Add buttons to jump to foo.el libraries.
8151
81522008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8153
8154 * apropos.el (apropos-function, apropos-macro, apropos-command)
8155 (apropos-variable, apropos-face, apropos-group, apropos-widget)
8156 (apropos-plist): Add apropos-short-label property.
8157 (apropos-multi-type): New variables.
8158 (apropos-command, apropos-value): Set it.
8159 (apropos-compact-layout): New custom.
8160 (apropos-print, apropos-print-doc): Use it.
8161 (apropos-print): Truncate lines.
8162
81632008-06-09 Kenichi Handa <handa@m17n.org>
8164
8165 * international/fontset.el (font-encoding-alist):
8166 Add an entry for "ascii-0".
8167
81682008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
8169
8170 * language/hanja-util.el (hanja-init-load): Show the message only
8171 when loading a table.
8172
81732008-06-08 Ulf Jasper <ulf.jasper@web.de>
8174
8175 * net/newsticker-treeview.el (newsticker-treeview):
8176 * net/newsticker-plainview.el (newsticker-plainview):
8177 Add autoload cookie.
8178
81792008-06-08 Ulf Jasper <ulf.jasper@web.de>
8180
8181 * net/newsticker.el: Split up into newsticker-backend, -ticker,
8182 -reader, -plainview, and -treeview.
8183 (newsticker-version): Change to 1.99.
8184
8185 * net/newsticker-backend.el: New. Move backend functionality from
8186 newsticker.el to newsticker-backend.el.
8187 (newsticker--download-logos): New.
8188 (newsticker--sentinel-callback): New.
8189 (newsticker--set-customvar): Remove. Split up into specific
8190 functions related to retrieval, ticker, buffer, and display.
8191 (newsticker--set-customvar-retrieval): New. Extracted from
8192 `newsticker--set-customvar'.
8193 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
8194 (newsticker-url-list-defaults):
8195 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
8196 (newsticker-url-list): Doc changed. URL can be a function.
8197 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
8198 (newsticker-retrieval-method): New.
8199 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
8200 (newsticker-retrieval-interval):
8201 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
8202 (newsticker-desc-comp-max): Change :group.
8203 (newsticker--cache): Doc changed.
8204 (newsticker--guid-to-string): New.
8205 (newsticker--guid): Use `newsticker--guid-to-string'.
8206 (newsticker--real-feed-name): New.
8207 (newsticker--start-feed): New. Extracted from `newsticker-start'.
8208 (newsticker-start): Use `insert-file-contents' for reading cache.
8209 Use `newsticker--start-feed'.
8210 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
8211 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
8212 Use `newsticker--stop-feed'.
8213 (newsticker-save-item): New.
8214 (newsticker--get-news-by-funcall): New.
8215 (newsticker-get-news): Handle new retrieval methods.
8216 (newsticker--sentinel): Use `newsticker--sentinel-work'.
8217 (newsticker--sentinel-work): New. Extracted from
8218 `newsticker--sentinel'. Use `newsticker--download-logos',
8219 `newsticker--sentinel-callback'.
8220 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
8221 (newsticker--parse-atom-1.0): Fix link determination.
8222 (newsticker--parse-rss-0.91): Fix time determination.
8223 (newsticker--parse-rss-0.92): Fix time determination.
8224 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
8225 (newsticker--parse-generic-feed): New arg order in
8226 `newsticker--cache-add'.
8227 (newsticker--parse-generic-items): Fix for multiple items.
8228 New arg order in `newsticker--cache-add'.
8229 (newsticker--forget-preformatted): Check whether
8230 `newsticker--buffer-set-uptodate' is fbound.
8231 (newsticker--decode-iso8601-date): Handle fractions of seconds.
8232 (newsticker--decode-rfc822-date): Partial timezone handling.
8233 (newsticker--cache-contains): Fix guid problem.
8234 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
8235 (newsticker--cache-save): New.
8236 (newsticker--cache-update): Use temp buffer.
8237 (newsticker--stat-num-items): Allow multiple AGE args.
8238 (newsticker--stat-num-items-total): New.
8239 (newsticker--opml-import-outlines): New.
8240 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
8241 (newsticker--do-run-auto-mark-filter): Doc changed.
8242 (newsticker-retrieve-random-message): New.
8243
8244 * net/newsticker-ticker.el: New. Move ticker functionality from
8245 net/newsticker.el to net/newsticker-ticker.el.
8246 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
8247 `newsticker--ticker-timer'.
8248 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
8249 to `newsticker--ticker-timer'.
8250 (newsticker--set-customvar-ticker): New. Extracted from
8251 `newsticker--set-customvar'.
8252 (newsticker-ticker-interval): Rename `newsticker-display-interval'
8253 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
8254 for :set. Change :group.
8255 (newsticker-scroll-smoothly): Doc changed. Change :group.
8256 (newsticker-hide-immortal-items-in-echo-area)
8257 (newsticker-hide-old-items-in-echo-area)
8258 (newsticker-hide-obsolete-items-in-echo-area):
8259 Use `newsticker--set-customvar-ticker for :set. Change :group.
8260 (newsticker-start-ticker): Rename `newsticker--display-timer' to
8261 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
8262 to `newsticker-ticker-interval'.
8263 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
8264 `newsticker--ticker-timer'.
8265
8266 * net/newsticker-reader.el: New. Move reader functionality from
8267 net/newsticker.el to net/newsticker-reader.el.
8268 (newsticker--set-customvar-formatting): New. Extracted from
8269 `newsticker--set-customvar'.
8270 (newsticker-reader, newsticker-frontend): New.
8271 (newsticker-enable-logo-manipulations): Change :group.
8272 (newsticker-justification): Use `newsticker--set-customvar-formatting'
8273 for :set. Change :group.
8274 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
8275 for :set. Change :group.
8276 (newsticker-html-renderer): Doc changed.
8277 Use `newsticker--set-customvar-formatting' for :set. Change :group.
8278 (newsticker-date-format):
8279 Use `newsticker--set-customvar-formatting' for :set. Change :group.
8280 (newsticker--insert-enclosure):
8281 Rename `newsticker--buffer-insert-enclosure' to
8282 `newsticker--insert-enclosure'. Add keymap arg.
8283 (newsticker--print-extra-elements):
8284 Rename `newsticker--buffer-print-extra-elements' to
8285 `newsticker--print-extra-elements'. Add keymap arg.
8286 (newsticker--do-print-extra-element):
8287 Rename `newsticker--buffer-do-print-extra-element' to
8288 `newsticker--do-print-extra-element'. Add keymap arg.
8289 (newsticker-show-news): Use `newsticker-frontend'.
8290
8291 * net/newsticker-plainview.el: New. Move plainview functionality
8292 from net/newsticker.el to net/newsticker-reader.el.
8293 (newsticker-plainview): New.
8294 (newsticker--set-customvar-sorting): New. Extracted from
8295 `newsticker--set-customvar'.
8296 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
8297 for :set. Changed :group.
8298 (newsticker-heading-format, newsticker-item-format)
8299 (newsticker-desc-format, newsticker-statistics-format):
8300 Use `newsticker--set-customvar-formatting for :set. Change :group.
8301 (newsticker-faces): Change :group.
8302 (newsticker-default-face): Enable again.
8303 (newsticker-hide-old-items-in-newsticker-buffer)
8304 (newsticker-show-descriptions-of-new-items):
8305 Use `newsticker--set-customvar-buffer' for :set. Change :group.
8306 (newsticker-show-all-news-elements): Change :group.
8307 (newsticker-plainview-hooks): New.
8308 (newsticker-select-item-hook, newsticker-select-feed-hook)
8309 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
8310 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
8311 to `newsticker--plainview-tool-bar-map'.
8312 (newsticker--url-keymap): Add mouse-1 binding.
8313 (newsticker-plainview): New.
8314 (newsticker-mark-all-items-of-feed-as-read): Change doc.
8315 (newsticker--buffer-do-insert-text): Use renamed
8316 newsticker--[buffer-]insert-enclosure and
8317 newsticker--[buffer-]print-extra-elements.
8318 (newsticker--buffer-set-faces): Use newsticker-default-face.
8319
8320 * net/newsticker-treeview.el: New.
8321
83222008-06-08 Andreas Schwab <schwab@suse.de>
8323
8324 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
8325
8326 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
8327
8328 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
8329 empty line.
8330
8331 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
8332
83332008-06-08 Martin Rudalics <rudalics@gmx.at>
8334
8335 * window.el (split-height-threshold, split-width-threshold):
8336 Add choice nil.
8337 (split-window-preferred-function): Allow either nil or a function.
8338 (window--splittable-p, window--try-to-split-window):
8339 Handle changed option values.
8340
8341 (window--frame-usable-p): Handle nil argument.
8342
8343 (display-buffer): Call get-lru-window when pop-up-windows is nil
8344 and window can't be split.
8345
83462008-06-08 Michael Albinus <michael.albinus@gmx.de>
8347
8348 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
8349
8350 * net/tramp.el (top): Quote feature names. Remove
8351 `tramp-rfn-eshadow-setup-minibuffer' from
8352 `rfn-eshadow-setup-minibuffer-hook' when unloading.
8353 (tramp-read-passwd): There is only one call to
8354 `auth-source-user-or-password' needed. Pacify byte compiler.
8355
83562008-06-08 Andreas Schwab <schwab@suse.de>
8357
8358 * window.el (display-buffer): Use lru window if current window
8359 cannot be split.
8360
83612008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8362
8363 * apropos.el (apropos-library): New command and new button.
8364 (apropos-library-button): New function.
8365
8366 * apropos.el: Remove spurious * in docstrings.
8367 (apropos-label-face): Use variable pitch.
8368 (apropos-print): Use dolist and with-current-buffer.
8369 (apropos-print-doc): Use when.
8370
8371 * window.el (special-display-p, display-buffer):
8372 Fix up C->Elisp transcription error.
8373
83742008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8375
8376 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
8377 (byte-compile-file): Initialize it.
8378 (byte-compile-nogroup-warn): Keep track of the current group.
8379
83802008-06-08 Glenn Morris <rgm@gnu.org>
8381
8382 * Makefile.in (compile, compile-always, bootstrap-prepare):
8383 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
8384
83852008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
8386
8387 * language/hanja-util.el (hanja-init-load): Use a char-table for
8388 hanja-table.
8389 (hangul-to-hanja-char): Adjust for the above change.
8390
83912008-06-07 Glenn Morris <rgm@gnu.org>
8392
8393 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
8394 lm-keywords.
8395
8396 * mail/sendmail.el (mail-interactive): Add :version.
8397
8398 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
8399 obsolete alias.
8400
8401 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
8402 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
8403 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
8404 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
8405 * eshell/esh-util.el, international/mule-cmds.el:
8406 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
8407 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
8408 Remove unnecessary eval-when-compiles and eval-and-compiles.
8409
8410 * Makefile.in (bootstrap-clean): Run autogen-clean.
8411 (maintainer-clean): No need to run autogen-clean now it is included in
8412 bootstrap-clean.
8413
84142008-06-06 Miles Bader <miles@gnu.org>
8415
8416 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
8417
84182008-06-06 Chong Yidong <cyd@stupidchicken.com>
8419
8420 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
8421 longlines mode.
8422
8423 * replace.el (replace-search-function)
8424 (replace-re-search-function): New vars.
8425 (perform-replace): Use them.
8426
8427 * longlines.el (longlines-re-search-forward): New function.
8428 (longlines-mode): Bind replace-search-function and
8429 replace-re-search-function, to ensure that replacement commands
8430 treat newlines as spaces.
8431 (longlines-show-effect): Default to a pilcrow sign.
8432
84332008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8434
8435 * help.el (function-called-at-point):
8436 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
8437 even when calling find-tag-default.
8438
84392008-06-06 Daniel Colascione <danc@merrillpress.com>
8440
8441 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
8442 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
8443 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
8444 (nxml-fontify-buffer, nxml-do-fontify):
8445 Remove obsolete variables and functions.
8446 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
8447 (nxml-degrade, nxml-after-change, nxml-after-change1)
8448 (nxml-extend-region, nxml-extend-after-change-region)
8449 (nxml-extend-after-change-region1, nxml-fontify-matcher)
8450 (nxml-toggle-char-ref-extra-display): Use font-lock, and
8451 font-lock-extend-region-functions in particular, to fontify
8452 nxml-mode buffers.
8453 (nxml-debug-region): New debugging helper function.
8454
8455 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
8456 (nxml-scan-after-change, nxml-move-tag-backwards):
8457 Adapt for font-lock changes.
8458
8459 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
8460 (nxml-debug-set-inside, nxml-debug-clear-inside):
8461 New debugging functions.
8462 (nxml-with-degradation-on-error): New helper macro.
8463
84642008-06-06 Martin Rudalics <rudalics@gmx.at>
8465
8466 * window.el (display-buffer): Remove dead call to get-lru-window.
8467
84682008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8469
8470 * mail/sendmail.el (mail-interactive): Change default.
8471
84722008-06-05 John Paul Wallington <jpw@pobox.com>
8473
8474 * bindings.el (completion-ignored-extensions):
8475 Add .p64fsl, .d64fsl, and .dx64fsl.
8476
84772008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8478
8479 * ffap.el (ffap-prompter): Don't use the region.
8480
84812008-06-05 Sam Steingold <sds@gnu.org>
8482
8483 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
8484 subdirectory to be registered.
8485
84862008-06-05 Martin Rudalics <rudalics@gmx.at>
8487
8488 * window.el (display-buffer-function, special-display-p)
8489 (special-display-buffer-names, special-display-regexps)
8490 (special-display-function, same-window-p, same-window-buffer-names)
8491 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
8492 (pop-up-frame-function, pop-up-windows, even-window-heights)
8493 (split-window-preferred-function, split-height-threshold)
8494 (window--display-buffer-1, display-buffer, pop-to-buffer):
8495 Move from window.c and buffer.c.
8496 (window--splittable-p, window--try-to-split-window)
8497 (window--frame-usable-p, window--display-buffer-2)
8498 (window--even-window-heights): New functions.
8499 (split-width-threshold): New option.
8500 (split-window-preferred-horizontally): Remove.
8501
8502 * cus-start.el: Remove corresponding declarations.
8503
85042008-06-05 Sam Steingold <sds@gnu.org>
8505
8506 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
8507 an error on modified buffers.
8508
85092008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8510
8511 * progmodes/etags.el (tags-verify-table): Be careful to use and update
8512 tags-file-name and tags-table-list from the right buffer.
8513 (tags-table-check-computed-list, tags-table-extend-computed-list)
8514 (find-tag-noselect): Use with-current-buffer.
8515
8516 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
8517 Use print-circle.
8518
8519 * minibuffer.el (minibuffer-local-must-match-filename-map):
8520 Declare obsolete alias for the old name.
8521
8522 * abbrev.el (unexpand-abbrev): Better preserve markers.
8523
85242008-06-05 Glenn Morris <rgm@gnu.org>
8525
8526 * emacs-lisp/autoload.el (autoload-rubric): New function,
8527 extracted from autoload-ensure-default-file.
8528 (autoload-ensure-default-file): Use autoload-rubric.
8529
8530 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
8531 (custom-dependencies-no-scan-regexp): New variable.
8532 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
8533 Don't scan files matching custom-dependencies-no-scan-regexp.
8534 Disable undo in the output buffer. Remove kept-new-versions wackiness.
8535
8536 * finder.el (finder-headmark): Initialize and add doc string.
8537 (generated-finder-keywords-file): Doc fix.
8538 (finder-no-scan-regexp): New variable.
8539 (finder-compile-keywords): Use a single let binding.
8540 Disable undo in the output buffer. Use autoload-rubric.
8541 Use mapc rather than mapcar. Don't scan files matching
8542 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
8543 rather than concat. Use directory-files to do regexp matching.
8544 No need to require jka-compr.
8545 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
8546 (finder-list-matches): Disable undo.
8547 (finder-commentary): Use let rather than let*. Disable undo.
8548 (finder-current-item): Use zerop.
8549 (finder-mode): Use define-derived-mode.
8550 (finder-exit): Doc fix. Use dolist.
8551
8552 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
8553 (custom-deps): Don't require $(lisp)/cus-load.el.
8554 (custom-deps, finder-data): Don't depend on autoloads.
8555 Should not be needed now, and doing so was causing make install to
8556 re-dump emacs post-bootstrap.
8557 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
8558 mid-build forces some things to be rebuilt.
8559
85602008-06-05 Miles Bader <miles@gnu.org>
8561
8562 * face-remap.el
8563 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
8564 (face-remap-remove-relative): Renamed from
8565 `remove-relative-face-remapping'.
8566 (face-remap-reset-base): Renamed from
8567 `set-default-base-face-remapping'.
8568 (face-remap-set-base): Renamed from `set-base-face-remapping'.
8569 (text-scale-increase): Renamed from `increase-buffer-face-height'.
8570 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
8571 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
8572
8573 * face-remap.el (variable-pitch-mode): Autoload.
8574
85752008-06-04 Sam Steingold <sds@gnu.org>
8576
8577 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
8578 Generate extra status headers for a Mercurial tree.
8579
85802008-06-04 John Paul Wallington <jpw@pobox.com>
8581
8582 * echistory.el (electric-history-map): Define within defvar.
8583 Add docstring.
8584
8585 * font-lock.el (font-lock-turn-off-thing-lock)
8586 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
8587 Use `bound-and-true-p'.
8588 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
8589 Doc fixes.
8590
8591 * international/ccl.el (define-ccl-program): Add `doc-string'
8592 declaration.
8593
85942008-06-04 Juanma Barranquero <lekktu@gmail.com>
8595
8596 * face-remap.el (variable-pitch-mode): Reflow docstrings.
8597 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
8598
85992008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
8600
8601 * emacs-lisp/rx.el (rx): Doc fix.
8602
86032008-06-04 Markus Triska <markus.triska@gmx.at>
8604
8605 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
8606
86072008-06-04 Miles Bader <miles@gnu.org>
8608
8609 * face-remap.el (adjust-buffer-face-height): New function.
8610 Add autoloaded keybindings in ctl-x-map.
8611 (increase-buffer-face-height, decrease-buffer-face-height):
8612 Simplify interactive spec to just "p". Remove autoloaded keybindings.
8613
86142008-06-03 Chong Yidong <cyd@stupidchicken.com>
8615
8616 * simple.el (line-move-1): If we did not move as far as desired,
8617 ensure that point-left and point-entered hooks are called.
8618
86192008-06-03 Sam Steingold <sds@gnu.org>
8620
8621 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
8622
86232008-06-03 John Paul Wallington <jpw@pobox.com>
8624
8625 * progmodes/make-mode.el (makefile-cleanup-continuations)
8626 (makefile-warn-suspicious-lines, makefile-warn-continuations):
8627 Use `derived-mode-p'.
8628
86292008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8630
8631 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
8632 (ELCFILES): Update.
8633
86342008-06-03 Miles Bader <miles@gnu.org>
8635
8636 * face-remap.el: New file.
8637 * Makefile.in (ELCFILES): Add face-remap.elc.
8638
86392008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8640
8641 * progmodes/flymake.el (flymake-process-filter): Make sure the source
8642 buffer isn't dead.
8643
8644 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
8645 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
8646 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
8647 * obsolete/auto-show.el, obsolete/hscroll.el:
8648 Remove packages that were obsolete in Emacs-20, or that were obsolete
8649 in Emacs-21 and do not contain any more code.
8650
8651 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
8652 vc-client-mode is not set.
8653
8654 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
8655 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
8656
8657 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
8658 yet a bit more clever at distinguishing / from /.
8659
86602008-06-03 Kenichi Handa <handa@m17n.org>
8661
8662 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
8663
86642008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
8665
8666 * language/hanja-util.el: New file.
8667
86682008-06-03 Glenn Morris <rgm@gnu.org>
8669
8670 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
8671 Check that end-of-word follows "type".
8672
86732008-06-02 Daiki Ueno <ueno@unixuser.org>
8674
8675 * epa-file.el (epa-file-write-region): Write the entire buffer
8676 content if START is nil.
8677
86782008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
8679
8680 * select.el (x-get-selection): Fix typo.
8681
86822008-06-01 Juanma Barranquero <lekktu@gmail.com>
8683
8684 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
8685 (describe-char): Use `looking-at-p', `string-match-p' when possible.
8686
86872008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8688
8689 * tar-mode.el (tar-header-block-summarize): Ensure one space around
8690 user&group.
8691
86922008-05-31 John Paul Wallington <jpw@pobox.com>
8693
8694 * help-fns.el (describe-variable-custom-version-info):
8695 Handle dotted `package-version' info.
8696
86972008-05-31 Juanma Barranquero <lekktu@gmail.com>
8698
8699 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
8700
87012008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
8702
8703 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
8704 names and improve support for unregistered files.
8705
87062008-05-31 Glenn Morris <rgm@gnu.org>
8707
8708 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
8709 Remove shell variable `elc'. Split tests to hopefully be more portable.
8710 Fix `sel' assignment.
8711
87122008-05-30 Juanma Barranquero <lekktu@gmail.com>
8713
8714 * minibuffer.el (completion-table-dynamic): Doc fix.
8715
87162008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8717
8718 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
8719 Try and return `unregistered' when applicable.
8720
8721 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8722 Don't encourage naming variables with "-flag".
8723
87242008-05-30 Glenn Morris <rgm@gnu.org>
8725
8726 * Makefile.in (update-elclist): Hide the warning when it does not apply,
8727 make it milder when it does.
8728 (autogen-clean): New target.
8729 (maintainer-clean): Use autogen-clean.
8730
8731 * calendar/diary-lib.el (diary-display-function): New name for
8732 diary-display-hook. Keep old name as obsolete alias. Doc fix.
8733 Change custom type and version.
8734 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
8735 (diary-fancy-display): Doc fixes.
8736 (diary-list-entries, diary-include-other-diary-files)
8737 (diary-mail-entries):
8738 Use diary-display-function rather than diary-display-hook.
8739
8740 * calendar/appt.el (appt-check): Use diary-display-function rather than
8741 diary-display-hook.
8742 * calendar/cal-x.el (calendar-dedicate-diary): Update for
8743 diary-display-function replacing diary-display-hook.
8744 * org/org-agenda.el (org-get-entries-from-diary): Also set
8745 diary-display-function.
8746
8747 * calendar/cal-html.el (cal-html-list-diary-entries):
8748 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8749 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
8750 argument of diary-list-entries rather than setting diary-display-hook.
8751
87522008-05-30 Kenichi Handa <handa@m17n.org>
8753
8754 * international/mule-conf.el (utf-8-with-signature): Renamed from
8755 utf-8-sig.
8756 (utf-8-auto): Adjusted for the above change.
8757
8758 * international/mule-diag.el (describe-font): Don't check fontset
8759 here, and just call font-info. Get the default font by from the
8760 default face.
8761
87622008-05-29 Kenichi Handa <handa@m17n.org>
8763
8764 * international/mule-conf.el (utf-8-sig, utf-8-auto):
8765 New coding systems.
8766
8767 * international/mule.el (define-coding-system): Accept :bom for utf-8.
8768
87692008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
8770
8771 * international/utf-7.el (utf-7-encode): Use the right escape char
8772 depending on imap/nonimap encoding.
8773
87742008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
8777
87782008-05-29 Juanma Barranquero <lekktu@gmail.com>
8779
8780 * icomplete.el (icomplete-prospects-height): Add :group.
8781
87822008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8783
8784 * icomplete.el (icomplete-prospects-length): Make obsolete.
8785 (icomplete-prospects-height): New var.
8786 (icomplete-completions): Use it.
8787
87882008-05-29 David Kastrup <dak@gnu.org>
8789
8790 * autoinsert.el (auto-insert): Add :link.
8791
87922008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8793
8794 * tar-mode.el (tar-header): New field `header-start'.
8795 (tar-header-block-tokenize): Set it when useful.
8796 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
8797 (tar-header-data-end): New function.
8798 (tar-summarize-buffer): Use it.
8799 (tar-next-line): Fix goal column for long usernames.
8800 (tar-expunge-internal): Use header-start.
8801 (tar-rename-entry): Handle ustar-style long names.
8802 (tar-alter-one-field): Add optional `descriptor' argument.
8803 (tar-subfile-save-buffer): Use it.
8804
88052008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8806
8807 * tar-mode.el (tar-header): New field `header-start'.
8808 (tar-header-block-tokenize): Set header-start for longlink entries.
8809 (tar-expunge-internal): Use header-start to expunge longlink entries.
8810
8811 * files.el (hack-local-variables): Don't signal an error if the local
8812 variable section is not properly terminated.
8813
8814 * emacs-lisp/easymenu.el (easy-menu-convert-item)
8815 (easy-menu-convert-item-1): Move the duplicate-generation outside of
8816 the caching so it also works for identical entries.
8817
8818 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
8819 (tar-mode): Use write-region-annotate-functions rather than
8820 write-contents-functions.
8821 (tar-extract): Remove unused var `pos'.
8822 (tar-subfile-save-buffer): Remove unused var `following-descs'.
8823 (tar-mode-write-file): Remove.
8824 (tar-write-region-annotate): New function.
8825
8826 * progmodes/flymake.el (flymake-save-buffer-in-file):
8827 * shadowfile.el (shadow-copy-file):
8828 * arc-mode.el (archive-*-write-file-member):
8829 * files.el (diff-buffer-with-file):
8830 * subr.el (with-temp-file): Pass nil to write-region.
8831 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
8832
8833 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
8834 the custom.
8835
8836 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
8837 to write-region.
8838
88392008-05-28 Glenn Morris <rgm@gnu.org>
8840
8841 * Makefile.in (update-elclist): Work around non-portability of "\"
8842 in various implementations of echo.
8843
88442008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8845
8846 * international/mule-diag.el (describe-current-coding-system):
8847 Don't assume selection-coding-system is always defined.
8848
8849 * tar-mode.el: Use defstruct and markers.
8850 (tar-setf): Remove.
8851 (tar-header): Use defstruct. Add `data-start' field.
8852 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
8853 (tar-desc-data-start): Remove (now called tar-header-data-start).
8854 (tar-roundup-512): New fun.
8855 (tar-header-block-tokenize): Receive a buffer position rather than
8856 a string. Handle @longLink here, be more careful about it.
8857 Create a marker for data-start.
8858 (tar-summarize-buffer): Don't handle @LongLink here any more.
8859 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
8860 data-start on the following entries any more.
8861 (tar-chown-entry, tar-chgrp-entry): Use read-number.
8862
8863 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
8864 (tar-header-offset): Remove.
8865 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
8866 Not permanent any more.
8867 (tar-data-buffer): New var.
8868 (tar-data-swapped-p, tar-change-major-mode-hook)
8869 (tar-mode-kill-buffer-hook): New funs.
8870 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
8871 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
8872 (tar-clear-modification-flags, tar-alter-one-field)
8873 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
8874 Change accordingly.
8875
88762008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
8877
8878 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
8879 (vc-dir-resynch-file): ... this. Update callers.
8880 Use vc-string-prefix-p. Ignore directory args.
8881 (vc-string-prefix-p): CSE.
8882 (vc-resynch-buffer): Restore conditional.
8883
8884 * vc-hooks.el (vc-after-save): Improve test.
8885 (vc-mode-line): Fix indentation.
8886
88872008-05-27 Chong Yidong <cyd@stupidchicken.com>
8888
8889 * calendar/parse-time.el (parse-time-months)
8890 (parse-time-weekdays): Add long-form month and day names.
8891
88922008-05-27 Glenn Morris <rgm@gnu.org>
8893
8894 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
8895
88962008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8897
8898 * vc-dispatcher.el (vc-string-prefix-p): New function.
8899 (vc-dir-parent-marked-p): Use it.
8900
89012008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
8902
8903 * vc.el (Problems): Remove fixed issues.
8904 (vc-expand-dirs): Avoid returning directories.
8905 (vc-dir): Fix C-x v v binding.
8906 (vc-make-backend-object): Fix name.
8907 (vc-dir-show-fileentry): Fix docstring.
8908 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
8909 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
8910 Reset the state for directories.
8911 (vc-dir-headers): Align labels.
8912 (vc-default-status-printer): Do no call prettify-state-info.
8913 (vc-deduce-fileset): Replace implementation with one based on a
8914 working older version.
8915 (vc-next-action): Use the new form of vc-deduce-fileset.
8916 Fix dealing with unregistered files.
8917
8918 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
8919 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
8920 (vc-dir-child-files): New function.
8921 (vc-dir-node-directory): New function.
8922 (vc-dir-update, vc-dir-parent-marked-p)
8923 (vc-dir-children-marked-p, vc-dir-mark-all-files)
8924 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
8925
8926 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
8927
89282008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8929
8930 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
8931 (diff-font-lock-keywords, diff-context->unified)
8932 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
8933 (diff-hunk-text, diff-find-source-location): Use it.
8934 (diff-post-command-hook): Let the user edit the hunk headers.
8935
89362008-05-26 Andreas Schwab <schwab@suse.de>
8937
8938 * vc.el (vc-default-prettify-state-info): Fix formatting of an
8939 unknown state.
8940
8941 * tar-mode.el (tar-summarize-buffer): Comment fix.
8942
89432008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8944
8945 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
8946
89472008-05-26 Glenn Morris <rgm@gnu.org>
8948
8949 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
8950
89512008-05-25 John Paul Wallington <jpw@pobox.com>
8952
8953 * proced.el (proced-next-line, proced-previous-line):
8954 Avoid calling `next-line' and `previous-line' from Lisp code.
8955
89562008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
8957
8958 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
8959 Use diary-ordinal-suffix.
8960
89612008-05-24 Juanma Barranquero <lekktu@gmail.com>
8962
8963 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
8964 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
8965 (edebug-save-displayed-buffer-points, edebug-initial-mode)
8966 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
8967 (edebug-print-length, edebug-print-level, edebug-print-circle)
8968 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
8969 (edebug-global-break-condition, edebug-sit-for-seconds):
8970 Remove spurious * from defcustom docstrings.
8971 (edebug-unwrap*, edebug-signal, edebug-eval-display):
8972 Improve argument/docstring consistency.
8973 (edebug-test-coverage, edebug-gensym, edebug-read)
8974 (edebug-top-level-nonstop, edebug-eval-result-list)
8975 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
8976 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
8977 (edebug-display-freq-count): Reflow docstrings.
8978 (edebug-restore-status): Doc fix.
8979
89802008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8981
8982 * proced.el (proced-header-line): Use the :align-to 0 feature
8983 rather than computing the corresponding position manually.
8984 (proced-update): Don't hardcode point-min==1.
8985
89862008-05-24 Alan Mackenzie <acm@muc.de>
8987
8988 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
8989 if c-file-style is set to a non-string.
8990
8991 (c-neutralize-CPP-line): Surround by `save-excursion'.
8992 (c-neutralize-syntax-in-CPP): Optimize for speed.
8993
89942008-05-24 Glenn Morris <rgm@gnu.org>
8995
8996 * Makefile.in (update-elclist): New target, to update ELCFILES.
8997 (bootstrap-after): Run update-elclist.
8998
89992008-05-24 Ulf Jasper <ulf.jasper@web.de>
9000
9001 * icalendar.el (icalendar-version): Increase to "0.19".
9002 (icalendar--date-style): New function.
9003 (icalendar--datetime-to-diary-date): Doc fix.
9004 Use icalendar--date-style.
9005 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
9006 (icalendar--convert-yearly-to-ical)
9007 (icalendar--convert-recurring-to-diary): Handle iso date style,
9008 use icalendar-date-style.
9009
90102008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
9011
9012 * vc.el (vc-delete-file): Make sure the buffer is deleted and
9013 vc-dir buffers are updated.
9014
90152008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9016
9017 * vc.el (vc-delete-file): Don't try to resynch the buffer.
9018
90192008-05-23 Paul Rivier <paul.r.ml@gmail.com>
9020
9021 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
9022 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
9023 (reftex-extra-bindings): Use it.
9024
9025 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
9026 away from the user-reserved keys.
9027
9028 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
9029 New vars.
9030 (ada-create-keymap): Use them.
9031
90322008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9033
9034 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
9035 a properly-grouped regexp.
9036
90372008-05-23 Juanma Barranquero <lekktu@gmail.com>
9038
9039 * progmodes/cap-words.el (capitalized-words-mode):
9040 Fix typos in docstring.
9041
90422008-05-23 Kenichi Handa <handa@m17n.org>
9043
9044 * international/mule-conf.el: Don't define the charset `emacs'
9045 here, just put :docstring, :short-name, and :long-name.
9046
90472008-05-22 Kenichi Handa <handa@m17n.org>
9048
9049 * international/mule-diag.el (font-show-log): Limit each listing
9050 to 20 items.
9051
90522008-05-23 Nick Roberts <nickrob@snap.net.nz>
9053
9054 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
9055 (gdb-annotation-rules): New entry for "thread-changed".
9056 (gdb-thread-changed): New function.
9057
90582008-05-23 Glenn Morris <rgm@gnu.org>
9059
9060 * Makefile.in (SOURCES): Remove, unused.
9061 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
9062 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
9063 Exclude more '*loaddefs' files.
9064 (compile-always): Simplify '.elc' deletion.
9065
90662008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9067
9068 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
9069 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
9070
9071 * minibuffer.el (completion-boundaries): Change calling
9072 convention, so `string' has the same semantics as in
9073 try-completion and all-completions.
9074 (completion-table-with-context, completion--embedded-envvar-table)
9075 (completion--file-name-table)
9076 (completion-pcm--find-all-completions): Adjust code accordingly.
9077
90782008-05-22 Chong Yidong <cyd@stupidchicken.com>
9079
9080 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
9081 prune image-mode-winprops-alist, preventing it from growing
9082 indefinitely.
9083 (image-mode-reapply-winprops): Use it.
9084
90852008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
9086
9087 * net/netrc.el (netrc-machine): Always match if the port is not given.
9088
90892008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9090
9091 * minibuffer.el (completion-pcm--find-all-completions):
9092 Don't add pseudo-completions.
9093
9094 * icomplete.el (icomplete-eoinput): Remove.
9095 (icomplete-overlay): New var to replace it.
9096 (icomplete-tidy): Rewrite.
9097 (icomplete-exhibit): Use an overlay.
9098 (icomplete-completions): Use completion-all-sorted-completions.
9099 Obey completion-ignore-case.
9100
9101 * files.el (locate-dominating-file): Accept non-existing argument.
9102 (project-find-settings-file): Rewrite, using locate-dominating-file.
9103
91042008-05-22 Kenichi Handa <handa@m17n.org>
9105
9106 * faces.el (font-weight-table, font-slant-table, font-width-table):
9107 Delete them. Don't call internal-set-font-style-table.
9108
9109 * international/mule-diag.el (font-show-log): New function.
9110
9111 * international/fontset.el (script-representative-chars): Add more
9112 chars for latin. Add data for symbol.
9113 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
9114
91152008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9116
9117 * minibuffer.el (completion-all-sorted-completions): New var.
9118 (completion--flush-all-sorted-completions)
9119 (completion-all-sorted-completions): New functions.
9120 (minibuffer-force-complete): New command.
9121
91222008-05-21 Glenn Morris <rgm@gnu.org>
9123
9124 * files.el (c-postprocess-file-styles): Declare for compiler.
9125
9126 * Makefile.in: Allow for parallel byte-compiling.
9127 (ELCFILES): New variable.
9128 (.el.elc): Remove prerequisites from suffix rule. Print a message.
9129 (compile-first, compile-main, compile-last): New targets.
9130 (compile-always): Simplify - delete .elc files, then `make compile'.
9131
9132 * Makefile.in (compile-calc): Use glob rather than find.
9133 ($(lisp)/progmodes/cc-mode.elc): Use $@.
9134
9135 * eshell/esh-module.el: No need for cl when compiling.
9136
9137 * eshell/eshell.el (eshell-defgroup): New alias.
9138 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9139 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
9140 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
9141 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
9142 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
9143 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
9144 Autoload the custom group. Set generated-autoload-file.
9145 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
9146 for eshell-defgroup.
9147 * eshell/esh-module.el (eshell-load-defgroups): Remove.
9148 Require esh-groups rather than loading it.
9149
91502008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9151
9152 * proced.el (proced-header-line): New variable and new function.
9153 (proced-mode): Set header-line-format.
9154 (proced-update): Set proced-header-line.
9155 (proced-send-signal): Use proced-header-line.
9156
91572008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * macros.el (insert-kbd-macro): Use prin1-char.
9160
91612008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9162
9163 * minibuffer.el (completion-boundaries): New function.
9164 (completion--some): Delay errors.
9165 (complete-with-action, completion-table-with-context):
9166 Handle `boundaries' case.
9167 (completion--try-word-completion): Avoid partial-completion
9168 when the user hasn't entered anything yet.
9169 (minibuffer-local-map, minibuffer-local-filename-completion-map)
9170 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
9171 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
9172 Setup default keybindings.
9173 (completion--embedded-envvar-re): New var.
9174 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
9175 (completion--file-name-table): Handle `boundaries' case.
9176 (completion-pcm--pattern->regex): Avoid pathological backtracking.
9177 (completion-pcm--all-completions): Add a `prefix' arg.
9178 (completion-pcm--find-all-completions): New function.
9179 (completion-pcm-all-completions, completion-pcm-try-completion):
9180 Use it.
9181
9182 * icomplete.el (icomplete-completions): Don't use `predicate' with
9183 a table of a different type than `candidates'.
9184
91852008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9186
9187 * proced.el (proced-goal-column): Rename from proced-procname-column.
9188 (proced-goal-header-re): Rename from proced-procname-column-regexp.
9189 (proced-move-to-goal-column): Rename from proced-move-to-procname.
9190 (proced-header-face, proced-header-regexp): Remove.
9191 (proced-font-lock-keywords): Remove proced-header-face.
9192 (proced-header-alist, proced-sorting-schemes-re): New variables.
9193 (proced): Rename Proced buffer to *Proced*.
9194 (proced-next-line, proced-previous-line): New commands.
9195 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
9196 (proced-hide-processes): Do not treat first line as special.
9197 (proced-header-space): New function.
9198 (proced-update): Use header-line-format.
9199 Initialize proced-header-alist and proced-sorting-schemes-re.
9200 Set proced-goal-column. Include proced-command in mode-name.
9201 (proced-send-signal): Use header-line-format for *Marked
9202 Processes* buffer.
9203 (proced-sort): Restrict minibuffer completion to applicable
9204 sorting schemes.
9205 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
9206
92072008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9208
9209 * icomplete.el (icomplete-simple-completing-p):
9210 Allow icomplete-with-completion-tables to say "use it everywhere".
9211 (icomplete-completions): Obey completion-styles. Try to accommodate
9212 partial-completion style.
9213
92142008-05-20 Michael Olson <mwolson@gnu.org>
9215
9216 * files.el (project-find-settings-file): Change concat to
9217 expand-file-name.
9218
92192008-05-19 Tom Tromey <tromey@redhat.com>
9220
9221 * files.el (normal-mode): Call hack-project-variables.
9222 (hack-local-variables-confirm): Add 'project' argument.
9223 (hack-local-variables-apply): New function.
9224 (hack-local-variables): Use it.
9225 (project-class-alist, project-directory-alist): New variables.
9226 (project-get-alist): New function.
9227 (project-collect-bindings-from-alist)
9228 (project-collect-binding-list, set-directory-project)
9229 (project-find-settings-file, project-define-from-project-file)
9230 (hack-project-variables): New functions.
9231
92322008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9233
9234 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
9235
92362008-05-19 Juanma Barranquero <lekktu@gmail.com>
9237
9238 * faces.el (font-weight-table): Fix typo in docstring.
9239
92402008-05-18 David Hull <david@snap.com> (tiny change)
9241
9242 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
9243 (vc-hg-annotate-command): Allow white space before version number.
9244
92452008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
9246
9247 * calc/calc-yank.el (calc-register-alist): New variable.
9248 (calc-set-register, calc-get-register, calc-copy-to-register)
9249 (calc-insert-register, calc-add-to-register, calc-append-to-register)
9250 (calc-prepend-to-register): New functions.
9251
9252 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
9253 `calc-copy-to-register' and `calc-insert-register'.
9254 Autoload new register functions.
9255
9256 * calc/calc-help.el (calc-r-prefix-help): Add help for register
9257 functions.
9258
92592008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
9260
9261 * vc.el (Todo): Add known problems.
9262 (vc-dir-backend): New variable.
9263 (vc-dir): Set it.
9264 (vc-make-backend-object, vc-generic-status-printer)
9265 (vc-generic-state, vc-generic-status-fileinfo-extra)
9266 (vc-dir-extra-menu): Use it.
9267 (vc-generic-dir-headers): Remove, unused.
9268
9269 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
9270 vc-dir-prev-directory for consistency with vc-dir-previous-line.
9271 (vc-dir-mode-map): Fix bindings.
9272
9273 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
9274
92752008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
9276
9277 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
9278 operated on.
9279 (calc-kill-region): Kill entire lines.
9280
92812008-05-17 Glenn Morris <rgm@gnu.org>
9282
9283 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
9284 simplify initial value.
9285 (defezimage): Drop support for Emacs without defimage, use a featurep
9286 test rather than fboundp when defining, drop with-no-warnings.
9287 (ezimage-insert-over-text): Move featurep test inside
9288 add-text-properties.
9289
9290 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
9291
9292 * net/tramp.el (top-level): Load auth-source when compiling.
9293
9294 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
9295
92962008-05-17 Andreas Schwab <schwab@suse.de>
9297
9298 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
9299
93002008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
9301
9302 * vc.el (vc-annotate-show-diff-revision-at-line): Change
183080b6 9303 vc-diff-internal arg to match what vc-deduce-fileset returns now.
e3d51b27
MR
9304
93052008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9306
9307 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
9308
93092008-05-17 Jim Meyering <meyering@redhat.com>
9310
9311 * ido.el (ido-save-history): Do not emit a trailing newline at the
9312 end of the ido history file.
9313
93142008-05-16 John Paul Wallington <jpw@pobox.com>
9315
9316 * vc-dispatcher.el (top-level): Revert previous change: require cl
9317 when compiling.
9318
93192008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
9320
9321 * vc.el (vc-default-status-printer)
9322 (vc-default-prettify-state-info): Enhance the state prettyprinter
9323 to deal better with unknown states and indirect through it when
9324 painting vc-dir buffers.
9325
93262008-05-16 John Paul Wallington <jpw@pobox.com>
9327
9328 * vc-dispatcher.el (top-level): Don't require cl when compiling.
9329 (vc-dir-mode-map): Fix backquote.
9330 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
9331
93322008-05-16 Michael Albinus <michael.albinus@gmx.de>
9333
9334 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
9335 Reported by Glenn Morris <rgm@gnu.org>.
9336
93372008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
9338
9339 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
9340 the end of the file, it was good work at one time but has been
9341 stale since 1995 and may now be actively misleading.
9342 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
9343 CVS repository and module (assumptions for the latter a bit iffy).
9344 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
9345 SVN repository.
9346
93472008-05-16 Juanma Barranquero <lekktu@gmail.com>
9348
9349 * vc-rcs.el (vc-rcs-create-tag):
9350 * vc-sccs.el (vc-sccs-create-tag):
9351 Fix typo in error message and pass backend arg.
9352
93532008-05-15 Michael Albinus <michael.albinus@gmx.de>
9354
9355 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
9356
93572008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
9358
9359 * net/tramp.el: Load auth-source library.
9360 (tramp-read-passwd): Use it for password, not login.
9361
93622008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
9363
9364 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
9365 (ses-print-cell): Use string-width, truncate-string-to-width,
9366 delete-region rather than length, substring, delete-char.
9367 (ses-setup): Set inhibit-point-motion-hooks to t.
9368 Calculate position by actually moving point rather than just using
9369 unibyte character length.
9370 (ses-mode): Set indent-tabs-mode to nil.
9371 (ses-center): Use string-width rather than length.
9372
93732008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
9374
9375 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
9376 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
9377 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
9378 vc-*-create-tag and vc-*-retrieve-tag respectively.
9379
9380 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
9381 unneeded defalias.
9382
9383 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
9384
9385 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
9386 about buffer names.
9387
93882008-05-15 Glenn Morris <rgm@gnu.org>
9389
9390 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
9391
9392 * org/org-exp.el (org-infojs-options-inbuffer-template):
9393 Fix declaration.
9394
9395 * progmodes/cc-mode.el (declare-function): Add compat definition.
9396 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
9397
93982008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
9399
9400 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
9401 list to a cons so the caller can get back both expanded and
9402 unexpanded filesets.
183080b6 9403 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
e3d51b27
MR
9404 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
9405 Change handling of selection-set returns as required.
9406
94072008-05-15 John Paul Wallington <jpw@pobox.com>
9408
9409 * add-log.el (top-level): Don't require cl when compiling.
9410
9411 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
9412 (archive-*-extract): Use `zerop'.
9413 (archive-*-write-file-member): Use `or', use `zerop'.
9414
9415 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
9416
9417 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
9418 (ibuffer-mark-interactive, ibuffer-set-mark)
9419 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
9420 (ibuffer-map-lines, ibuffer-switch-format)
9421 (ibuffer-update-title-and-summary)
9422 (ibuffer-redisplay-engine): Use it.
9423
9424 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
9425 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
9426 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
9427 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
9428 (ibuffer-mark-read-only-buffers)
9429 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
9430
9431 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
9432 (define-ibuffer-column, define-ibuffer-sorter)
9433 (define-ibuffer-op, define-ibuffer-filter): Add declarations
9434 containing indentation specs, replacing equivalent top-level
9435 forms that set `lisp-indent-function' properties.
9436 (define-ibuffer-op): Use `derived-mode-p'.
9437 (define-ibuffer-filter): Remove redundant `concat' call.
9438
94392008-05-14 Michael Albinus <michael.albinus@gmx.de>
9440
9441 * net/tramp.el (tramp-echo-mark): Update docstring.
9442 (tramp-echo-mark-marker): New defconst.
9443 (tramp-check-for-regexp): Use it.
9444
94452008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
9446
9447 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
9448 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
9449 as parent.
9450
94512008-05-14 John Paul Wallington <jpw@pobox.com>
9452
9453 * international/mule.el (convert-define-charset-argument):
9454 Remove period from end of error message.
9455 (coding-system-mnemonic): Doc fix.
9456 (ctext-pre-write-conversion): Doc fix.
9457
94582008-05-14 Simon Marshall <simon@gnu.org>
9459
9460 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
9461 from its default value and give it the risky-local-variable
9462 property (CVE-2008-2142).
9463
94642008-05-14 Kenichi Handa <handa@m17n.org>
9465
9466 * language/korean.el ("Korean"): Set `iso639-language'
9467 property to `ko'.
9468
9469 * language/japanese.el ("Japanese"): Set `iso639-language'
9470 property to `ja'.
9471
9472 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9473 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
9474 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
9475
9476 * international/mule-cmds.el (set-language-environment):
9477 Set current-iso639-language.
9478
9479 * international/fontset.el (setup-default-fontset): For kana, han,
9480 hangul, and cjk-misc, move an entry with font-spec at the end.
9481 (generate-fontset-menu): Exclude fontset-auto* from the list.
9482
9483 * composite.el (compose-chars-after): Assume that WINDOW is always
9484 non-nil.
9485
9486 * faces.el (font-weight-table, font-slant-table)
9487 (font-swidth-table): Declare them by defconst. Change the format
9488 of elements. Call internal-set-font-style-table after their
9489 declaration.
9490 (face-valid-attribute-values): Call font-family-list. Get values
9491 for width, weight, and slant from font-xxx-table.
9492
9493 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
9494
94952008-05-13 John Paul Wallington <jpw@pobox.com>
9496
9497 * ibuffer.el (ibuffer-buffer-file-name): New function.
9498 (define-ibuffer-column filename): Use it.
9499
9500 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
9501
95022008-05-13 Chong Yidong <cyd@stupidchicken.com>
9503
9504 * talk.el (talk): Simplify. Pass display arg to talk-add-display
9505 as a string.
9506 (talk-add-display): Simplify. Accept only string args.
9507
95082008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
9509
9510 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
9511
95122008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9513
9514 * Makefile.in (bootstrap-prepare): Don't chmod files.
9515 (autoloads): Do it here instead, where it's actually needed.
9516
95172008-05-13 Chong Yidong <cyd@stupidchicken.com>
9518
9519 * tool-bar.el (tool-bar-make-keymap): Account for the optional
9520 KEY-BINDING-DATA field in menu-item list.
9521
95222008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9523
9524 * dired.el (dired-read-dir-and-switches): Move things about to use less
9525 recursion during macroexpansion.
9526
9527 * dired.el (dired-read-dir-and-switches): Use read-file-name.
9528
9529 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
9530 completion-ignored-extension directories if there's something else.
9531 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
9532 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
9533 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
9534 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
9535 buffer-read-only -> inhibit-read-only.
9536
95372008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
9538
9539 * vc.el (vc-expand-dirs): Stop this function from tossing out
9540 explicitly specified files.
9541
95422008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
9545 to `insert'.
9546
95472008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
9548
9549 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
9550 cons. Use vc-annotate-backend.
9551 (with-vc-file, edit-vc-file): Remove unused macros.
9552
95532008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
9554
9555 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
9556 (smtpmail-try-auth-methods): Use it.
9557
95582008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9559
9560 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
9561 (setf (nthcdr ..) ..) doesn't require CL at runtime.
9562
95632008-05-11 Carsten Dominik <dominik@science.uva.nl>
9564
9565 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
9566
95672008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
9570 (vc-bzr-revision-completion-table): Use process-file.
9571 (vc-bzr-working-revision): Pass relative file names.
9572
9573 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
9574
95752008-05-11 Juri Linkov <juri@jurta.org>
9576
9577 * wid-edit.el (widget-image-directory): Change default image data
9578 subdirectory from "custom" to "images/custom".
9579
9580 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
9581 before recursive call to `Info-next-preorder' to not add
9582 intermediate nodes to the history.
9583
9584 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
9585
9586 * emulation/cua-base.el: Put isearch-scroll property
9587 on cua-scroll-up and cua-scroll-down.
9588
95892008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
9590
9591 * vc-hooks.el (vc-recompute-state): Remove (dead code).
9592
95932008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
9594
9595 * vc-dispatcher.el (ewoc): Require.
9596 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
9597
9598 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
9599
96002008-05-10 Chong Yidong <cyd@stupidchicken.com>
9601
9602 * term/w32-win.el (x-colors):
9603 * term/mac-win.el (x-colors):
9604 * term/x-win.el (x-colors): Re-order colors.
9605
96062008-05-10 Reiner Steib <reiner.steib@gmx.de>
9607
9608 * smerge-mode.el (smerge-command-prefix): Fix custom type.
9609
96102008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
9611
9612 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
9613 New functions implementing motion to next and previous directory.
9614
9615 * vc-arch.el (vc-arch-command):
9616 * vc-bzr.el (vc-bzr-command):
9617 * vc-cvs.el (vc-cvs-command):
9618 * vc-dispatcher.el (vc-do-command):
9619 * vc-git.el (vc-git-command):
9620 * vc-hg.el (vc-hg-command):
9621 * vc-mcvs.el (vc-mvcs-command):
9622 * vc-mtn.el (vc-mtn-command):
9623 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
9624 (vc-sccs-workfile-unchanged-p):
9625 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
9626 * vc-rcs.el (all methods): Remove assumption about what a nil
9627 argument to vc-do-command means. This means no buffer name needs
9628 to be hardcoded into the dispatcher layer, and it's better to be
9629 explicit anyway.
9630
9631 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
9632
96332008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
9634
9635 * vc.el: Update todo.
9636
9637 * vc-sccs.el (vc-sccs-dir-status):
9638 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
9639 backends and returning up to date files.
9640
9641 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
9642
96432008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
9644
9645 * vc.el (vc-dir):
9646 * vc-hooks.el: Tweak the VC directory bindings. These are now
9647 documented in the manual.
9648
9649 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
9650 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
9651 (vc-dispatcher-selection-set): Allow callers to pass in an
9652 observer flag that says no buffer sync is required.
9653 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
9654 Use the observer flag.
9655
96562008-05-09 Michael Albinus <michael.albinus@gmx.de>
9657
9658 * simple.el (start-file-process): Clarify docstring.
9659
96602008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
9661
9662 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
9663 Remove stub implementations of, and references to, wash-log.
9664 * vc-rcs.el (vc-rcs-comment-history):
9665 * vc-cvs.el (vc-cvs-comment-history):
9666 Inline the code that used to be wash-log.
9667
9668 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
9669 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
9670 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
9671 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
9672 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
9673 (vc-rcs-print-log): Grok directories.
9674
96752008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9676
9677 * vc.el (vc-mark-resolved): Add `backend' argument.
9678 (vc-next-action): Pass it the backend.
9679 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
9680 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
9681 (vc-default-comment-history, vc-default-create-snapshot)
9682 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
9683 (vc-annotate-revision-previous-to-line)
9684 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
9685 * vc-svn.el (vc-svn-checkout):
9686 * vc-mcvs.el (vc-mcvs-checkout):
9687 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
9688 (vc-working-revision, vc-before-save, vc-mode-line):
9689 Prefer vc-call-backend to vc-call so as not to recompute the backend.
9690
9691 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
9692 state to be consistent since it's often an unwarranted restriction.
9693 Don't return the state either.
9694 (vc-next-action): Check that the state is consistent.
9695 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
9696 (vc-rollback, vc-update): Adapt to new return value of
9697 vc-deduce-fileset.
9698
9699 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
9700 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
9701 (vc-dispatcher-in-fileset-p): New fun.
9702 (vc-dispatcher-selection-set): Use it to properly handle directories.
9703
97042008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
9705
9706 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
9707 (vc-update): Remove unused let bindings.
9708
97092008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
9710
9711 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
9712 (vc-diff, vc-revert, vc-rollback, vc-update):
9713 * vc-dispatcher.el (vc-dispatcher-selection-set):
9714 Get rid of 4 special cases in fileset selection. This involved
9715 changing the return value of (vc-deduce-fileset) so that it passes
9716 back a deduced state as well as a deduced back end.
9717
97182008-05-08 Sam Steingold <sds@gnu.org>
9719
9720 * progmodes/compile.el (compilation-minor-mode-map)
9721 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
9722 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
9723 it to `compilation-minor-mode-map' (instead of an explicit `cons').
9724
97252008-05-08 Juanma Barranquero <lekktu@gmail.com>
9726
9727 * org/org.el (org-modules, org-format-latex-options):
9728 * org/org-archive.el (org-archive-stamp-time)
9729 (org-archive-save-context-info):
9730 * org/org-faces.el (org-hide):
9731 * org/org-irc.el (org-irc-parse-link):
9732 * org/org-macs.el (org-call-with-arg, org-autoload):
9733 * org/org-mew.el (org-mew-store-link):
9734 * org/org-remember.el (org-remember-store-without-prompt)
9735 (org-remember-templates): Fix typos in docstrings.
9736
9737 * org/org-info.el (org-info-store-link): Remove leftover docstring.
9738
9739 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
9740 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
9741 (org-bbdb-anniv-split): Fix typos in docstrings.
9742
9743 * org/org-publish.el (org-publish-project-alist): Doc fixes.
9744 (org-publish-use-timestamps-flag): Reflow docstring.
9745 (org-publish-files-alist): Fix typos in docstring.
9746
97472008-05-07 Sam Steingold <sds@gnu.org>
9748
9749 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
9750 appears to be too aggressive with window removal.
9751
97522008-05-08 Michael McNamara <mac@mail.brushroad.com>
9753
9754 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9755 Add leda and 0in as pragma keywords.
9756 (verilog-pretty-expr): Support lining up assignments which include
9757 part selects.
9758 (verilog-mode): More portable check for the availability of
9759 hideshow support.
9760 (verilog-do-indent): Remove special indent for declarations inside
9761 a parenthetical list. The code is ill-advised, and doesn't work
9762 given the new user defined types.
9763 (verilog-set-auto-endcomments): Enhance function automatic
9764 endcomment to support functions that return user defined types.
9765 (verilog-mode): Add code to tell which-function-mode minor mode
9766 that Verilog supports this feature.
9767
97682008-05-08 Eli Zaretskii <eliz@gnu.org>
9769
9770 * epa-file.el: Require epa-hook.
9771
9772 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
9773
9774 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
9775 file-names clashes on 8+3 filesystems. Provide epa-hook.
9776
9777 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
9778 file-names clashes on 8+3 filesystems.
9779
97802008-05-08 Carsten Dominik <dominik@science.uva.nl>
9781
9782 * org/org.el (org-read-date-get-relative): Interpret lone
9783 weekday abbreviation as relative to today.
9784
97852008-05-08 Juanma Barranquero <lekktu@gmail.com>
9786
9787 * abbrev.el (define-abbrev-table):
9788 * composite.el (toggle-auto-composition):
9789 * json.el (json-alist-p, json-plist-p):
9790 * minibuffer.el (completion-table-with-predicate):
9791 * ps-mule.el (ps-mule-external-libraries):
9792 * emacs-lisp/advice.el (ad-special-form-p):
9793 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9794 * eshell/em-smart.el (eshell-review-quick-commands):
9795 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
9796 (python-skip-out, python-check-comint-prompt):
9797 Don't use `iff' in docstrings.
9798
9799 * international/robin.el (robin-package-alist): Fix typo in docstring.
9800 (robin-current-package-name): Doc fix.
9801 (robin-activate): Don't use `iff' in docstring.
9802
98032008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
9804
9805 * vc.el, vc-dispatcher.el: VC-Dired support removed.
9806 The code uses a ewoc-based implementation now.
9807 * vc-hooks.el: Support for Meta-CVS has been removed.
9808
98092008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9810
9811 * tool-bar.el: Choose images dynamically.
9812 (tool-bar-make-keymap, tool-bar-find-image): New function.
9813 (tool-bar-find-image-cache): New var.
9814 (tool-bar-local-item, tool-bar-local-item-from-menu):
9815 Don't select the image yet, do it later in tool-bar-make-keymap.
9816
98172008-05-07 Andreas Schwab <schwab@suse.de>
9818
9819 * window.el: Require 'cl when compiling.
9820
98212008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
9822
9823 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
9824
98252008-05-07 Glenn Morris <rgm@gnu.org>
9826
9827 * subr.el (ignore-errors): Move here from cl-macs.el.
9828 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
9829
9830 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
9831 oddness.
9832
98332008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
9834
9835 * vc-hooks.el (vc-find-file-hook):
9836 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
9837 further from vc.el.
9838 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
9839
98402008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
9841
9842 * progmodes/verilog-mode.el (verilog-getopt-file):
9843 Cleanup warning message format.
9844 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
9845 (verilog-auto-inout, verilog-auto-inout-module)
9846 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
9847 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
9848 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
9849 (verilog-auto-sense-sigs, verilog-auto-tieoff)
9850 (verilog-auto-unused, verilog-auto-wire)
9851 (verilog-decls-get-assigns, verilog-decls-get-consts)
9852 (verilog-decls-get-gparams, verilog-decls-get-inouts)
9853 (verilog-decls-get-inputs, verilog-decls-get-outputs)
9854 (verilog-decls-get-ports, verilog-decls-get-regs)
9855 (verilog-decls-get-signals, verilog-decls-get-wires)
9856 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
9857 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
9858 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
9859 (verilog-inject-sense, verilog-library-filenames)
9860 (verilog-mode-release-date, verilog-mode-version)
9861 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
9862 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
9863 (verilog-modi-get-assigns, verilog-modi-get-consts)
9864 (verilog-modi-get-gparams, verilog-modi-get-inouts)
9865 (verilog-modi-get-inputs, verilog-modi-get-outputs)
9866 (verilog-modi-get-ports, verilog-modi-get-regs)
9867 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
9868 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
9869 (verilog-modi-get-wires, verilog-preserve-cache)
9870 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
9871 (verilog-read-sub-decls, verilog-read-sub-decls-line)
9872 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
9873 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
9874 Add caching of additional state, and rework signal extraction
9875 routines to improve AUTO expansion performance by 300%++.
9876
98772008-05-06 Chong Yidong <cyd@stupidchicken.com>
9878
9879 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9880 Tweak Open Watcom regexp to distinguish between errors and warnings.
9881
98822008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9883
9884 * dired.el (dired-read-dir-and-switches): Fix up last change.
9885
98862008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
9887
9888 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
9889 out of this function, move it to vc-dispatcher-selection-set.
9890
98912008-05-05 Sam Steingold <sds@gnu.org>
9892
9893 * window.el (delete-other-windows-vertically): New function.
9894
98952008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9896
9897 * dired.el (dired-read-dir-and-switches):
9898 Obey read-file-name-completion-ignore-case.
9899
99002008-05-05 Nick Roberts <nickrob@snap.net.nz>
9901
9902 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9903 Add regexp for Open Watcom compiler output.
9904
99052008-05-05 Phil Sung <psung@mit.edu> (tiny change)
9906
9907 * progmodes/python.el (python-block-pairs): Align finally with except.
9908
99092008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9910
9911 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
9912
99132008-05-05 Tom Tromey <tromey@redhat.com>
9914
9915 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
9916 looking at conflict marker.
9917
99182008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9919
9920 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
9921 client-mode -> vc-client-object, and guess `funcall' was meant.
9922 (vc-dir-mode): Rename client-mode -> vc-client-mode.
9923
99242008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
9925
9926 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
9927 (dbus-debug): Move declarations outside eval-when-compile.
9928
99292008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9930
9931 * proced.el (proced-command-alist): Fix system-type values.
9932 Fix defcustom.
9933 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
9934 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
9935 (proced-sort-start, proced-sort, proced-sort-time): New commands.
9936 (proced-update): Use proced-sorting-scheme. Update modeline.
9937 (proced-send-signal): Use nreverse.
9938 (proced-sorting-scheme-p): New function.
9939
99402008-05-04 Andreas Schwab <schwab@suse.de>
9941
9942 * vc.el: Require dired when compiling.
9943
9944 * minibuffer.el (completion--insert-strings): Don't delete past bol.
9945
99462008-05-03 Glenn Morris <rgm@gnu.org>
9947
9948 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
9949 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
9950 Simplify compilation requirements.
9951 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
9952 declarations.
9953
99542008-05-03 Dave Love <fx@gnu.org>
9955
9956 * progmodes/python.el (python-beginning-of-statement):
9957 Loop at least once (fixes 2008-02-21 change).
9958
99592008-05-03 Eli Zaretskii <eliz@gnu.org>
9960
9961 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
9962 instead of `length' for comparing length of user and group names.
9963
99642008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
9965
9966 * vc-dispatcher.el: New file, separates out the UI and command
9967 execution machinery from VCS-specific logic left in vc.el.
9968 The separation is not yet completely clean, but it's a good start.
9969 * vc.el: This file is about 1700 lines shorter now.
9970 Remove obsolete logentry-check from the backend API.
9971 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
9972 implementation of the logentry-check method, and it guarded against
9973 a log length limit that has probably been obsolete for 15 years (!).
9974
99752008-05-02 Sam Steingold <sds@gnu.org>
9976
9977 * progmodes/compile.el (compilation-start): Move setting of
9978 compilation-directory after (funcall mode) as that resets local
9979 variables, this fixes recompile in grep buffers.
9980 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
9981 in dired &c).
9982
99832008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
9984
9985 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
9986 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
9987 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
9988 has one of these and that all are called in compatible ways.
9989 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
9990 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
9991 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
9992 backend has one of these.
9993
99942008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9995
9996 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
9997 initialization into define-abbrev-table. Use :regexp.
9998 (octave-mode-syntax-table): Don't set word syntax for `.
9999
10000 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
10001 than only value.
10002
10003 * dired.el (dired-read-dir-and-switches):
10004 Set minibuffer-completing-file-name and call substitute-in-file-name.
10005 (dired-format-columns-of-files): Use completion--insert-strings.
10006
10007 * minibuffer.el (completion-hilit-commonality): Revert last change:
10008 the leftover code was actually useful.
10009 (completion--insert-strings): Use string-width rather than length.
10010
100112008-05-02 Sam Steingold <sds@gnu.org>
10012
10013 * vc.el (vc-dir-mode-map): Enable mouse bindings.
10014 (vc-at-event): New macro: run the body at the even location.
10015 (vc-dir-menu, vc-dir-toggle-mark): Use it.
10016 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
10017 * subr.el (mouse-event-p): Check if the event is mouse-related.
10018
100192008-05-02 Nick Roberts <nickrob@snap.net.nz>
10020
10021 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10022 Don't throw error if no file is found.
10023
100242008-05-02 Juanma Barranquero <lekktu@gmail.com>
10025
10026 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
10027 (vc-default-state-heuristic): Doc fix.
10028
100292008-05-02 Richard Sharman <rsharman@pobox.com>
10030
10031 * hilit-chg.el (highlight-changes-mode): Remove references to
10032 hooks that no longer exist. Because define-minor-mode is used the
10033 hook highlight-changes-mode-hook exists and can do what both the
10034 old hooks used to do. The documentation at the top of the file
10035 was updated to demonstrate this.
10036 (highlight-changes-mode): Remove commented out call to a hook
10037 function that is no longer there.
10038 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
10039
100402008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
10041
10042 * vc.el (vc-default-dired-state-info): Change name of primitive
10043 to prettify-state-info, in preparation for ripping out dired mode.
10044 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
10045 to prettify-state-info, in preparation for ripping out dired mode.
10046 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
10047 tries this on a version-controlled buffer. It will do useless or
10048 actively bad things on any version control system newer than RCS.
10049 * vc-hooks.el (vc-dired-resynch-file):
10050 * vc.el (vc-dired-resynch-file): Change name of primitive to
10051 vc-directory-resynch-file, preparing to remove dired.
10052
100532008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
10054
10055 * vc-rcs.el (vc-rcs-state): Fix typos.
10056
10057 * vc.el (vc-register): Change argument order so that the prefix
10058 argument is assigned correctly.
10059 (vc-next-action, vc-dir-register): Update for the above change.
10060
100612008-05-01 Juri Linkov <juri@jurta.org>
10062
10063 * replace.el (occur-read-primary-args): Set default to the car of
10064 regexp-history and display it in the prompt, but don't add to the
10065 list of minibuffer defaults. Bind history-add-new-input to nil to
10066 not add automatically `default'. For empty input return `default'.
10067 Otherwise, add `input' to regexp-history and return it.
10068 (occur-1): Signal an error for the empty regexp.
10069
10070 * progmodes/compile.el (compilation-auto-jump):
10071 Set window point to `pos' explicitly.
10072
100732008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
10074
10075 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
10076 when appropriate.
10077 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
10078 we report the 'unregistered state reliably.
10079 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
10080 we report the 'unregistered state reliably.
10081 * vc-git.el (vc-git-state): Call vc-git-unregistered so
10082 we report the 'unregistered state reliably.
10083 * vc-hooks.el (vc-state): Document that vc-unregistered is
10084 now expected to be returned reliably.
10085 * vc.el (vc-default-dired-state): Change needs-patch state to
10086 needs-update, since the name now shows up in dir-status listings
10087 and was somewhat misleading.
10088 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
10089 immediately after removing the file.
10090 * vc.el (vc-next-action): More informative messages when a fileset
10091 is in a mixed state or files are missing.
10092
100932008-05-01 Sam Steingold <sds@gnu.org>
10094
10095 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
10096
100972008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10098
10099 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
10100
101012008-05-01 Daiki Ueno <ueno@unixuser.org>
10102
10103 * epa-file-hook.el: New file split from epa-file.el.
10104 * epa-file.el: Require 'epa-file-hook.
10105 (epa-file-handler): Add autoload cookie.
10106 * loadup.el: Load epa-file-hook.
10107 * startup.el (command-line): Eval the body of auto-encryption-mode.
10108
101092008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
10110
10111 * vc.el (vc-dir-mode-map): Don't bind "r".
10112
10113 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
10114 (vc-hg-status-printer): New function.
10115 (vc-hg-after-dir-status): Deal with copied and renamed files.
10116 (vc-hg-dir-status): Add flag to show copied files.
10117
101182008-05-01 John Paul Wallington <jpw@pobox.com>
10119
10120 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
10121 (ibuffer-do-sort-by-recency): Reverse sorting order if last
10122 sorting mode was recency.
10123
10124 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
10125 reverse sorting order if last sorting mode was the sorter's.
10126
101272008-05-01 Jason Rumney <jasonr@gnu.org>
10128
10129 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
10130
101312008-04-30 John Paul Wallington <jpw@pobox.com>
10132
10133 * ibuffer.el (define-ibuffer-column filename): When the major mode
10134 is `vc-dir-mode' show the buffer's default directory.
10135
10136 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
10137 major mode is `vc-dir-mode' use the buffer's default directory.
10138
101392008-04-30 Sam Steingold <sds@gnu.org>
10140
10141 * vc.el (vc-dir-delete-file): Add.
10142 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
10143 (vc-delete-file): Do not barf when the file has been already deleted.
10144
101452008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
10146
10147 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
10148
101492008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
10150
10151 * progmodes/octave-mod.el (octave-help): New function.
10152 * progmodes/octave-hlp.el: Delete.
10153 * info-look.el (octave-mode): Add operator index.
10154
10155 * vc.el (vc-checkout): Typo.
10156
101572008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
10158
10159 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
10160 Add "..." in the appropriate places.
10161
10162 * epa.el (epa-key-list-mode-map): Add more menu entries.
10163 Add "..." in the appropriate places.
10164
10165 * dired.el (dired-mode-map): Add :help.
10166
10167 * vc.el (vc-deduce-fileset): Add new parameter.
10168 (vc-dir-marked-only-files): New function.
10169 (vc-next-action): Don't ignore directories, look at the files
10170 inside them.
10171 (vc-dir-mode): Document how the mark/unmark commands work.
10172
101732008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
10174
10175 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10176 Rule out trailing spaces in file and directory names as well.
10177
10178 * minibuffer.el (completion--do-completion): Move point even if the
10179 completion makes no change.
10180 (completion-pcm-try-completion): Fix computation of new point.
10181
101822008-04-30 David Hansen <david.hansen@gmx.net>
10183
10184 * dired.el: Require 'cl.
10185
101862008-04-30 Nick Roberts <nickrob@snap.net.nz>
10187
10188 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
10189 hollow if not in innermost frame.
10190
101912008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6b5e47dd 10192
e3d51b27
MR
10193 Make `checkout-model' apply to filesets.
10194 * vc-hooks.el (vc-checkout-model): Rewrite.
10195 (vc-before-save, vc-after-save): Adjust callers accordingly.
10196 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
10197 (vc-transfer-file): Adjust callers accordingly.
10198 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
10199 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
10200 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
10201 instead of vc-checkout-model.
10202 * vc-mcvs.el (vc-mcvs-revert):
10203 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
10204 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
10205 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
10206 * vc-svn.el (vc-svn-checkout-model):
10207 * vc-hg.el (vc-hg-checkout-model):
10208 * vc-git.el (vc-git-checkout-model):
10209 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
10210
10211 * dired.el (dired-read-dir-and-switches): Replace last change with
10212 a new approach that mixes read-file-name and read-directory-name.
10213
10214 * files.el (read-buffer-to-switch):
10215 Avoid making assumptions about `other-buffer'.
10216
102172008-04-29 Sam Steingold <sds@gnu.org>
10218
10219 * vc.el (vc-dir-mode-hook): Add normal hook.
10220 (vc-dir-mode): Run it.
10221
102222008-04-29 Nick Roberts <nickrob@snap.net.nz>
10223
10224 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
10225 Always split windows.
10226 (gdb-speedbar-timer-fn): Only raise frame after user input.
10227 (gdb-same-frame): Reverse initial value.
10228 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
10229
10230 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
10231 gdb-speedbar-timer-fn.
10232
102332008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10234
10235 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
10236
102372008-04-29 Daiki Ueno <ueno@unixuser.org>
10238
10239 * epa.el (epa-key-list-mode-map): Add menu.
10240 (epa-delete-keys, epa-import-keys): Fix typo.
10241
102422008-04-29 Glenn Morris <rgm@gnu.org>
10243
10244 * find-cmd.el (top-level): Does not need cl when compiling.
10245
f0131492 102462008-04-29 Philip Jackson <phil@shellarchive.co.uk>
e3d51b27
MR
10247
10248 * find-cmd.el: New file.
10249
102502008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10251
10252 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
10253 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
10254 (completion-pcm--hilit-commonality): New function.
10255 (completion-pcm-all-completions): Use it.
10256
10257 * minibuffer.el (completion-common-substring): Mark obsolete.
10258 (completions-first-difference, completions-common-part):
10259 Move from simple.el.
10260 (completion-hilit-commonality): New fun.
10261 (display-completion-list, completion-emacs21-all-completions)
10262 (completion-emacs22-all-completions): Use it.
10263 * simple.el (completions-first-difference, completions-common-part):
10264 Move to minibuffer.el.
10265 (choose-completion-string): Use field functions and minibufferp.
10266 (completion-setup-function): Don't set completions faces.
10267
102682008-04-29 Glenn Morris <rgm@gnu.org>
10269
10270 * calendar/calendar.el (calendar-nth-named-absday)
10271 (calendar-nth-named-day):
10272 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
10273 * calendar/holidays.el (holiday-float): Doc fixes.
10274
10275 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
10276 the `full' case.
10277
10278 * org/org-agenda.el (calendar-iso-from-absolute):
10279 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
10280 Fix declarations.
10281
102822008-04-28 Nick Roberts <nickrob@snap.net.nz>
10283
10284 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
10285 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
10286 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
10287 (gdb-assembler-custom): Be careful not to match other addresses.
10288
102892008-04-29 Jason Rumney <jasonr@gnu.org>
10290
10291 * battery.el (battery-status-function): Use w32-battery-status
10292 on Windows.
10293 (battery-echo-area-format): Make apm format the general case.
10294 (battery-mode-line-format): Merge apm and pmset formats as the
10295 general case.
10296
102972008-04-29 Nick Roberts <nickrob@snap.net.nz>
10298
10299 * progmodes/gdb-ui.el (gdb-info-stack-custom):
10300 Use gud-tool-bar-item-visible-no-fringe.
10301 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
10302 is already visible in frame. Remove optional size parameter
10303 and add optional frame parameter.
10304
10305 * progmodes/gud.el (gud-display-line): Only consider visible
10306 frames when looking for source buffer.
10307
103082008-04-28 Chong Yidong <cyd@stupidchicken.com>
10309
10310 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
10311 argument to get-char-property, in case the current buffer hasn't
10312 been assigned to that window yet.
10313 (doc-view-display): Default to selected window if the current
10314 buffer hasn't been assigned to a window yet.
10315
103162008-04-28 Vinicius Jose Latorre <bzg@altern.org>
10317
10318 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
10319
103202008-04-28 Michael Albinus <michael.albinus@gmx.de>
10321
10322 * net/tramp.el (tramp-mode): New defcustom.
10323 (tramp-file-name-handler, tramp-completion-file-name-handler):
10324 Use it.
10325 (tramp-replace-environment-variables): Handle "$$".
10326
103272008-04-28 Sam Steingold <sds@gnu.org>
10328
10329 * vc-hg.el (vc-hg-rename-file): Fix argument order.
10330
103312008-04-28 Bastien Guerry <bzg@altern.org>
10332
10333 * whitespace.el (whitespace-trailing): Fix typo.
10334
103352008-04-28 Sam Steingold <sds@gnu.org>
10336
10337 * textmodes/remember.el (diary-make-entry): Update the autoload.
10338
103392008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10340
10341 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
10342 all-completions.
10343
103442008-04-28 Juanma Barranquero <lekktu@gmail.com>
10345
10346 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
10347
103482008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
10349
10350 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
10351 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
10352 (vc-dir-mark-file): Add an optional argument.
10353 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
10354
103552008-04-27 Daiki Ueno <ueno@unixuser.org>
10356
10357 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
10358 rather than obsolete alias find-file-hooks.
10359 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
10360 Use find-file-hook rather than obsolete alias find-file-hooks.
10361 Add to find-file-not-found-functions.
10362 (epa-file-handler): Put 'safe-magic and 'operations properties.
10363
10364 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
10365 (epa-menu-items): Remove.
10366
10367 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
10368 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
10369 (epa-dired-mode, epa-global-dired-mode): Remove.
10370
10371 * dired.el (dired-mode-map): Bind encryption/decryption commands.
10372
10373 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
10374
10375 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
10376
103772008-04-27 Glenn Morris <rgm@gnu.org>
10378
10379 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
10380 Remove un-needed local `orig-list'. Replace cl `copy-list'.
10381
103822008-04-27 Carsten Dominik <dominik@science.uva.nl>
10383
10384 * org/org.el (org-html-level-start): Always have id's in HTML.
10385 (org-export-as-html): Use `org-link-protocols' to
10386 retrieve the export form of the link.
10387 (org-add-link-type): Final parameter renamed from PUBLISH.
10388 Better documentation of how it is to be used. Avoid double entries for
10389 the same link type.
10390 (org-add-link-props): New function.
10391 (org-modules-loaded): New variable.
10392 (org-load-modules-maybe, org-set-modules): New function.
10393 (org-modules): New option.
10394 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
10395 (orgtbl-mode, org-store-link, org-insert-link-global)
10396 (org-open-at-point): Call `org-load-modules-maybe'.
10397 (org-search-view): Add more text properties.
10398 (org-agenda-schedule, org-agenda-deadline): Allow also in
10399 search-type agendas.
10400 (org-search-view): Order of arguments has been changed.
10401 Interpret prefix-arg as TODO-ONLY.
10402 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
10403 Take new argument order of `org-search-view' into account.
10404 (org-todo-only): New variable.
10405 (org-search-syntax-table): New variable and function.
10406 (org-search-view): Do the search with the special syntax table.
10407 (define-obsolete-function-alias): Make work with XEmacs.
10408 (org-add-planning-info): Use old date as default when modifying an
10409 existing deadline or scheduled item.
10410 (org-agenda-compute-time-span): Make argument N optional.
10411 (org-agenda-format-date-aligned): Require `cal-iso'.
10412 (org-agenda-list): Include week into agenda heading, don't
10413 list it at each date (only on Mondays).
10414 (org-read-date-analyze): Define local variable `iso-date'.
10415 (org-agenda-format-date-aligned): Remove dependency on
10416 `calendar-time-from-absolute'.
10417 (org-remember-apply-template, org-go-to-remember-target):
10418 Interpret filenames relative to `org-directory'.
10419 (org-complete): Silently fail when trying to complete
10420 keywords that don't have a default value.
10421 (org-get-current-options): Add a #+DATE: option.
10422 (org-additional-option-like-keywords): Remove "DATE:" from the
10423 list of additional keywords.
10424 (org-export-as-html): Remove (current-time) as unnecessary second
10425 argument of `format-time-string'.
10426 (org-clock-find-position): Handle special case at end of buffer.
10427 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
10428 `org-agenda-change-time-span'.
10429 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
10430 `org-agenda-change-time-span'.
10431 (org-agenda-month-view): New argument MONTH, pass it on to
10432 `org-agenda-change-time-span'.
10433 (org-agenda-year-view): New argument YEAR, pass it on to
10434 `org-agenda-change-time-span'.
10435 (org-agenda-change-time-span): New optional argument N, pass it on
10436 to `org-agenda-compute-time-span'.
10437 (org-agenda-compute-time-span): New argument N, interpret it by
10438 changing the starting day.
10439 (org-small-year-to-year): New function.
10440 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
10441 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
10442 into the future, and that the shift is at least one interval, never 0.
10443 (org-update-checkbox-count): Fix bug with checkbox counting.
10444 (org-add-note): New command.
10445 (org-add-log-setup): Rename from `org-add-log-maybe'.
10446 (org-log-note-headings): New entry for plain notes (i.e. notes not
10447 related to state changes or clocking).
10448 (org-get-org-file): Check for availability of `remember-data-file'.
10449 (org-cached-entry-get): Allow a regexp value for
10450 `org-use-property-inheritance'.
10451 (org-use-property-inheritance): Allow regexp value. Fix bug in
10452 customization type.
10453 (org-use-tag-inheritance): Allow a list and a regexp value for
10454 this variable.
10455 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
10456 (org-entry-get): Respect value `selective' for the INHERIT argument.
10457 (org-tag-inherit-p, org-property-inherit-p): New functions.
10458 (org-agenda-format-date-aligned): Allow 10 characters for
10459 weekday, to accommodate German locale.
10460 (org-add-archive-files): New function.
10461 (org-agenda-files): New argument `ext', to get archive files as well.
10462 (org-tbl-menu): Protect the use of variables that
10463 are only available when org-table.el gets loaded.
10464 (org-read-agenda-file-list): Error if `org-agenda-files' is a
10465 single directory.
10466 (org-open-file): Allow a batch process to trigger
10467 waiting after executing a system command.
10468 (org-store-link): Link to headline when there is not
10469 target and no region in an org-mode buffer when creating a link.
10470 (org-link-types-re): New variable.
10471 (org-make-link-regexps): Compute `org-link-types-re'.
10472 (org-make-link-description-function): New option.
10473 (org-agenda-date, org-agenda-date-weekend): New faces.
10474 (org-archive-sibling-heading): New option.
10475 (org-archive-to-archive-sibling): New function.
10476 (org-iswitchb): New command.
10477 (org-buffer-list): New function.
10478 (org-agenda-columns): Also try the #+COLUMNS line in
10479 the buffer associated with the entry at point (or with the first
10480 entry in the agenda view).
10481 (org-modules): Add entry for org-bibtex.el.
10482 (org-completion-fallback-command): Move into `org-completion' group.
10483 (org-clock-heading-function): Move to `org-progress' group.
10484 (org-auto-repeat-maybe): Make sure that a note can
10485 be enforces if `org-log-repeat' is `note'.
10486 (org-modules): Allow additional symbols for external packages.
10487 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
10488 (org-clock-goto): Hide drawers after showing an
10489 entry with `org-clock-goto'.
10490 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
10491 Try also a clocktable block shift.
10492 (org-clocktable-try-shift): New function.
10493 (org-columns-hscoll-title): New function.
10494 (org-columns-previous-hscroll): New variable.
10495 (org-columns-full-header-line-format): New variable.
10496 (org-columns-display-here-title, org-columns-remove-overlays):
10497 Install `org-columns-hscoll-title' in post-command-hook.
10498
10499 * org/org.el: Split into many small files.
10500
10501 * org/org-agenda.el: New file, split off from org.el.
10502
10503 * org/org-archive.el: New file, split off from org.el.
10504
10505 * org/org-bbdb.el: New file.
10506
10507 * org/org-bibtex.el: New file, split off from org.el.
10508
10509 * org/org-clock.el: New file, split off from org.el.
10510
10511 * org/org-colview.el: New file, split off from org.el.
10512
10513 * org/org-compat.el: New file, split off from org.el.
10514
10515 * org/org-exp.el: New file, split off from org.el.
10516
10517 * org/org-faces.el: New file, split off from org.el.
10518
10519 * org/org-gnus.el: New file, split off from org.el.
10520
10521 * org/org-info.el: New file, split off from org.el.
10522
10523 * org/org-infojs.el: New file.
10524
10525 * org/org-irc.el: New file.
10526
10527 * org/org-macs.el: New file, split off from org.el.
10528
10529 * org/org-mew.el: New file.
10530
10531 * org/org-mhe.el: New file, split off from org.el.
10532
10533 * org/org-publish.el: New file, split off from org.el.
10534
10535 * org/org-remember.el: New file, split off from org.el.
10536
10537 * org/org-rmail.el: New file, split off from org.el.
10538
10539 * org/org-table.el: New file, split off from org.el.
10540
10541 * org/org-vm.el: New file, split off from org.el.
10542
10543 * org/org-wl.el: New file, split off from org.el.
10544
105452008-04-27 Jason Riedy <jason@acm.org>
10546
10547 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
10548 parameter that suppresses lines that evaluate to NIL.
10549 (orgtbl-get-fmt): New inline function for
10550 picking apart formats that may be lists.
10551 (orgtbl-apply-fmt): New inline function for applying formats that
10552 may be functions.
10553 (orgtbl-eval-str): New inline function for strings that may be
10554 functions.
10555 (orgtbl-format-line, orgtbl-to-generic): Use and document.
10556 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
10557 (*orgtbl-llfmt*, *orgtbl-llstart*)
10558 (*orgtbl-llend*): Dynamic variables for last-line formatting.
10559 (orgtbl-format-section): Shift formatting to support detecting the
10560 last line and formatting it specially.
10561 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
10562 formats unless overridden.
10563 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
10564 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
10565 bound variables to hold the input collection of lines and output
10566 formatted text.
10567 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
10568 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
10569 format parameters.
10570 (orgtbl-format-line): New function encapsulating formatting for a
10571 single line.
10572 (orgtbl-format-section): Similar for each section. Rebinding the
10573 dynamic vars customizes the formatting for each section.
10574 (orgtbl-to-generic): Use orgtbl-format-line and
10575 orgtbl-format-section.
10576 (org-get-param): Now unused, so delete.
10577 (orgtbl-gather-send-defs): New function to
10578 gather all the SEND definitions before a table.
10579 (orgtbl-send-replace-tbl): New function to find the RECEIVE
10580 corresponding to the current name.
10581 (orgtbl-send-table): Use the previous two functions and implement
10582 multiple destinations for each table.
10583
10584 * doc/org.texi (A LaTeX example): Note that fmt may be a
10585 one-argument function, and efmt may be a two-argument function.
10586 (Radio tables): Document multiple destinations.
10587
105882008-04-27 Carsten Dominik <dominik@science.uva.nl>
10589
10590 * org/org-agenda.el (org-add-to-diary-list): New function.
10591 (org-prefix-has-effort): New variable.
10592 (org-sort-agenda-noeffort-is-high): New option.
10593 (org-agenda-columns-show-summaries)
10594 (org-agenda-columns-compute-summary-properties): New options.
10595 (org-format-agenda-item): Compute the duration of the item.
10596 (org-agenda-weekend-days): New variable.
10597 (org-agenda-list, org-timeline): Use the proper faces for dates in
10598 the agenda and timeline buffers.
10599 (org-agenda-archive-to-archive-sibling): New command.
10600 (org-agenda-start-with-clockreport-mode): New option.
10601 (org-agenda-clockreport-parameter-plist): New option.
10602 (org-agenda-clocktable-mode): New variable.
10603 (org-agenda-deadline-leaders): Allow a function value for the
10604 deadline leader.
10605 (org-agenda-get-deadlines): Deal with new function value.
10606
10607 * org/org-clock.el (org-clock): New customization group.
10608 (org-clock-into-drawer, org-clock-out-when-done)
10609 (org-clock-in-switch-to-state, org-clock-heading-function):
10610 Move into the new group.
10611 (org-clock-out-remove-zero-time-clocks): New option.
10612 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
10613 (org-dblock-write:clocktable): Allow a Lisp form for the scope
10614 parameter.
10615 (org-dblock-write:clocktable): Fix bug with total time calculation.
10616 (org-dblock-write:clocktable): Request the unrestricted list of files.
10617 (org-get-clocktable): New function.
10618 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
10619 be strings but also integers (an absolute day number) and lists (m d y).
10620
10621 * org/org-colview.el (org-columns-next-allowed-value)
10622 (org-columns-edit-value): Limit the effort for updating in the
10623 agenda to recomputing a single file.
10624 (org-columns-compute): Only write property value if it has changed.
10625 This avoids raising the buffer-change-flag unnecessarily.
10626 (org-agenda-colview-summarize)
10627 (org-agenda-colview-compute): New functions.
10628 (org-agenda-columns): Call `org-agenda-colview-summarize'.
10629
10630 * org/org-exp.el (org-export-run-in-background): New option.
10631 (org-export-icalendar): Allow a batch process to trigger waiting
10632 after executing a system command.
10633 (org-export-preprocess-string): Rename from
10634 `org-cleaned-string-for-export'.
10635 (org-export-html-style): Made target class look like normal text.
10636 (org-export-as-html): Make use of the better preprocessing in
10637 `org-cleaned-string-for-export'.
10638 (org-cleaned-string-for-export): Better treatment of heuristic
10639 targets, many more internal links will now work in HTML export.
10640 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
10641 (org-export-inbuffer-options-extra): New variable.
10642 (org-export-options-filters): New hook.
10643 (org-infile-export-plist): Find also the settings keywords in
10644 `org-export-inbuffer-options-extra'.
10645 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
10646 multiple #+INFOJS_OPT lines.
10647 (org-export-html-handle-js-options): New function.
10648 (org-export-html-infojs-setup): New option.
10649 (org-export-as-html): Call `org-export-html-handle-js-options'.
10650 Add autoload to all entry points.
10651 (org-skip-comments): Function removed.
10652
10653 * org/org-table.el (org-table-make-reference): Extra parenthesis
10654 around single fields, to make sure that algebraic formulas get
10655 correctly interpreted by calc.
10656 (org-table-current-column): No longer interactive.
10657
10658 * org/org-export-latex.el (org-export-latex-preprocess):
10659 Rename from `org-export-latex-cleaned-string'.
10660
106612008-04-27 Bastien Guerry <bzg@altern.org>
10662
10663 * org/org-publish.el (org-publish-get-base-files-1): New function.
10664 (org-publish-get-base-files): Use it.
10665 (org-publish-temp-files): New variable.
10666 Don't require 'dired-aux anymore.
10667 (org-publish-initial-buffer): New variable.
10668 (org-publish-org-to, org-publish): Use it.
10669 (org-publish-get-base-files-1): Bug fix: get
10670 the proper list of files when recursing thru a directory.
10671 (org-publish-get-base-files): Use the :exclude property to skip
10672 both files and directories.
10673
106742008-04-27 Michael Albinus <michael.albinus@gmx.de>
10675
10676 * net/tramp.el (tramp-handle-make-symbolic-link)
10677 (tramp-handle-file-name-directory)
10678 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
10679 (tramp-do-copy-or-rename-file-directly)
10680 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
10681 (tramp-handle-substitute-in-file-name)
10682 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10683 * net/tramp-cache.el (tramp-get-file-property)
10684 (tramp-set-file-property, tramp-flush-file-property)
10685 (tramp-flush-directory-property)
10686 * net/tramp-compat.el (tramp-compat-make-temp-file)
10687 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
10688 Disable `file-name-handler-alist' when handling localname.
10689 It could have a remote file syntax, like a VMS file name.
10690
106912008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10692
10693 * whitespace.el: New version 11.1.
10694 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
10695 enclosed by \\( and \\)$. Docstring fix.
10696 (whitespace-trailing-regexp): Fun removed.
10697 (whitespace-report-list): Const initialization fix.
10698 (whitespace-color-on): Code fix.
10699
107002008-04-27 Andreas Schwab <schwab@suse.de>
10701
10702 * Makefile.el: Unbreak bootstrap.
10703
107042008-04-27 Michael Albinus <michael.albinus@gmx.de>
10705
10706 * net/tramp.el (tramp-replace-environment-variables): New defun.
10707 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
10708 Use it.
10709
107102008-04-27 Glenn Morris <rgm@gnu.org>
10711
10712 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
10713
10714 * calculator.el (calculator-expt): Replace cl function `oddp'.
10715
107162008-04-27 Johan Bockgård <bojohan@gnu.org>
10717
10718 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10719 Simplify. Collect `defun' and `autoload' entries.
10720 Avoid modifying load-history.
10721
107222008-04-26 Glenn Morris <rgm@gnu.org>
10723
10724 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
10725
10726 * simple.el (quoted-insert, zap-to-char): Revert previous change.
10727
107282008-04-26 John Paul Wallington <jpw@pobox.com>
10729
10730 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
10731 `hexl-mode-old-eldoc-documentation-function'.
10732 (hexl-mode-exit): Restore it.
10733 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
10734
10735 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
10736
107372008-04-26 Juanma Barranquero <lekktu@gmail.com>
10738
10739 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
10740 (completion-pcm--all-completions): Doc fix.
10741 (completion-styles-alist, completion-all-completions):
10742 Fix typos in docstrings.
10743
107442008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10745
10746 * whitespace.el: There is now only one variable (whitespace-style) to
10747 specify which kind of blank is visualized. Doc and docstring fix.
10748 New version 11.0.
10749 (whitespace-style): New option, replace whitespace-style-mark and
10750 whitespace-style-color.
10751 (whitespace-style-mark, whitespace-style-color): Options removed.
10752 (whitespace-hspace, whitespace-tab, whitespace-newline)
10753 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
10754 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
10755 (whitespace-hspace-regexp, whitespace-space-regexp)
10756 (whitespace-tab-regexp, whitespace-trailing-regexp)
10757 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10758 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
10759 (whitespace-space-after-tab-regexp, whitespace-line-column)
10760 (whitespace-display-mappings, whitespace-report): Docstring fix.
10761 (whitespace-color-value-list, whitespace-mark-value-list)
10762 (whitespace-active-color, whitespace-active-mark)
10763 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
10764 (whitespace-style-value-list, whitespace-active-style)
10765 (whitespace-toggle-style): New vars.
10766 (whitespace-toggle-option-alist, whitespace-help-text):
10767 Var initialization and docstring fix.
10768 (whitespace-toggle-options, global-whitespace-toggle-options)
10769 (whitespace-cleanup, whitespace-cleanup-region)
10770 (whitespace-report-region, whitespace-interactive-char)
10771 (whitespace-toggle-list): Docstring and code fix.
10772 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
10773 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
10774 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
10775 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
10776
107772008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10778
10779 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
10780 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
10781 (diff-sanity-check-hunk): Adjust code accordingly.
10782
107832008-04-26 Glenn Morris <rgm@gnu.org>
10784
10785 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
10786
10787 * forms-d2.dat: Move to ../etc.
10788 * forms-d2.el (forms-file): Adapt for above change.
10789
10790 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
10791 `translation-table-for-input'.
10792
10793 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
10794 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
10795
10796 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
10797 to punctuation now it's not needed for abbrevs.
10798 (fortran-mode-abbrev-table): Remove defvar, make use of new
10799 define-abbrev-table :regexp feature.
10800
10801 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
10802 insert, now that translation-table-for-input is not needed.
10803
108042008-04-26 Johannes Weiner <hannes@saeurebad.de>
10805
10806 * emacs-lisp/pp.el (pp-display-expression): New function,
10807 extracted from pp-eval-expression.
10808 (pp-eval-expression): Use pp-display-expression.
10809 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
10810 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
10811 (pp-eval-last-sexp): Use pp-last-sexp.
10812
108132008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10814
10815 * abbrev.el (define-abbrev-table): Apply props even if the table
10816 exists already.
10817
10818 * minibuffer.el (completion-table-with-context): Fix `pred' for the
10819 various kinds of completion tables.
10820 (completion-emacs22-try-completion): Place cursor after the /, as was
10821 done in Emacs-22's minibuffer-complete-word.
10822 Fix bug reported by David Hansen <david.hansen@gmx.net>.
10823 (completion-emacs22-try-completion): Merge all mergeable text rather
10824 than just /.
10825 (completion-pcm--delim-wild-regex): New var.
10826 (completion-pcm-word-delimiters): New custom.
10827 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
10828 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
10829 (completion-pcm--all-completions, completion-pcm-all-completions)
10830 (completion-pcm--merge-completions, completion-pcm--pattern->string)
10831 (completion-pcm-try-completion): New functions.
10832 (completion-styles-alist): Add them.
10833 (completion-styles): Add it to the default.
10834
108352008-04-25 Nick Roberts <nickrob@snap.net.nz>
10836
10837 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
10838 (gdb-var-create-handler): ...until here when there are values.
10839 (gdb-post-prompt): Don't do -var-update with no watch expressions.
10840 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
10841
108422008-04-25 Eli Zaretskii <eliz@gnu.org>
10843
10844 * ls-lisp.el (ls-lisp-format): Fix last change.
10845 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
10846 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
10847 (ls-lisp-filesize-f-fmt): New defvars.
10848 (ls-lisp-insert-directory): Dynamically compute format specifiers
10849 for displaying UID, GID, and file size, and store them in the
10850 above variables.
10851 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
10852 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
10853 instead of constant format strings.
10854 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
10855 ls-lisp-filesize-d-fmt instead of constant format strings.
10856
108572008-04-24 Nick Roberts <nickrob@snap.net.nz>
10858
10859 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
10860 value of addresses rather than (partial) string value.
10861 (gdb-frame-handler): Change regexp according to above change.
10862 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10863 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
10864 (gdb-assembler-mode): Disable undo in these buffers.
10865
108662008-04-24 Michael Albinus <michael.albinus@gmx.de>
10867
10868 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
10869 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
10870
108712008-04-24 Sam Steingold <sds@gnu.org>
10872
10873 * textmodes/remember.el (remember-diary-extract-entries): Use
10874 diary-make-entry instead of the obsolete make-diary-entry.
10875
108762008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10877
10878 * subr.el (translation-table-for-input): Mark as obsolete.
10879
10880 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
10881
10882 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
10883
10884 * textmodes/ispell.el (ispell-dictionary-alist-1)
10885 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
10886 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
10887 (ispell-dictionary-alist-6): Remove.
10888 (ispell-dictionary-base-alist): New var, merges the above.
10889 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
10890 Use it.
10891 (ispell-dictionary-alist): Default to nil. Remove autoload.
10892 (ispell-local-dictionary-alist): Remove autoload.
10893
10894 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
10895 (f90-mode-abbrev-table): Use the new :regexp feature.
10896 Merge defvar and mapc into define-abbrev-table.
10897 (f90-imenu-type-matcher): Remove unused `l'.
10898 (f90-imenu-generic-expression): Remove unused `not-ib'.
10899 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
10900 (f90-change-keywords): Use restore-buffer-modified-p.
10901
109022008-04-24 Glenn Morris <rgm@gnu.org>
10903
10904 * net/goto-addr.el (goto-address-prog-mode):
10905 * progmodes/bug-reference.el (bug-reference-prog-mode):
10906 Define for compiler.
10907
10908 * minibuffer.el (x-file-dialog): Declare as function.
10909
10910 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
10911 dframe-update-speed rather than obsolete alias speedbar-update-speed.
10912
10913 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
10914 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
10915 work with easymenu. Add :keys where needed.
10916
10917 * calendar/cal-move.el (calendar-scroll-left): Handle case when
10918 event-start is nil.
10919
10920 * calendar/calendar.el (calendar-mode-map): Fix typo.
10921
109222008-04-24 Tom Tromey <tromey@redhat.com>
10923
10924 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10925 Document keywords. Add :suppress.
10926 * pcvs-defs.el (cvs-mode-map): Use :suppress.
10927
10928 * net/goto-addr.el (goto-address-unfontify): New function.
10929 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
10930 (goto-address-fontify-region, goto-address-mode)
10931 (goto-address-prog-mode): New functions.
10932
10933 * progmodes/bug-reference.el: New file.
10934
109352008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10936
10937 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
10938
109392008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10940
10941 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
10942 macros within lambdas.
10943
109442008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10945
10946 * minibuffer.el (completion-try-completion): Add `point' argument.
10947 Change return value.
10948 (completion-all-completions): Add `point' argument.
10949 (minibuffer-completion-help): Pass the new `point' argument.
10950 (completion--do-completion): Pass the whole field to try-completion.
10951 (completion--try-word-completion): Rewrite, making fewer assumptions.
10952 (completion-emacs21-try-completion, completion-emacs21-all-completions)
10953 (completion-emacs22-try-completion, completion-emacs22-all-completions)
10954 (completion-basic-try-completion, completion-basic-all-completions):
10955 New functions.
10956 (completion-styles-alist): Use them.
10957
6c791387 109582008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
e3d51b27
MR
10959
10960 * textmodes/ispell.el (ispell-set-spellchecker-params):
10961 New function to make sure right params and dictionary alists are used
10962 after spellchecker changes.
10963 (ispell-aspell-dictionary-alist, ispell-last-program-name)
10964 (ispell-initialize-spellchecker-hook): New variables and hook.
10965 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
10966 (ispell-maybe-find-aspell-dictionaries): Remove.
10967 Calls replaced by (ispell-set-spellchecker-params) calls.
10968 (ispell-have-aspell-dictionaries): Remove.
10969
10970 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
10971 by ispell-set-spellchecker-params.
10972
109732008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10974
10975 * complete.el (PC-do-completion): Be more robust in the presence of
10976 unexpected values in minibuffer-completion-predicate.
10977
10978 * minibuffer.el (read-file-name): Don't let-bind default-directory.
10979 Only abbreviate default-filename if it's a file.
10980
10981 * minibuffer.el (read-file-name-function, read-file-name-predicate)
10982 (read-file-name-completion-ignore-case, insert-default-directory):
10983 New vars, moved from fileio.c.
10984 (read-file-name): New fun, moved from fileio.c.
10985 * cus-start.el: Remove insert-default-directory and
10986 read-file-name-completion-ignore-case.
10987
109882008-04-23 Magnus Henoch <mange@freemail.hu>
10989
10990 * tar-mode.el (tar-untar-buffer): If the entry has directory
10991 link type, extract it as a directory even if its file name doesn't
10992 end with a slash. Fixes extraction of NetBSD tar archives.
10993
109942008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10995
10996 * server.el (server-start): Also don't get confused by CRs since we
10997 don't quote them.
10998
109992008-04-23 Nick Roberts <nickrob@snap.net.nz>
11000
11001 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
11002 (gdb-set-gud-minor-mode-existing-buffers)
11003 (gdb-info-breakpoints-custom, gdb-get-location)
11004 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
11005 Previously gdb-create-define-alist wasn't always run and added to
11006 after-save-hook.
11007
11008 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
11009
110102008-04-23 Kevin Ryde <user42@zip.com.au>
11011
11012 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
11013 comments like unindented ones.
11014
110152008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11016
11017 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
11018 parameter origins.
11019
110202008-04-23 Kevin Ryde <user42@zip.com.au>
11021
11022 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11023 Bind print-level to ensure output forms aren't truncated if
11024 print-level is set to eval-expression-print-level when going via
11025 eval-defun and friends, or has been otherwise fiddled with.
11026
110272008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11028
11029 * progmodes/cc-mode.el (c-basic-common-init): Don't set
11030 font-lock-extend-after-change-region-function globally.
11031
110322008-04-23 Juanma Barranquero <lekktu@gmail.com>
11033
11034 * speedbar.el (speedbar-use-tool-tips-flag)
11035 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
11036 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
11037 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
11038 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
11039 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
11040 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
11041 (speedbar-separator-face): Fix typos in docstrings.
11042 (speedbar-stealthy-function-list, speedbar-verbosity-level)
11043 (speedbar-supported-extension-expressions, speedbar-update-current-file)
11044 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
11045 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
11046 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
11047 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
11048 (speedbar-check-vc-this-line, speedbar-files-line-directory)
11049 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
11050 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
11051 (speedbar-recenter): Doc fixes.
11052 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
11053 declaration and remove redundant info in docstring.
11054
110552008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
11056
11057 * vc-git.el (vc-git-status-printer): Deal with directories.
11058
11059 * vc.el (vc-next-action): Look at more than the first file to
11060 determine the state.
11061
110622008-04-23 Glenn Morris <rgm@gnu.org>
11063
11064 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
11065 timers. Doc fix.
11066 (dframe-update-speed): Drop support for XEmacs < 20.
11067 (dframe-frame-mode): Drop support for Emacs < 20.
11068 (dframe-set-timer-internal): Drop support for Emacs without timers.
11069 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
11070
11071 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
11072 versions. Add doc-string. Mark as obsolete.
11073
11074 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
11075
11076 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
11077 rather than using an Emacs version test.
11078
11079 * tree-widget.el (tree-widget-image-enable): Use display-images-p
11080 rather than an Emacs version test.
11081
11082 * calendar/cal-china.el (holiday-chinese-qingming)
11083 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
11084 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
11085 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
11086
11087 * calendar/cal-islam.el (holiday-islamic): Doc fix.
11088
11089 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
11090 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
11091 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
11092
110932008-04-23 Nick Roberts <nickrob@snap.net.nz>
11094
11095 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
11096 (gdb-previous-frame-pc-address): ...to this.
11097 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
11098 of "info frame" with Gdb 6.4+.
11099 (gdb-stack-list-frames-regexp): New regexp.
11100 (gdb-frame-handler-1): Parse output of -stack-info-frame.
11101
111022008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
11103
11104 * tar-mode.el (tar-prefix-offset): New constant.
11105 (tar-header-block-tokenize): Support paths with long names
11106 which use the "ustar" standard.
11107
111082008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
11109
11110 * image-dired.el (image-dired-track-original-file)
11111 (image-dired-modify-mark-on-thumb-original-file):
11112 Use `dired-goto-file' instead of `search-forward'. This solves
11113 a bug with finding files where the file name is a subset of other
11114 file names. Doc fix.
11115
111162008-04-22 Juri Linkov <juri@jurta.org>
11117
11118 * menu-bar.el (buffers-menu-max-size): Move its definition down to
11119 the "Buffers Menu" section. Change group name `mouse' to `menu'.
11120 (yank-menu-length): Change group name `mouse' to `menu'.
11121 (buffers-menu-buffer-name-length): New user option.
11122 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
11123 instead of the hard-coded number 27.
11124
111252008-04-22 Juri Linkov <juri@jurta.org>
11126
11127 * isearch.el (eval-when-compile): Require `help-macro'.
11128 (isearch-help-for-help-internal): Isearch specific Help screen
11129 created by `make-help-screen'.
11130 (isearch-help-map): New variable that binds "b", "k", "m" to
11131 isearch-specific commands, and binds other keys to
11132 isearch-other-control-char, thus allowing other Help keys to
11133 exit isearch mode and execute their global definitions.
11134 (isearch-help-for-help, isearch-describe-bindings)
11135 (isearch-describe-key, isearch-describe-mode): New commands.
11136 (isearch-mode-help): Define alias to isearch-describe-mode
11137 and remove its old function definition.
11138 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
11139 Remove old comments because this issue is settled now.
11140 (isearch-forward): Describe three new Help commands in the docstring.
11141 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
11142 leave the single sentence at the first line of the docstring,
11143 and prepend the word "function" before `isearch-forward'
11144 to make the Help link to the function instead of variable.
11145
111462008-04-22 Juri Linkov <juri@jurta.org>
11147
11148 * isearch.el (isearch-success-function): New variable with default
11149 to `isearch-success-function-default'.
11150 (isearch-search): Call a function from `isearch-success-function'
11151 instead of calling the hard-coded `isearch-range-invisible'.
11152 (isearch-success-function-default): New function that calls
11153 `isearch-range-invisible' and inverts its return value.
11154
11155 * info.el (Info-search): In two similar places that skip
11156 undesired search matches move code to Info-search-success-function,
11157 and call `isearch-success-function' instead.
11158 (Info-search-success-function): New function copied from code
11159 in Info-search. Replace isearch-range-invisible with
11160 text-property-not-all that checks for 'invisible and 'display
11161 properties to skip partially invisible matches (whose display
11162 properties were set by Info-fontify-node).
11163 (Info-mode): Set buffer-local isearch-success-function
11164 to Info-search-success-function.
11165
111662008-04-22 Juri Linkov <juri@jurta.org>
11167
11168 * minibuffer.el (internal-complete-buffer-except): New function.
11169
11170 * files.el (read-buffer-to-switch): New function.
11171 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
11172 Change interactive spec to call read-buffer-to-switch instead of
11173 using the letter "B".
11174
11175 * simple.el (minibuffer-default-add-shell-commands): New function.
11176 Use declare-function for mailcap-file-default-commands from "mailcap".
11177 (shell-command): Set local minibuffer-default-add-function to
11178 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
11179 before calling read-shell-command. Set 4th arg default-value of
11180 read-shell-command to relative buffer-file-name in file buffers.
11181
11182 * dired-aux.el (dired-read-shell-command-default): Move it to
11183 gnus/mailcap.el and change its name to more general name
11184 mailcap-file-default-commands.
11185 (minibuffer-default-add-dired-shell-commands): New function.
11186 Use declare-function for mailcap-file-default-commands from "mailcap".
11187 (dired-read-shell-command): Set local minibuffer-default-add-function
11188 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
11189 before calling read-shell-command. Remove dired-read-shell-command-default
11190 from the default value arg because default values are not set in
11191 minibuffer-default-add-dired-shell-commands. Doc fix.
11192
11193 * dired-x.el (dired-smart-shell-command): Sync arguments and
11194 interactive spec with changes in `shell-command'.
11195 Use dired-get-filename to get the dired file name at point
11196 as the default value in dired mode.
11197
111982008-04-22 Juanma Barranquero <lekktu@gmail.com>
11199
11200 * info.el (Info-complete-menu-item): Add missing parenthesis.
11201
112022008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
11203
11204 * info.el (Info-complete-menu-item): Save point.
11205
112062008-04-22 Juanma Barranquero <lekktu@gmail.com>
11207
11208 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
11209
112102008-04-22 Andreas Schwab <schwab@suse.de>
11211
11212 * Makefile.in (emacs-deps): Define.
11213 Use it instead of $(lisp)/subdirs.el.
11214
112152008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
11216
11217 * vc.el (vc-next-action): Do not consider directories when
11218 checking for state compatibility.
11219 (vc-transfer-file): Use when not if.
11220 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
11221 (vc-dir-mark-file): Use them.
11222 (vc-deduce-fileset): Also return the backend.
11223 (vc-diff-internal): Take as argument the value returned by
11224 vc-deduce-fileset instead of just the fileset.
11225 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
11226 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
11227 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
11228
112292008-04-22 Tassilo Horn <tassilo@member.fsf.org>
11230
11231 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
11232 set-window-vscroll but image-scroll-down. Fixes a bug where a
11233 command following SPC scrolled up again.
11234
112352008-04-22 Nick Roberts <nickrob@snap.net.nz>
11236
11237 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
11238 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
11239 (gud-watch): Add "$" prefix when in registers buffer.
11240
112412008-04-22 Glenn Morris <rgm@gnu.org>
11242
11243 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
11244
11245 * whitespace.el (whitespace-display-table)
11246 (whitespace-display-table-was-local): Move definitions before use.
11247
11248 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
11249 (copyright-limit): Respect copyright-at-end-flag.
11250 (copyright-re-search, copyright-start-point)
11251 (copyright-offset-too-large-p): New functions.
11252 (copyright-update-year): Use copyright-re-search.
11253 (copyright-update, copyright-fix-years): Use copyright-start-point,
11254 and copyright-re-search.
11255 (copyright): Use copyright-offset-too-large-p.
11256 * add-log.el (change-log-mode): Set copyright-at-end-flag.
11257
11258 * add-log.el (top-level): Require 'cl when compiling.
11259
112602008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11261
11262 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
11263 Treat minibuffer-completion-predicate as a predicate.
11264
11265 * minibuffer.el (completion--file-name-table): Accept both the old
11266 `dir' arg or the new `pred' arg.
11267
11268 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
11269 `predicate' argument to pass non-predicate data.
11270 (ffap-read-url-internal, ffap-read-file-or-url-internal):
11271 Use second arg as proper predicate.
11272
11273 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
11274 (vc-bzr-revision-completion-table): Use completion-table-with-context
11275 instead.
11276
11277 * simple.el (choose-completion-string): Use minibuffer-completion-table.
11278
112792008-04-21 Chong Yidong <cyd@stupidchicken.com>
11280
11281 * term.el (term-emulate-terminal): Perform redisplay after the
11282 process filter has finished running.
11283
112842008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11285
11286 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
11287
11288 * minibuffer.el (completion-try-completion): Change magic symbol
11289 property name. Rename from minibuffer-try-completion.
11290 (completion-all-completions): Rename from minibuffer-all-completions.
11291 Remove hide-spaces argument.
11292 (completion--do-completion): Rename from minibuffer--do-completion.
11293 (minibuffer-complete-and-exit): Call just try-completion rather than
11294 completion-try-completion to fix up the case.
11295 (completion--try-word-completion): Try to add space or hyphen before
11296 making `string' a prefix of `completion'.
11297 (completion--insert-strings): Rename from minibuffer--insert-strings.
11298
112992008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
11300
11301 * net/tls.el (tls-program): Add -ign_eof argument to call the
11302 openssl commands.
11303 (tls-checktrust): Ditto.
11304
113052008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
11306
11307 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
11308
11309 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
11310 (vc-check-master-templates, vc-file-not-found-hook)
11311 (vc-kill-buffer-hook):
11312 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
11313 (vc-find-position-by-context, vc-buffer-context)
11314 (vc-restore-buffer-context, vc-responsible-backend)
11315 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
11316 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
11317 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
11318 (vc-version-diff, vc-diff, vc-insert-headers)
11319 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
11320 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
11321 (vc-revert, vc-rollback, vc-version-backup-file)
11322 (vc-rename-master, vc-delete-file, vc-rename-file)
11323 (vc-branch-part, vc-default-retrieve-snapshot)
11324 (vc-annotate-display-autoscale, vc-annotate-display-select)
11325 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
11326 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
11327 (vc-dir-update): Handle directories.
11328 (vc-default-status-printer): Simplify.
11329
11330 * progmodes/asm-mode.el (asm-mode-map):
11331 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
11332
11333 * progmodes/m4-mode.el (m4-mode-map): Add menu.
11334
113352008-04-21 Kenichi Handa <handa@m17n.org>
11336
11337 * select.el (xselect-convert-to-string): Send a C_STRING only if
11338 the polymorphic target TEXT is requested.
11339
113402008-04-21 Juanma Barranquero <lekktu@gmail.com>
11341
11342 * minibuffer.el (completion-setup-hook, display-completion-list)
11343 (completion--file-name-table): Fix typos in docstrings.
11344 (completion-table-dynamic): Fix typo, and reflow docstring.
11345
113462008-04-20 Andreas Schwab <schwab@suse.de>
11347
11348 * server.el (server-switch-buffer): Also consider clients in the
11349 selected frame.
11350
113512008-04-19 Nick Roberts <nickrob@snap.net.nz>
11352
11353 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
11354 Select window clicked on first.
11355 (gdb): Display thread number in mode-line.
11356 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
11357 (gdb-breakpoints-header): New variable.
11358 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
11359
113602008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11361
11362 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
11363 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
11364 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
11365 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
11366 (vc-sccs-print-log): Use it.
11367
11368 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
11369
11370 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
11371 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
11372
11373 * tooltip.el (tooltip-previous-message): New var.
11374 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
11375 the C code (avoid overwriting a minibuffer, restore previous echo
11376 message, ...).
11377 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
11378 Simplify.
11379
113802008-04-19 Nick Roberts <nickrob@snap.net.nz>
11381
11382 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
11383 (gdb-init-1): Initialise it.
11384 (gdb-annotation-rules): New entry for "new-thread".
11385 (gdb-thread-identification): New function to customize
11386 mode-line-buffer-identification.
11387 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
11388 (gdb-assembler-mode): Use it.
11389 (gdb-threads-mode): Force "info threads" onto queue.
11390
113912008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11392
11393 * files.el (locate-file-completion-table): Rename from
11394 locate-file-completion and make it use `pred' in the normal way.
11395 (locate-file-completion): New compatibility wrapper.
11396 (load-library): Use locate-file-completion-table.
11397 * finder.el (finder-commentary):
11398 * subr.el (locate-library):
11399 * emacs-lisp/find-func.el (find-library): Likewise.
11400 * info.el: Use with-current-buffer and inhibit-read-only.
11401 (Info-read-node-name-2): Change to use `predicate' in the normal way.
11402 (Info-read-node-name-1): Adjust uses accordingly.
11403
11404 * minibuffer.el (completion-table-with-context): Add support for `pred'.
11405 (completion-table-with-terminator): Don't use complete-with-action
11406 since we have to distinguish all three cases anyway.
11407 (completion-table-with-predicate): New function.
11408 (dynamic-completion-table): Add obsolete alias.
11409
11410 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
11411
114122008-04-18 Sam Steingold <sds@gnu.org>
11413
11414 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
11415 Use quit-window instead of bury-buffer.
11416
114172008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11418
11419 * minibuffer.el (completion-table-with-terminator): Fix last fix.
11420
114212008-04-18 Andreas Schwab <schwab@suse.de>
11422
11423 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
11424 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
11425 Depend on $(lisp)/subdirs.el.
11426
114272008-04-18 Juanma Barranquero <lekktu@gmail.com>
11428
11429 * descr-text.el (describe-char-after):
11430 Use `define-obsolete-function-alias'.
11431
11432 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
11433
11434 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
11435
11436 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
11437 Remove redundant obsolescence info in docstring.
11438
11439 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
11440 (vc-header-alist): Add WHEN to obsolescence declaration.
11441 (vc-state): Fix typo in docstring.
11442
11443 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
11444 Use `define-obsolete-variable-alias'.
11445
11446 * emulation/tpu-edt.el (tpu-have-ispell):
11447 * international/codepage.el (codepage-setup):
11448 Fix typo in obsolescence declaration.
11449
11450 * international/mule.el (char-coding-system-table):
11451 Remove redundant obsolescence info in docstring.
11452 (charset-list, generic-char-p, set-char-table-default):
11453 Fix typos in obsolescence declarations.
11454
11455 * international/mule-diag.el (non-iso-charset-alist):
11456 Fix typo in obsolescence declaration.
11457 (decode-codepage-char): Remove redundant obsolescence info in docstring.
11458
11459 * font-core.el (font-lock-defaults-alist):
11460 * font-lock.el (font-lock-reference-face):
11461 * frame.el (screen-height, screen-width, set-screen-width)
11462 (set-screen-height):
11463 * hilit-chg.el (highlight-changes-initial-state):
11464 * isearch.el (isearch-return-char):
11465 * log-edit.el (cvs-commit-buffer-require-final-newline)
11466 (cvs-changelog-full-paragraphs):
11467 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
11468 (mouse-popup-menubar-stuff):
11469 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
11470 (mouse-wheel-click-button):
11471 * outline.el (outline-visible):
11472 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
11473 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
11474 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
11475 * progmodes/compile.el (compile-internal):
11476 Add WHEN to obsolescence declarations.
11477
114782008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11479
11480 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
11481 is not better anyway.
11482
114832008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11484
11485 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
11486 properly.
11487
114882008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11489
11490 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
11491 (python-use-skeletons): Remove, unused.
11492 (python-skeletons): Remove. Use the abbrev table instead.
11493 (python-mode-abbrev-table): Fix regexp;
11494 add enable-function and case-fixed.
11495 (def-python-skeleton): Simplify.
11496 (python-expand-template): Use the abbrev-table and abbrev-insert.
11497 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
11498 Remove.
11499 (python-mode): Don't set pre-abbrev-expand-hook.
11500
11501 * skeleton.el: Set coding-tag.
11502
11503 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
11504 (expand-abbrev): Use it.
11505 (abbrev-table-menu): New function.
11506
11507 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
11508
11509 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
11510
115112008-04-17 Sam Steingold <sds@gnu.org>
11512
11513 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
11514 idiosyncratic bury-buffer/delete-window logic.
11515
115162008-04-17 Juanma Barranquero <lekktu@gmail.com>
11517
11518 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
11519 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
11520
115212008-04-17 Kenichi Handa <handa@m17n.org>
11522
11523 * international/characters.el: Don't make the width of U+00AD to 0.
11524
115252008-04-17 Nick Roberts <nickrob@snap.net.nz>
11526
11527 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
11528 (gdb, gdb-starting, gdb-frames-mode): Use it.
11529 (gdb-invalidate-frames): Advise to call "info stack" only if
11530 execution has occurred.
11531 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
11532 selected frame if no execution has occurred.
11533 (gdb-frames-force-update): New interactive function.
11534 (gdb-frames-mode-map): Bind it to "F".
11535
115362008-04-17 Michael Olson <mwolson@gnu.org>
11537
11538 * textmodes/remember.el (remember-version): Release Remember 2.0.
11539
115402008-04-16 Yoni Rabkin <yoni@rabkins.net>
11541
11542 * textmodes/artist.el:
11543 * progmodes/vhdl-mode.el:
11544 * progmodes/verilog-mode.el:
11545 * progmodes/vera-mode.el:
11546 * progmodes/simula.el:
11547 * progmodes/ps-mode.el:
11548 * progmodes/cmacexp.el:
11549 * obsolete/hilit19.el:
11550 * emulation/viper.el:
11551 * ediff.el: Cleanup the bug-report email addresses and make sure the
11552 maintainer is still willing to handle bug reports.
11553
115542008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
11555
11556 * vc.el (vc-dir-kill-query): Fix thinko.
11557
115582008-04-16 Glenn Morris <rgm@gnu.org>
11559
11560 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
11561 by diary-sexp-entry.
11562
115632008-04-16 Markus Triska <markus.triska@gmx.at>
11564
11565 * proced.el (proced-command-alist): Add support for darwin.
11566
115672008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11568
11569 * proced.el (proced-mode): Redefine as just the major-mode.
11570 (proced): Separate it from proced-mode.
11571
11572 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
11573
115742008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11575
11576 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
11577 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
11578 `tab-width' setting from user. New version 10.0. Doc and docstring
11579 fix.
11580 (whitespace-style, whitespace-chars): Remove options.
11581 (whitespace-style-mark): New option, replace whitespace-style deleted
11582 option. Fix docstring.
11583 (whitespace-style-color): New option, replace whitespace-chars deleted
11584 option. Fix docstring.
11585 (whitespace-space, whitespace-hspace, whitespace-tab)
11586 (whitespace-newline, whitespace-trailing, whitespace-line)
11587 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
11588 (whitespace-space-after-tab, whitespace-hspace-regexp)
11589 (whitespace-space-regexp, whitespace-tab-regexp)
11590 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11591 (whitespace-empty-at-eob-regexp, whitespace-line-column)
11592 (whitespace-toggle-option-alist): Fix docstring.
11593 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
11594 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
11595 docstring and initialization.
11596 (global-whitespace-mode): Autoloaded global minor mode.
11597 (whitespace-chars-value-list, whitespace-style-value-list)
11598 (whitespace-active-chars, whitespace-active-style)
11599 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
11600 (whitespace-color-value-list): New var, replace
11601 whitespace-chars-value-list removed var.
11602 (whitespace-mark-value-list): New var, replace
11603 whitespace-style-value-list removed var.
11604 (whitespace-active-color): New var, replace whitespace-active-chars
11605 removed var.
11606 (whitespace-active-mark): New var, replace whitespace-active-style
11607 removed var.
11608 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
11609 removed var.
11610 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
11611 removed var.
11612 (whitespace-toggle-option-alist, whitespace-report-list)
11613 (whitespace-report-text, whitespace-help-text): Fix initialization.
11614 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
11615 (whitespace-toggle-options, global-whitespace-toggle-options)
11616 (whitespace-cleanup-region, whitespace-report-region)
11617 (whitespace-interactive-char): Fix docstring and code.
11618 (whitespace-cleanup, whitespace-report): Fix docstring.
11619 (whitespace-replace-spaces-by-tabs): Remove fun.
11620 (whitespace-replace-action): New fun, replace
11621 whitespace-replace-spaces-by-tabs removed fun.
11622 (whitespace-regexp, whitespace-indentation-regexp)
11623 (whitespace-space-after-tab-regexp, whitespace-insert-value)
11624 (whitespace-kill-buffer): New funs.
11625 (whitespace-insert-option-mark, whitespace-help-on)
11626 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
11627 (whitespace-color-on, whitespace-color-off)
11628 (whitespace-display-char-on): Fix code.
11629
116302008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11631
11632 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
11633 (mouse-throw-magnifier-with-mouse-movement): Remove.
11634 (mouse-throw-magnifier-base): New const.
11635 (mouse-drag-scroll-delta): New fun.
11636 (mouse-drag-throw): Use it.
11637
116382008-04-15 Juanma Barranquero <lekktu@gmail.com>
11639
11640 * international/uni-bidi.el, international/uni-category.el:
11641 * international/uni-combining.el, international/uni-comment.el:
11642 * international/uni-decimal.el, international/uni-decomposition.el:
11643 * international/uni-digit.el, international/uni-lowercase.el:
11644 * international/uni-mirrored.el, international/uni-name.el:
11645 * international/uni-numeric.el, international/uni-old-name.el:
11646 * international/uni-titlecase.el, international/uni-uppercase.el:
11647 * international/charprop.el: Regenerate.
11648
116492008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
11650
11651 * vc.el (vc-status-fileinfo): Add new member directoryp.
11652 (vc-default-status-printer): Print directories.
11653 (vc-status-update): Sort files before subdirectories.
11654
11655 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
11656 Add alternative implementation based on "cvs update".
11657
116582008-04-15 Tassilo Horn <tassilo@member.fsf.org>
11659
11660 * doc-view.el: Changed requirements section to tell that only one
11661 of dvipdf or dvipdfm is needed.
11662 (doc-view-already-converted-p): Fix bug that forced reconversion
11663 if doc was already converted.
11664
116652008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11666
11667 * minibuffer.el (minibuffer-message):
11668 Make sure we can put-text-property.
11669
11670 * emacs-lisp/crm.el: Complete rewrite.
11671
11672 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
11673 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
11674 case of an error in display-completion-list.
11675
11676 * filecache.el (file-cache-completions-keymap): Move init from
11677 file-cache-completion-setup-function into declaration.
11678 (file-cache-minibuffer-complete): Simplify.
11679 (file-cache-completion-setup-function): Use standard-output,
11680 preserve current-buffer.
11681
11682 * vc.el (vc-status-update): Fix typo.
11683 (vc-status-update): Set needs-update.
11684 (vc-status-refresh): η-reduce.
11685
116862008-04-14 Tassilo Horn <tassilo@member.fsf.org>
11687
11688 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
11689 to image-eol.
11690
116912008-04-14 Alexandre Julliard <julliard@winehq.org>
11692
11693 * vc.el (vc-status-update): Undo the previous revert.
11694
116952008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11696
11697 * minibuffer.el (completion-table-with-terminator): Those completions
11698 are never valid w.r.t test-completion.
11699 (completion--file-name-table):
11700 Check completion-all-completions-with-base-size.
11701
117022008-04-14 Tassilo Horn <tassilo@member.fsf.org>
11703
11704 * doc-view.el (doc-view-dvipdf-program): New variable.
11705 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
11706 (doc-view-mode-p): Check for doc-view-dvipdf-program as
11707 alternative for doc-view-dvipdfm-program.
11708 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
11709
11710 * doc-view.el (doc-view-start-process): Don't set
11711 default-directory to "~/" if the current value is valid.
11712 This broke PS files that run other files in the same directory.
11713
117142008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
11715
11716 * vc.el (vc-status-kill-query): New function.
11717 (vc-status-mode): Add it to kill-buffer-query-functions.
11718 (vc-status-show-fileentry): New function.
11719 (vc-status-menu-map): Bind it. Bind vc-next-action.
11720
117212008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11722
11723 * minibuffer.el (minibuffer-message): Put cursor at the right place.
11724
117252008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11726
11727 * proced.el (proced-send-signal): Fix error recognition.
11728
117292008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11730
11731 * proced.el (proced-command-alist): Remove sort column.
11732 (proced-command, proced-procname-column):
11733 Use make-variable-buffer-local.
11734 (proced-signal-function): Rename from proced-kill-program.
11735 Allow for elisp symbols and string values representing system calls.
11736 (proced-marker-regexp, proced-success-message): New functions.
11737 (proced): Use defalias. Add autoload cookie.
11738 (proced-unmark-backward, proced-toggle-marks)
11739 (proced-hide-processes): New commands.
11740 (proced-do-mark): Simplify code.
11741 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
11742 (proced-update): Remove sorting.
11743 (proced-send-signal): Display number of processes to operate on.
11744 Allow for system calls or elisp functions to send signals.
11745 Check if signal was sent successfully.
11746
117472008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11748
11749 * minibuffer.el (completion-all-completion-with-base-size): New var.
11750 (completion--some): New function.
11751 (completion-table-with-context, completion--file-name-table):
11752 Return the base-size if requested.
11753 (completion-table-in-turn): Generalize to multiple arguments.
11754 (complete-in-turn): Compatibility alias.
11755 (completion-styles-alist): New var.
11756 (completion-styles): New customization.
11757 (minibuffer-try-completion, minibuffer-all-completions):
11758 New functions.
11759 (minibuffer--do-completion, minibuffer-complete-and-exit)
11760 (minibuffer-try-word-completion): Use them.
11761 (display-completion-list, minibuffer-completion-help): Use them.
11762 Handle all-completions's new base-size info to set completion-base-size.
11763 * info.el (Info-read-node-name-1): Use completion-table-with-context,
11764 completion-table-with-terminator and complete-with-action.
11765 Remove the now obsolete completion-base-size-function property.
11766 * simple.el (completion-list-mode-map): Move init into declaration.
11767 (completion-list-mode): Use define-derived-mode.
11768 (completion-setup-function): Use any completion-base-size that may
11769 have been set before. Remove handling of completion-base-size-function.
11770 * loadup.el: Move abbrev.el up earlier.
11771
117722008-04-13 Alexandre Julliard <julliard@winehq.org>
11773
11774 * vc-git.el (vc-git-after-dir-status-stage)
11775 (vc-git-dir-status-goto-stage): New functions.
11776 (vc-git-after-dir-status-stage1)
11777 (vc-git-after-dir-status-stage1-empty-db)
11778 (vc-git-after-dir-status-stage2): Remove, functionality moved
11779 into the new generic stage functions.
11780 (vc-git-dir-status-files): New function.
11781
11782 * vc.el (vc-status-update): Revert an incorrect rewrite.
11783 Add some comments.
11784 (vc-status-refresh-files): New function.
11785 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
11786 state of up-to-date files.
11787 (vc-default-dir-status-files): New function.
11788
117892008-04-13 Juanma Barranquero <lekktu@gmail.com>
11790
11791 * minibuffer.el (completion--embedded-envvar-table)
11792 (read-file-name-internal): Fix typos in 2008-04-11 change.
11793
11794 * faces.el (read-face-name): Use `completion-table-in-turn',
11795 not `complete-in-turn'.
11796
117972008-04-13 Andreas Schwab <schwab@suse.de>
11798
11799 * progmodes/etags.el: Require 'cl when compiling.
11800
118012008-04-12 Nick Roberts <nickrob@snap.net.nz>
11802
11803 * progmodes/gud.el (gud-menu-map): Expand tooltip.
11804
11805 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
11806 (menu): Add/expand menu tooltips.
11807
118082008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11809
11810 * progmodes/sh-script.el (sh-show-indent): Fix typo.
11811 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
11812
11813 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
11814 considered registered.
11815
118162008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11817
11818 * emacs-lisp/copyright.el (copyright-update-directory): New command.
11819
11820 * ediff-wind.el (ediff-split-window-function)
11821 (ediff-merge-split-window-function): Improve custom type.
11822
118232008-04-12 Eli Zaretskii <eliz@gnu.org>
11824
11825 * loadup.el ("minibuffer"): Move after "faces".
11826
118272008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11828
11829 * progmodes/hideif.el (hif-factor): Handle unary minus.
11830
118312008-04-12 Glenn Morris <rgm@gnu.org>
11832
11833 * calendar/cal-china.el (chinese-calendar-time-zone):
11834 Mark obsolete name as risky too.
11835
11836 * calendar/calendar.el (calendar-faces): New custom group.
11837 (calendar-today, diary, holiday): Doc fix.
11838 Move to calendar-faces group.
11839 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
11840 (diary-button): Doc fix. Move to calendar-faces group.
11841
11842 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11843 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
11844 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
11845 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
11846 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
11847 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
11848 not in dumped files before the associated defcustom.
11849
118502008-04-11 Johan Bockgård <bojohan@gnu.org>
11851
11852 * minibuffer.el (lazy-completion-table): Fix debug spec.
11853
118542008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11855
11856 * minibuffer.el (complete-with-action, lazy-completion-table):
11857 Move from subr.el.
11858 (apply-partially, completion-table-dynamic)
11859 (completion-table-with-context, completion-table-with-terminator)
11860 (completion-table-in-turn): New funs.
11861 (completion--make-envvar-table, completion--embedded-envvar-table):
11862 New funs.
11863 (read-file-name-internal): Use them.
11864 (completion-setup-hook): Move from simple.el.
11865 * subr.el (complete-with-action, lazy-completion-table):
11866 * simple.el (completion-setup-hook): Move to minibuffer.el.
11867
118682008-04-11 Glenn Morris <rgm@gnu.org>
11869
11870 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
11871
118722008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11873
11874 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
11875
11876 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
11877
11878 * textmodes/fill.el (fill-forward-paragraph-function): New var.
11879 (fill-forward-paragraph): New fun.
11880 (fill-paragraph, fill-region): Use it.
11881
11882 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
11883 (vc-status-create-fileinfo): Make `extra' optional.
11884 (vc-status-busy): New fun.
11885 (vc-status-menu-map): Use it.
11886 (vc-status-crt-marked): Remove.
11887 (vc-status-update): Rename from vc-status-add-entries.
11888 Add argument so as to prevent addition of entries. Rewrite.
11889 (vc-update-vc-status-buffer): Remove.
11890 (vc-status-refresh): Don't remove old entries, set them to
11891 up-to-date instead. Also do it after the update is complete.
11892 (vc-status-marked-files): η-reduce.
11893
11894 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
11895 for non-dialogs.
11896
11897 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
11898
11899 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
11900
119012008-04-11 Jan Djärv <jan.h.d@swipnet.se>
11902
11903 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
11904 to t and don't truncate msg.
11905
119062008-04-11 Glenn Morris <rgm@gnu.org>
11907
11908 * calendar/calendar.el (diary, holidays):
11909 Move custom groups to other files.
11910 (holiday-general-holidays, holiday-oriental-holidays)
11911 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
11912 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
11913 (holiday-hebrew-holidays, holiday-christian-holidays)
11914 (holiday-islamic-holidays, holiday-bahai-holidays)
11915 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
11916 * calendar/diary-lib.el: Move custom group here from calendar.el.
11917 * calendar/holidays.el: Move custom group and variables here
11918 from calendar.el.
11919
11920 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
11921
11922 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
11923 Fix custom group.
11924 (calendar-current-time-zone-cache): Autoload riskiness.
11925
11926 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
11927
119282008-04-11 Chong Yidong <cyd@stupidchicken.com>
11929
11930 * woman.el (woman2-TH): Use string-equal instead of string-match.
11931
119322008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11933
11934 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
11935 (smerge-resolve): Merge the "2-way refinement" case with one half of
11936 the "mere whitespace" resolution.
11937
119382008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
11939
11940 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
11941
119422008-04-10 Juanma Barranquero <lekktu@gmail.com>
11943
11944 * subr.el (assoc-ignore-case, assoc-ignore-representation):
11945 Add WHEN to obsolescence declaration.
11946
11947 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
11948
119492008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
11950
11951 * vc-hooks.el (vc-state): Add new state `conflict'.
11952 (vc-after-save): Use when not if.
11953 (vc-default-mode-line-string): Deal with the conflict state.
11954 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
11955
11956 * vc.el (vc-editable-p, vc-default-status-printer)
11957 (vc-next-action): Deal with the conflict state.
11958 (vc-mark-resolved): New function.
11959 (vc-status-mode): Fix mode name.
11960 (vc-default-comment-history): Use when not if.
11961 (Todo): Add new entries, remove old ones.
11962
11963 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
11964 (vc-cvs-parse-status, vc-cvs-after-dir-status):
11965 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
11966 Detect the conflict state.
11967
11968 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
11969
119702008-04-10 Glenn Morris <rgm@gnu.org>
11971
11972 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
11973 Respect truncate-partial-width-windows in non-full windows,
11974 with regards to :toggle and :enable state.
11975
11976 * simple.el (toggle-truncate-lines): Doc fix.
11977
11978 * Makefile.in (MH_E_DIR): New variable.
11979 (MH_E_SRC): Restore variable removed 2008-03-13.
11980 (mh-loaddefs.el): Depend on $MH_E_SRC.
11981 (CAL_DIR, CAL_SRC): New variables.
11982 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
11983 Depend on CAL_SRC.
11984
11985 * calendar/calendar.el (calendar, diary): Add :prefix.
11986 (holidays): Change :prefix.
11987 (calendar-today, holiday, calendar-holiday-marker)
11988 (european-calendar-style): Change custom groups.
11989
11990 * calendar/calendar.el (diary-hook, diary-display-hook):
11991 Move to diary-lib.el.
11992 * calendar/diary-lib.el (diary-hook, diary-display-hook):
11993 Move here from calendar.el.
11994 * calendar/appt.el: Require diary-lib rather than calendar.
11995 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
11996
11997 * calendar/appt.el (appt): Add :prefix.
11998
11999 * calendar/diary-lib.el (diary-hook): Doc fix.
12000 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
12001
120022008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12003
12004 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
12005 New functions.
12006
12007 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
12008 the arg to recursive calls.
12009
120102008-04-09 Juanma Barranquero <lekktu@gmail.com>
12011
12012 * minibuffer.el (completion-auto-help): Fix typo.
12013
120142008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12015
12016 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
12017
120182008-04-09 Michael Albinus <michael.albinus@gmx.de>
12019
12020 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
12021 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
12022
120232008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12024
12025 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
12026
12027 * minibuffer.el (minibuffer): Move group from cus-edit.el.
12028 (completion-auto-help): Move from C code.
12029 (minibuffer--maybe-completion-help): Remove.
12030 (minibuffer--bitset): New function.
12031 (minibuffer--do-completion): Rename from minibuffer-do-completion.
12032 Renumber a bit. Really complete on string *before* point.
12033 Add argument used for word-completion.
12034 Join trailing / in completion with following text, as done in
12035 minibuffer-complete-word.
12036 Handle new value `lazy' for completion-auto-help.
12037 (minibuffer-try-word-completion): New function extracted from
12038 minibuffer-complete-word.
12039 (minibuffer-complete-word): Use minibuffer--do-completion.
12040 (minibuffer--insert-strings): Rename from
12041 minibuffer-complete-insert-strings.
12042 (exit-minibuffer): Fix typo.
12043 * cus-edit.el (minibuffer): Move group to minibuffer.el.
12044 * cus-start.el: Remove completion-auto-help.
12045
120462008-04-09 Alexandre Julliard <julliard@winehq.org>
12047
12048 * vc.el (vc-status-add-entries): New function.
12049 (vc-status-add-entry): Remove.
12050 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
12051 Use vc-status-add-entries.
12052
12053 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
12054 order.
12055
120562008-04-09 Jason Rumney <jasonr@gnu.org>
12057
12058 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
12059 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
12060 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
12061 (AUTOGENEL): New variable.
12062 (distclean, maintainer-clean): New targets.
12063
120642008-04-09 Chong Yidong <cyd@stupidchicken.com>
12065
12066 * emacs-lisp/regexp-opt.el (regexp-opt):
12067 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
12068
120692008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
12070
12071 * nxml/nxml-mode.el (nxml-cleanup): New function.
12072 (nxml-mode): Add it to change-major-mode-hook.
12073
120742008-04-09 Jan Djärv <jan.h.d@swipnet.se>
12075
12076 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
12077
120782008-04-09 Juanma Barranquero <lekktu@gmail.com>
12079
12080 * calc/.cvsignore: New file.
12081
120822008-04-09 Jan Djärv <jan.h.d@swipnet.se>
12083
12084 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
12085
12086 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
12087 show-help-function when turning tooltip off.
12088 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
12089 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
12090
120912008-04-09 Alan Mackenzie <acm@muc.de>
12092
12093 * font-lock.el (font-lock-extend-after-change-region-function):
12094 Make it buffer local.
12095
120962008-04-09 Glenn Morris <rgm@gnu.org>
12097
12098 * calendar/calendar.el (diary-file, european-calendar-style):
12099 Remove autoload cookies.
12100
121012008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12102
12103 * outline.el (outline-mode-menu-bar-map):
12104 * log-view.el (log-view-mode-menu):
12105 * log-edit.el (log-edit-menu): Add :help.
12106
121072008-04-09 Chong Yidong <cyd@stupidchicken.com>
12108
12109 * emacs-lisp/regexp-opt.el (regexp-opt-group):
12110 Use substring-no-properties for correct handling of unibyte strings.
12111
121122008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12113
12114 * add-log.el (change-log-next-buffer): Handle the case where version<
12115 signals an error.
12116
12117 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
12118 mouse-major-mode-menu.
12119 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
12120 (mouse-major-mode-menu, mouse-popup-menubar)
12121 (mouse-popup-menubar-stuff): Use them.
12122 (C-down-mouse-3): Bind to a dynamic map rather than to
12123 mouse-popup-menubar-stuff.
12124
12125 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
12126 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
12127
121282008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12129
12130 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
12131 file:// access method.
12132
121332008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12134
12135 * minibuffer.el: New file.
12136 * loadup.el: Load it.
12137
121382008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
12141 rather than subdirs.el. It introduces an ugly circular dependency, tho.
12142
12143 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
12144 (calc-mode-map, calc-digit-map, calc-dispatch-map):
12145 Move initialization into declaration.
12146 * calc/calc-yank.el:
12147 * calc/calc-misc.el:
12148 * calc/calc-embed.el:
12149 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
12150
121512008-04-08 Michael Albinus <michael.albinus@gmx.de>
12152
12153 * ps-samp.el (ps-add-printer, ps-remove-printer)
12154 (ps-make-dynamic-printer-menu): New functions.
12155
12156 * net/zeroconf.el: New file.
12157
121582008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12159
12160 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
12161
121622008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
12163
12164 * vc-rcs.el (vc-rcs-modify-change-comment):
12165 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
12166
12167 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
12168
121692008-04-08 Juanma Barranquero <lekktu@gmail.com>
12170
12171 * international/mule-cmds.el (set-locale-environment): Don't warn if
12172 coding system doesn't agree with system locale (this reverts changes
12173 by Dave Love, dated 2002-10-27 and 2002-10-09).
12174
12175 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12176 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
12177
12178 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
12179
121802008-04-08 Glenn Morris <rgm@gnu.org>
12181
12182 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
12183 * textmodes/remember.el (remember-diary-convert-entry):
12184 Require calendar.
12185
12186 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
12187 diary-file, since it is the default for make-diary-entry anyway.
12188
12189 * calendar/cal-menu.el (cal-menu-event-to-date):
12190 Rename calendar-event-to-date. Update callers.
12191 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
12192 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
12193 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
12194 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
12195 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
12196 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
12197 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
12198 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
12199 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
12200 (calendar-mouse-tex-month-landscape):
12201 Rename cal-tex-mouse-month-landscape.
12202 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
12203 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
12204 (calendar-mouse-tex-year-landscape):
12205 Rename cal-tex-mouse-year-landscape.
12206 (cal-menu-context-mouse-menu): Update for above name changes.
12207
12208 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
12209 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
12210 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
12211 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
12212 * calendar/holidays.el: Replace int-to-string with number-to-string.
12213
122142008-04-08 Chong Yidong <cyd@stupidchicken.com>
12215
12216 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
12217 region if point moves.
12218
122192008-04-08 Kenichi Handa <handa@m17n.org>
12220
12221 * faces.el (font-slant-table): Change numeric values for `r',
12222 `roman', and `normal'.
12223
122242008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
12225
12226 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
12227
122282008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
12229
12230 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
12231 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
12232
122332008-04-07 Michael Albinus <michael.albinus@gmx.de>
12234
12235 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
12236 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
12237
122382008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12239
12240 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
12241
122422008-04-07 Sam Steingold <sds@gnu.org>
12243
12244 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
12245 Add helper functions.
12246 (lisp-do-defun): Extract the common part of lisp-eval-defun and
12247 lisp-compile-defun; DEFVAR forms reset the variables to the init
12248 values, just like in emacs-lisp mode eval-defun.
12249 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
12250 (lisp-compile-region): Use lisp-compile-string.
12251
122522008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12253
12254 * subr.el (combine-and-quote-strings): Also quote strings that contain
12255 the separator.
12256
12257 * pcvs-util.el (cvs-map): Avoid recursion :-(
12258
122592008-04-07 Glenn Morris <rgm@gnu.org>
12260
12261 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
12262
12263 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
12264 view-diary-entries-initially. Keep old name as alias, update users.
12265 (calendar-mark-diary-entries-flag): Rename
12266 mark-diary-entries-in-calendar. Keep old name as alias, update users.
12267 (calendar-view-holidays-initially-flag): Rename
12268 view-calendar-holidays-initially. Keep old name as alias, update users.
12269 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
12270 Keep old name as alias, update users.
12271 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
12272 Keep old name as alias, update users.
12273 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
12274 Keep old name as alias, update users.
12275 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
12276 Keep old name as alias, update users.
12277 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
12278 (diary-american-date-forms): Rename american-date-diary-pattern.
12279 Keep old name as alias, update users.
12280 (diary-european-date-forms): Rename european-date-diary-pattern.
12281 Keep old name as alias, update users.
12282 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
12283 Keep old name as alias, update users.
12284 (calendar-european-date-display-form): Rename
12285 european-calendar-display-form. Keep old name as alias, update users.
12286 (calendar-american-date-display-form): Rename
12287 european-calendar-display-form. Keep old name as alias, update users.
12288 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
12289 Keep old name as alias, update users.
12290 (holiday-general-holidays): Rename general-holidays.
12291 Keep old name as alias, update users.
12292 (holiday-oriental-holidays): Rename oriental-holidays.
12293 Keep old name as alias, update users.
12294 (holiday-local-holidays): Rename local-holidays.
12295 Keep old name as alias, update users.
12296 (holiday-other-holidays): Rename other-holidays.
12297 Keep old name as alias, update users.
12298 (holiday-hebrew-holidays): Rename hebrew-holidays.
12299 Keep old name as alias, update users.
12300 (holiday-christian-holidays): Rename christian-holidays.
12301 Keep old name as alias, update users.
12302 (holiday-islamic-holidays): Rename islamic-holidays.
12303 Keep old name as alias, update users.
12304 (holiday-bahai-holidays): Rename bahai-holidays.
12305 Keep old name as alias, update users.
12306 (holiday-solar-holidays): Rename solar-holidays.
12307 Keep old name as alias, update users.
12308 (diary-fancy-buffer): Rename fancy-diary-buffer.
12309 Keep old name as alias, update users.
12310 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
12311 Update users.
12312 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
12313 Update users.
12314 (calendar-increment-month): Rename increment-calendar-month.
12315 Keep old name as alias, update callers.
12316 (calendar-increment-month-cons): Rename old calendar-increment-month.
12317 Update callers.
12318 (calendar-extract-month): Rename extract-calendar-month.
12319 Keep old name as alias, update callers.
12320 (calendar-extract-day): Rename extract-calendar-day.
12321 Keep old name as alias, update callers.
12322 (calendar-extract-year): Rename extract-calendar-year.
12323 Keep old name as alias, update callers.
12324 (calendar-generate-window): Rename generate-calendar-window.
12325 Update callers.
12326 (calendar-generate): Rename generate-calendar. Update callers.
12327 (calendar-generate-month): Rename generate-calendar-month.
12328 Update callers.
12329 (calendar-redraw): Rename redraw-calendar. Update callers.
12330 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
12331 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
12332 Update callers.
12333 (calendar-update-mode-line): Rename update-calendar-mode-line.
12334 Update callers.
12335 (calendar-exit): Rename exit-calendar. Keep old name as alias,
12336 update callers.
12337 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
12338 Keep old name as alias, update callers.
12339 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
12340 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
12341 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
12342 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
12343 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
12344 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
12345 * calendar/solar.el: Update for calendar.el name changes.
12346 * org/org.el (org-agenda-format-date-aligned)
12347 (org-agenda-execute-calendar-command): Access date elements directly
12348 rather than using calendar functions.
12349 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
12350 Also set calendar-view-diary-initially-flag,
12351 calendar-view-holidays-initially-flag.
12352 (org-get-entries-from-diary): Also set diary-fancy-buffer.
12353 (org-agenda-execute-calendar-command): No need to set displayed-day.
12354
123552008-04-06 Alan Mackenzie <acm@muc.de>
12356
12357 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
12358 typo in the doc string.
12359
12360 * progmodes/cc-mode.el (c-basic-common-init):
12361 Set font-lock-extend-after-change-region-function.
12362 (c-extend-after-change-region): New function, used in
12363 font-lock-extend-after-change-region-function, thus superseding
12364 advice on the Font Lock after change functions.
12365 (c-advise-fl-for-region): Remove this macro.
12366
123672008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12368
12369 * textmodes/flyspell.el (flyspell-duplicate-distance):
12370 Improve custom type.
12371
123722008-04-06 Glenn Morris <rgm@gnu.org>
12373
12374 * calendar/diary-lib.el (diary-sexp-entry-symbol):
12375 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
12376 (diary-list-entries-hook): Rename list-diary-entries-hook.
12377 Keep old name as alias, update users.
12378 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
12379 Keep old name as alias, update users.
12380 (diary-nongregorian-listing-hook): Rename
12381 nongregorian-diary-listing-hook. Keep old name as alias, update users.
12382 (diary-nongregorian-marking-hook): Rename
12383 nongregorian-diary-marking-hook. Keep old name as alias, update users.
12384 (diary-print-entries-hook): Rename print-diary-entries-hook.
12385 Keep old name as alias, update users.
12386 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
12387 Keep old name as alias, update users.
12388 (diary-number-of-entries): Rename number-of-diary-entries.
12389 Keep old name as alias, update users.
12390 (view-diary-entries, list-diary-entries, show-all-diary-entries):
12391 Give version of obsolescence.
12392 (diary-view-other-diary-entries): Rename view-other-diary-entries.
12393 Keep old name as alias, update callers.
12394 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
12395 update callers.
12396 (diary-include-other-diary-files): Rename include-other-diary-files.
12397 Keep old name as alias, update callers.
12398 (diary-simple-display): Rename simple-diary-display.
12399 Keep old name as alias, update callers.
12400 (diary-fancy-display): Rename fancy-diary-display.
12401 Keep old name as alias, update callers.
12402 (diary-print-entries): Rename print-diary-entries.
12403 Keep old name as alias, update callers.
12404 (diary-marking-entries-flag): Rename marking-diary-entries.
12405 Update users.
12406 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
12407 (diary-mark-entries): Rename mark-diary-entries.
12408 Keep old name as alias, update callers.
12409 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
12410 Keep old name as alias, update callers.
12411 (diary-mark-included-diary-files): Rename mark-included-diary-files.
12412 Keep old name as alias, update callers.
12413 (calendar-mark-days-named): Rename mark-calendar-days-named.
12414 Keep old name as alias, update callers.
12415 (calendar-mark-month): Rename mark-calendar-month.
12416 Keep old name as alias, update callers.
12417 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
12418 Keep old name as alias, update callers.
12419 (diary-sort-entries): Rename sort-diary-entries.
12420 Keep old name as alias, update callers.
12421 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
12422 Keep old name as alias, update callers.
12423 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
12424 update callers.
12425 (diary-insert-entry): Rename insert-diary-entry.
12426 Keep old name as alias.
12427 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
12428 Keep old name as alias.
12429 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
12430 Keep old name as alias.
12431 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
12432 Keep old name as alias.
12433 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
12434 Keep old name as alias.
12435 (diary-insert-block-entry): Rename insert-block-diary-entry.
12436 Keep old name as alias.
12437 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
12438 Keep old name as alias.
12439 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
12440 Keep old name as alias, update users.
12441 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
12442 Keep old name as alias, update callers.
12443 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
12444 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
12445 * calendar/icalendar.el: Update for diary-lib name changes.
12446
124472008-04-06 Chong Yidong <cyd@stupidchicken.com>
12448
12449 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
12450
12451 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
12452 for copy, move, and link operations.
12453
124542008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
12455
12456 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
12457 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
12458
12459 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
12460 'require' statements with 1-argument ones (wrapped in if's).
12461 For compatibility with the current stable version of XEmacs.
12462
124632008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
12464
12465 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
12466
124672008-04-06 Jason Rumney <jasonr@gnu.org>
12468
12469 * language/burmese.el ("Burmese"): Make sample text consistent with
12470 language name.
12471
124722008-04-06 Nick Roberts <nickrob@snap.net.nz>
12473
12474 * progmodes/gdb-ui.el (gdb): New group.
12475 (gdb-debug-log-max, gdb-enable-debug)
12476 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
12477 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
12478 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
12479 (gdb-show-changed-values, gdb-max-children)
12480 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
12481 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
12482 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
12483 (gdb-memory-unit): Move to new group from GUD group.
12484 (menu): Allow customization from GDB-UI menu-item.
12485
124862008-04-05 Chong Yidong <cyd@stupidchicken.com>
12487
12488 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
12489
124902008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12491
12492 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
12493 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
12494 Revision numbers can include ".".
12495
12496 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
12497 "+" lines not accounted for by counting "-" and context lines.
12498
124992008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12500
12501 * term/mac-win.el (mac-service-open-file): Use file URL instead of
12502 file name string.
12503
125042008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12505
12506 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
12507 (vc-bzr-annotate-time): Accept space used to preserve alignment.
12508
125092008-04-05 Richard Stallman <rms@gnu.org>
12510
12511 * emacs-lisp/advice.el (defadvice): Add usage pattern.
12512
125132008-04-05 Nick Roberts <nickrob@snap.net.nz>
12514
12515 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
12516 thread in [h-e-w]).
12517
125182008-04-05 Juanma Barranquero <lekktu@gmail.com>
12519
12520 * files.el (abort-if-file-too-large): Fix typo in docstring.
12521
125222008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12523
12524 * subr.el (functionp): Return nil for special forms.
12525
125262008-04-05 Glenn Morris <rgm@gnu.org>
12527
12528 * emacs-lisp/autoload.el (autoload-ensure-default-file):
12529 Provide a feature.
12530 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
12531 Require loaddefs file rather than loading it.
12532 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
12533 autoload-ensure-default-file provides a feature.
12534
12535 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
12536 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
12537 (compile, compile-always, recompile): Use $LOADDEFS.
12538 (cal-autoloads): Remove.
12539
12540 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
12541 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
12542
12543 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
12544 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
12545
12546 * calendar/calendar.el (diary-hebrew-entry-symbol):
12547 Rename hebrew-diary-entry-symbol. Keep old name as alias.
12548 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
12549 Keep old name as alias.
12550 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
12551 Keep old name as alias.
12552 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
12553 to diary-bahai-entry-symbol.
12554 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
12555 to diary-hebrew-entry-symbol.
12556 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
12557 to diary-islamic-entry-symbol.
12558 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
12559
12560 * calendar/solar.el (diary-sabbath-candles-minutes)
12561 (diary-sabbath-candles): Move to cal-hebrew.
12562 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
12563 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
12564 Doc fix. Keep old name as alias.
12565 (diary-hebrew-sabbath-candles): Simplify.
12566 (solar-setup, solar-sunrise-sunset, calendar-latitude)
12567 (calendar-longitude, calendar-time-zone): Declare for compiler.
12568 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
12569 rename.
12570
12571 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
12572 Rename coptic-calendar-month-name-array. Update callers.
12573 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
12574 (calendar-coptic-name): Rename coptic-name. Update callers.
12575 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
12576 Update callers.
12577 (calendar-coptic-last-day-of-month):
12578 Rename coptic-calendar-last-day-of-month. Update callers.
12579 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
12580 Keep old name as alias, update callers.
12581 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
12582 Keep old name as alias, update callers.
12583 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
12584 Keep old name as alias.
12585 (calendar-ethiopic-month-name-array):
12586 Rename ethiopic-calendar-month-name-array. Update callers.
12587 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
12588 Update callers.
12589 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
12590 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
12591 Keep old name as alias, update callers.
12592 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
12593 Keep old name as alias, update callers.
12594 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
12595 Keep old name as alias.
12596
12597 * calendar/cal-french.el (calendar-french-epoch):
12598 Rename french-calendar-epoch. Update callers.
12599 (calendar-french-month-name-array): Rename variable and function
12600 french-calendar-month-name-array. Update callers.
12601 (calendar-french-multibyte-month-name-array):
12602 Rename french-calendar-multibyte-month-name-array. Update callers.
12603 (calendar-french-day-name-array): Rename variable and function
12604 french-calendar-day-name-array. Update callers.
12605 (calendar-french-special-days-array): Rename variable and function
12606 french-calendar-special-days-array. Update callers.
12607 (calendar-french-multibyte-special-days-array):
12608 Rename french-calendar-multibyte-special-days-array. Update callers.
12609 (calendar-french-accents-p): Rename french-calendar-accents.
12610 Update callers.
12611 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
12612 Update callers.
12613 (calendar-french-last-day-of-month):
12614 Rename french-calendar-last-day-of-month. Update callers.
12615 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
12616 Keep old name as alias, update callers.
12617 (calendar-french-print-date): Rename calendar-print-french-date.
12618 Keep old name as alias, update callers.
12619 (calendar-french-goto-date): Rename calendar-goto-french-date.
12620 Keep old name as alias.
12621
12622 * calendar/cal-menu.el, calendar/calendar.el:
12623 Update for Coptic and French name changes.
12624
12625 * calendar/cal-china.el (calendar-chinese): Rename custom group
12626 from chinese-calendar. Update users.
12627 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
12628 Keep old name as alias, update users.
12629 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
12630 Keep old name as alias.
12631 (calendar-chinese-daylight-time-offset):
12632 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
12633 update users.
12634 (calendar-chinese-standard-time-zone-name):
12635 Rename chinese-calendar-standard-time-zone-name.
12636 Keep old name as alias, update users.
12637 (calendar-chinese-daylight-saving-start):
12638 Rename chinese-calendar-daylight-savings-starts.
12639 Keep old name as alias, update users.
12640 (calendar-chinese-daylight-saving-end):
12641 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
12642 update users.
12643 (calendar-chinese-daylight-saving-start-time):
12644 Rename chinese-calendar-daylight-savings-starts-time.
12645 Keep old name as alias, update users.
12646 (calendar-chinese-daylight-saving-end-time):
12647 Rename chinese-calendar-daylight-savings-ends-time.
12648 Keep old name as alias, update users.
12649 (calendar-chinese-celestial-stem): Rename
12650 calendar-chinese-celestial-stem. Keep old name as alias, update users.
12651 (calendar-chinese-terrestrial-branch):
12652 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
12653 update users.
12654 (calendar-chinese-zodiac-sign-on-or-after):
12655 Rename chinese-zodiac-sign-on-or-after. Update callers.
12656 (calendar-chinese-new-moon-on-or-after):
12657 Rename chinese-new-moon-on-or-after. Update callers.
12658 (calendar-chinese-month-list): Rename chinese-month-list.
12659 Update callers.
12660 (calendar-chinese-number-months): Rename number-chinese-months.
12661 Update callers.
12662 (calendar-chinese-compute-year): Rename compute-chinese-year.
12663 Update callers.
12664 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
12665 (calendar-chinese-year): Rename chinese-year. Update callers.
12666 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
12667 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
12668 Keep old name as alias, update callers.
12669 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
12670 Keep old name as alias, update callers.
12671 (calendar-chinese-months-to-alist):
12672 Rename make-chinese-month-assoc-list. Update callers.
12673 (calendar-chinese-months): Rename chinese-months. Update callers.
12674 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
12675 Keep old name as alias, update callers.
12676
12677 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
12678 Rename hebrew-calendar-leap-year-p. Update callers.
12679 (calendar-hebrew-last-month-of-year):
12680 Rename hebrew-calendar-last-month-of-year. Update callers.
12681 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
12682 Update callers.
12683 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
12684 Update callers.
12685 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
12686 Update callers.
12687 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
12688 Update callers.
12689 (calendar-hebrew-last-day-of-month):
12690 Rename hebrew-calendar-last-day-of-month. Update callers.
12691 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
12692 Keep old name as alias, update callers.
12693 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
12694 Keep old name as alias, update callers.
12695 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
12696 Keep old name as alias, update callers.
12697 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
12698 Keep old name as alias.
12699 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
12700 Keep old name as alias.
12701 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
12702 Keep old name as alias.
12703 (holiday-hebrew-passover): Rename holiday-passover-etc.
12704 Keep old name as alias.
12705 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
12706 Keep old name as alias, update callers.
12707 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
12708 Keep old name as alias.
12709 (calendar-hebrew-mark-date-pattern):
12710 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
12711 update callers.
12712 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
12713 Keep old name as alias.
12714 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
12715 Keep old name as alias.
12716 (diary-hebrew-insert-monthly-entry):
12717 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
12718 (diary-hebrew-insert-yearly-entry):
12719 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
183080b6 12720 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
e3d51b27
MR
12721 Keep old name as alias.
12722 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
12723 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
12724 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
12725 Keep old name as alias.
12726 (calendar-hebrew-parashiot-names):
12727 Rename hebrew-calendar-parashiot-names. Update callers.
12728 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
12729 (calendar-hebrew-year-Saturday-incomplete-Sunday):
12730 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
12731 (calendar-hebrew-year-Saturday-complete-Tuesday):
12732 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
12733 (calendar-hebrew-year-Monday-incomplete-Tuesday):
12734 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
12735 (calendar-hebrew-year-Monday-complete-Thursday):
12736 Rename hebrew-calendar-year-Monday-complete-Thursday.
12737 (calendar-hebrew-year-Tuesday-regular-Thursday):
12738 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
12739 (calendar-hebrew-year-Thursday-regular-Saturday):
12740 Rename hebrew-calendar-year-Thursday-regular-Saturday.
12741 (calendar-hebrew-year-Thursday-complete-Sunday):
12742 Rename hebrew-calendar-year-Thursday-complete-Sunday.
12743 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
12744 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
12745 (calendar-hebrew-year-Saturday-complete-Thursday):
12746 Rename hebrew-calendar-year-Saturday-complete-Thursday.
12747 (calendar-hebrew-year-Monday-incomplete-Thursday):
12748 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
12749 (calendar-hebrew-year-Monday-complete-Saturday):
12750 Rename hebrew-calendar-year-Monday-complete-Saturday.
12751 (calendar-hebrew-year-Tuesday-regular-Saturday):
12752 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
12753 (calendar-hebrew-year-Thursday-incomplete-Sunday):
12754 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
12755 (calendar-hebrew-year-Thursday-complete-Tuesday):
12756 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
12757 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
12758 Update for above name changes of constants.
12759
12760 * calendar/cal-menu.el, calendar/calendar.el:
12761 Update for chinese and hebrew name changes.
12762 * calendar/diary-lib.el: Update for hebrew name changes.
12763
127642008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12765
12766 * subr.el (keymap-canonicalize): Correct thinko.
12767
12768 * server.el: Undo part of the multi-tty change, which is only
12769 needed if server.el is preloaded, and broke server-running-p.
12770 (server-socket-dir): Initialize in the defvar, as before.
12771 (server-start): Remove initialization of server-socket-dir.
12772
127732008-04-05 Eli Zaretskii <eliz@gnu.org>
12774
12775 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
12776 3-member cons cells.
12777
127782008-04-05 Chong Yidong <cyd@stupidchicken.com>
12779
12780 * cus-face.el (custom-face-attributes): Handle roman slant.
12781
12782 * faces.el (default): Ensure the face-defface-spec property is set.
12783
127842008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
12785
12786 * files.el (abort-if-file-too-large): New function.
12787 (find-file-noselect, insert-file-1): Use it.
12788
127892008-04-05 Reto Zimmermann <reto@gnu.org>
12790
12791 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
12792 Replace C-c[a-zA-Z] key bindings.
12793
127942008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12795
12796 * progmodes/hideif.el (hif-token-alist): New var.
12797 (hif-token-regexp, hif-tokenize): Use it.
12798 (hif-mathify-binop): New macro.
12799 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
12800 (hif-greater-equal, hif-less-equal): Use it.
12801 (hif-logior, hif-logand): New functions.
12802 (hif-math): Accept | and & as well.
12803
12804 * progmodes/etags.el: Fix problem with completion for buffer-local
12805 tables. Reported by Radey Shouman <shouman@comcast.net>.
12806 (tags-complete-tag): Remove.
12807 (tags-lazy-completion-table): New function to replace it.
12808 (find-tag-tag, complete-tag): Update users.
12809
128102008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
12811
12812 * vc-rcs.el (vc-rcs-dir-status):
12813 * vc-sccs.el (vc-sccs-dir-status): New function.
12814
12815 * outline.el (outline-mode-menu-bar-map):
12816 * term.el (terminal-signal-menu): Add :help.
12817
12818 * net/eudc.el (eudc-mode-map): Declare and define in one step.
12819 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
12820
12821 * emacs-lisp/re-builder.el (reb-mode-map):
12822 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
12823
12824 * diff-mode.el (diff-file-junk-re): Recognize the git format for
12825 new files, deleted files and for changing permissions.
12826 (diff-mode): Set beginning-of-defun-function and
12827 end-of-defun-function.
12828
12829 * vc-bzr.el (vc-bzr-state): Use when instead of if.
12830
12831 * vc.el (vc-default-status-fileinfo-extra): New function.
12832 (vc-status-mark-buffer-changed): Use it.
12833 (vc-update-vc-status-buffer): Allow for partial updates.
12834
128352008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12836
12837 * net/tramp.el (after-init-hook): Don't wrap a lambda around
12838 tramp-register-completion-file-name-handler.
12839
12840 * subr.el (keymap-canonicalize): New function.
12841 * mouse.el (mouse-menu-non-singleton): Use it.
12842 (mouse-major-mode-menu): Remove hack made unnecessary.
12843
12844 * simple.el (set-fill-column): Prompt rather than error by default.
12845
128462008-04-04 Andreas Schwab <schwab@suse.de>
12847
12848 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12849 Reset new-rules after each round.
12850
12851 * Makefile.in (cal-autoloads): New target.
12852 (compile, compile-always, recompile): Depend on it.
12853 ($(lisp)/calendar/cal-loaddefs.el)
12854 ($(lisp)/calendar/diary-loaddefs.el)
12855 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
12856
128572008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
12858
12859 * ediff*.el: Replace load with require in eval-when-compile.
12860
12861 * ediff-hook.el: Delete all invocations of (autoload ...).
12862
12863 * ediff-util.el (ediff-setup): Make window-min-height a local variable
12864 in ediff control window, and set its min height to 2.
12865 (ediff-setup-control-buffer): Dedicate the control window.
12866 (ediff-toggle-multiframe): Undedicate control window.
12867 Work directly with ediff-setup-windows-multiframe and
12868 ediff-setup-windows-plain.
12869
12870 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
12871 New function.
12872 (ediff-window-setup-function): Change initialization.
12873 (ediff-setup-windows-automatic): Delete.
12874 (ediff-setup-windows-plain-merge): Make control window dedicated.
12875 (ediff-destroy-control-frame): Do not skip frames if working in a
12876 single frame.
12877
12878 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
12879 eval-when-compile.
12880
12881 * emulation/viper-util.el: Move provide's forward, prevent recursion in
12882 eval-when-compile.
12883
128842008-04-04 Glenn Morris <rgm@gnu.org>
12885
12886 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
12887 calendar-absolute-from-bahai. Update callers, keep old name as alias.
12888
12889 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
12890 Rename islamic-calendar-leap-year-p. Update callers.
12891 (calendar-islamic-last-day-of-month):
12892 Rename islamic-calendar-last-day-of-month. Update callers.
12893 (calendar-islamic-day-number):
12894 Rename islamic-calendar-day-number. Update callers.
12895 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
12896 Update callers, keep old name as alias.
12897 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
12898 Update callers, keep old name as alias.
12899 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
12900 Keep old name as alias.
12901 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
12902 Update callers, keep old name as alias.
12903 (calendar-islamic-mark-date-pattern):
12904 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
12905 name as alias.
12906 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
12907 Keep old name as alias.
12908 (diary-islamic-insert-monthly-entry):
12909 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
12910 (diary-islamic-insert-yearly-entry):
12911 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
12912
12913 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
12914 calendar-absolute-from-iso. Update callers, keep old name as alias.
12915 (calendar-iso-print-date): Rename calendar-print-iso-date.
12916 Update callers, keep old name as alias.
12917 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
12918 Keep old name as alias.
12919 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
12920 Keep old name as alias.
12921
12922 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
12923 calendar-absolute-from-julian. Update callers, keep old name as alias.
12924 (calendar-julian-print-date): Rename calendar-print-julian-date.
12925 Update callers, keep old name as alias.
12926 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
12927 Update callers, keep old name as alias.
12928 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
12929 Update callers, keep old name as alias.
12930 (calendar-astro-print-day-number):
12931 Rename calendar-print-astro-day-number. Update callers, keep old
12932 name as alias.
12933 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
12934 Update callers, keep old name as alias.
12935
12936 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
12937 Rename calendar-string-to-mayan-long-count. Update callers.
12938 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
12939 Update callers, keep old name as alias.
12940 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
12941 Update callers.
12942 (calendar-mayan-read-tzolkin-date):
12943 Rename calendar-read-mayan-tzolkin-date. Update callers.
12944 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
12945 Keep old name as alias.
12946 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
12947 Keep old name as alias.
12948 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
12949 Keep old name as alias.
12950 (calendar-mayan-previous-tzolkin-date):
12951 Rename calendar-previous-tzolkin-date. Keep old name as alias.
12952 (calendar-mayan-next-round-date):
12953 Rename calendar-next-calendar-round-date. Keep old name as alias.
12954 (calendar-mayan-previous-round-date):
12955 Rename calendar-previous-calendar-round-date. Keep old name as alias.
12956 (calendar-mayan-long-count-to-absolute): Rename
12957 calendar-absolute-from-mayan-long-count. Keep old name as alias.
12958 (calendar-mayan-goto-long-count-date):
12959 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
12960
12961 * calendar/cal-persia.el (calendar-persian-month-name-array):
12962 Rename persian-calendar-month-name-array. Update callers.
12963 (calendar-persian-epoch): Rename persian-calendar-epoch.
12964 Update callers.
12965 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
12966 Update callers.
12967 (calendar-persian-last-day-of-month):
12968 Rename persian-calendar-last-day-of-month. Update callers.
12969 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
12970 Update callers, keep old name as alias.
12971 (calendar-persian-print-date): Rename calendar-print-persian-date.
12972 Update callers, keep old name as alias.
12973 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
12974 Keep old name as alias.
12975
12976 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
12977 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
12978 * calendar/solar.el: Update for cal-julian name changes.
12979
12980 * calendar/cal-dst.el: Update for persian name changes.
12981
12982 * calendar/cal-menu.el, calendar/calendar.el:
12983 Update for islamic, iso, julian, mayan, persian name changes.
12984
12985 * calendar/diary-lib.el: Update for islamic name changes.
12986
12987 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
12988 Rename all-hebrew-calendar-holidays. Update callers, keep old name
12989 as alias.
12990 (calendar-christian-all-holidays-flag):
12991 Rename all-christian-calendar-holidays. Update callers, keep old
12992 name as alias.
12993 (calendar-islamic-all-holidays-flag):
12994 Rename all-islamic-calendar-holidays. Update callers, keep old
12995 name as alias.
12996 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
12997 Update callers, keep old name as alias.
12998 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
12999 Update for the above name changes.
13000
130012008-04-04 Juanma Barranquero <lekktu@gmail.com>
13002
13003 * hilit-chg.el (global-highlight-changes-mode)
13004 (highlight-changes-passive-string, highlight-changes-active-string):
13005 Mark as obsolete since 23.1, not 22.1.
13006
130072008-04-03 Juanma Barranquero <lekktu@gmail.com>
13008
13009 * hilit-chg.el (highlight-changes-visibility-initial-state)
13010 (hilit-chg-update, highlight-changes-mode-turn-on):
13011 Fix typos in docstrings.
13012
130132008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
13014
13015 * newcomment.el (comment-enter-backward): Be careful to restore
13016 position changed during narrowing.
13017
130182008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
13019
13020 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13021 Recognize `sub ($$)'.
13022
130232008-04-03 Richard Sharman <rsharman@pobox.com>
13024
13025 * hilit-chg.el (highlight-changes-mode): Rename from
13026 highlight-changes; no longer uses sub-modes active and passive;
13027 implemented by define-minor-mode.
13028 (highlight-changes-toggle-visibility): New function, to replace
13029 the old passive/active submodes of global-highlight-changes-mode;
13030 implemented by define-minor-mode.
13031 (global-highlight-changes-mode): Rename from global-highlight-changes;
13032 rewrite using define-globalized-minor-mode.
13033 (hilit-chg-major-mode-hook, hilit-chg-check-global)
13034 (hilit-chg-post-command-hook, hilit-chg-check-global)
13035 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
13036 to use of define-globalized-minor-mode.
13037 (highlight-changes-global-initial-state): Change to be boolean.
13038 (highlight-changes-visible-string, highlight-changes-invisible-string):
13039 Rename from highlight-changes-active-string and
13040 highlight-changes-passive-string.
13041 (hilit-chg-update, hilit-chg-set): Use them.
13042 (global-highlight-changes-mode): Rename from global-highlight-changes.
13043 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
13044 docstring.
13045 (hilit-chg-hide-changes): Rewrite to use dolist.
13046 (hilit-chg-set-face-on-change, hilit-chg-update)
13047 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
13048 variable instead of testing highlight-changes-mode.
13049 (highlight-markup-buffers): Add require ediff-util; argument on calls
13050 to highlight-changes-mode changed.
13051 (highlight-compare-with-file): Fix problems with interactive
13052 call giving invalid default file.
13053
130542008-04-03 Nick Roberts <nickrob@snap.net.nz>
13055
13056 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
13057 Fix in disassembly buffer (regression in 22.2).
13058
130592008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
13060
13061 * emulation/viper-macs.el (viper-read-fast-keysequence):
13062 Use viper-read-event instead of viper-read-key.
13063
13064 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
13065
13066 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
13067 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
13068 let-statements.
13069
13070 * emulation/viper-ex.el, emulation/viper-macs.el:
13071 * emulation/viper-mous.el:
13072 Replace load with require in eval-when-compile.
13073
130742008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13075
13076 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
13077
13078 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
13079 (archive-try-jka-compr): New function.
13080 (archive-set-buffer-as-visiting-file): Use it.
13081
13082 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
13083
130842008-04-03 Chong Yidong <cyd@stupidchicken.com>
13085
13086 * simple.el (handle-shift-selection): New arg.
13087
130882008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13089
13090 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
13091
13092 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
13093
130942008-04-03 Chong Yidong <cyd@stupidchicken.com>
13095
13096 * shell.el (shell-dynamic-complete-filename): New fun.
13097 (shell-dynamic-complete-functions): Use it.
13098
13099 * help-fns.el (describe-variable): Undo 2008-02-25 change.
13100
131012008-04-03 Kenichi Handa <handa@m17n.org>
13102
13103 * international/fontset.el (create-fontset-from-x-resource):
13104 Handle the error of X resource more gracefully.
13105
13106 * international/latin1-disp.el (latin1-display): Don't use make-char.
13107 Fix the argument to set-char-table-range.
13108 (latin1-display-identities): Don't use make-char.
13109 (latin1-display-reset): Use map-charset-chars instead of directly
13110 calling standard-display-default.
13111 (latin1-display-check-font): Don't use make-char.
13112 (latin1-display-setup): Likewise.
13113 (latin1-display-ucs-per-lynx): Likewise.
13114
131152008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13116
13117 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
13118 name the fields, to make the code clearer.
13119 Rewrite all `aset' and `aref' using the defined accessors.
13120 (timer--time): New pseudo-field.
13121 (timer-set-time, timer-set-idle-time, timer-inc-time)
13122 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
13123 (timer--time-less-p): New function.
13124 (timer--activate): New function, extracted from timer-activate.
13125 (timer-activate-when-idle, timer-activate): Use it.
13126 (cancel-function-timers): Use dolist.
13127
131282008-04-03 Glenn Morris <rgm@gnu.org>
13129
13130 * add-log.el (c-beginning-of-defun, c-end-of-defun):
13131 Remove declarations; no longer used.
13132 (c-cpp-define-name, c-defun-name): Declare as functions.
13133
13134 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
13135 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
13136
13137 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
13138 (holiday-passover-etc, holiday-hanukkah): Doc fix.
13139 Add optional argument. Simplify.
13140 (holiday-tisha-b-av-etc): Use memq rather than unless.
13141 (holiday-julian): Autoload it.
13142 (holiday-hebrew-misc): New function.
13143
13144 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
13145
13146 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
13147 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
13148 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
13149 all-hebrew-calendar-holidays.
13150 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
13151 Simplify using new functions.
13152 (calendar-holidays): Doc fix.
13153 (generate-calendar-window): Use bound-and-true-p.
13154
13155 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
13156
13157 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
13158 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
13159 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
13160 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
13161
13162 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
13163
131642008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13165
13166 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
13167
13168 * vc-bzr.el (vc-bzr-checkout): Simplify.
13169
13170 * image-mode.el (image-mode-fit-frame): New command.
13171
13172 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
13173 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
13174 (keyboard-escape-quit): Check region-active-p i.s.o
13175 transient-mark-mode.
13176
131772008-04-02 Simon Josefsson <simon@josefsson.org>
13178
13179 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
13180 (imap-message-copyuid-1): Use it.
13181 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
13182 J. Williams in
13183 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13184
131852008-04-02 Alan Mackenzie <acm@muc.de>
13186
13187 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
13188 New optimised functions to get the name of the current defun/macro.
13189
13190 * add-log.el (add-log-current-defun): Move the functionality which
13191 gets the current function name for C like modes to cc-cmds.el,
13192 thus optimising for speed.
13193
131942008-04-02 Chong Yidong <cyd@stupidchicken.com>
13195
13196 * simple.el (deactivate-mark): When the mark is temporarily
13197 active, restore the original value of transient-mark-mode.
13198 (set-mark-command): First deactivate the mark if was temporarily active.
13199 (exchange-point-and-mark): Reactivate the mark if it was
13200 temporarily active.
13201 (handle-shift-selection): New fun.
13202 (transient-mark-mode): Move var documentation here from buffer.c.
13203 (next-line, previous-line, backward-word, move-end-of-line)
13204 (move-beginning-of-line, forward-to-indentation)
13205 (backward-to-indentation, back-to-indentation)
13206 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
13207
13208 * mouse.el (mouse-set-region-1): Save the old value of
13209 transient-mark-mode.
13210 (mouse-drag-track): Ignore the now-obsolete value `identity' for
13211 transient-mark-mode.
13212
13213 * textmodes/paragraphs.el (forward-paragraph)
13214 (backward-paragraph, forward-sentence, backward-sentence): Add ^
13215 interactive spec.
13216
13217 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
13218
132192008-04-02 Michael Albinus <michael.albinus@gmx.de>
13220
13221 * net/tramp.el (tramp-make-tramp-temp-file):
13222 Use `tramp-drop-volume-letter' for the local file name part.
13223
132242008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13225
13226 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
13227 Add menu entries corresponding to all the key bindings.
13228
13229 * emacs-lisp/debug.el (debugger-mode-map):
13230 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
13231 (conf-align-assignments): Only work on the region if it is active.
13232 (conf-quote-normal): Use when instead of if. Remove redundant test.
13233
13234 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13235 for tracing and re-builder.
13236
132372008-04-02 Glenn Morris <rgm@gnu.org>
13238
13239 * calendar/appt.el (appt-disp-window-function): Doc fix.
13240 (appt-display-message): Move beep before display.
13241 (appt-check): Make interactive. Reduce the number of lets.
13242 Use string-equal to compare mode-line strings.
13243 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
13244 read-only.
13245 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
13246 (appt-delete): Simplify.
13247
13248 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
13249
13250 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
13251
13252 * calendar/cal-hebrew.el (list-yahrzeit-dates):
13253 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
13254 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
13255
13256 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
13257 (calendar-holiday-marker, mark-visible-calendar-date):
13258 * calendar/diary-lib.el (fancy-diary-display):
13259 Check for font-lock-mode before using faces.
13260
13261 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
13262 (calendar-gregorian-from-absolute): Reduce the number of lets.
13263 (hebrew-holidays-4, generate-calendar-window): Simplify.
13264 (calendar-for-loop): Make obsolete.
13265 (calendar-nth-named-day): Doc fix.
13266
13267 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
13268 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
13269 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
13270 Reduce the number of lets.
13271 (mark-sexp-diary-entries, calendar-mark-complex):
13272 Expand calendar-for-loops.
13273
132742008-04-01 Chong Yidong <cyd@stupidchicken.com>
13275
13276 * find-dired.el (find-dired-filter): Fix last patch to handle
13277 multi-line process input. Pad link numbers too.
534d37da 13278
e3d51b27
MR
132792008-04-01 Jari Aalto <jari.aalto@cante.net>
13280
13281 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
13282
132832008-04-01 Jason Rumney <jasonr@gnu.org>
13284
13285 * international/characters.el (script-list): Add phonetic script,
13286 covering IPA (previously Latin), Phonetic Extensions and
13287 Phonetic Extensions Supplement (both previously unassigned).
13288
13289 * international/fontset.el (setup-default-fontset): Use unicode fonts
13290 that cover bopomofo script for bopomofo.
13291 Likewise for braille and mathematical.
13292 Use unicode scripts that cover the phonetic script for IPA.
13293
132942008-04-01 Johan Bockgård <bojohan@gnu.org>
13295
13296 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
13297 return the assigned value.
13298
132992008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13300
13301 * abbrev.el (abbrev-mode): Use define-minor-mode.
13302
13303 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
13304 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
13305 Use map-keymap.
13306 (minor-mode-menu-from-indicator): Use it. Simplify.
13307
13308 * bindings.el (mode-line-mode-menu): Move before (new) first use.
13309 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
13310 Bind the key directly to the menu.
13311 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
13312
133132008-04-01 Daiki Ueno <ueno@unixuser.org>
13314
13315 * epa.el (epa-decrypt-region): Explain the reason why this
13316 function should not be used in Lisp programs.
13317 (epa-decrypt-armor-in-region): Ditto.
13318 (epa-verify-region): Ditto.
13319 (epa-verify-cleartext-in-region): Ditto.
13320 (epa-sign-region): Ditto.
13321 (epa-encrypt-region): Ditto.
13322
13323 * epg.el (epg-start-receive-keys): Fix typo in docstring.
13324
13325 * epa.el (epa-select-keys): Show menu even if there is no key in
13326 GnuPG's keyring.
13327
133282008-04-01 Glenn Morris <rgm@gnu.org>
13329
13330 * calendar/calendar.el (calendar-make-temp-face): New function.
13331 (mark-visible-calendar-date):
13332 * calendar/diary-lib.el (fancy-diary-display): Use it.
13333
13334 * vc-hooks.el (vc-responsible-backend): Declare as function.
13335
13336 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
13337 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
13338 * calendar/cal-julian.el (holiday-julian): Use it.
13339
13340 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
13341 (calendar-hebrew-date-is-visible-p): Extract some common code into
13342 separate function.
13343 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
13344
13345 * calendar/cal-menu.el (cal-menu-holidays-menu):
13346 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
13347 rather than obsolete alias.
13348
13349 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
13350 for mark characters.
13351 (calendar-unmark): Unmark by removing all overlays, rather than
13352 redrawing.
13353 (calendar-starred-day): Remove.
13354 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
13355 (calendar-cursor-to-date): No need for special star handling now
13356 using overlays.
13357 (calendar-star-date): Use overlays.
13358
13359 * calendar/cal-french.el (calendar-goto-french-date):
13360 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
13361 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
13362 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
13363 * calendar/cal-persia.el (calendar-persian-date-string):
13364 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
13365 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
13366 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
13367 * calendar/solar.el (solar-equinoxes-solstices):
13368 Reduce nesting of some lets.
13369
13370 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
13371 (calendar-goto-mayan-long-count-date): Simplify.
13372
13373 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
13374 Simplify by using mapcar.
13375 (calendar-list-holidays): Return holiday-list.
13376 (list-holidays): Use let rather than let*. Remove un-needed locals
13377 `d', `never'.
13378 (calendar-check-holidays): Return result from dolist.
13379 (holiday-float): Use a single let*. Simplify if-and to and.
13380 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
13381 single let*.
13382
133832008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
13384
13385 * calc/calc.el: Autoload `calc-yank'.
13386 (calc-mode-map): Add keybindings for `calc-yank'.
13387 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
13388 assignments for `calc-yank'.
13389
133902008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
13391
13392 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
13393 (vc-status-mark-buffer-changed): Handle the extra field.
13394
13395 * vc-bzr.el (vc-bzr-after-dir-status):
13396 * vc-cvs.el (vc-cvs-after-dir-status):
13397 * vc-hg.el (vc-hg-after-dir-status):
13398 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
13399
134002008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13401
13402 * doc-view.el: Compute displayed pages first (in PDF).
13403 (doc-view-current-converter-processes): Rename from
13404 doc-view-current-converter-process. Update users.
13405 (doc-view-sentinel): Test buffer's liveness.
13406 (doc-view-pdf/ps->png-sentinel): Remove.
13407 (doc-view-start-process): New function.
13408 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
13409 (doc-view-ps->pdf): Use it.
13410 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
13411 New functions.
13412 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
13413 (doc-view-mode): Kill the processes when leaving the mode.
13414
134152008-03-31 Juanma Barranquero <lekktu@gmail.com>
13416
13417 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
13418 Use `byte-compile-warning-types'. Add docstring.
13419
134202008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13421
13422 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
13423 (smerge-resolve): Add various resolution heuristics.
13424
13425 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
13426 in 3-way conflicts.
13427
134282008-03-31 Glenn Morris <rgm@gnu.org>
13429
13430 * calendar/cal-bahai.el (diary-bahai-mark-entries):
13431 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13432 * calendar/cal-islam.el (mark-islamic-diary-entries):
13433 Fix argument order in call to diary-mark-entries-1.
13434
13435 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
13436 pre-Bahai dates.
13437 (holiday-bahai): Use an algorithm actually relevant to this calendar
13438 system.
13439
13440 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
13441
13442 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
13443 Use and.
13444
13445 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
13446 in the last fortnight in Julian October.
13447
13448 * calendar/calendar.el (increment-calendar-month): Optionally handle
13449 systems without 12 months per year.
e3d51b27 13450 (calendar-date-is-visible-p): Doc fix. Simplify.
4af487fc 13451
e3d51b27
MR
13452 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
13453 from dolist.
13454
134552008-03-30 Juanma Barranquero <lekktu@gmail.com>
13456
13457 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
13458 (hi-lock-unload-function): New function.
13459
134602008-03-30 Michael Albinus <michael.albinus@gmx.de>
13461
13462 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
13463 overwriting when NEWNAME is a local file.
13464
13465 * net/trampver.el: Update release number.
13466
134672008-03-30 Alexandre Julliard <julliard@winehq.org>
13468
13469 * vc-git.el: Make vc-status display information about copies,
13470 renames and permission changes.
13471 (vc-git-extra-fileinfo): New defstruct.
13472 (vc-git-escape-file-name, vc-git-file-type-as-string)
13473 (vc-git-rename-as-string, vc-git-permissions-as-string)
13474 (vc-git-status-printer): New functions.
13475 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
13476 (vc-git-after-dir-status-stage1): Look for copies, renames and
13477 permission changes.
13478 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
13479 (vc-git-dir-status): Ask for staged files and renames.
13480
134812008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
13482
13483 * vc.el: Allow backends to display backend specific information in
13484 the vc-status listing.
13485 (vc-status-fileinfo): Add a field for backend specific information.
13486 (vc-status-printer): Rename to ...
13487 (vc-default-status-printer): ... this.
13488 (vc-status-printer): New function.
13489 (vc-update-vc-status-buffer): Set the backend specific file info
13490 if provided.
13491
134922008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13493
13494 * textmodes/remember.el (remember-diary-convert-entry): Revert last
13495 change (ill-conceived).
13496
134972008-03-29 Glenn Morris <rgm@gnu.org>
13498
13499 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
13500 * calendar/cal-julian.el (holiday-julian): Simplify.
13501
13502 * calendar/holidays.el (list-holidays): Use or.
13503
135042008-03-29 Juri Linkov <juri@jurta.org>
13505
13506 * window.el (split-window-preferred-horizontally): New function.
13507
13508 * cus-start.el (split-window-preferred-function):
13509 Set choice for "vertically" to nil instead of split-window.
13510 Set choice for "horizontally" to split-window-preferred-horizontally
13511 instead of lambda.
13512
135132008-03-29 Juri Linkov <juri@jurta.org>
13514
13515 * simple.el (minibuffer-default-add-function): New variable with
13516 the default to minibuffer-default-add-completions.
13517 (minibuffer-default-add-done): New variable. Make it buffer-local.
13518 (minibuffer-default-add-completions): New function.
13519 (goto-history-element): Set minibuffer-default-add-done to t and
13520 call a function in minibuffer-default-add-function when the
13521 specified absolute history position is greater than the length of
13522 the minibuffer-default list and minibuffer-default-add-done is nil.
13523 Change "^End of history; no next item$" to "^End of defaults;
13524 no next item$".
13525
13526 * bindings.el (debug-ignored-errors): Change "^End of history;
13527 no next item$" to "^End of defaults; no next item$".
13528
135292008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13530
13531 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
13532
13533 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
13534 to with-no-warnings.
13535
135362008-03-29 Michael Albinus <michael.albinus@gmx.de>
13537
13538 Sync with Tramp 2.1.13.
13539
13540 * net/tramp-ftp.el: Require 'cl when byte-compiling.
13541
13542 * net/trampver.el: Update release number.
13543
135442008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
13545
13546 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
13547 the current backend.
13548
13549 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
13550 (vc-status-refresh): Create a temporary buffer and call the
13551 `dir-status' backend function from that buffer.
13552
13553 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
13554 (vc-bzr-after-dir-status): Don't kill the buffer.
13555
13556 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
13557 (vc-cvs-after-dir-status): Don't kill the buffer.
13558
13559 * vc-git.el (vc-git-dir-status): Don't create a buffer.
13560 (vc-git-after-dir-status-stage2): Don't kill the buffer.
13561
13562 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
13563 (vc-hg-after-dir-status): Don't kill the buffer.
13564
13565 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
13566 (vc-svn-after-dir-status): Don't kill the buffer.
13567
135682008-03-29 Glenn Morris <rgm@gnu.org>
13569
13570 * calendar/calendar.el (diary-file, american-date-diary-pattern)
13571 (european-date-diary-pattern, european-calendar-display-form)
13572 (american-calendar-display-form, diary-display-hook): Doc fixes.
13573 (european-calendar-style): Doc fix. Use calendar-set-date-style for
13574 custom :set. Mark as obsolete.
13575 (calendar-date-style, iso-date-diary-pattern)
13576 (iso-calendar-display-form): New user variables.
13577 (diary-date-forms, calendar-date-display-form): Set using
13578 calendar-date-style. Doc fix.
13579 (calendar-set-date-style): New command.
13580 (european-calendar, american-calendar): Use calendar-set-date-style.
13581 Mark as obsolete.
13582
13583 * calendar/diary-lib.el (number): Move declaration where needed.
13584 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
13585 (diary-make-date): New function.
13586 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
13587 Use diary-make-date.
13588 (diary-date-display-form, diary-insert-entry-1): New functions.
13589 (insert-monthly-diary-entry, insert-yearly-diary-entry):
13590 Use diary-insert-entry-1.
13591 (insert-anniversary-diary-entry, insert-block-diary-entry)
13592 (insert-cyclic-diary-entry): Use diary-date-display-form.
13593
13594 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13595 Autoload diary-insert-entry-1.
13596 * calendar/cal-bahai.el (diary-bahai-insert-entry)
13597 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
13598 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
13599 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
13600 * calendar/cal-islam.el (insert-islamic-diary-entry)
13601 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
13602 Use diary-insert-entry-1.
13603
13604 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
13605 (diary-yahrzeit): Doc fix. Use diary-make-date.
13606
13607 * calendar/icalendar.el (icalendar--datetime-to-american-date):
13608 New name for icalendar--datetime-to-noneuropean-date. Make old name
13609 obsolete alias.
13610 (icalendar--datetime-to-iso-date): New function.
13611 (icalendar--datetime-to-diary-date): Doc fix. Respect
13612 calendar-date-style if bound.
13613
13614 * textmodes/remember.el (remember-diary-convert-entry):
13615 Respect calendar-date-style if bound.
13616
136172008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13618
13619 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
13620 (xterm-mouse-handle-delete-frame): Delete.
13621
13622 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
13623 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
13624 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
13625 in xterm-modify-other-keys-terminal-list.
13626
13627 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
13628 are conflicts.
13629
136302008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
13631
13632 * vc.el (vc-update): Check if the buffer is unsaved only if it
13633 actually exists.
13634 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
13635 vc-print-log.
13636
136372008-03-28 Magnus Henoch <mange@freemail.hu>
13638
13639 * net/dns.el (dns-write): Use set-buffer-multibyte.
13640
136412008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13642
13643 * vc-bzr.el (vc-bzr-sha1): New fun.
13644 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
13645 (vc-bzr-registered): Use it.
13646
136472008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
13648
13649 * vc.el (vc-status-kill-dir-status-process): Simplify.
13650 (vc-status-refresh): Make sure the buffer is live.
13651 (ring): Don't require it, not used.
13652
136532008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
13654
13655 * progmodes/verilog-mode.el (verilog-auto-inout-module):
13656 Add optional regular expression to AUTOINOUTMODULE.
13657 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
13658 (verilog-auto-inst-param, verilog-auto-reg)
13659 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
13660 (verilog-auto-output-every, verilog-auto-input)
13661 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
13662 (verilog-auto-unused, verilog-auto): Update documentation to use
13663 more obvious instance module names versus cell names.
13664
136652008-03-28 Jan Djärv <jan.h.d@swipnet.se>
13666
13667 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
13668 kill if a process is running.
13669
13670 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
13671
136722008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
13673
13674 * vc.el: Add new backend function 'status-extra-headers.
13675 (vc-default-status-extra-headers): New function.
13676 (vc-status-headers): Call 'status-extra-headers. Add colors.
13677
13678 * vc-git.el (vc-git-status-extra-headers): New function.
13679
136802008-03-28 Glenn Morris <rgm@gnu.org>
13681
13682 * calendar/cal-menu.el (cal-menu-holidays-menu)
13683 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
13684 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
13685 holiday-list is optional.
13686 (calendar-mouse-holidays): Remove un-needed local `l'.
13687
13688 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
13689 Remove un-needed local `date'.
13690 (calendar-cursor-to-visible-date): Use let rather than let*.
13691 Remove un-needed local `first-of-month-weekday'.
13692
13693 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
13694
13695 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
13696 Doc fixes.
13697 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
13698 (diary-header-line-flag, diary-header-line-format): Declare.
13699 (diary-pull-attrs): Check for multiple matches.
13700 (diary-list-entries-2): Simplify finding start of date.
13701 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
13702 pop-up-frames.
13703 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
13704 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
13705
137062008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
13707
13708 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
13709
13710 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
13711
137122008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13713
13714 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
13715
13716 * image-mode.el (image-mode-reapply-winprops): Fix last change.
13717
137182008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
13719
13720 * international/mule-conf.el (define-iso-single-byte-charset):
13721 Don't make latin-iso8859-* supplementary.
13722 (#'set-charset-priority): Don't change the priority of charsets
13723 `unicode' and `emacs'.
13724
137252008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13726
13727 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
13728 temp buffer.
13729
137302008-03-27 Glenn Morris <rgm@gnu.org>
13731
13732 * calendar/cal-bahai.el (diary-bahai-list-entries):
13733 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
13734 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
13735
13736 * calendar/calendar.el (diary-file): Doc fix.
13737
13738 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
13739 (list-diary-entries-hook, mark-diary-entries-hook)
13740 (include-other-diary-files, diary-mail-entries)
13741 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
13742 (diary-set-header): New function.
13743 (diary-header-line-flag, diary-header-line-format):
13744 Use diary-set-header for custom :set function.
13745 (diary-set-maybe-redraw): Use symbol-value rather than eval.
13746 (diary-attrtype-convert): Use intern-soft rather than read.
13747 (diary-display-no-entries): New function.
13748 (simple-diary-display, fancy-diary-display): Use it.
13749 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
13750 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
13751
13752 * calendar/holidays.el (list-holidays): Doc fix.
13753
137542008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
13755
13756 * calc/calc-store.el (calc-read-var-name-history): New variable.
13757 (calc-read-var-name): Use `calc-read-var-name-history'.
13758
137592008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13760
13761 * image-mode.el (image-mode-reapply-winprops): Simplify now that
13762 window-configuration-change-hook works buffer-locally.
13763
137642008-03-26 Johan Bockgård <bojohan@gnu.org>
13765
13766 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
13767 for Emacs Lisp, not Lisp.
13768
137692008-03-26 Juanma Barranquero <lekktu@gmail.com>
13770
13771 * help-fns.el (describe-function-1, describe-variable):
13772 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
13773
13774 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
13775 replacement is provided, don't print "use nil instead".
13776
137772008-03-26 Johan Bockgård <bojohan@gnu.org>
13778
13779 * complete.el (PC-do-completion): Use regexp-quote.
13780
137812008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
13782
13783 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
13784 Detect missing files.
13785
13786 * vc-git.el (vc-git-extra-menu-map): New key map.
13787 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
13788 New functions.
13789
13790 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
13791 and 'missing files.
13792
137932008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13794
13795 * calendar/holidays.el (list-holidays): Make Y2 optional.
13796
13797 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
13798 buffers shown to the user.
13799 (appt-disp-window): Disable undo explicitly now that the leading space
13800 is gone.
13801
13802 * simple.el (activate-mark): New function.
13803 (set-mark-command): Use it with region-active-p to clean up the code.
13804 (exchange-point-and-mark): Invert the meaning of C-u when
13805 transient-mark-mode is active.
13806
13807 * dired-aux.el (dired-create-files): Use dolist.
13808
13809 * bindings.el (mode-line-change-eol): Use with-selected-window.
13810
13811 * apropos.el (apropos-command): Include macros.
13812
138132008-03-26 Glenn Morris <rgm@gnu.org>
13814
13815 * calendar/cal-bahai.el: Require calendar, not cal-julian.
13816 (calendar-bahai-epoch): Doc fix.
13817
13818 * calendar/cal-china.el: Explicitly require calendar.
13819
13820 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
13821 Require calendar rather than cal-julian.
13822 Autoload calendar-absolute-from-julian.
13823 * calendar/cal-coptic.el (coptic-calendar-epoch):
13824 * calendar/cal-islam.el (calendar-islamic-epoch):
13825 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
13826
13827 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
13828
13829 * calendar/cal-dst.el: Don't require cal-persia.
13830 (calendar-absolute-from-persian): Autoload it.
13831 (dst-adjust-time): Doc fix.
13832
13833 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
13834 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
13835 calendar.
13836
13837 * calendar/cal-menu.el: Require calendar rather than declaring
13838 functions.
13839 * calendar/calendar.el: Provide calendar before requiring cal-menu.
13840
13841 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
13842 calendar-after-frame-setup-hooks. Update callers, make old name an
13843 obsolete alias. Doc fix.
13844 (calendar-frame-1): Doc fix.
13845
13846 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
13847
13848 * calendar/calendar.el (oriental-holidays, solar-holidays):
13849 * calendar/holidays.el (list-holidays): Assume atan always bound.
13850
13851 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
13852 Explicitly require calendar, not cal-julian.
13853 * calendar/lunar.el: Explicitly require cal-dst.
13854
138552008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13856
13857 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
13858
13859 * help-fns.el (describe-function-1, describe-variable): If no
13860 replacement is provided, don't print "use nil instead".
13861
138622008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13863
13864 * proced.el: New file.
13865
138662008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
13867
13868 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
13869
138702008-03-25 Juri Linkov <juri@jurta.org>
13871
13872 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
13873 in battery-mode-line-format.
13874
13875 * bindings.el (minibuffer-local-map): For the command
13876 file-cache-minibuffer-complete replace keymap minibuffer-local-map
13877 with map which is already locally bound to minibuffer-local-map.
13878
138792008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13880
13881 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
13882 Remove `sort-first' argument.
13883
13884 * subr.el (redisplay-end-trigger-functions)
13885 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
13886 (process-filter-multibyte-p, set-process-filter-multibyte):
13887 Mark as obsolete.
13888
138892008-03-25 Juanma Barranquero <lekktu@gmail.com>
13890
13891 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
13892 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
13893 use the LOCAL arg of `add-hook'.
13894 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
13895 Remove spurious * from defcustom docstrings.
13896 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
13897 Fix typos in messages.
13898 (reb-mode-buffer-p): New function.
13899 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
13900 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
13901 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
13902 Use `unless', `when'.
13903 (re-builder-unload-function): New function.
13904
139052008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
13906
13907 * vc-hooks.el (vc-state): Add documentation for 'missing.
13908
139092008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
13910
13911 * progmodes/verilog-mode.el (verilog-auto-output)
13912 (verilog-auto-input, verilog-auto-inout, verilog-auto)
13913 (verilog-delete-auto): Add optional regular expression to
13914 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
13915 (verilog-signals-matching-regexp): New internal function for
13916 signal matching.
13917
139182008-03-25 Johan Bockgård <bojohan@gnu.org>
13919
13920 * info.el (Info-isearch-search): Always return point.
13921
139222008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13923
13924 * diff-mode.el (diff-remembered-defdir): New var.
13925 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
13926
139272008-03-25 Glenn Morris <rgm@gnu.org>
13928
13929 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
13930 calendar-bahai-prompt-for-date. Update callers, make old name an
13931 obsolete alias. Doc fix.
13932 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
13933 coptic-prompt-for-date. Update callers, make old name an
13934 obsolete alias. Doc fix.
13935 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
13936 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
13937 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
13938 calendar-islamic-prompt-for-date. Update callers. Doc fix.
13939 * calendar/cal-iso.el (calendar-iso-read-date): New name for
13940 calendar-iso-read-args. Update callers, make old name an obsolete
13941 alias.
13942 * calendar/cal-persia.el (calendar-persian-read-date): New name for
13943 persian-prompt-for-date. Update callers, make old name an
13944 obsolete alias. Doc fix. Move definition before use.
13945
13946 * calendar/cal-x.el (diary-frame-parameters)
13947 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
13948 (calendar-frame-1): Doc fixes.
13949 (make-fancy-diary-buffer): Remove declaration.
13950 (calendar-dedicate-diary): Replace call to deleted function
13951 make-fancy-diary-buffer.
13952 (calendar-frame-setup): New function.
13953 (calendar-one-frame-setup, calendar-only-one-frame-setup)
13954 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
13955 work, and mark as obsolete.
13956 (special-display-buffer-names): Don't mess with this; it's not our
13957 business.
13958 (cal-x-load-hook): Defvar it, and mark as obsolete.
13959
13960 * calendar/calendar.el (calendar-remove-frame-by-deleting):
13961 Default to t. Add to 'calendar group.
13962 (calendar): Doc fix. Use calendar-frame-setup.
13963 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
13964 (generate-calendar-window): Doc fix.
13965
139662008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13967
13968 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
13969
139702008-03-24 Drew Adams <drew.adams@oracle.com>
13971
13972 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
13973 New variables.
13974 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
13975 (finder-exit): Ignore errors rather than avoiding them.
13976 Kill *Finder-package* buffer also.
13977
139782008-03-24 Andreas Schwab <schwab@suse.de>
13979
13980 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
13981
139822008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
13983
13984 * vc-hg.el (vc-hg-after-dir-status):
13985 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
13986
13987 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
13988 Detect removed files.
13989
13990 * vc.el (vc-status-printer): Use a different face for missing files.
13991 (vc-status-hide-up-to-date): Rename from
13992 vc-status-remove-up-to-date. Update all callers.
13993 (vc-status-mode-map): Bind C-m.
13994
139952008-03-24 Alexandre Julliard <julliard@winehq.org>
13996
13997 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
13998 code ...
13999 (vc-git--state-code): ... to this new function.
14000 (vc-git-state): Use it.
14001
f0131492 140022008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
e3d51b27
MR
14003
14004 * textmodes/remember.el (remember-mail-date)
14005 (remember-store-in-mailbox): Write date and From line in such a
14006 way that Mutt can read it.
14007
140082008-03-23 Chong Yidong <cyd@stupidchicken.com>
14009
14010 * simple.el (transient-mark-mode): Turn on by default.
14011
140122008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
14013
14014 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
14015 'unregistered for unregistered files.
14016
14017 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
14018
14019 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
14020
14021 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
14022 subdirectories.
14023
14024 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
14025 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
14026 Add :enable for vc-status-refresh.
14027 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
14028 (vc-status-tool-bar-map): Add binding for
14029 vc-status-kill-dir-status-process.
14030 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
14031 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
14032 Reset vc-status-process-buffer.
14033 (vc-status-refresh): Don't run two refreshes at a time.
14034 (vc-status): If the buffer is already in vc-status-mode only refresh.
14035 (vc-status-mark-buffer-changed): Add an optional file parameter.
14036 (vc-resynch-buffer): Use it.
14037 (vc-delete-file): Expand the file name before using it.
14038 Be careful to not create a new buffer with the old file contents.
14039 Update the VC state after performing the operation.
14040
140412008-03-23 Andreas Schwab <schwab@suse.de>
14042
14043 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
14044 Fix radio button condition.
14045 [box]: Likewise.
14046 [customize]: Add radio button.
14047
140482008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
14049
14050 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
14051 (calc-user-parse-tables, calc-gnuplot-default-device)
14052 (calc-gnuplot-default-output, calc-gnuplot-print-device)
14053 (calc-gnuplot-print-output, calc-gnuplot-geometry)
14054 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
14055 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
14056 (calc-undo-list, calc-redo-list, calc-main-buffer)
14057 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
14058 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
14059 (calc-said-hello, calc-executing-macro, calc-any-selections)
14060 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
14061 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
14062 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
14063 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
14064 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
14065 (calc-create-buffer, calc-quit): Add docstrings.
14066
140672008-03-23 Juanma Barranquero <lekktu@gmail.com>
14068
14069 * makefile.w32-in (WINS_ALMOST): Add org.
14070
140712008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
14072
14073 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
14074 New functions to implement vc-status support.
14075
140762008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
14077
14078 * vc.el (vc-status-prepare-status-buffer): New function.
14079 (vc-status): Use it.
14080
14081 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
14082 appropriate.
14083
140842008-03-22 Alexandre Julliard <julliard@winehq.org>
14085
14086 * vc-git.el (vc-git--empty-db-p)
14087 (vc-git-after-dir-status-stage1-empty-db): New functions.
14088 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
14089 Add support for empty repositories.
14090
140912008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
14092
14093 * vc-git.el (vc-git-annotate-extract-revision-at-line):
14094 Allow "^" in a version name.
14095
14096 * vc-mtn.el (vc-mtn-state): Support the added state.
14097
140982008-03-22 Carsten Dominik <dominik@science.uva.nl>
14099
14100 * org: New directory for Org-mode.
14101
14102 * org/org-export-latex.el: Moved from lisp/texmodes.
14103
14104 * org/org-irc.el: Moved from lisp/texmodes.
14105
14106 * org/org-mac-message.el: Moved from lisp/texmodes.
14107
14108 * org/org-mouse.el: Moved from lisp/texmodes.
14109
14110 * org/org-publish.el: Moved from lisp/texmodes.
14111
141122008-03-21 Juri Linkov <juri@jurta.org>
14113
14114 * comint.el (comint-dynamic-simple-complete):
14115 Use variable `stub' for the second arg `common-substring'
14116 of `comint-dynamic-list-completions'.
14117 (comint-dynamic-list-filename-completions):
14118 Use variable `filenondir' for the second arg `common-substring'
14119 of `comint-dynamic-list-completions'.
14120 (comint-dynamic-list-completions): Add new optional arg
14121 `common-substring'. Add `common-substring' as the second arg of
14122 the call to `display-completion-list'. Doc fix.
14123
14124 * comint.el (comint-dynamic-complete-as-filename)
14125 (comint-dynamic-list-filename-completions)
14126 (comint-dynamic-simple-complete): Use `minibuffer-message'
14127 to display message "No completions of %s" when a command
14128 is called in the minibuffer.
14129 (comint-dynamic-simple-complete): Don't display other
14130 completion messages when a command is called in the minibuffer.
14131 (comint-dynamic-list-completions): Use `minibuffer-message'
14132 to display message " [Type space to flush ...]" when a command
14133 is called in the minibuffer.
14134
14135 * shell.el (shell-dynamic-complete-command)
14136 (shell-dynamic-complete-environment-variable): Don't display
14137 completion messages when command is called in the minibuffer.
14138
14139 * emacs-lisp/lisp.el (lisp-complete-symbol):
14140 Use `minibuffer-message' to display message "No completions of %s"
14141 when this command is called in the minibuffer.
14142
14143 * bindings.el (standard-mode-line-modes): Put special help-echo
14144 tooltip on recursive edit %[ %] mode-line constructs.
14145
14146 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
14147 "^No dynamic expansion for .* found$" to allow error messages like
14148 "No dynamic expansion for \"%s\" found in this-buffer".
14149
141502008-03-21 Michael Albinus <michael.albinus@gmx.de>
14151
14152 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
14153 "psftp".
14154
141552008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14156
14157 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
14158 * vc.el (vc-default-dired-state-info): Use just "modified".
14159 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
14160 (vc-cvs-mode-line-string): Make use of the better default.
14161 (vc-cvs-parse-entry): Use the new `added'.
14162 (vc-cvs-dired-state-info): Remove.
14163 * vc-svn.el (vc-svn-dired-state-info): Remove.
14164 * vc-hg.el (vc-hg-dired-state-info): Remove.
14165 * vc-git.el (vc-git-dired-state-info): Remove.
14166
141672008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
14168
14169 * vc-git.el (vc-git-status-result): New variable.
14170 (vc-git-dir-status): Split out ...
14171 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
14172 ... these new functions and work asynchronously.
14173
141742008-03-21 Alexandre Julliard <julliard@winehq.org>
14175
14176 * vc-git.el (vc-git-after-dir-status): Remove.
14177 (vc-git-dired-state-info): Reimplement.
14178
141792008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
14180
14181 * replace.el (occur-mode-map): Add :help.
14182
14183 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
14184 for disassemble.
14185
14186 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
14187 the 'added state.
14188 (vc-status-remove-up-to-date): New function.
14189 (vc-status-mode-map, vc-status-menu-map): Bind it.
14190 (vc-status-printer): Use a different face up-to-date files.
14191 (vc-resynch-buffer): Update the vc-status buffer if it exists.
14192 (Todo): Remove solved entries.
14193
14194 * vc-hg.el (vc-hg-state):
14195 * vc-git.el (vc-git-state):
14196 * vc-cvs.el (vc-cvs-parse-status):
14197 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
14198 state.
14199
142002008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14201
14202 * progmodes/compile.el (compile):
14203 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
14204
14205 * simple.el (minibuffer-local-shell-command-map): New var.
14206 (minibuffer-complete-shell-command, read-shell-command): New funs.
14207 (shell-command, shell-command-on-region): Use them.
14208
142092008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
14210
14211 * vc.el (vc-status-mark-buffer-changed): New function to implement
14212 updating of the *vc-status* buffer when a buffer is saved.
14213 (vc-status-mode): Use it for after-change-hook.
14214 (vc-add-to-vc-status-buffer): Rename to ...
14215 (vc-status-add-entry): ... this.
14216 (Todo): Add new entry.
14217
142182008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14219
14220 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
14221
142222008-03-20 Juanma Barranquero <lekktu@gmail.com>
14223
14224 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
14225 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
14226 Remove spurious * from defcustom docstrings.
14227 (icomplete-compute-delay): Fix docstring and remove spurious *.
14228 (icomplete-delay-completions-threshold): Fix typo in docstring and
14229 remove spurious *.
14230 (icomplete-completions): While collecting the list of prospective
14231 candidates, don't overshoot `icomplete-prospects-length'.
14232
142332008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
14234
14235 * textmodes/refbib.el:
14236 * textmodes/reftex.el:
14237 * textmodes/reftex-global.el:
14238 * textmodes/reftex-vars.el:
14239 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
14240 compiler pacifying defvars.
14241 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
14242 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
14243 not needed.
14244
142452008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
14246
14247 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
14248 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
14249 (verilog-customize, verilog-font-customize)
14250 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
14251 (verilog-mode): Update documentation strings to match tool tips.
14252 (verilog-auto-search-do, verilog-auto-re-search-do)
14253 (verilog-skip-forward-comment-or-string): Fix verilog-auto
14254 expansion when a .* appears inside a string.
14255 (verilog-re-search-forward, verilog-re-search-backward):
14256 Add comment to recall how this works.
14257 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
14258
142592008-03-20 Glenn Morris <rgm@gnu.org>
14260
14261 * calendar/calendar.el (calendar-other-dates): New function.
14262 (calendar-print-other-dates): Use calendar-other-dates.
14263 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
14264 the declarations it replaces.
14265 (calendar-mouse-print-dates): Use calendar-other-dates.
14266
14267 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
14268 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
14269 (calendar-absolute-from-bahai): Fix the leap-year case.
14270 (calendar-bahai-from-absolute): Re-use the Gregorian month.
14271 (calendar-bahai-date-string, calendar-bahai-print-date):
14272 Handle pre-Bahai dates.
14273
14274 * calendar/cal-china.el (chinese-calendar-celestial-stem)
14275 (chinese-calendar-terrestrial-branch): Make defcustoms.
14276
14277 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
14278 (calendar-mouse-view-diary-entries): Use or.
14279 (calendar-mouse-chinese-date): Remove unused command.
14280 (cal-menu-load-hook): Mark as obsolete.
14281
14282 * calendar/solar.el (calendar-location-name, calendar-latitude)
14283 (calendar-longitude, solar-arctan, sunrise-sunset)
14284 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
14285
142862008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
14287
14288 * calc/calc.el: Remove outdated comments.
14289 (defcalcmodevar, calc-mode-var-list-restore-default-values)
14290 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
14291 Add docstrings.
14292
142932008-03-19 Jason Rumney <jasonr@gnu.org>
14294
14295 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
14296
142972008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
14298
14299 * net/tls.el (open-tls-stream): Reindent.
14300
143012008-03-19 Michael Albinus <michael.albinus@gmx.de>
14302
14303 * net/tramp.el (tramp-let-maybe): Removed.
14304 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
14305 It does not exist under XEmacs.
14306 (tramp-handle-file-truename, tramp-handle-expand-file-name)
14307 (tramp-completion-file-name-handler): Let-bind
14308 `directory-sep-char'.
14309
14310 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
14311 `directory-sep-char'.
14312
143132008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14314
14315 * help-fns.el (describe-function-1): Don't signal "missing arglist"
14316 for autoloaded keymaps.
14317
14318 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
14319 (electric-verilog-terminate-line, verilog-in-struct-region-p)
14320 (verilog-backward-ws&directives, verilog-forward-ws&directives)
14321 (verilog-in-comment-p, verilog-in-star-comment-p)
14322 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
14323 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
14324 (verilog-skip-forward-comment-or-string, verilog-in-paren)
14325 (verilog-skip-forward-comment-p): Use it.
14326
143272008-03-19 Juanma Barranquero <lekktu@gmail.com>
14328
14329 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
14330 (org-remember-templates, org-time-stamp-rounding-minutes)
14331 (org-back-over-empty-lines, org-find-base-buffer-visiting)
14332 (org-columns-new): Fix typos in docstrings.
14333
143342008-03-19 Glenn Morris <rgm@gnu.org>
14335
14336 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
14337 (tramp-handle-shell-command): Use condition-case rather than
14338 ignore-errors.
14339
143402008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
14341
14342 * diff-mode.el (diff-header): Make the color louder.
14343 (diff-refine-change): Tone the color down.
14344
143452008-03-19 Juanma Barranquero <lekktu@gmail.com>
14346
14347 * descr-text.el (describe-char): When `describe-char-unidata-list'
14348 is set to show all properties, list them in the right order.
14349
143502008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14351
14352 * international/mule.el (load-with-code-conversion): Avoid setting
14353 default-enable-multibyte-characters.
14354
143552008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
14356
14357 * vc.el (vc-annotate-background): Fix custom type.
14358
143592008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14360
14361 * descr-text.el (describe-char-unidata-list): Allow specifying
14362 just all properties.
14363 (describe-char): Handle that new value.
14364
14365 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
14366
143672008-03-18 Tassilo Horn <tassilo@member.fsf.org>
14368
14369 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
14370 instead of file name extension to make docs with uncommon
14371 extensions work.
14372
143732008-03-18 Tassilo Horn <tassilo@member.fsf.org>
14374
14375 * doc-view.el (require): Require cl at compile time because
14376 `assert' needs it.
14377
143782008-03-18 Glenn Morris <rgm@gnu.org>
14379
14380 * calendar/calendar.el (initial-calendar-window-hook)
14381 (today-visible-calendar-hook): Doc fixes.
14382
143832008-03-17 Michael Albinus <michael.albinus@gmx.de>
14384
14385 * net/tramp.el (tramp-root-regexp): Simplify.
14386 (tramp-completion-file-name-regexp-separate): Don't insist on
14387 leading "[". This prevents method or user or host completion.
14388 (tramp-let-maybe): Autoload it.
14389 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
14390 is an alias for `identity'.
14391 (tramp-handle-write-region): Protect `last-coding-system-used'
14392 over the trailing statements.
14393 (tramp-completion-file-name-handler-post-function): Remove.
14394 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
14395 instead of calling `tramp-drop-volume-letter'.
14396
14397 * net/tramp.el:
14398 * net/tramp-uu.el:
14399 * net/trampver.el: Move coding cookie at the end.
14400
144012008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14402
14403 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
14404 elements which may be something else than characters.
14405
144062008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
14407
14408 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
14409 New functions to implement vc-status support.
14410
14411 * vc.el (vc-default-extra-status-menu)
14412 (vc-add-to-vc-status-buffer): New functions.
14413
14414 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14415 for eldoc and ielm.
14416
144172008-03-17 Glenn Morris <rgm@gnu.org>
14418
14419 * calendar/cal-x.el (diary-frame-parameters)
14420 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
14421 Fix custom type; add options.
14422 (calendar-frame, diary-frame): Doc fixes.
14423 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
14424 new functions.
14425 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
14426 Use calendar-frame-1 and calendar-dedicate-diary.
14427 (calendar-one-frame-setup): Also handle only-one-frame case.
14428 (calendar-only-one-frame-setup): Doc fix. Just call
14429 calendar-one-frame-setup.
14430
14431 * calendar/diary-lib.el: Re-order some definitions before their use.
14432 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
14433 (diary-list-entries): Doc fixes.
14434 (make-fancy-diary-display): Remove function.
14435
14436 * calendar/calendar.el (calendar-today-marker)
14437 (initial-calendar-window-hook, today-visible-calendar-hook)
14438 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
14439 (calendar-star-date, calendar-mark-today): Doc fixes.
14440 (today-visible-calendar-hook): Add options.
14441 (calendar-in-read-only-buffer): New macro.
14442 (calendar-basic-setup): Adapt for change in calendar-read-date.
14443 Place holiday let inside if.
14444 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
14445 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
14446 (calendar-print-other-dates): Use one let rather than many.
14447
14448 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
14449 (calendar-print-other-dates):
14450 * calendar/cal-hebrew.el (list-yahrzeit-dates):
14451 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
14452 * calendar/holidays.el (calendar-list-holidays, list-holidays)
14453 (calendar-cursor-holidays):
14454 * calendar/lunar.el (calendar-phases-of-moon): Use
14455 calendar-in-read-only-buffer to replace previous code and disable undo.
14456
144572008-03-16 Juri Linkov <juri@jurta.org>
14458
14459 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
14460 and regexp-search-ring-yank-pointer for the HISTPOS argument of
14461 read-from-minibuffer to provide the correct initial minibuffer
14462 history position in isearch-edit-string when it is called from
14463 isearch-ring-adjust.
14464
14465 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
14466 to check if the current buffer is the minibuffer, and in this case
14467 call abort-recursive-edit to kill the minibuffer. Doc fix.
14468 (kill-this-buffer-enabled-p): Allow this function to return non-nil
14469 when the current buffer is the minibuffer.
14470
14471 * simple.el (goto-line): Leave mark at previous position. Doc fix.
14472
144732008-03-16 Tassilo Horn <tassilo@member.fsf.org>
14474
14475 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
14476 Use non-nil PARENTS attribute of make-directory instead of
14477 explicitly checking existence the current cache directory.
14478
144792008-03-16 Daiki Ueno <ueno@unixuser.org>
14480
14481 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
14482 M-x epa-file-select-keys.
14483
144842008-03-16 Kenichi Handa <handa@m17n.org>
14485
14486 * international/mule.el (auto-coding-alist):
14487 Use no-conversion-multibyte for archive files.
14488
144892008-03-16 Glenn Morris <rgm@gnu.org>
14490
14491 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
14492 New functions.
14493 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
14494 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
14495 Use calendar-mark-1.
14496 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
14497 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
14498 Use calendar-mark-complex.
14499 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
14500 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
14501 Use calendar-mark-1.
14502
14503 * calendar/calendar.el (calendar-mod): Remove.
14504 * calendar/cal-china.el (calendar-chinese-from-absolute)
14505 (calendar-chinese-date-string): Expand calendar-mod calls.
14506 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
14507 Expand calendar-mod calls.
14508
14509 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
14510 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
14511 (diary-bahai-insert-yearly-entry): Use let rather than let*.
14512 Move obsolete aliases after the functions that replaced them.
14513
14514 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
14515 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
14516 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
14517 Use let rather than let*.
14518 (calendar-hebrew-prompt-for-date): New function.
14519 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
14520 (holiday-tisha-b-av-etc): Use unless, let.
14521
14522 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
14523 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
14524
14525 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
14526
14527 * calendar/calendar.el (calendar-for-loop): Add indent spec.
14528
14529 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
14530 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
14531 than concat.
14532 (diary): Remove un-needed let.
14533 (view-other-diary-entries): Rename argument.
14534 (diary-list-entries-2): New function.
14535 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
14536 (print-diary-entries): Use unless.
14537 (diary-mark-entries-1): Change argument order, make all but
14538 markfunc optional. Handle the standard (Gregorian) case.
14539 Use match-string-no-properties. Handle marks.
14540 (mark-diary-entries): Use diary-mark-entries-1.
14541 (diary-font-lock-keywords-1): New macro.
14542 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
14543
145442008-03-16 Ulf Jasper <ulf.jasper@web.de>
14545
14546 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
14547 (icalendar-export-hidden-diary-entries): New variable.
14548 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
14549 In case of error, insert full error-val.
14550 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
14551 Use calendar-day-of-week. Return the day number.
14552 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
14553
145542008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
14555
14556 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
14557 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
14558 (icalendar-export-region): Ignore hidden diary entries.
14559 (icalendar--convert-ordinary-to-ical): Fix case where event
14560 spans across midnight boundary.
14561 (icalendar-first-weekday-of-year): New function.
14562 (icalendar--convert-weekly-to-ical): Allow user-selectable start
14563 year for recurring events (Mozilla calendars do not propagate
14564 recurring events forever, so year 2000 start date was not working).
14565 (icalendar--convert-yearly-to-ical): Remove extra spaces in
14566 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
14567
145682008-03-15 Michael Albinus <michael.albinus@gmx.de>
14569
14570 * net/tramp.el (tramp-root-regexp): New defconst.
14571 (tramp-completion-file-name-regexp-unified)
14572 (tramp-completion-file-name-regexp-separate)
14573 (tramp-completion-file-name-regexp-url): Use it.
14574 (tramp-do-copy-or-rename-file-via-buffer):
14575 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
14576 t for `insert-file-contents-literally'.
14577 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
14578 Autoload it.
14579 (tramp-completion-file-name-handler-post-function): New defconst.
14580 (tramp-completion-file-name-handler): Use it.
14581 (tramp-maybe-open-connection): Update calls to
14582 `tramp-flush-connection-property' for removed 2nd argument.
14583
145842008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14585
14586 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
14587 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
14588 New functions.
14589
145902008-03-15 Glenn Morris <rgm@gnu.org>
14591
14592 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
14593 New functions.
14594 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
14595 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
14596 (diary-list-entries-1, diary-mark-entries-1): Autoload.
14597 (diary-bahai-list-entries): Use diary-list-entries-1.
14598 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
14599 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
14600 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
14601 (diary-list-entries-1, diary-mark-entries-1): Autoload.
14602 (list-hebrew-diary-entries): Use diary-list-entries-1.
14603 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
14604 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
14605 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
14606 (diary-list-entries-1, diary-mark-entries-1): Autoload.
14607 (list-islamic-diary-entries): Use diary-list-entries-1.
14608 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
14609
14610 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
14611
14612 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
14613
14614 * calendar/cal-china.el (number-chinese-months)
14615 (calendar-chinese-from-absolute): Use nth, caar.
14616
14617 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
14618
14619 * calendar/cal-french.el (french-calendar-accents): Doc fix.
14620
14621 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
14622 (calendar-hebrew-month-name-array-leap-year)
14623 (hebrew-calendar-parashiot-names): Make constants.
14624 (diary-parasha): Move definition after constants it uses.
14625
14626 * calendar/cal-html.el (cal-html-insert-link-yearpage)
14627 (cal-html-htmlify-list): Doc fix.
14628 (cal-html-htmlify-entry): Use nth.
14629
14630 * calendar/cal-islam.el (calendar-islamic-month-name-array)
14631 (calendar-islamic-epoch): Make constants.
14632 (calendar-islamic-epoch): Doc fix.
14633
14634 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
14635
14636 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
14637 (cal-tex-month-name): Doc fix.
14638 (cal-tex-last-blank-p): Use zerop.
14639
14640 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
14641 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
14642 (calendar-cursor-to-date): Doc fix.
14643 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
14644 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
14645 (calendar-day-number): Use when.
14646 (generate-calendar-month): Use dotimes.
14647 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
14648 (calendar-set-mark): Reverse conditional.
14649 (calendar-make-alist): Move definition before use.
14650
14651 * calendar/diary-lib.el (diary-face-attrs)
14652 (diary-glob-file-regexp-prefix, diary-selective-display)
14653 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
14654 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
14655 (diary-anniversary, diary-cyclic)
14656 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
14657 (diary-header-line-format): Change wording.
14658 (diary-list-entries): Set `date-start' in let.
14659 (include-other-diary-files, mark-included-diary-files): Use format.
14660 (simple-diary-display, fancy-diary-display): Use cadr, unless.
14661 (mark-diary-entries): Use 1+.
14662 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
14663 (mark-calendar-month): Use dotimes.
14664
14665 * calendar/holidays.el (displayed-month, displayed-year):
14666 Move declarations where needed.
14667 (calendar-list-holidays): Doc fix.
14668
14669 * calendar/parse-time.el (parse-time-string): Simplify.
14670
14671 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
14672 Make constants.
14673 (solar-sunrise-sunset): Rename some local variables for clarity.
14674 (sunrise-sunset): Use zerop.
14675 (solar-mean-equinoxes/solstices): Doc fix.
14676
14677 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
14678 Use nth.
14679 (timeclock-completing-read, timeclock-generate-report): Use zerop.
14680 (timeclock-mean, timeclock-generate-report): Use dolist.
14681
14682 * calendar/todo-mode.el (todo-add-category): Simplify.
14683 (todo-more-important-p, todo-delete-item, todo-file-item):
14684 Use unless, when.
14685 (todo-top-priorities): Use zerop.
14686
146872008-03-14 Nick Roberts <nickrob@snap.net.nz>
14688
14689 * buff-menu.el (list-buffers-noselect): Display buffer name in
14690 tooltip instead of mouse binding when it doesn't fit in the list.
14691
146922008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
14693
14694 * faces.el (xw-defined-colors):
14695 * simple.el (widget-convert, shell-mode): Declare as functions
14696 instead of autoloading.
14697
14698 * abbrev.el:
14699 * button.el:
14700 * cus-face.el:
14701 * ediff-hook.el:
14702 * emacs-lisp/backquote.el:
14703 * emacs-lisp/timer.el:
14704 * facemenu.el:
14705 * faces.el:
14706 * menu-bar.el:
14707 * simple.el:
14708 * subr.el:
14709 * textmodes/fill.el:
14710 * textmodes/paragraphs.el: Remove autoloads, redundant when the
14711 files are preloaded.
14712
147132008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
14714
14715 * desktop.el (desktop-create-buffer): Don't catch errors if
14716 debug-on-error is set.
14717
147182008-03-14 Eli Zaretskii <eliz@gnu.org>
14719
14720 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
14721 ($(lisp)/calendar/diary-loaddefs.el)
14722 ($(lisp)/calendar/hol-loaddefs.el): New targets.
14723 (LOADDEFS): New macro.
14724 (autoloads): Depend on $(LOADDEFS).
14725
147262008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
14727
14728 * font-lock.el (featurep): Remove test, not useful anymore.
14729 (facemenu-keymap): Move key binding ...
14730 * facemenu.el (facemenu-keymap): ... here.
14731
14732 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
14733 for each file in the list.
14734 (vc-bzr-log-view-mode): Recognize the file marker.
14735
14736 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14737 for checkdoc and profiling.
14738
147392008-03-14 Bastien Guerry <bzg@altern.org>
14740
14741 * textmodes/flyspell.el (nxml-mode): Add the right
14742 `flyspell-mode-predicate'.
14743
14744 * wid-edit.el (link): Use 'mouse-face for :follow-link.
14745
147462008-03-14 Glenn Morris <rgm@gnu.org>
14747
14748 * calendar/solar.el: Reorder so that functions are defined before use.
14749 (displayed-month, displayed-year): Move declarations where needed.
14750 (solar-get-number): Move definition before use. Use unless.
14751 (solar-equatorial-coordinates): Simplify.
14752 (solar-sunrise-and-sunset): Use let rather than let*.
14753 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
14754
14755 * startup.el (command-line-1): Rename -internal-script back to
14756 -scriptload (reverts previous change).
14757
14758 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
14759 (calendar-bahai-leap-base): Add doc strings.
14760 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
14761 Move definition before use.
14762 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
14763 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
14764 variables outside the loop. Use dolist.
14765 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
14766
14767 * calendar/cal-china.el: Re-order so that functions are defined before
14768 use.
14769 (displayed-month, displayed-year): Move declarations where needed.
14770 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
14771 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
14772 Add doc strings.
14773 (chinese-year-cache): Recenter on 2010. Doc fix.
14774 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
14775 Doc fix. Simplify.
14776 (chinese-year-cache-init): New function.
14777 (compute-chinese-year, holiday-chinese-new-year)
14778 (calendar-chinese-date-string, calendar-goto-chinese-date)
14779 (make-chinese-month-assoc-list): Use cadr, nth.
14780 (chinese-months): Remove un-needed let.
14781
14782 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
14783 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
14784 (coptic-prompt-for-date): Move definition before use.
14785
14786 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
14787 (calendar-dst-find-data, calendar-daylight-time-offset)
14788 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
14789 (calendar-daylight-savings-starts-time)
14790 (calendar-daylight-savings-ends-time): Use cadr, nth.
14791
14792 * calendar/cal-french.el (french-calendar-epoch)
14793 (calendar-goto-french-date): Doc fix.
14794 (french-calendar-month-name-array)
14795 (french-calendar-multibyte-month-name-array)
14796 (french-calendar-day-name-array, french-calendar-special-days-array):
14797 Add doc strings.
14798
14799 * calendar/cal-hebrew.el (displayed-month, displayed-year)
14800 (original-date): Move declarations where needed.
14801 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
14802 Doc fix.
14803 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
14804 constant variables outside the loop. Use dolist.
14805
14806 * calendar/cal-islam.el (displayed-month, displayed-year)
14807 (original-date): Move declarations where needed.
14808 (islamic-calendar-day-number): Remove unused local variable `day'.
14809 (calendar-goto-islamic-date): Doc fix.
14810 (holiday-islamic): Use unless.
14811 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
14812 constant variables outside the loop. Use dolist.
14813 (mark-islamic-calendar-date-pattern): Move definition before use.
14814 Use unless.
14815 (mark-islamic-diary-entries): Doc fix.
14816 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
14817 (insert-yearly-islamic-diary-entry): Use let rather than let*.
14818
14819 * calendar/cal-julian.el (calendar-absolute-from-julian):
14820 Move definition before use. Remove un-needed local `day'.
14821 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
14822
14823 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
14824 (calendar-mayan-tzolkin-names-array): Add doc strings.
14825 (calendar-mayan-long-count-from-absolute): Use a single let.
14826 (calendar-string-to-mayan-long-count): Simplify.
14827 (calendar-next-haab-date, calendar-previous-haab-date)
14828 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
14829 (calendar-previous-calendar-round-date)
14830 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
14831 Doc fix.
14832 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
14833 (calendar-mayan-date-string, calendar-print-mayan-date)
14834 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
14835 (calendar-mayan-long-count-common-era): Move definitions before use.
14836
14837 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
14838 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
14839 Doc fix.
14840 (calendar-mouse-goto-date): Move definition before use.
14841
14842 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
14843 Move definition before use.
14844 (calendar-cursor-to-visible-date): Move definition before use.
14845 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
14846 and place inside the conditional.
14847 (calendar-forward-day): Simplify.
14848 (calendar-end-of-month): Use unless.
14849 (calendar-goto-day-of-year): Doc fix.
14850 Relocate obsolete aliases after their replacements.
14851
14852 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
14853
14854 * calendar/diary-lib.el (mark-diary-entries): Move some constant
14855 variables outside the diary-date-forms loop.
14856
14857 * calendar/calendar.el (diary-file): Doc fix.
14858 (calendar-buffer-list): Return buffers rather than strings (fixes
14859 previous change).
14860 (hebrew-holidays-4): Fix typo.
14861
14862 * calendar/holidays.el (displayed-month, displayed-year):
14863 Move declarations where needed.
14864 (calendar-holiday-list, calendar-list-holidays)
14865 (holiday-filter-visible-calendar): Move definitions before use.
14866 (list-holidays): Use cadr.
14867 Relocate obsolete aliases after their replacements.
14868
14869 * calendar/lunar.el (date, displayed-month, displayed-year):
14870 Move declarations where needed.
14871 (lunar-phase-list): Move definition after functions it uses.
14872 (calendar-phases-of-moon, diary-phases-of-moon)
14873 (lunar-new-moon-on-or-after): Use cadr, nth.
14874 (lunar-new-moon-on-or-after): Doc fix.
14875
14876 * textmodes/org-irc.el (top-level): CL not required when compiling.
14877 (org-irc-visit-erc): Replace runtime CL functions.
14878
14879 * textmodes/org-publish.el (declare-function): Add compatibility stub.
14880 (org-publish-delete-dups): Declare as function.
14881
148822008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
14883
14884 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
14885 (vc-bzr-show-log-entry): Make regexp match more cases.
14886 (vc-diff-switches-list): Remove autoload, not needed.
14887
148882008-03-14 Juri Linkov <juri@jurta.org>
14889
14890 * isearch.el (isearch-edit-string): Remove one call to
14891 `isearch-push-state' not to push an inconsistent state,
14892 but keep another correct call to `isearch-push-state'.
14893 (isearch-ring-adjust): Call `isearch-push-state' only when
14894 `search-ring-update' is non-nil since `isearch-edit-string'
14895 already pushes its state.
14896 (isearch-message): Improve matching the failed part by checking
14897 if the original message starts with the last successful message.
14898
14899 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
14900 (dired-perm-write): Rename from `dired-warn-writable'.
14901 Change parent face from `font-lock-warning-face' to
14902 `font-lock-comment-delimiter-face'.
14903 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
14904 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
14905 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
14906 with `dired-perm-write-face'.
14907
149082008-03-13 Tassilo Horn <tassilo@member.fsf.org>
14909
14910 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
14911 Create cache dir only if it doesn't already exist.
14912
149132008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14914
14915 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
14916 of \ and '.
14917
149182008-03-13 Johan Bockgård <bojohan@gnu.org>
14919
14920 * net/browse-url.el (browse-url-text-xterm):
14921 Unquote browse-url-text-browser.
14922
149232008-03-13 Carsten Dominik <dominik@science.uva.nl>
14924
14925 * textmodes/org-mouse.el: Version number change.
14926
14927 * textmodes/org-publish.el (org-publish-expand-components):
14928 Remove null projects from the list of components.
14929 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
14930 Remove unused retrieval of the :publishing-directory property.
14931 (org-publish-file): Bugfix: when using a relative directory as the
14932 publishing directory, convert it to a directory filename.
14933 (org-publish-project): New alias.
14934 (org-publish-get-files): Protect against empty p.
14935 (org-publish-file): Send an error when file is not part of any project.
14936 (org-publish-file): Offer to refresh the list of files in known
14937 project when the current file is not part of any project.
14938 (org-publish-before-export-hook)
14939 (org-publish-after-export-hook): New hooks.
14940 (org-publish-org-to): Use new hooks and kill buffers.
14941 (org-publish-file): Remove the code for killing buffers.
14942 (org-publish-initialize-files-alist): Use interactive.
14943 (org-publish-file): If the publishing function creates a new
14944 buffer, kill it after publishing.
14945 (org-publish-timestamp-filename): Protect ":" in file name path
14946 under windows.
14947
14948 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
14949 change that killed the LaTeX buffer.
14950
14951 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
14952 in the decision tree.
14953 (org-select-remember-template): Clean the code.
14954 (org-prepare-dblock): Add the extra :content parameter.
14955 (org-write-agenda): New output type ".ics" files.
14956 (org-write-agenda): Call `org-icalendar-verify-function', both for
14957 time stamps and for TODO entries.
14958 (org-agenda-collect-markers, org-create-marker-find-array)
14959 (org-check-agenda-marker-table): New functions.
14960 (org-agenda-marker-table): New variable.
14961 (org-export-as-html): Revert the change that killed the html
14962 buffer. Side effects first need to be studied carefully.
14963 (org-get-tags-at): Fix the structure of the condition-case statement.
14964 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
14965 (org-timestamp-change): Fix regular expressions to swallow the
14966 extra character for repeat-shift control.
14967 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
14968 (org-get-legal-level): Alias to `org-get-valid-level'.
14969 (org-dblock-write:clocktable): Add a :link parameter, linking
14970 headlines to their location in the Org agenda files.
14971 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
14972 throwing an error when getting tags before headlines.
14973 (org-timestamp-change, org-modify-ts-extra)
14974 (org-ts-regexp1): Fix timestamp editing.
14975 (org-agenda-custom-commands-local-options): New constant.
14976 (org-agenda-custom-commands):
14977 Use `org-agenda-custom-commands-local-options' to improve customize
14978 type. "htmlize": Removed hack to fix face problem with htmlize,
14979 it no longer seem necessary.
14980 (org-follow-link-hook): New hook.
14981 (org-agenda-custom-commands): Add "Component" as a tag for each
14982 item in a command series.
14983 (org-open-at-point): Run `org-follow-link-hook'.
14984 (org-agenda-schedule): Bugfix: don't display marker type when it
14985 is nil.
14986 (org-store-link): org-irc required.
14987 (org-set-regexps-and-options): Parse the new logging options.
14988 (org-extract-log-state-settings): New function.
14989 (org-todo): Handle the new ways of recording state change stuff.
14990 (org-local-logging): New function.
14991 (org-columns-open-link): Fix bug with opening link in column view.
14992 (org-local-logging): New function.
14993 (org-todo): Make sure that LOGGING properties are honoured.
14994 (org-todo-keywords): Improve docstring.
14995 (org-startup-options): Cleanup startup options.
14996 (org-set-regexps-and-options): Process the "!" markers.
14997 (org-todo): Respect the new logging stuff.
14998 (org-log-note-how): New variable.
14999 (org-add-log-maybe): New parameter HOW that defines how logging
15000 should be done and also overrides PURPOSE. Add a docstring.
15001 (org-add-log-note): Check if we really need to ask for a note.
15002 (org-get-current-options): Digest the new keyword.
15003 (org-agenda-reset-markers): Rename from
15004 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
15005 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
15006 function, without force argument.
15007 (org-buffer-property-keys): Bind local variables s and p.
15008 (org-make-tags-matcher): Allow "" to match an empty or
15009 non-existent property value.
15010 (org-export-as-html): Join unsorted lists when they directly
15011 follow each other. Such lists may be created by headlines that
15012 are converted to lists.
15013 (org-nofm-to-completion): New function.
15014 (org-export-as-html): Use :html-extension instead of
15015 org-export-html-extension.
15016 (org-store-link): Support for links from `rmail-summary-mode'.
15017 (org-columns-new, org-complete, org-set-property): Set the
15018 `include-columns' argument in the call to
15019 `org-buffer-property-keys'.
15020 (org-buffer-property-keys): New argument `include-columns', to
15021 include properties expected by any of the COLUMNS formats in the
15022 current buffer.
15023 (org-cleaned-string-for-export): Get rid of drawers first, so that
15024 they will be removed also in the text before the first headline.
15025 (org-clock-report): Show the clocktable when found.
15026 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
15027 (org-version): With prefix argument, insert `org-version' at point.
15028 (org-agenda-goto): Recenter the window after finding the target
15029 location, to make sure the correct position will be displayed.
15030 (org-agenda-get-deadlines): Don't scale priority with the warning
15031 period.
15032 (org-insert-heading): Don't break line in the middle of the line.
15033 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
15034 be 0.
15035 (org-update-checkbox-count): Revamp to deal with hierarchical
15036 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
15037 (org-remove-timestamp-with-keyword): New function.
15038 (org-schedule, org-deadline):
15039 Use `org-remove-timestamp-with-keyword' to make sure all such time
15040 stamps are removed.
15041 (org-mode): Support for `align'.
15042 (org-agenda-get-deadlines): Make sure priorities increase as the
15043 due date approaches and is passed.
15044 (org-remember-apply-template): Fix problem with tags that
15045 contain "_" or "@".
15046 (org-make-link-regexps): Improve the regular expression for plain links.
15047 (org-agenda-get-closed): List each clocking entry.
15048 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
15049 (org-special-ctrl-k): New option.
15050 (org-kill-line): New function.
15051 (org-archive-all-done): Fix incorrect number of stars in regexp.
15052 (org-refile-get-location): New function.
15053 (org-refile-goto-last-stored): New function.
15054 (org-global-tags-completion-table): Add the value of org-tag-alist
15055 in each buffer, to make sure that also unused tags will be
15056 available for completion.
15057 (org-columns-edit-value)
15058 (org-columns-next-allowed-value): Only update if not in agenda.
15059 (org-clocktable-steps): New function.
15060 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
15061 (org-archive-subtree): Add the outline tree context as a property.
15062 (org-closest-date): New optional argument `prefer'.
15063 (org-goto-auto-isearch): New option.
15064 (org-goto-map, org-get-location): Implement auto-isearch.
15065 (org-goto-local-auto-isearch-map): New variable.
15066 (org-goto-local-search-forward-headings)
15067 (org-goto-local-auto-isearch): New functions.
15068
150692008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
15070
15071 * textmodes/org-irc.el: New file.
15072
150732008-03-13 John Wiegley <johnw@gnu.org>
15074
15075 * textmodes/org-mac-message.el: New file.
15076
150772008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
15078
15079 * font-lock.el (font-lock-comment-face): Set the foreground for
15080 the light background 8 colors case.
15081
150822008-03-13 Glenn Morris <rgm@gnu.org>
15083
15084 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
15085 generate-autoload-cookie patterns.
15086
15087 * startup.el (command-line-1): Rename -scriptload to -internal-script.
15088
15089 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
15090 (MH_E_SRC): Remove variable.
15091 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
15092 Simplify file header. Use $@ for generated-autoload-file.
15093
15094 * Makefile.in (LOADDEFS): New variable.
15095 (AUTOGENEL): Use $LOADDEFS.
15096 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
15097 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
15098 ($(lisp)/calendar/hol-loaddefs.el): New targets.
15099 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
15100 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
15101 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
15102 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
15103 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
15104 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
15105 Add calendar-specific autoload cookies, and remove any setting of
15106 generated-autoload-file.
15107 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
15108 * calendar/diary-lib.el: Replace explicit autoloads with reading of
15109 diary-loaddefs.
15110 * calendar/holidays.el: Replace explicit autoloads with reading of
15111 hol-loaddefs.
15112
15113 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
15114 (calendar-buffer-list): Simplify.
15115 (generate-calendar-window): Use calendar-mark-holidays rather than
15116 obsolete alias.
15117
15118 * calendar/cal-hebrew.el (list-yahrzeit-dates):
15119 Use cal-hebrew-yahrzeit-buffer.
15120
15121 * calendar/cal-x.el (calendar-only-one-frame-setup)
15122 (calendar-two-frame-setup): Doc fixes.
15123 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
15124
15125 * calendar/appt.el (appt-mode-string): Mark as risky.
15126 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
15127
15128 * calendar/cal-html.el (diary-list-entries):
15129 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
15130 (calendar-iso-from-absolute): Fix autoloads.
15131
15132 * calendar/cal-iso.el (calendar-absolute-from-iso)
15133 (calendar-iso-read-args): Simplify.
15134 (calendar-iso-date-string, calendar-iso-read-args)
15135 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
15136
15137 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
15138 (displayed-month, displayed-year): Move declarations where needed.
15139 (calendar-print-astro-day-number): Doc fix.
15140
15141 * calendar/cal-persia.el (persian-calendar-month-name-array)
15142 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
15143 (persian-prompt-for-date): Remove local variable `today'.
15144
15145 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
15146
15147 * calendar/solar.el (solar-moment, solar-exact-local-noon)
15148 (solar-sunrise-sunset, solar-sunrise-sunset-string)
15149 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
15150 (diary-sabbath-candles, solar-equinoxes/solstices)
15151 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
15152 (solar-time-equation, solar-date-to-et): Simplify.
15153
15154 * mail/supercite.el: Remove the `function' in `(function (lambda'.
15155 Replace `(car (cdr' with cadr'.
15156
15157 * progmodes/f90.el (f90-font-lock-n): New function.
15158 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
15159 Use f90-font-lock-n.
15160 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
15161
15162 * progmodes/f90.el (f90-mode-abbrev-table):
15163 * progmodes/fortran.el (fortran-mode-abbrev-table):
15164 Use newer form of define-abbrev, where supported. No need to bind
15165 abbrevs-changed for system abbrevs.
15166
151672008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15168
15169 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
15170 delete-frame-functions.
15171
15172 * bookmark.el (Info-current-node): Remove.
15173
151742008-03-12 Juri Linkov <juri@jurta.org>
15175
15176 * help.el (describe-project): Remove defaliases for view-todo and
15177 describe-project that are now unnecessary after the merge from
15178 emacs--rel--22 that added define-obsolete-function-alias.
15179
15180 * startup.el (inhibit-startup-screen): Revert incomplete
15181 2008-03-10 merge from emacs--rel--22 that partly reverted
15182 2008-02-28 change that added initial message to *scratch* buffer
15183 regardless of the value of `inhibit-startup-screen'.
15184 Now keep this change in the trunk, but not in the 22 branch.
15185
151862008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15187
15188 * international/quail.el (quail-setup-completion-buf, quail-help):
15189 * mail/binhex.el (binhex-decode-region-internal):
15190 * mail/uudecode.el (uudecode-decode-region-internal):
15191 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15192 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15193 setting default-enable-multibyte-characters.
15194
15195 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
15196
15197 * comint.el: Fix up indentation and comment style. Remove `function'.
15198
15199 * international/mule-cmds.el (reset-language-environment)
15200 (set-language-environment-nonascii-translation):
15201 Don't set-unibyte-charset.
15202
15203 * doc-view.el: Remove all cb-args, use closures instead.
15204 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
15205 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
15206 doing an incorrect check). Update all callers to use the new name.
15207 (doc-view-doc->txt): Add missing `txt' argument.
15208
152092008-03-12 Tassilo Horn <tassilo@member.fsf.org>
15210
15211 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
15212 md5 sum calculation to single-byte.
15213
152142008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15215
15216 * doc-view.el (doc-view-new-window-function): Add assertion.
15217 (doc-view-doc-type): New var.
15218 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
15219 (doc-view-intersection): New fun.
15220 (doc-view-mode): Use it to set the new var.
15221
152222008-03-12 Tassilo Horn <tassilo@member.fsf.org>
15223
15224 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
15225 (doc-view-already-converted-p): New functions.
15226 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
15227 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
15228 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
15229 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
15230 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
15231 (doc-view-convert-current-doc): Don't hardwire the functions the
15232 sentinels call. Now they're provided by two args CALLBACK and
15233 CB-ARGS to the functions.
15234 (doc-view-search): Use doc-view-doc->txt.
15235 (doc-view-initiate-display): Use doc-view-already-converted-p.
15236 Mention new binding C-c C-t if doc-view-mode doesn't work.
15237
152382008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
15239
15240 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
15241
152422008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15243
15244 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
15245 Mark " outside of tags as punctuation.
15246
152472008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
15248
15249 * menu-bar.el (minibuffer-local-map): Use the same command for the
15250 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
15251 Prefer RET over C-j for exit-minibuffer.
15252
15253 * files.el (display-buffer-other-frame): Eliminate problematic code.
15254
15255 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
15256 (menu-bar-select-buffer): Remove.
15257 (menu-bar-select-frame): Make non-interactive and take a frame arg.
15258 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
15259
152602008-03-11 Juanma Barranquero <lekktu@gmail.com>
15261
15262 * icomplete.el (icomplete-completions): Remove obsolete code.
15263
15264 * net/net-utils.el (iwconfig-program-options): Doc fix.
15265 (net-utils-run-program, run-network-program): Define as functions.
15266
152672008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
15268
15269 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
15270
152712008-03-11 Glenn Morris <rgm@gnu.org>
15272
15273 * faces.el (mode-line-emphasis): New face.
15274 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
15275
15276 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
15277
152782008-03-11 Chong Yidong <cyd@stupidchicken.com>
15279
15280 * simple.el (set-mark-command): Doc fix.
15281
152822008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15283
15284 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
15285
15286 * emacs-lisp/autoload.el (autoload-find-destination):
15287 Don't force raw-text.
15288
15289 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
15290 * calendar/cal-loaddefs.el: Don't version control.
15291
152922008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
15293
15294 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
15295 entries and add :help to the existing ones.
15296
152972008-03-10 Glenn Morris <rgm@gnu.org>
15298
15299 * calendar/cal-hebrew.el (date, entry, number): Move declarations
15300 to where they are needed.
15301
15302 * calendar/calendar.el (diary-file, hebrew-holidays-1)
15303 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
15304 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
15305 (calendar-version): Doc fixes.
15306 (calendar-absolute-from-gregorian): Use zerop.
15307 (calendar-mode-line-format): Make it a defcustom.
15308
15309 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
15310 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
15311 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
15312 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
15313 (mark-included-diary-files, mark-calendar-days-named)
15314 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
15315 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
15316 (insert-monthly-diary-entry, insert-yearly-diary-entry)
15317 (insert-anniversary-diary-entry, insert-block-diary-entry)
15318 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
15319 (diary-font-lock-sexps): Doc fixes.
15320 (diary-remind-message, mark-calendar-month): Use zerop.
15321 (diary-attrtype-convert, diary-pull-attrs): Simplify.
15322 (diary-list-entries): Revert let to let* (previous change).
15323
15324 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
15325
153262008-03-10 Kim F. Storm <storm@cua.dk>
15327
15328 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
15329 function aliases for the old names.
15330
153312008-03-10 Juanma Barranquero <lekktu@gmail.com>
15332
15333 * iswitchb.el (iswitchb-use-faces): Doc fix.
15334 (iswitchb-buffer-ignore, iswitchb-read-buffer):
15335 Fix typos in docstrings.
15336
153372008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
15338
15339 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
15340 Fix typo.
15341 (verilog-type-font-keywords): Reindent.
15342
153432008-03-10 Michael McNamara <mac@mail.brushroad.com>
15344
15345 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
15346 Fix bug in the grouping-keyword regular expression.
15347 (verilog-font-lock-keywords): Allow users to toggle special
15348 highlight of grouping-keywords.
15349 (verilog-highlight-grouping-keywords): The toggle for special
15350 highlighting of grouping keywords.
15351
153522008-03-10 Juri Linkov <juri@jurta.org>
15353
15354 * startup.el: Revert 2008-02-28 change that adds initial message
15355 to *scratch* buffer regardless of the value of
15356 `inhibit-startup-screen'.
15357
153582008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
15359
15360 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
15361 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
15362 * progmodes/verilog-mode.el (verilog-mode):
15363 * net/socks.el (socks):
15364 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
15365
153662008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
15367
15368 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
15369 (doc-view-bookmark-make-record): Use them.
15370 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
15371 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
15372
15373 * bookmark.el (bookmark-make-record-function): Change expected return
15374 value to include a suggested bookmark name.
15375 (bookmark-make): Split into bookmark-make-record and bookmark-store.
15376 Fix reversed `overwrite' semantics.
15377 (bookmark-set): Call bookmark-make-record before prompting the user.
15378 Then pass the result to bookmark-store later on.
15379 (bookmark-make-name-function): Remove.
15380 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
15381 * info.el (bookmark-make-name-function): Remove.
15382 (Info-mode): Don't set it.
15383 (Info-bookmark-make-name): Remove.
15384 (Info-bookmark-make-record): Use Info-current-node as suggested default
15385 bookmark name.
15386
15387 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
15388 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
15389 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
15390 (bookmark-annotation-buffer, bookmark-annotation-file)
15391 (bookmark-annotation-point, bookmark-send-annotation)
15392 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
15393 (bookmark-edit-annotation-text-func): Rename from
15394 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
15395 (bookmark-edit-annotation-mode-map): Move initialization into
15396 declaration.
15397
15398 * bookmark.el: Remove spurious * in docstrings.
15399 (bookmark-minibuffer-read-name-map): New var.
15400 (bookmark-set): Use it. Also pass the default value as it should.
15401 (bookmark-send-edited-annotation): Take no chances with text properties.
15402 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
15403 (bookmark-insert-buffer-name): Remove.
15404 (bookmark-buffer-file-name): Signal an error rather than returning nil.
15405
154062008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
15407
15408 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
15409
154102008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
15411
15412 * diff-mode.el (diff-mode-menu): Add :help.
15413
154142008-03-09 Glenn Morris <rgm@gnu.org>
15415
15416 * calendar/calendar.el (general-holidays, oriental-holidays)
15417 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
15418 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
15419 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
15420 (calendar-holidays): Restore autoload cookies, because people are
15421 used to using these variables without loading calendar.el.
15422
15423 * calendar/cal-islam.el (diary-islamic-date): Move to end.
15424 (date, number): Declare where needed.
15425
15426 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
15427 (list-sexp-diary-entries): Doc fixes.
15428 (diary-list-entries): Doc fix. Remove free variable `entry'.
15429 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
15430 Simplify setting of `date-holiday-list'.
15431 (mark-diary-entries): Remove free variable `entry'.
15432 (diary-list-entries, include-other-diary-files, fancy-diary-display):
15433 Use let where let* is not needed.
15434
154352008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
15436
15437 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
15438 make-record function, instead paste it in afterwards.
15439 (bookmark-make-record-for-text-file):
15440 * doc-view.el (doc-view-bookmark-make-record):
15441 * info.el (Info-bookmark-make-record): Don't mess with annotations.
15442
154432008-03-08 Glenn Morris <rgm@gnu.org>
15444
15445 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
15446
154472008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
15448
15449 * calendar/diary-lib.el (diary-list-entries)
15450 (include-other-diary-files, mark-diary-entries)
15451 (mark-sexp-diary-entries, mark-included-diary-files)
15452 (diary-entry-time, list-sexp-diary-entries): Remove the special
15453 handling of ^M that dates back to the use of selective-display.
15454 (simple-diary-display): Obey setting of pop-up-frames.
15455 (body, entry): Remove unnecessary declarations.
15456
15457 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
15458 (bookmark-get-annotation, bookmark-set-annotation)
15459 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
15460 (bookmark-set-position, bookmark-get-front-context-string)
15461 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
15462 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
15463 * info.el (Info-bookmark-make-record): Don't bother recording point.
15464 (bookmark-get-filename, bookmark-get-front-context-string)
15465 (bookmark-get-rear-context-string, bookmark-get-position):
15466 Don't declare any more.
15467 (bookmark-get-info-node): Remove.
15468 (bookmark-prop-get): Declare.
15469 (Info-bookmark-jump): Use it.
15470
154712008-03-08 Johan Bockgård <bojohan@gnu.org>
15472
15473 * subr.el (while-no-input): Don't splice BODY directly into the
15474 `or' form.
15475
154762008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
15477
15478 * diff-mode.el (diff-ignore-whitespace-hunk):
15479 Bind inhibit-read-only before trying to change the buffer.
15480
154812008-03-08 Glenn Morris <rgm@gnu.org>
15482
15483 * calendar/appt.el (appt): Move custom group here from calendar.el.
15484 (appt-disp-window, appt-convert-time): Doc fixes.
15485
15486 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
15487 (calendar-bahai-mark-date-pattern):
15488 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
15489 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
15490 * calendar/cal-julian.el (calendar-absolute-from-julian):
15491 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
15492
15493 * calendar/cal-china.el (chinese-calendar): Move custom group here from
15494 calendar.el.
15495 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
15496 Make constants.
15497 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
15498 (chinese-calendar-daylight-savings-starts)
15499 (chinese-calendar-daylight-savings-ends)
15500 (chinese-calendar-daylight-savings-starts-time)
15501 (chinese-calendar-daylight-savings-ends-time)
15502 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
15503 Doc fixes.
15504
15505 * calendar/cal-coptic.el (coptic-name): Add doc string.
15506
15507 * calendar/cal-french.el (french-calendar-month-name-array)
15508 (french-calendar-day-name-array, french-calendar-special-days-array):
15509 Add doc strings.
15510
15511 * calendar/cal-bahai.el (diary-bahai-mark-entries)
15512 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
15513 (diary-bahai-insert-yearly-entry):
15514 * calendar/cal-dst.el (calendar-next-time-zone-transition)
15515 (calendar-time-zone):
15516 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
15517 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
15518 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
15519 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
15520 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
15521 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
15522 (list-islamic-diary-entries, mark-islamic-diary-entries)
15523 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
15524 (insert-yearly-islamic-diary-entry):
15525 * calendar/cal-iso.el (calendar-iso-read-args):
15526 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
15527 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
15528 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
15529 (calendar-next-calendar-round-date)
15530 (calendar-mayan-long-count-common-era):
15531 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
15532 (cal-menu-x-popup-menu, calendar-mouse-holidays)
15533 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
15534 (calendar-mouse-goto-date):
15535 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
15536 * calendar/holidays.el (holidays):
15537 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
15538 * calendar/time-date.el (date-to-time, time-subtract, time-add)
15539 (safe-date-to-time): Doc fixes.
15540
15541 * calendar/cal-persia.el (persian-calendar-month-name-array)
15542 (persian-calendar-epoch): Make constants.
15543
15544 * calendar/cal-tex.el (calendar-tex): Move custom group here from
15545 calendar.el.
15546
15547 * calendar/cal-x.el (diary-frame-parameters)
15548 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15549 (calendar-after-frame-setup-hooks): Make defcustoms.
15550 (calendar-one-frame-setup, calendar-only-one-frame-setup)
15551 (calendar-two-frame-setup): Doc fix.
15552
15553 * calendar/cal-loaddefs.el: New file.
15554
15555 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
15556 * calendar/cal-french.el, calendar/cal-html.el:
15557 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
15558 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
15559 * calendar/cal-tex.el, calendar/cal-x.el:
15560 Unquote lambda functions. Add autoload cookies to functions formerly
15561 autoloaded in calendar.el. Set `generated-autoload-file' to
15562 "cal-loaddefs.el".
15563
15564 * calendar/calendar.el: Move many autoloads to separate file,
15565 cal-loaddefs.el. Move defcustoms to start and re-order.
15566 (calendar-month-name-array, calendar-starred-day): No need to
15567 declare for compiler.
15568 (cal-loaddefs): Require it.
15569 (appt, chinese-calendar, calendar-tex): Move custom groups to the
15570 appropriate file.
15571 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
15572 Reverse logic.
15573 (diary-face, diary-file-name-prefix-function, diary-include-string)
15574 (diary-glob-file-regexp-prefix, diary-face-attrs)
15575 (diary-file-name-prefix, sexp-diary-entry-symbol)
15576 (print-diary-entries-hook, list-diary-entries-hook)
15577 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
15578 (nongregorian-diary-marking-hook, diary-list-include-blanks):
15579 Move to diary-lib.
15580 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
15581 (all-bahai-calendar-holidays): Doc fix.
15582 (calendar-insert-indented): Doc fix. Use when rather than if.
15583 (exit-calendar): Use mapc rather than mapcar.
15584 (calendar-cursor-to-date): Use zerop.
15585 (calendar-mark-ring): Add doc-string.
15586 (calendar-starred-day): Defvar it.
15587 (calendar-mode): Make calendar-starred-day local.
15588 (calendar-star-date): No need to make calendar-starred-day local.
15589
15590 * calendar/diary-lib.el: Move defcustoms to start.
15591 (diary-include-string, diary-list-include-blanks)
15592 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
15593 (diary-file-name-prefix, diary-file-name-prefix-function)
15594 (sexp-diary-entry-symbol, list-diary-entries-hook)
15595 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
15596 (nongregorian-diary-marking-hook, print-diary-entries-hook):
15597 Move here from calendar.el.
15598 (diary-file-name-prefix-function): Use 'identity.
15599 (diary-face): Make it a defcustom, and mark as obsolete.
15600 (top-level): No need to require cal-hebrew, cal-islam when compiling.
15601 (calendar-hebrew-month-name-array-leap-year)
15602 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
15603 Define for compiler.
15604 (diary-font-lock-keywords): Use format rather than concat.
15605 Add bahai-diary-entry-symbol.
15606
15607 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
15608 * calendar/solar.el: Unquote lambda functions.
15609
15610 * calendar/solar.el (calendar-location-name, calendar-latitude)
15611 (calendar-longitude, solar-setup, solar-sin-degrees)
15612 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
15613 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
15614 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
15615 (solar-exact-local-noon, solar-julian-ut-centuries)
15616 (solar-ephemeris-time, solar-date-next-longitude)
15617 (solar-horizontal-coordinates, solar-equatorial-coordinates)
15618 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
15619 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
15620 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
15621 Doc fixes.
15622 (solar-horizontal-coordinates, solar-equatorial-coordinates)
15623 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
15624 (solar-ecliptic-coordinates): Use unless.
15625 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
15626 Use or.
15627
15628 * calendar/timeclock.el: Add doc-strings to all functions.
15629 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
15630 (timeclock-entry-list-length, timeclock-entry-list-projects)
15631 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
15632
15633 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
15634
15635 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
15636 (org-get-entries-from-diary): Require diary-lib.
15637
156382008-03-08 Juanma Barranquero <lekktu@gmail.com>
15639
15640 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
15641 Pacify byte-compiler.
15642
156432008-03-07 Alan Mackenzie <acm@muc.de>
15644
15645 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
15646 paren/bracket pairs parsed, to solve performance problem.
15647
156482008-03-07 Bastien Guerry <bzg@altern.org>
15649
15650 * bookmark.el (bookmark-set): Don't check for
15651 `bookmark-make-name-function' since `bookmark-buffer-file-name'
15652 already takes care of this.
15653 (bookmark-buffer-name, bookmark-buffer-file-name):
15654 Remove Info-mode specific code.
15655
15656 * info.el (bookmark-get-info-node): Define this function in
15657 info.el, not in bookmark.el.
15658 (Info-mode): Set `bookmark-make-name-function' to
15659 `Info-bookmark-make-name' locally.
15660 (Info-bookmark-make-name): New function.
15661
15662 * bookmark.el (bookmark-make-name-function): New variable.
15663
156642008-03-07 Karl Fogel <kfogel@red-bean.com>
15665
15666 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
15667 buffer-local, not `bookmark-make-cell-function' (the old name).
15668
156692008-03-07 Tassilo Horn <tassilo@member.fsf.org>
15670
15671 * doc-view.el (doc-view-bookmark-make-record):
15672 * image-mode.el (image-bookmark-make-record):
15673 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
15674
156752008-03-07 Jan Djärv <jan.h.d@swipnet.se>
15676
15677 * vc.el (vc-status-menu-map-filter): Return orig-binding if
15678 boundp 'vc-ignore-menu-filter.
15679 (vc-status-tool-bar-map): Make it defvar.
15680 (vc-status-mode): vc-status-tool-bar-map now variable.
15681 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
15682
156832008-03-07 Karl Fogel <kfogel@red-bean.com>
15684
15685 Give a better name to part of the bookmark interface.
15686
15687 This was originally a much larger change, but halfway through I
15688 updated and discovered that Stefan Monnier had done the rest.
15689 It looks like he anticipated the new name too, because he used
15690 `the-record' instead of `the-cell' for some internal variable names.
15691
15692 * bookmark.el (bookmark-make-record-function): Was
15693 `bookmark-make-cell-function'.
15694 (bookmark-make, bookmark-send-annotation): Update for above.
15695 (bookmark-make-record-for-text-file):
15696 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
15697
15698 * info.el: Adjust accordingly.
15699 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
15700
15701 * image-mode.el: Adjust accordingly.
15702 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
15703
15704 * doc-view.el: Adjust accordingly.
15705 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
15706
157072008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
15708
15709 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
15710 Move initialization into declaration.
15711 (bookmark-get-info-node, bookmark-set-info-node): Remove.
15712 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
15713 (bookmark-info-current-node): Remove.
15714 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
15715 Add relocation fallback. Set bookmark-current-bookmark.
15716 (bookmark-default-handler): Rename from bookmark-jump-noselect.
15717 Remove relocation fallback. Don't set bookmark-current-bookmark.
15718 (bookmark-set): Let it be used even if there's no buffer-file-name
15719 as long as there is a bookmark-make-cell-function.
15720 * info.el (Info-bookmark-jump): Remove relocation fallback.
15721 Don't set bookmark-current-bookmark.
15722
157232008-03-07 Glenn Morris <rgm@gnu.org>
15724
15725 * calendar/appt.el (appt-issue-message)
15726 (appt-message-warning-time, appt-audible, appt-visible)
15727 (appt-msg-window, appt-display-mode-line, appt-display-duration)
15728 (appt-display-diary): Remove autoload cookies.
15729
15730 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
15731 Remove leading `*' from defcustom doc-strings.
15732
15733 * calendar/cal-dst.el (calendar-dst): New custom group.
15734 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
15735 (calendar-time-zone, calendar-daylight-time-offset)
15736 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
15737 (calendar-daylight-savings-starts-time)
15738 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
15739 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
15740 Move to start.
15741
15742 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
15743
15744 * calendar/calendar.el (calendar-version): Use emacs-version and
15745 make it obsolete. Move to end.
15746 (calendar-offset, view-diary-entries-initially)
15747 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
15748 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
15749 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
15750 (all-bahai-calendar-holidays, calendar-load-hook)
15751 (initial-calendar-window-hook, today-visible-calendar-hook)
15752 (today-invisible-calendar-hook, calendar-move-hook)
15753 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
15754 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
15755 (diary-include-string, sexp-diary-entry-symbol)
15756 (abbreviated-calendar-year, american-date-diary-pattern)
15757 (european-date-diary-pattern, european-calendar-display-form)
15758 (american-calendar-display-form, print-diary-entries-hook)
15759 (list-diary-entries-hook, diary-hook, diary-display-hook)
15760 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
15761 (nongregorian-diary-marking-hook, diary-list-include-blanks)
15762 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
15763 (local-holidays, other-holidays, hebrew-holidays-1)
15764 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
15765 (hebrew-holidays, christian-holidays, islamic-holidays)
15766 (bahai-holidays, solar-holidays, calendar-setup)
15767 (calendar-week-start-day): Remove autoload cookies.
15768 (diary-glob-file-regexp-prefix): Doc fix.
15769 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
15770 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
15771 (calendar-week-start-day, calendar-debug-sexp): Move to start.
15772
15773 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
15774 (calendar-time-display-form, calendar-latitude)
15775 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
15776 cookies.
15777 (calendar-latitude, calendar-longitude): Move functions after
15778 variables.
15779 (diary-sabbath-candles-minutes): Move to start.
15780 (solar-setup): Use or rather than if.
15781 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
15782 Remove condition-case.
15783 (solar-atn2): Use zerop.
15784 (solar-equinoxes-solstices): Doc fix.
15785
15786 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
15787 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
15788
15789 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
15790 (calendar-longitude, calendar-latitude, calendar-location-name):
15791 Declare for compiler.
15792
157932008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15794
15795 * arc-mode.el (archive-ar-file-header-re): New const.
15796 (archive-ar-summarize, archive-ar-extract): New funs.
15797 (archive-find-type): Recognize ar archives.
15798
15799 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
15800 New functions.
15801
15802 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
15803
158042008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
15805
15806 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15807 Replace :enable (mark-active) with :enable mark-active.
15808
158092008-03-06 Juanma Barranquero <lekktu@gmail.com>
15810
15811 * vms-patch.el (make-legal-file-name): New obsolete alias.
15812 (make-valid-file-name): Rename from `make-legal-file-name'.
15813 (make-auto-save-file-name): Use it.
15814
15815 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
15816 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
15817 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
15818
15819 * textmodes/org.el (org-export-html-style): Doc fix.
15820 (org-get-legal-level): New obsolete alias.
15821 (org-get-valid-level): Rename from `org-get-legal-level'.
15822 (org-promote, org-demote, org-archive-subtree)
15823 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
15824
158252008-03-06 Jan Djärv <jan.h.d@swipnet.se>
15826
15827 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
15828
15829 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
15830 (vc-status-toggle-mark): New functions.
15831 (vc-status-mode): Set tool bar map.
15832
158332008-03-05 Chong Yidong <cyd@stupidchicken.com>
15834
15835 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
15836 Reported by Drew Adams <drew.adams@oracle.com>.
15837
158382008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
15839
15840 * subr.el (read-quoted-char): Resolve modifiers of the character
15841 event.
15842
15843 * comint.el (comint-exec-1): Don't change the coding-system for
15844 decoding to dos-like EOL.
15845 (comint-carriage-motion): Fully rewrite.
15846
158472008-03-05 Juanma Barranquero <lekktu@gmail.com>
15848
15849 * epg.el (epg-context-include-certs): Reflow docstring.
15850 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
15851 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
15852 (epg-context-set-signers, epg-context-set-sig-notations)
15853 (epg-make-import-status, epg-make-import-result)
15854 (epg-start-delete-keys): Fix typos in docstrings.
15855 (epg-start-sign-keys, epg-sign-keys):
15856 Fix typos in obsolescence declarations.
15857
15858 * iswitchb.el: Don't check for `cadr' and `last'.
15859 (iswitchb-define-mode-map, iswitchb-default-keybindings):
15860 Add obsolescence declaration and remove redundant info from docstring.
15861 (iswitchb-set-common-completion, iswitchb-set-matches)
15862 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
15863 (recentf-list, most-len, most-is-exact):
15864 Don't wrap defvars within `eval-when-compile'.
15865
158662008-03-05 Glenn Morris <rgm@gnu.org>
15867
15868 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
15869 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
15870 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
15871 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
15872 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
15873
15874 * ediff-hook.el (ediff-window-setup-function): Don't autoload
15875 declaration for compiler.
15876 (ediff-xemacs-init-menus): Use when rather than if.
15877
15878 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
15879 if+and to just and.
15880 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
15881 (ediff-delete-overlay): Move the XEmacs test inside the definition.
15882
15883 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
15884
15885 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
15886 test inside XEmacs test.
15887 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
15888 since it was doing nothing on Emacs.
15889 (ediff-make-bullet-proof-overlay): Use when rather than if.
15890
15891 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
15892 (ediff-setup-control-frame): Remove
15893 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
15894 a (featurep 'xemacs) test.
15895
158962008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
15897
15898 * calc/calc-ext.el (calc-extended-command-history): New variable.
183080b6 15899 (calc-execute-extended-command): Use `calc-extended-command-history'.
e3d51b27
MR
15900
159012008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
15902
15903 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
15904 (standard-mode-line-position): Add mouse-face.
15905
15906 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
15907 * progmodes/grep.el (grep-mode-map): Add :help.
15908
15909 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
15910 initialize in one step. Add :help. Use :enable to activate menu
15911 items. Show the key binding for edebug-defun.
15912 (lisp-interaction-mode-map): Add a menu.
15913
15914 * term.el (term-mode-map): Define and initialize in one step.
15915
15916 * ediff-init.el (ediff-color-display-p): Simplify.
15917 (Xor): Remove unused function.
15918 (ediff-with-syntax-table): Simplify for Emacs.
15919
15920 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
15921 menu-bar being loaded, it always is.
15922
159232008-03-05 Glenn Morris <rgm@gnu.org>
15924
15925 * textmodes/tex-mode.el (tex-mode): Suppress warning about
15926 multiple definitions when compiling.
15927
159282008-03-04 Alan Mackenzie <acm@muc.de>
15929
15930 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
15931
15932 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
15933 doc-string, "c-old-LEN" -> "c-old-END".
15934
159352008-03-04 Jason Rumney <jasonr@gnu.org>
15936
15937 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
15938 namespaces.
15939
159402008-03-04 Glenn Morris <rgm@gnu.org>
15941
15942 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
15943
15944 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
15945 than mapcar.
15946
159472008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
15948
15949 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
15950 (byte-compile-nilconstp): Can't use recursion in a defsubst.
15951
15952 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
15953 so that M-q can fill comments.
15954 (tex-executable-exists-p, tex-compile): Extend with special syntax for
15955 commands implemented in elisp.
15956 (tex-compile-commands): Add an entry to use doc-view for pdf files.
15957 (tex-format-cmd): New function.
15958 (tex-compile): Use it to let the user specify default arguments.
15959 (tex-cmd-bibtex-args): New var.
15960 (tex-cmd-doc-view): New function.
15961
159622008-03-03 Juanma Barranquero <lekktu@gmail.com>
15963
15964 * faces.el (face-spec-set): Fix typos in docstring.
15965
159662008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
15967
15968 * bindings.el (mode-line-column-line-number-mode-map): New variable.
15969 (standard-mode-line-position): Use it to add a menu for toggling
15970 column number and line number display.
15971
159722008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
15973
15974 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15975 Remove optimization that was working around the form-code-walker bug.
15976
15977 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
15978 Walk into the body of lambdas after byte-compile-unfold-lambda.
15979
159802008-03-03 Glenn Morris <rgm@gnu.org>
15981
15982 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
15983 value, if set, over frame value.
15984
15985 * simple.el (transient-mark-mode): Don't turn on by default.
15986
15987 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
15988 accidentally removed by the 2007-12-05 merge from Gnus.
15989
159902008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
15991
15992 * progmodes/compile.el (compilation-menu-map): Add menu entries
15993 for useful options.
15994
159952008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
15996 Glenn Morris <rgm@gnu.org>
15997
15998 * emacs-lisp/bytecomp.el (byte-recompile-directory)
15999 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
16000 Give a `bytecomp-' prefix to local variables with common names.
16001
160022008-03-01 Glenn Morris <rgm@gnu.org>
16003
3889f0fa
SM
16004 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16005 Restore code commented out 2007-11-10.
e3d51b27
MR
16006
16007 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
16008
16009 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
16010 Delete macro.
16011 * emulation/viper-cmd.el, emulation/viper-ex.el:
16012 * emulation/viper-init.el, emulation/viper-keym.el:
16013 * emulation/viper-mous.el, emulation/viper-util.el:
16014 * emulation/viper.el:
16015 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
16016 featurep test.
16017
16018 Replace obsolete frame-local variables with frame-parameters.
16019 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
16020 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
16021 (viper-vi-state-cursor-color): Only call make-variable-frame-local
16022 on XEmacs.
16023 * emulation/viper-util.el (viper-frame-value): New macro.
16024 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
16025 (viper-R-state-post-command-sentinel)
16026 (viper-replace-state-post-command-sentinel)
16027 (viper-change-state-to-insert, viper-change-state-to-emacs):
16028 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
16029 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
16030 (viper-get-saved-cursor-color-in-insert-mode)
16031 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
16032 Use viper-frame-value for viper-replace-overlay-cursor-color,
16033 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
16034 viper-vi-state-cursor-color values.
16035
16036 * emulation/viper-cmd.el (zmacs-region-stays):
16037 * emulation/viper-util.el (zmacs-region-stays): No need to define
16038 for compiler.
16039
16040 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
16041 mapcar on Emacs.
16042
16043 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
16044 on XEmacs.
16045
16046 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
16047 rather than if.
16048
160492008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16050
16051 * whitespace.el: New version 9.3. As the glyph code generation was
16052 fixed, it is possible now to use character code above ?\x1FFFF in the
16053 display table. Fix `whitespace-indentation-regexp' to not include an
16054 extra ending character. Reported by Michael Welsh Duggan
16055 <mwd@cert.org>. Added hook actions when buffer is written or killed as
16056 the original whitespace package had. Suggested by Eric Cooper
16057 <ecc@cmu.edu>. Doc fix.
16058 (whitespace-action): New option.
16059 (whitespace-display-mappings): Changed default newline visualization to
16060 display downwards arrow, as the glyph code generation was fixed.
16061 (whitespace-unload-function): Assure that all local whitespace mode is
16062 turned off.
16063 (whitespace-global-modes): Fix type customization.
16064 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
16065 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
16066 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
16067 Fix code.
16068 (whitespace-buffer): Command removed.
16069 (whitespace-trailing-regexp, whitespace-mark-x)
16070 (whitespace-display-window, whitespace-action-when-on)
16071 (whitespace-add-local-hook, whitespace-remove-local-hook)
16072 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
16073 (whitespace-action): New funs.
16074 (whitespace-report-list, whitespace-report-text)
16075 (whitespace-report-buffer-name): New consts.
16076 (whitespace-report, whitespace-report-region): New commands.
16077
160782008-03-01 Juanma Barranquero <lekktu@gmail.com>
16079
16080 * disp-table.el (make-glyph-code): Don't test the result of
16081 `face-id', which already signals an error for invalid faces.
16082 (glyph-face): Simplify.
16083
16084 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
16085 running `desktop-not-loaded-hook' to allow modifying it.
16086 Don't show warning message if `desktop-dirname' was modified.
16087
160882008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
16089
16090 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
16091 we still expect more lines.
16092
16093 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
16094 comment-paragraph filling if the commark doesn't match
16095 comment-start-skip.
16096
160972008-03-01 Daiki Ueno <ueno@unixuser.org>
16098
16099 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
16100 the `imap' variant.
16101
161022008-03-01 Jason Rumney <jasonr@gnu.org>
16103
16104 * files.el (make-auto-save-file-name): Encode more characters in
16105 non-file buffer names. Use url-encoding.
16106
161072008-03-01 Juanma Barranquero <lekktu@gmail.com>
16108
16109 * net/net-utils.el (ftp-program): Fix typo in docstring.
16110 (ifconfig-program-options, netstat-program-options)
16111 (arp-program-options, route-program-options, nslookup-program-options)
16112 (ftp-program-options, smbclient-program-options)
16113 (dns-lookup-program-options, arp, route): Doc fixes.
16114
16115 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
16116 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
16117 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
16118 Fix typos in docstrings.
16119 (gdb-pending-triggers): Reflow docstring.
16120 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
16121
161222008-03-01 Alan Mackenzie <acm@muc.de>
16123
16124 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
16125 typing "#" at EOB.
16126
161272008-03-01 Juanma Barranquero <lekktu@gmail.com>
16128
16129 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
16130
161312008-02-29 Kim F. Storm <storm@cua.dk>
16132
16133 * emulation/cua-base.el (cua-remap-control-v)
16134 (cua-remap-control-z): New defcustoms.
16135 (cua-mode): Add them to set-after property.
16136 (cua--init-keymaps): Use them.
16137 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
16138
16139 * help.el (view-emacs-todo): Rename from view-todo.
16140 (describe-gnu-project): Rename from describe-project. Users changed.
16141 (view-help-file): New helper function.
16142 (describe-distribution, describe-copying, describe-gnu-project)
16143 (view-todo, view-order-manuals, view-emacs-problems): Use it.
16144 (view-emacs-debugging, view-external-packages): New commands.
16145 (help-map): Move describe-distribution to C-h C-o (ordering).
16146 Move view-emacs-problems to C-h C-p (problems).
16147 Bind view-emacs-debugging to C-h C-d (debugging).
16148 Bind view-external-packages to C-h C-e (extras).
16149 (help-for-help-internal): Cleanup and align descriptions.
16150 Remove command names to reduce clutter.
16151
161522008-02-29 Nick Roberts <nickrob@snap.net.nz>
16153
16154 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
16155 and quieter face (not a warning).
16156
161572008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
16158
16159 * vc.el (vc-status-crt-marked): New variable.
16160 (vc-status-mode): Make it local.
16161 (vc-status-refresh): Use it to save the marked files.
16162 (vc-update-vc-status-buffer): Use it to restore the marked files.
16163
16164 * vc-svn.el (vc-svn-after-dir-status):
16165 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
16166
161672008-02-29 Glenn Morris <rgm@gnu.org>
16168
16169 * allout.el (allout-topic-encryption-bullet)
16170 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
16171 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
16172 from 22.0 to 22.1.
16173
16174 * net/imap.el (imap-ping-server):
16175 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
16176 Change defcustom :version from 23.0 to 23.1.
16177
161782008-02-29 Juanma Barranquero <lekktu@gmail.com>
16179
16180 * desktop.el (desktop-save): Save the buffer name if the
16181 uniquified base name is empty.
16182
161832008-02-29 Nick Roberts <nickrob@snap.net.nz>
16184
16185 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
16186 correctly when user has "set print address off".
16187
161882008-02-28 Juanma Barranquero <lekktu@gmail.com>
16189
16190 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
16191 version number of the next major Emacs release, not 23.0.
16192
16193 * longlines.el (longlines-unload-function): New function.
16194
161952008-02-28 Juri Linkov <juri@jurta.org>
16196
16197 * startup.el (normal-splash-screen): Add argument `concise'.
16198 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
16199 to the created buffer. If `concise' is non-nil, call
16200 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
16201 (display-startup-screen): Add argument `concise' to the call to
16202 `normal-splash-screen'.
16203
162042008-02-28 Kim F. Storm <storm@cua.dk>
16205
16206 * startup.el (startup-echo-area-message): Check for about-emacs.
16207
162082008-02-28 Juri Linkov <juri@jurta.org>
16209
16210 * startup.el: Always add initial message to *scratch* buffer if
16211 `initial-scratch-message' is non-nil regardless of the value of
16212 `inhibit-startup-screen'.
16213 (inhibit-startup-screen, initial-scratch-message): Doc fix.
16214 (command-line-1): Move code that inserts `initial-scratch-message'
16215 up before the if-form that checks for `inhibit-startup-screen'.
16216 Suggested by Jonathan Rockway <jon@jrock.us>.
16217
162182008-02-28 Juri Linkov <juri@jurta.org>
16219
16220 * cus-edit.el (custom-mode-map, custom-mode-link-map):
16221 Rename `custom-mode' to `Custom-mode' in docstrings.
16222 (custom-buffer-create-internal, customize-browse):
16223 Rename `custom-mode' to `Custom-mode'.
16224 (custom-mode-hook): Rename to `Custom-mode-hook'.
16225 (Custom-mode-hook): Renamed from `custom-mode-hook'.
16226 (custom-mode): Rename to `Custom-mode'.
16227 (Custom-mode): Renamed from `custom-mode'. Doc fix.
16228 (custom-mode): Add backward-compatible non-interactive variant of
16229 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
16230 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
16231
16232 * info-look.el: Rename `custom-mode' to `Custom-mode'.
16233
16234 * emulation/viper.el (viper-emacs-state-mode-list):
16235 Rename `custom-mode' to `Custom-mode'.
16236
16237 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
16238 Capitalize "Tagged Files".
16239 (minibuffer-local-map): Add menu items for next/previous
16240 history elements and isearch history forward/backward.
16241
16242 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
16243 `hs-isearch-open' with t instead of `comment' in :selected
16244 for "Code and Comment blocks" menu item.
16245
162462008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
16247
16248 * uniquify.el (uniquify-buffer-base-name): Undo last change.
16249 Should be done in desktop.el instead.
16250
162512008-02-28 Glenn Morris <rgm@gnu.org>
16252
16253 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
16254
16255 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
16256
16257 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
16258 (Info-menu, Info-goto-node): Remove declarations.
16259 (report-emacs-bug-info): Use info rather than Info-goto-node.
16260
16261 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
16262 (idlwave-convert-xml-system-routine-info): Don't require xml.
16263 (idlwave-show-commentary, idlwave-shell-show-commentary):
16264 Don't require finder.
16265 (idlwave-info): Don't require info. Use info rather than
16266 Info-goto-node.
16267
16268 * textmodes/org.el (Info-goto-node): Remove declaration.
16269 (org-info): Use info rather than Info-goto-node.
16270
16271 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
16272 (reftex-info): Don't require info. Use info rather than Info-goto-node.
16273
162742008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
16275
16276 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
16277 the menu.
16278
16279 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
16280 (vc-finish-logentry): Check for vc-status-mode, not only for
16281 vc-dired-mode.
16282
162832008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
16284
16285 * isearch.el (isearch-printing-char): Don't check
16286 keyboard-coding-system.
16287 Call isearch-process-search-multibyte-characters only when
16288 current-input-method is non-nil.
16289
162902008-02-27 Kim F. Storm <storm@cua.dk>
16291
16292 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
16293 (glyph-char, glyph-face): Handle cons encoding.
16294
162952008-02-27 Juanma Barranquero <lekktu@gmail.com>
16296
16297 * uniquify.el (uniquify-buffer-base-name): If the base name is an
16298 empty string, return nil to allow the caller to default to the
16299 buffer name. Reported by Martin Fischer <parozusa@web.de>.
16300
16301 * tool-bar.el (tool-bar-setup): Doc fix.
16302
16303 * mail/supercite.el (sc-describe):
16304 Fix typos in obsolescence declaration.
16305
163062008-02-27 Glenn Morris <rgm@gnu.org>
16307
16308 * autoinsert.el (auto-insert-alist): Change permission text to
16309 match FSF's GPLv3 form.
16310
16311 * mail/supercite.el (sc-cite-original): Doc fix.
16312 (sc-version): Make obsolete.
16313 (sc-describe): Show the SC info page. Make obsolete.
16314
163152008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16316
16317 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
16318 when using transient-mark-mode.
16319 (default-indicate-unused-lines): Remove unused var.
16320
163212008-02-26 Jan Djärv <jan.h.d@swipnet.se>
16322
16323 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
16324 and previous.
16325
16326 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
16327
163282008-02-26 Glenn Morris <rgm@gnu.org>
16329
16330 * net/net-utils.el (top-level): Don't require comint when compiling.
16331 (nslookup-font-lock-keywords): Don't require font-lock.
16332 Use font-lock faces rather than variables.
16333 (nslookup, ftp, smbclient, network-service-connection):
16334 Don't require comint.
16335 (comint-prompt-regexp, comint-input-autoexpand)
16336 (comint-input-ring): Declare for compiler.
16337 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
16338 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
16339
16340 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
16341 doc-string.
16342
163432008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16344
16345 * doc-view.el (doc-view-current-page): Add a `win' argument.
16346
163472008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
16348
16349 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
16350 Demote it to plain defvar.
16351 (doc-view-conversion-refresh-interval): Reduce interval.
16352 (doc-view-goto-page): Allow moving to pages not yet rendered.
16353 (doc-view-goto-page): Construct a file name rather than extracting it
16354 from doc-view-current-files.
16355 (doc-view-kill-proc): Ignore errors from kill-process.
16356 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
16357 (doc-view-insert-image): Use appropriate text if the page hasn't been
16358 rendered yet. Adjust scrolling so the text is displayed.
16359 (doc-view-display): Detect not just that a page is available, but also
16360 that it wasn't available before, so as to avoid refreshing all pages
16361 repeatedly.
16362 (doc-view-mode): Make doc-view-cache-directory if needed.
16363
163642008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16365
16366 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
16367 toggle-read-only.
16368
16369 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
16370 refering to a missing required field with the OPT prefix.
16371 Make unwindform more robust.
16372
16373 * textmodes/bibtex.el: Remove support for hideshow minor mode as
16374 it duplicates the bibtex support in progmodes/hideshow.el.
16375 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
16376 entries that do not start at the beginning of a line.
16377
163782008-02-25 Chong Yidong <cyd@stupidchicken.com>
16379
16380 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
16381
163822008-02-25 Robert J. Chassell <bob@rattlesnake.com>
16383
16384 * help-fns.el (describe-variable): Add phrases about
16385 initialization file with and without customization;
16386 use new button type help-info-variable.
16387
16388 * help-mode.el (help-info-variable):
16389 New button able to read Info files for help-fns.el.
16390
163912008-02-25 Jan Djärv <jan.h.d@swipnet.se>
16392
16393 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
16394 (grep-mode): Use grep-mode-tool-bar-map.
16395
16396 * progmodes/compile.el (tool-bar): Require tool-bar.
16397 (compilation-mode-tool-bar-map): New variable.
16398 (compilation-mode): Use compilation-mode-tool-bar-map.
16399
16400 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
16401
164022008-02-25 Glenn Morris <rgm@gnu.org>
16403
16404 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
16405
164062008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
16407
16408 * diff-mode.el (diff-file-junk-re): New const.
16409 (diff-beginning-of-file-and-junk): Use it.
16410 (diff-file-kill): Make sure we were really inside a file diff.
16411
16412 * diff-mode.el: Make it more robust in the presence of empty context
16413 lines in unified hunks.
16414 (diff-valid-unified-empty-line): New var.
16415 (diff-unified->context, diff-sanity-check-hunk): Obey it.
16416 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
16417 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
16418 (diff-hunk-header-re-unified): New const.
16419 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
16420 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
16421 (diff-sanity-check-hunk): Use it.
16422
16423 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
16424 Index: line, don't search backward for the previous one.
16425
164262008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
16427
16428 * international/fontset.el (setup-default-fontset): Add non-OTF
16429 lao font for lao script.
16430
16431 * language/tibetan.el: Register tibetan-composition-function in
16432 composition-function-table.
16433
16434 * language/tibet-util.el (tibetan-composition-function):
16435 Adjust for the new calling way (argument changed). Try font-shape-text
16436 if possible.
16437
16438 * language/lao.el: Register lao-composition-function in
16439 composition-function-table.
16440
16441 * language/lao-util.el (lao-composition-function): Adjust for the new
16442 calling way (argument changed). Try font-shape-text if possible.
16443
164442008-02-25 Jason Rumney <jasonr@gnu.org>
16445
16446 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
16447
164482008-02-25 Juri Linkov <juri@jurta.org>
16449
16450 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
16451 background, "red4" for a dark background, "red" for 16 and
16452 8 colors, "grey" for grayscale, and inverse video otherwise.
16453 Add :version tag.
16454 (isearch-message): Keep the original isearch-message intact, and
16455 add text properties to it where necessary. Add `isearch-error' to
16456 the condition that checks if isearch is unsuccessful.
16457
164582008-02-24 Juri Linkov <juri@jurta.org>
16459
16460 * progmodes/compile.el (compilation-handle-exit):
16461 Use compilation-error face instead of font-lock-warning-face.
16462 Display the same message in the minibuffer as is inserted
16463 at the end of the compilation buffer.
16464
164652008-02-24 Glenn Morris <rgm@gnu.org>
16466
16467 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
16468 multiple file case.
16469
16470 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
16471
16472 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
16473 multiple file case. Use a single `let' rather than two.
16474
164752008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
16476
16477 * progmodes/compile.el (compilation-start): Specify a face for
16478 mode-line-process.
16479 (compilation-handle-exit): Specify a face and a tooltip for
16480 mode-line-process.
16481
164822008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16483
16484 * hilit-chg.el: Remove spurious * in defcustom docstrings.
16485 (hilit-chg-make-ov): Simplify.
16486 (hilit-chg-fixup): Use remove-overlays.
16487 (hilit-chg-set-face-on-change): Remove redundant call to
16488 `remove-text-properties'.
16489
16490 * dired.el (dired-mark-prompt): Don't count/display the t element.
16491 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
16492
164932008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
16494
16495 * progmodes/verilog-mode.el (eval-when-compile): Don't define
16496 add-submenu.
16497 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
16498 Remove. Move contents to the only use ...
16499 (verilog-menu): ... here.
16500 (verilog-statement-menu): Remove. Move contents to the only use ...
16501 (verilog-stmt-menu): ... here.
16502 (verilog-mark-defun): Simply call mark-defun for emacs.
16503 (occur-pos-list): Declare for byte compiler.
16504 (mode-popup-menu): Don't defvar.
16505 (verilog-add-statement-menu): Remove.
16506 (verilog-mode-hook): Don't add verilog-add-statement-menu.
16507 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
16508
165092008-02-24 Michael McNamara <mac@mail.brushroad.com>
16510
16511 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
16512 conditional.
16513 (verilog-font-grouping-keywords-face): Make the begin..end
16514 keywords standout more than other verilog keywords.
16515 (verilog-type-font-keywords): Move the begin..end out of this list
16516 to facilitate making them to (potentially) stand out more.
16517 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
16518 function & task blocks.
16519 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
16520 initial, function & task blocks.
16521 (verilog-forward-sexp): Handle the new "disable fork" statement of
16522 IEEE-1800 Verilog.
16523 (verilog-beg-block-re-ordered): Handle the new "disable fork"
16524 statement of IEEE-1800 Verilog.
16525 (verilog-calc-1): Handle the new "disable fork" statement of
16526 IEEE-1800 Verilog.
16527 (verilog-disable-fork-re): Add const to help handle the new
16528 "disable fork" statement of IEEE-1800 Verilog.
16529 (verilog-declaration-core-re): Add port directions by themselves,
16530 with no qualification, as base item of a declaration.
16531 (verilog-pretty-declarations): Add new flag to ask it to refrain
16532 from printing to the message buffer.
16533 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
16534 printing to the message buffer. Improve handling of the many
16535 types of expression line up.
16536 (verilog-just-one-space): Remove printing of an empty message.
16537 (verilog-get-lineup-indent): Rework to support the better handling
16538 of expression lineup for verilog-pretty-expr.
16539 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
16540
165412008-02-24 Alan Mackenzie <acm@muc.de>
16542
16543 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
16544 yesterday's commit.
16545
165462008-02-24 Nick Roberts <nickrob@snap.net.nz>
16547
16548 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
16549 to mouse-set-point in buffers that aren't associated with files.
16550
16551 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
16552
165532008-02-24 Alan Mackenzie <acm@muc.de>
16554
16555 Set of changes so that "obtrusive" syntactic elements in a
16556 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
16557 unmatched paren) don't interact syntactically with stuff outside
16558 the CPP line.
16559
16560 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
16561 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
16562 off-by-one bug.
16563 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
16564 a bit of refactoring.
16565 (c-awk-extend-and-syntax-tablify-region): Takes some of the
16566 functionality of c-awk-advise-fl-for-awk-region, which has been
16567 refactored away.
16568
16569 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
16570 (c-clear-char-property-with-value): New function and macro which
16571 remove text-properties `equal' to a supplied value.
16572
16573 * progmodes/cc-engine.el: Comment about text properties amended.
16574
16575 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
16576 parens around "error\\|warning".
16577
16578 * progmodes/cc-langs.el (c-get-state-before-change-function)
16579 (c-before-font-lock-function, c-anchored-cpp-prefix):
16580 New language variables.
16581 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
16582
16583 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
16584 syntax-table text properties.
16585 (c-common-init): Call language specific before/after-change
16586 functions at mode initialisation.
16587 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
16588 (c-extend-region-for-CPP, c-neutralize-CPP-line)
16589 (c-neutralize-syntax-in-CPP): New functions.
16590 (c-before-change, c-after-change): Call the new language specific
16591 change functions defined in cc-langs.el.
16592 (c-advise-fl-for-region): New macro.
16593 (awk-mode): Remove AWK specific stuff which has been refactored
16594 into language independent stuff.
16595
165962008-02-24 Nick Roberts <nickrob@snap.net.nz>
16597
16598 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
16599 (gdb): (Re)set gdb-flush-pending-output to nil here...
16600 (gdb-init-1): ...instead of here (before gdb-prompt).
16601
166022008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16603
16604 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
16605 Recognize ''' just like any other char-constant.
16606
166072008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16608
16609 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
16610 careful enough. Detect the uid-change all within the main loop.
16611
166122008-02-24 Stefan Monnier <monnier@pastel.home>
16613
16614 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
16615
166162008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16617
16618 * hilit-chg.el (highlight-save-buffer-state): New macro.
16619 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
16620 (hilit-chg-clear): Use it to preserve the modified-p flag.
16621 (highlight-changes-rotate-faces): Don't mess with the undo-list.
16622
166232008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16624
16625 * font-lock.el (font-lock-set-defaults): Unset previously set variables
16626 when needed.
16627
166282008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
16629
16630 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
16631 from gnus-button-url-regexp.
16632
166332008-02-24 Eli Zaretskii <eliz@gnu.org>
16634
16635 * progmodes/compile.el (compilation-next-error): Doc fix.
16636 (compilation-find-file): Doc fix.
16637
166382008-02-24 Glenn Morris <rgm@gnu.org>
16639
16640 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
16641 Add obsolete aliases to the old names.
16642
166432008-02-24 Richard Stallman <rms@gnu.org>
16644
16645 * net/net-utils.el (ifconfig): Rename from ipconfig.
16646 (ipconfig): Alias to ifconfig.
16647 (ifconfig-program): Rename from ipconfig-program.
16648 (ifconfig-program-options): Rename from ipconfig-program-options.
16649
166502008-02-24 Michael McNamara <mac@mail.brushroad.com>
16651
16652 * progmodes/verilog-mode.el (verilog-declaration-core-re):
16653 Add port directions by themselves, with no qualification, as base
16654 item of a declaration.
16655 (verilog-pretty-declarations): Add new flag that inhibits printing
16656 to the message buffer.
16657 (verilog-pretty-expr): Add new flag that inhibits printing to the
16658 message buffer. Improve handling of the many types of expression
16659 line up.
16660 (verilog-just-one-space): Don't print an empty message.
16661 (verilog-get-lineup-indent): Rework to support the better handling
16662 of expression lineup for verilog-pretty-expr.
16663 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
16664 (verilog-mode-version, verilog-mode-release-date): Update.
16665
166662008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16667
16668 * subr.el (cancel-change-group): Don't move point.
16669
166702008-02-23 Markus Triska <markus.triska@gmx.at>
16671
16672 * linum.el (linum-after-config): Update all visible windows.
16673
166742008-02-23 Glenn Morris <rgm@gnu.org>
16675
16676 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
16677 Add :help for Solitaire and Tetris.
16678
16679 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
16680
16681 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
16682 (smtpmail-code-conv-from): Doc fix. Fix custom type.
16683 (smtpmail-queue-index-file): Make it a defcustom.
16684 (smtpmail-queue-index): Delete.
16685 (smtpmail-send-it, smtpmail-send-queued-mail):
16686 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
16687 smtpmail-queue-index.
16688
16689 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
16690 Add :version.
16691
166922008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
16693
16694 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
16695 New variables.
16696 (iwconfig): New function.
16697
166982008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
16699
16700 * vc.el (vc-find-revision): Make vc-parent-buffer local before
16701 setting it.
16702 (vc-status-menu-map): Do not define using easy-menu.
16703 (vc-status-menu-map): New defalias.
16704 (vc-status-mode-map): Hook up the menu.
16705 (top-level): Update TODO.
16706
16707 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
16708
16709 * vc-bzr.el (vc-bzr-init-version): Rename to ...
16710 (vc-bzr-init-revision): ... this.
16711
167122008-02-23 Jason Rumney <jasonr@gnu.org>
16713
16714 * makefile.w32-in (WINS_ALMOST): Remove term.
16715 (WINS): Add term here.
16716 (custom-deps, finder-data): Use WINS_ALMOST.
16717
167182008-02-22 Juanma Barranquero <lekktu@gmail.com>
16719
16720 * faces.el (font-weight-table): Fix value of `semi-light'.
16721
167222008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
16723
16724 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
16725 Make those tables bijective.
16726
167272008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
16728
16729 Finish pdbtrack integration cleanup, settling missing-functions
16730 byte compiler warnings appropriately.
16731
16732 * progmodes/python.el (python-point): Remove this - beginning-of-line
16733 was all that was necessary for `python-pdbtrack-overlay-arrow'.
16734 (python-end-of-def-or-class, python-beginning-of-def-or-class)
16735 (python-goto-initial-line): Drop these - they were only needed for
16736 python-point.
16737 (python-comint-output-filter-function): Use condition-case and
16738 beginning-of-line directly, instead of python-mode.el functions
16739 which require all sorts of baggage.
16740 (point-safe): Unnecessary - we're using condition-case directly,
16741 instead.
16742 (python-execute-file): Include for python-shell, which I'm leaving
16743 in keeping despite it being unnecessary for pdb tracking.
16744
167452008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
16746
16747 * progmodes/scheme.el (scheme-font-lock-keywords-2):
16748 Add SRFI 11 support.
16749 (let-values, let*-values): Specify scheme-indent-function.
16750
167512008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
16752
16753 * vc.el (vc-exec-after): Move setting mode-line-process in the
16754 busy case ...
16755 (vc-set-mode-line-busy-indicator): ... in this new function.
16756 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
16757 (vc-update-vc-status-buffer): Reset mode-line-process.
16758 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
16759 mark/unmark all the files with the same state as the current one.
16760 With a prefix argument mark/unmark all files.
16761 (vc-status-mode-menu): Adjust strings.
16762 (vc-update-vc-status-buffer): Only do something when the argument
16763 is not nil.
16764 (vc-status-kill-dir-status-process): New function.
16765 (vc-status-mode-map): Bind it.
16766 (vc-status-process-buffer): New variable.
16767 (vc-status-mode): Make it local.
16768 (vc-status-refresh): Set it.
16769
16770 * vc-hg.el (vc-hg-dir-status):
16771 * vc-git.el (vc-git-dir-status):
16772 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
16773 command is run.
16774
167752008-02-22 Glenn Morris <rgm@gnu.org>
16776
16777 * json.el (top-level): No need to require thingatpt.
16778 (json-read-keyword): Use thing-at-point rather than word-at-point.
16779
16780 * time.el (top-level): No need to require time-date when compiling.
16781
16782 * emacs-lisp/copyright.el (copyright-update-year):
16783 Fix subexpression numbering for the case when years are split over
16784 lines, and for the replace case.
16785
16786 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
16787 (tpu-caar, tpu-cadr): Delete functions.
16788 (zmacs-regions): No need to declare for compiler.
16789 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
16790 (tpu-spell-check): Rewrite, and handle mark after point.
16791 (tpu-special-insert): Use or rather than if.
16792
16793 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
16794 rather than spell-region.
16795
16796 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
16797 warnings about spell-region.
16798
167992008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
16800
16801 * ldefs-boot.el: Regenerated.
16802
16803 * loadup.el: Don't load language/devanagari, language/kannada,
16804 language/malayalam, and language/tamil. Load language/sinhala.
16805
16806 * language/indian.el (indian-font-foundry)
16807 (indian-script-language-alist, indian-font-char-index-table)
16808 (indian-font-char, indian-font-char-range, indian-script-table)
16809 (indian-default-script, indian-composable-pattern): Delete them.
16810 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
16811 language environments moved to here.
16812 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
16813 New language environments.
16814
16815 * language/devanagari.el, language/devan-util.el,
16816 * language/kannada.el, language/knd-util.el, language/malayalam.el,
16817 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
16818 Delete them.
16819
16820 * language/sinhala.el: New file.
16821
168222008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
16823
16824 Update Nick Robert's port of pdb tracking from python-mode.el.
16825
16826 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
16827 Clarify docstring.
16828 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
16829 tracking is happening.
16830 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
16831 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
16832 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
16833 Tracking is plugged in to all comint buffers once python.el is loaded.
16834 (python-pdbtrack-overlay-arrow): Toggle activation of
16835 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
16836 (python-pdbtrack-track-stack-file): Use new
16837 `python-pdbtrack-get-source-buffer' for more flexible access to
16838 debugging source files.
16839 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
16840 according to pdb stack trace, optionally using new
16841 `python-pdbtrack-grub-for-buffer' if file is not locally available.
16842 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
16843 named buffer, or having function with indicated name.
16844 (python-shell): Remove comint-output-filter-functions hook
16845 addition, it's being done elsewhere. Wrap long line.
16846
168472008-02-21 Michael Olson <mwolson@gnu.org>
16848
16849 * json.el: Replace XEmacs compatibility code to get rid of
16850 compiler warnings.
16851
16852 * time.el: Fix compiler warning.
16853
168542008-02-21 Edward O'Connor <ted@oconnor.cx>
16855
16856 * json.el: New file (JavaScript Object Notation parser / generator).
16857
168582008-02-21 Dave Love <fx@gnu.org>
16859
16860 * progmodes/sym-comp.el: New file.
16861
16862 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
16863 Require sym-comp. Add Python buffer to same-window-buffer-names.
16864 Fixup whitespaces.
16865 (python-font-lock-keywords): Add highlighting for Python builtins.
16866 (python-font-lock-syntactic-keywords): Rewrite.
16867 (python-quote-syntax): Use syntax-ppss-context instead of parsing
16868 ppss directly.
16869 (python-mode-map): Add binding for python-find-function.
16870 (python-calculate-indentation): Clean up the logic.
16871 (python-beginning-of-defun): Explicitly set return value.
16872 (python-beginning-of-statement): Stop looping if we get stuck
16873 going backwards.
16874 (python-next-statement): Stop looping if we somehow end up inside
16875 a string while advancing.
16876 (python-preoutput-continuation, python-version-checked): New vars.
16877 (python-check-version): New function.
16878 (run-python): Set default command to python-command instead of
16879 python-python-command.
16880 (run-python): Use python-check-version. Give PYTHONPATH
16881 precedence over data-directory in the process environment.
16882 Load function definitions in python process after.
16883 (python-check-comint-prompt): New function.
16884 (python-send-command, python-send-receive): Use it.
16885 (python-complete-symbol, python-try-complete): Functions deleted.
16886 Use symbol-complete instead of python-complete-symbol throughout.
16887 (python-fill-paragraph): Further refine the fenced-string regexp.
16888 (def-python-skeleton): Expand to the original abbrev instead if in
16889 a comment or string. Tweak skeletons for `if', `while', `for',
16890 `try/except', `try/finally', `name'.
16891 (python-pea-hook, python-abbrev-pc-hook): New functions.
16892 (python-abbrev-syntax-table): New var.
16893 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
16894 Use symbol-completion-try-complete for hippie expansion.
16895 Turn on font lock unconditionally.
16896 (python-mode-hook): Defcustom it. No need to use make-local
16897 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
16898 option, since it's buffer-local.
16899
169002008-02-21 Juanma Barranquero <lekktu@gmail.com>
16901
16902 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
16903
169042008-02-21 Drew Adams <drew.adams@oracle.com>
16905
16906 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
16907 "Turn off" and a "Help" entry when the minor mode has no menu.
16908
169092008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
16910
16911 * vc.el (vc-status-mark, vc-status-unmark): New functions.
16912 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
16913 vc-status-mark-file and vc-status-unmark-file.
16914 (vc-status-mark-unmark): New function.
16915 (vc-status-previous-line, vc-status-next-line): No longer interactive.
16916
169172008-02-21 Glenn Morris <rgm@gnu.org>
16918
16919 * composite.el (encode-composition-rule): Fix typo in error message.
16920 (composition-function-table, auto-composition-mode): Doc fixes.
16921
16922 * subr.el (sit-for): Fix obsolete form for nil second argument.
16923
16924 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
16925 (spell-string): Make obsolete, in favor of ispell.
16926
169272008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
16928
16929 * language/devanagari.el: Don't setup composition-function-table
16930 here.
16931 ("Devanagari"): Change charset, coding-system, coding-priority to
16932 Unicode-based ones. Don't require the feature devan-util.
16933
16934 * composite.el (compose-chars-after): Fix arguments for a function
16935 in composition-function-table.
16936 (auto-compose-region): Likewise.
16937
16938 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
16939 for Ethiopic.
16940 (ps-mule-plot-string): Ignore glyph-string based compositions.
16941
169422008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16943
16944 * doc-view.el: Allow different windows to show different pages.
16945 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
16946 (doc-view-current-image, doc-view-current-overlay): Remove variables,
16947 add them back as macros instead, using image-mode-winprops instead.
16948 Update all users of those variables.
16949 (doc-view-new-window-function): New function to create a new overlay
16950 for each new window.
16951 (doc-view-mode): Use it and image-mode-setup-winprops.
16952 (doc-view-clone-buffer-hook): Rewrite accordingly.
16953
16954 * image-mode.el: Extend [hv]scroll support to per-window properties.
16955 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
16956 (image-mode-winprops-alist): New var to replace them.
16957 (image-mode-new-window-functions): New hook.
16958 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
16959 New funs.
16960 (image-set-window-vscroll, image-set-window-hscroll): Use them.
16961 Remove the `window' argument, update callers.
16962 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
16963 Use the new functions.
16964 (image-mode-reapply-winprops): New fun.
16965 (image-mode): Use it.
16966
169672008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
16968
16969 * calc/calc-math.el (math-sin-raw): Add optional argument
16970 to keep track of original argument.
16971 (math-cos-raw): Use optional argument when calling math-sin-raw.
16972 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
16973 with close to original precision.
16974
169752008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16976
16977 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
16978 args in calls of sit-for.
16979
169802008-02-20 Juanma Barranquero <lekktu@gmail.com>
16981
16982 * vc-svn.el (vc-svn-program): Fix typo in docstring.
16983 (vc-svn-checkin): Fix typo in error message.
16984
16985 * help-mode.el: Require easymenu when compiling.
16986
169872008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
16988
16989 * help-mode.el (help-mode-menu): New menu.
16990
169912008-02-20 Glenn Morris <rgm@gnu.org>
16992
16993 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
16994 on Windows.
16995
169962008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
16997
16998 * ps-mule.el (ps-mule-encode-region): Return a single string.
16999 (ps-mule-plot-string): Adjust for the above change.
17000 (ps-mule-encode-header-string): Likewise.
17001
17002 * international/latin1-disp.el (latin1-display): Don't use
17003 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
17004 standard-display-table.
17005 (latin1-display-identities): Adjust for the change of what is
17006 returned by (get-language-info charset 'charset).
3a37fcea 17007
e3d51b27
MR
17008 * international/mule-util.el (char-displayable-p): Fix for Latin-1
17009 characters and terminal case.
17010
170112008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
17012
17013 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
17014
17015 * progmodes/python.el: Also require comint when loading.
17016 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
17017 Replace python-shell with run-python on menu bar.
17018 (python-shell-map): New map.
17019 (python-default-interpreter, python-python-command-args)
17020 (python-jython-command-args, python-pdbtrack-do-tracking-p):
17021 New options.
17022 (python-which-shell, python-which-args, python-which-bufname):
17023 New buffer local variables.
17024 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
17025
17026 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
17027 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
17028 New constants.
17029
17030 Pdbtrack features:
17031
17032 (python-point, python-end-of-def-or-class)
17033 (python-beginning-of-def-or-class, python-goto-initial-line)
17034 (python-comint-output-filter-function)
17035 (python-pdbtrack-overlay-arrow)
17036 (python-pdbtrack-track-stack-file, python-toggle-shells)
17037 (python-shell, python-pdbtrack-toggle-stack-tracking)
17038 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
17039 New functions.
17040
170412008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
17042
17043 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
17044 when the argument is nil.
17045
170462008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
17047
17048 * vc.el (dir-status): Add a brief description.
17049
170502008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
17051
17052 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
17053 If non-nil, reverse the sense of the check.
17054
17055 * vc-rcs.el (vc-rcs-root): New func.
17056 * vc-cvs.el (vc-cvs-root): New func.
17057 * vc-svn.el (vc-svn-root): New func.
17058 * vc-sccs.el (vc-sccs-root): New func.
17059
170602008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
17061
17062 * language/japan-util.el (setup-japanese-environment-internal):
17063 Call use-cjk-char-width-table.
17064
17065 * language/japanese.el ("Japanese"): Set exit-function to
17066 use-default-char-width-table.
17067
17068 * international/characters.el: Delete occurrences of non-Unicode
17069 tibetan and ethiopic characters.
17070 (cjk-char-width-table): New variable.
17071 (use-cjk-char-width-table, use-default-char-width-table):
17072 New functions.
17073
170742008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
17075
17076 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
17077 (vc-status-mode-menu): Add a :filter.
17078 (vc-status-printer): Add faces.
17079
17080 * vc-hg.el (vc-hg-extra-status-menu): New function.
17081 (vc-hg-dir-status): Clean up the buffer before using it.
17082
170832008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
17084
17085 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
17086 (gdb): Initialize it here instead.
17087
17088 * files.el (locate-dominating-file): Fix thinko in last change.
17089 Reported by Bruce Stephens <bruce.stephens@isode.com>.
17090
170912008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
17092
17093 * vc.el (vc-status-mode-menu): New menu for vc-status.
17094
170952008-02-18 Juanma Barranquero <lekktu@gmail.com>
17096
17097 * progmodes/verilog-mode.el (customize): Fix typo in error message.
17098 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
17099 (verilog-mode-auto, verilog-indent-level-module)
17100 (verilog-minimum-comment-distance, verilog-library-flags)
17101 (verilog-library-directories, verilog-library-files)
17102 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
17103 (verilog-xemacs-menu, verilog-set-compile-command)
17104 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
17105 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
17106 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
17107 (verilog-batch-inject-auto, verilog-batch-indent)
17108 (verilog-continued-line, verilog-type-keywords)
17109 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
17110 (verilog-read-inst-pins, verilog-read-arg-pins)
17111 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
17112 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
17113 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
17114 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
17115 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
17116 (verilog-mode-version, verilog-mode-release-date)
17117 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
17118 (verilog-simulator, verilog-compiler)
17119 (verilog-auto-sense-defines-constant, verilog-company)
17120 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
17121 Fix typos in docstrings.
17122 (verilog-set-auto-endcomments, verilog-calculate-indent)
17123 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
17124 Reflow docstrings.
17125 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
17126 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
17127 (electric-verilog-forward-sexp, verilog-in-case-region-p)
17128 (verilog-in-struct-region-p, verilog-in-generate-region-p)
17129 (verilog-leap-to-head, verilog-current-indent-level)
17130 (verilog-case-indent-level, verilog-cpp-keywords)
17131 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
17132 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
17133 (verilog-signals-not-in, verilog-symbol-detick-text)
17134 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
17135 (verilog-forward-close-paren, verilog-backward-open-paren)
17136 (verilog-backward-open-bracket): Doc fixes.
17137
17138 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
17139 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
17140 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
17141 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
17142 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
17143 Fix typos in docstrings.
17144
17145 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
17146
171472008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
17148
17149 * info.el (Info-read-node-name): Removed unused `default' arg.
17150
171512008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
17152
17153 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
17154
171552008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
17156
17157 * image-mode.el (image-get-display-property): New fun.
17158 (image-forward-hscroll, image-next-line, image-eol, image-eob)
17159 (image-mode, image-minor-mode, image-toggle-display-text)
17160 (image-toggle-display): Use it.
17161
171622008-02-18 Jason Rumney <jasonr@gnu.org>
17163
17164 * international/mule.el (xml-find-file-coding-system): Don't warn
17165 about utf-16 with BOM.
17166
17167 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
17168
17169 * international/mule.el (sgml-xml-auto-coding-function): Detect and
17170 warn if file encoding is not utf-8 and encoding not specified.
17171 (xml-find-file-coding-system): New function.
17172 * international/mule-conf.el (file-coding-system-alist): Use it.
17173
171742008-02-17 Glenn Morris <rgm@gnu.org>
17175
17176 * international/mule-cmds.el (set-locale-environment):
17177 Pass `frame' to getenv for LC_MESSAGES.
17178
171792008-02-17 Juri Linkov <juri@jurta.org>
17180
17181 * time.el (emacs-init-time): Use format instead of format-seconds.
17182
171832008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17184
17185 * textmodes/bibtex.el (bibtex-search-entry): Rename from
17186 bibtex-find-entry. Add autoload cookie.
17187 (bibtex-find-entry): Alias for bibtex-search-entry.
17188 (bibtex-search-crossref): Rename from bibtex-find-crossref.
17189 (bibtex-find-crossref): Alias for bibtex-search-crossref.
17190 (bibtex-clean-entry): atomic-change-group removed.
17191 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
17192 to locate buffer location where error occurred.
17193 Make error messages more specific.
17194 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
17195
171962008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
17197
17198 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
17199 top level.
17200
17201 * simple.el (transient-mark-mode): Add an :init-value.
17202
17203 * startup.el (command-line): Use custom-reevaluate-setting for
17204 transient-mark-mode.
17205
172062008-02-17 Michaël Cadilhac <michael@cadilhac.name>
17207
17208 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
17209
172102008-02-16 Juri Linkov <juri@jurta.org>
17211
17212 * startup.el (after-init-time): New variable.
17213 (command-line): Set `after-init-time' to the current time.
17214
17215 * time.el (emacs-init-time): New function.
17216
172172008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
17218
17219 * files.el (locate-dominating-file): Remove initial loop because it's
17220 not careful enough. Detect the uid-change all within the main loop.
17221
172222008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
17223
17224 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
17225
172262008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
17227
17228 * vc.el (vc-annotate): Add new argument.
17229 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
17230
17231 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
17232 Move make-variable-buffer-local code after the corresponding defvar.
17233 (hs-minor-mode-map): Define and initialize in one step.
17234 (hs-minor-mode): Change from defun to define-minor-mode.
17235
172362008-02-16 Nick Roberts <nickrob@snap.net.nz>
17237
17238 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
17239 (gdb-ready): Move declaration...
17240
17241 * progmodes/gdb-ui.el (gdb-ready): ...to here.
17242 (gdb-early-user-input): New variable.
17243 (gdb): Reset gdb-flush-pending-output to nil and set
17244 comint-input-sender here (before gdb-prompt), instead of...
17245 (gdb-init-1): ...here.
17246 (gdb-send): If Emacs is not ready, defer user input to...
17247 (gdb-prompt): ...here.
17248
172492008-02-16 Glenn Morris <rgm@gnu.org>
17250
17251 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
17252
17253 * startup.el (emacs-startup-time): Rename to `before-init-time'.
17254 (before-init-time): New name for `emacs-startup-time'.
17255 (command-line): Use before-init-time rather than emacs-startup-time.
17256 * time.el (emacs-uptime): Use before-init-time rather than
17257 emacs-startup-time.
17258
17259 * composite.el (composition-function-table): Doc fix.
17260
17261 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
17262 in favor of `%z' specifier.
17263 (emacs-uptime): Move to time.el.
17264 * time.el (emacs-uptime): Move here from time-date.el. Add optional
17265 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
17266 argument of format-seconds.
17267
172682008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
17269
17270 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
17271
172722008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
17273
17274 * ielm.el (ielm-is-whitespace): Remove.
17275 (ielm-is-whitespace-or-comment): New function.
17276 (ielm-eval-input): Use it.
17277
172782008-02-15 Jason Rumney <jasonr@gnu.org>
17279
17280 * term/mac-win.el: Fix coding tag.
17281
172822008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
17283
17284 * vc-hooks.el (vc-menu-map):
17285 * bindings.el (mode-line-mode-menu): Add tooltips.
17286
17287 * bindings.el (help-echo): Add more tooltips. Use a less
17288 telegraphic style for existing tooltips.
17289
172902008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
17291
17292 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
17293 from the auto-generated one.
17294
172952008-02-14 Glenn Morris <rgm@gnu.org>
17296
17297 * mail/rmail-spam-filter.el (rmail-spam-filter):
17298 Let-bind message-spam-status.
17299
17300 * mail/smtpmail.el (password-cache-add): Declare as function.
17301
173022008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
17303
17304 * mail/smtpmail.el: Use password-cache.
17305
173062008-02-14 Juanma Barranquero <lekktu@gmail.com>
17307
17308 * uniquify.el (uniquify-buffer-base-name): New function.
17309 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17310
17311 * desktop.el (uniquify-managed): Don't defvar.
17312 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
17313 `uniquify-managed'. Return also the buffer's base name.
17314 (desktop-save): When saving the buffer info, filter out the base name,
17315 and save it as buffer name if the buffer is managed by uniquify.
17316 (uniquify-item-base): Don't declare; not called anymore.
17317
173182008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
17319
17320 * vc.el (vc-annotate-find-revision-at-line): New function.
17321 (vc-annotate-mode-map): Bind it.
17322 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
17323 some entries.
17324
173252008-02-14 Glenn Morris <rgm@gnu.org>
17326
17327 * calendar/time-date.el (format-seconds): New function.
17328 (emacs-uptime): Use format-seconds.
17329
17330 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
17331 Remove `LC_ALL=C', since it's included in $(emacs) now.
17332
173332008-02-14 Zhang Wei <id.brep@gmail.com>
17334
17335 * textmodes/org-publish.el (org-publish-timestamp-filename):
17336 Replace colon characters in filename too.
17337
173382008-02-13 Bastien Guerry <bzg@altern.org>
17339
17340 * mail/rmail.el (rmail-header-name): New face.
17341 (rmail-font-lock-keywords): Use rmail-header-name.
17342
17343 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
17344 against X-Spam-Status header field.
17345 (rmail-spam-filter): Also check X-Spam-Status header field.
17346
173472008-02-14 Mark A. Hershberger <mah@everybody.org>
17348
17349 * progmodes/flymake.el (flymake-allowed-file-name-masks):
17350 Add support for .pm files and .php files.
17351 (flymake-err-line-patterns): Add pattern for PHP errors.
17352 (flymake-php-init): New function. PHP support for flymake.
17353
17354 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17355 Add regular expression for PHP errors.
17356
173572008-02-13 Michael Albinus <michael.albinus@gmx.de>
17358
17359 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
17360 This DTRT even on w32 machines.
17361 (ange-ftp-cf1): Quote FILENAME.
17362
173632008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
17364
17365 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
17366 (smerge-auto-combine): New fun.
17367
173682008-02-12 Juri Linkov <juri@jurta.org>
17369
17370 * startup.el (fancy-startup-screen, normal-splash-screen):
17371 Set default-directory to command-line-default-directory.
17372
17373 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
17374 after reading the desktop.
17375
17376 * progmodes/compile.el (compilation-auto-jump):
17377 Call compile-goto-error only when compilation-auto-jump-to-first-error
17378 is non-nil.
17379 (compilation-scroll-output): Replace :type 'boolean with a choice
17380 that has three options including a third option `first-error'.
17381 Doc fix.
17382 (compilation-start, compilation-forget-errors): Add an alternate
17383 condition comparing compilation-scroll-output with `first-error'
17384 in addition to compilation-auto-jump-to-first-error (to call
17385 compilation-auto-jump in the proper place).
17386
173872008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
17388
17389 * international/mule.el (sgml-html-meta-auto-coding-function):
17390 Make sure the search limit is ahead.
17391
17392 * tar-mode.el: Fix broken indentation.
17393 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
17394 Use with-current-buffer.
17395
173962008-02-12 Juanma Barranquero <lekktu@gmail.com>
17397
17398 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
17399 it is already automatically buffer-local.
17400
174012008-02-12 Drew Adams <drew.adams@oracle.com>
17402
17403 * help.el (describe-key): Join some split lines to facilitate filling.
17404 * help-fns.el (describe-function-1): Fill text of overlong lines.
17405
174062008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
17407
17408 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
17409 Use unibyte-string instead of string-make-unibyte.
17410
17411 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
17412
174132008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
17414
17415 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
17416 works also for buffers w/o buffer-file-name. Update callers.
17417 (doc-view-clone-buffer-hook): New fun.
17418 (doc-view-mode): Use it for indirect clones. Mark the overlays with
17419 the `doc-view' property so they can be recognized.
17420
17421 * simple.el (clone-indirect-buffer-hook): New hook.
17422 (clone-indirect-buffer): Run it.
17423
174242008-02-11 Michael Olson <mwolson@gnu.org>
17425
17426 * epa-setup.el:
17427 * epg-package-info.el: Files removed.
17428
174292008-02-11 Daiki Ueno <ueno@unixuser.org>
17430
17431 * epa.el (epa-menu-mode): Merge into epa-mode.
17432 (epa-menu-items): Rename the label "EasyPG Assistant" to
17433 "Encryption/Decryption".
17434
17435 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
17436 (epa-dired-mode-map): Rename from epa-dired-map.
17437 (epa-global-dired-mode): Rename the global minor mode.
17438
174392008-02-11 Drew Adams <drew.adams@oracle.com>
17440
17441 * isearch.el (isearch-fail): New face.
17442 (isearch-message): Highlight failure part of input.
17443
174442008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17445
17446 * ibuffer.el (ibuffer-header-line-format): New var.
17447 (ibuffer-mode): Set it instead of header-line-format.
17448 (ibuffer-update): Use it to set header-line-format.
17449
17450 * international/mule-cmds.el (ucs-insert): Inherit surrounding
17451 properties like self-insert-command.
17452
174532008-02-11 Drew Adams <drew.adams@oracle.com>
17454
17455 * progmodes/etags.el: Add many doc strings.
17456
174572008-02-11 Jason Rumney <jasonr@gnu.org>
17458
17459 * ldefs-boot.el: Regenerated.
17460
174612008-02-11 Glenn Morris <rgm@gnu.org>
17462
17463 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17464 Shorten some names.
17465
17466 * ffap.el (ffap-rfc-directories): Add :version.
17467
174682008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
17469
17470 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
17471 files, and backup files of same.
17472
174732008-02-11 Kevin Ryde <user42@zip.com.au>
17474
17475 * ffap.el (ffap-rfc-directories): New variable.
17476 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
17477
17478 * info.el (Info-next-reference, Info-prev-reference)
17479 (Info-try-follow-nearest-node): Move to and follow https:// links too.
17480
17481 * simple.el (completion-list-mode): Show full completion-list-mode-map
17482 in the docstring.
17483
174842008-02-11 Sam Steingold <sds@gnu.org>
17485
17486 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
17487
174882008-02-11 Glenn Morris <rgm@gnu.org>
17489
17490 * startup.el (emacs-startup-time): New variable.
17491 (command-line): Set emacs-startup-time.
17492
17493 * calendar/time-date.el (emacs-uptime): New function.
17494
174952008-02-10 Bastien Guerry <bzg@altern.org>
17496
17497 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
17498 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
17499 it is nil.
17500
175012008-02-10 Daiki Ueno <ueno@unixuser.org>
17502
17503 * epg-config.el: Expand the contents of epg-package-info.el.
17504 (epg-package-name): New constant.
17505 (epg-version-number): New constant.
17506 (epg-bug-report-address): New constant.
17507
17508 * epa-mail.el (epa-mail-mode): Add autoload cookie.
17509 (epa-global-mail-mode): New global minor mode.
17510
17511 * epa-file.el (epa-file-mode): New global minor mode.
17512
17513 * epa-dired.el (epa-dired-mode): New global minor mode.
17514
17515 * epa.el (epa-menu): New variable.
17516 (epa-menu-items): New variable.
17517 (epa-menu-mode): New global minor mode.
17518 (epa-global-minor-modes): New user option.
17519 (epa-mode): New global minor mode.
17520
175212008-02-10 Michael Albinus <michael.albinus@gmx.de>
17522
17523 * net/dbus.el: Remove `no-byte-compile' cookie.
17524 (dbus-call-method, dbus-register-signal, dbus-debug)
17525 (dbus-registered-functions-table): Declare them with
17526 `declare-function' or `defvar', respectively.
17527 (top): Don't assert any longer. Require 'cl when compiling.
17528 Apply `ignore-errors' but `dbus-ignore-errors'.
17529
175302008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
17531
17532 * diff-mode.el (diff-add-change-log-entries-other-window):
17533 Use add-change-log-entry.
17534
175352008-02-09 Jason Rumney <jasonr@gnu.org>
17536
17537 * button.el (button-map):
17538 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
17539 * ldefs-boot.el: Regenerate.
17540
175412008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
17542
17543 * epa.el (epa-faces, epa):
17544 * epa-file.el (epa-file):
17545 * epg-config.el (epg): Add :version.
17546
175472008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
17548
17549 * vc.el (vc-exec-after): Append CODE to previous fragments.
17550 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
17551 take MESSAGES instead of VERBOSE; use it when non-nil.
17552 (vc-diff-internal): Compute messages once; use them;
17553 update call to vc-diff-finish.
17554
175552008-02-09 Michael Olson <mwolson@gnu.org>
17556
17557 * net/tramp.el (tramp-process-sentinel): Avoid error when process
17558 buffer has been killed, such as by
17559 `tramp-cleanup-all-connections'.
17560
175612008-02-09 Miles Bader <miles@gnu.org>
17562
17563 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
17564
175652008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17566
17567 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
17568 splitter in context hunks.
17569
175702008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
17571
17572 * international/fontset.el (setup-default-fontset): Fix arabic otf
17573 font specification.
17574
175752008-02-08 Daiki Ueno <ueno@unixuser.org>
17576
17577 * epa-dired.el:
17578 * epa-file.el:
17579 * epa-mail.el:
17580 * epa-setup.el:
17581 * epa.el:
17582 * epg-config.el:
17583 * epg-package-info.el:
17584 * epg.el: Initial check-in of EasyPG.
17585
175862008-02-08 Glenn Morris <rgm@gnu.org>
17587
17588 * woman.el (woman-locale): New defcustom.
17589 (woman-expand-locale, woman-manpath-add-locales): New functions.
17590 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
17591
17592 * international/mule-cmds.el (locale-translate): New function,
17593 with old code extracted from set-locale-environment.
17594 (set-locale-environment): Use locale-translate. Set woman-locale.
17595
17596 * cus-start.el (selection-coding-system): Remove, since it's now
17597 defined in select.el rather than in xselect.c.
17598 * select.el (selection-coding-system): Make it a defcustom, and
17599 add the properties from cus-start.el. Bump :version.
17600
17601 * custom.el (custom-theme-set-variables): Sort symbols that are
17602 dependencies before symbols that depend on them.
17603 (custom-enabled-themes): Set after custom-theme-directory.
17604
17605 * pcmpl-unix.el (top-level): Move provide statement to end.
17606 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
17607 `*' from doc-string. Allow to be nil.
17608 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
17609 Allow to be nil. Add :version.
17610 (pcmpl-ssh-hosts): Move definition before use. Handle lines
17611 without hostnames, and multiple hostnames per line.
17612
17613 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
17614
176152008-02-08 Phil Hagelberg <phil@evri.com>
17616
17617 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
17618 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
17619
176202008-02-07 Timo Savola <timo.savola@iki.fi>
17621
17622 * startup.el (command-line-x-option-alist): Add --parent-id.
17623
17624 * term/x-win.el (x-handle-parent-id): New function.
17625
176262008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
17627
17628 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
17629 "Font Menu".
17630
176312008-02-06 Michael Albinus <michael.albinus@gmx.de>
17632
17633 * net/dbus.el (dbus-interface-peer): New defconst.
17634 (dbus-ping): New defun.
17635
176362008-02-06 Sam Steingold <sds@gnu.org>
17637
17638 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
17639
176402008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17641
17642 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
17643 Just return nil and let the C code provide a fallback.
17644
176452008-02-05 Glenn Morris <rgm@gnu.org>
17646
17647 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
17648 tramp-flush-connection-property for removed 2nd argument.
17649
176502008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
17651
17652 * diff-mode.el (diff-add-change-log-entries-other-window):
17653 Rename from diff-create-changelog. Change users.
17654 Minor change to hopefully work with plain diffs.
17655 (diff-mode-map): Add binding for it.
17656
176572008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
17658
17659 * diff-mode.el: Add new TODO entry.
17660 (diff-create-changelog): New function.
17661 (diff-mode-menu): Bind it.
17662
176632008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
17664
17665 * international/mule-diag.el (print-fontset-element): Handle the
17666 case of inhibiting the fallback fonts.
17667
176682008-02-04 Kim F. Storm <storm@cua.dk>
17669
17670 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17671 (ido-magic-delete-char): Use prefix arg.
17672
176732008-02-03 Juanma Barranquero <lekktu@gmail.com>
17674
17675 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
17676 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
17677 of today, the most recent libpng is 1.2.24).
17678
176792008-02-03 Michael Albinus <michael.albinus@gmx.de>
17680
17681 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
17682
17683 * net/dbus.el (top): Check (featurep 'dbusbind).
17684
17685 * net/tramp.el (tramp-process-sentinel): New defun.
17686 (tramp-do-copy-or-rename-file-out-of-band)
17687 (tramp-maybe-open-connection): Use it as process sentinel.
17688 (tramp-handle-delete-directory): Don't use the "-f" option; it
17689 isn't portable.
17690 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
17691 after the command.
17692 (tramp-handle-shell-command): Set `mode-line-process' in the
17693 asynchronous case.
17694
17695 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
17696
17697 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
17698 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
17699 Use `tramp-process-sentinel' as process sentinel.
17700
177012008-02-02 Juanma Barranquero <lekktu@gmail.com>
17702
17703 * whitespace.el (global-whitespace-mode): Revert last change.
17704 (whitespace-unload-function): Force `global-whitespace-mode'
17705 to deactivate local modes in a slightly less intrusive way.
17706
177072008-02-02 Eli Zaretskii <eliz@gnu.org>
17708
17709 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
17710
177112008-02-02 Glenn Morris <rgm@gnu.org>
17712
17713 * international/latin1-disp.el (latin1-display):
17714 * progmodes/fortran.el (fortran-comment-indent-char):
17715 * progmodes/idlw-shell.el (top-level):
17716 * term/mac-win.el (mac-keyboard-translate-char):
17717 * whitespace.el (whitespace-char-valid-p):
17718 * wid-edit.el (widget-key-sequence-read-event):
17719 Use characterp rather than char-valid-p.
17720
17721 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
17722 to capitalized-find-word-boundary. Doc fix. Update callers.
17723 (capitalized-next-word-boundary-function-table): Rename to
17724 capitalized-find-word-boundary-function-table. Doc fix. Update users.
17725
17726 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
17727 string-to-int.
17728
17729 * ps-def.el (declare-function): Add compatibility definition.
17730 (ps-plot-with-face, ps-plot-string): Declare as functions.
17731 (ps-bold-faces, ps-italic-faces): Declare variables.
17732
17733 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
17734 (ps-mule-end-job): Declare as functions.
17735
17736 * wid-edit.el (widget-string-complete): Use assoc-string rather
17737 than assoc-ignore-case.
17738
17739See ChangeLog.13 for earlier changes.
17740
17741;; Local Variables:
17742;; coding: utf-8
e3d51b27
MR
17743;; End:
17744
958a2b4c 17745 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
e3d51b27
MR
17746
17747 This file is part of GNU Emacs.
17748
17749 GNU Emacs is free software: you can redistribute it and/or modify
17750 it under the terms of the GNU General Public License as published by
17751 the Free Software Foundation, either version 3 of the License, or
17752 (at your option) any later version.
17753
17754 GNU Emacs is distributed in the hope that it will be useful,
17755 but WITHOUT ANY WARRANTY; without even the implied warranty of
17756 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17757 GNU General Public License for more details.
17758
17759 You should have received a copy of the GNU General Public License
17760 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
17761
17762;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc