]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
aa81238a37b09e263b82a6dae64bea12d4377652
[gnu-emacs] / lisp / ChangeLog
1 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * term/ns-win.el (ns-insert-working-text, ns-put-working-text): Switch
4 names and update comments for clarity.
5
6 2009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
9 start is nil, as was done in tar-mode.el.
10
11 2009-01-23 Glenn Morris <rgm@gnu.org>
12
13 * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
14 more.
15
16 * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
17
18 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
19
20 * server.el (server-name): Make it a defcustom.
21
22 * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
23
24 2009-01-23 Glenn Morris <rgm@gnu.org>
25
26 * Makefile.in (ELCFILES): Update.
27
28 2009-01-22 Ulf Jasper <ulf.jasper@web.de>
29
30 * net/newst-treeview.el
31 (newsticker-treeview-next-new-or-immortal-item): New optional arg
32 current-item-counts. Move to next feed if necessary. (Bug#1569)
33 (newsticker-treeview-prev-new-or-immortal-item): Move to previous
34 feed if necessary. (Bug#1569)
35 (newsticker-treeview-next-feed)
36 (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
37 Don't activate node nil. (Bug#1569)
38
39 2009-01-22 Paul Reilly <pmr@pajato.com>
40 Henrik Enberg <enberg@printf.se>
41 Alex Schroeder <alex@gnu.org>
42 Chong Yidong <cyd@stupidchicken.com>
43 Richard M Stallman <rms@gnu.org>
44 Glenn Morris <rgm@gnu.org>
45 Juanma Barranquero <lekktu@gmail.com>
46
47 * mail/rmail.el: Code implementing Rmail-mbox functionality.
48 (rmail-attribute-header, rmail-keyword-header)
49 (rmail-answered-attr-index, rmail-deleted-attr-index)
50 (rmail-edited-attr-index, rmail-filed-attr-index)
51 (rmail-retried-attr-index, rmail-forwarded-attr-index)
52 (rmail-unseen-attr-index, rmail-resent-attr-index)
53 (rmail-attr-array, rmail-header-style, rmail-file-name)
54 (rmail-buffer-swapped): New vars.
55 (rmail-convert-file-maybe, rmail-error-bad-format)
56 (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
57 (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
58 (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
59 (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
60 (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
61 (rmail-get-header, rmail-set-header, rmail-get-attr-names)
62 (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
63 (rmail-message-attr-p, rmail-message-unseen-p)
64 (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
65 (rmail-show-message-maybe, rmail-copy-headers)
66 (rmail-simplified-subject, rmail-simplified-subject-regexp)
67 (rmail-write-region-annotate): New functions.
68
69 (rmail-keywords, rmail-default-rmail-file): Vars deleted.
70 (rmail-convert-mailpath, rmail-convert-file)
71 (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
72 (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
73 (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
74 (rmail-redecode-body)
75 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
76 (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
77 (rmail-count-screen-lines, rmail-message-regexp-p)
78 (rmail-current-subject, rmail-current-subject-regexp): Functions
79 deleted.
80 (rmail-nuke-pinhead-header): Move to rmailout.el.
81
82 (rmail-ignored-headers): Add additional headers.
83 (rmail-mode-map): Update key commands.
84 (rmail-tool-bar-map): Build tool-bar unconditionally.
85 (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
86 conversion and new buffer swapping mechanism.
87 (rmail-perm-variables): Use new vars, and remove deleted ones.
88 (rmail-revert): Use rmail-convert-file-maybe.
89 (rmail-duplicate-message): Use rmail-show-message-maybe.
90 (rmail-get-new-mail): Don't leave the buffer screwed up if we get
91 a disk-full error.
92 (rmail-parse-url): Strip embedded password.
93 (rmail-insert-inbox-text): Default to movemail if
94 rmail-movemail-program is null. Handle mbox format.
95 (rmail-decode-region): New arg.
96 (rmail-display-labels): Don't perform Babyl processing.
97 (rmail-set-attribute, rmail-message-labels-p, rmail-search)
98 (rmail-set-message-counters, rmail-count-new-messages)
99 (rmail-set-message-counters-counter, rmail-show-message)
100 (rmail-next-same-subject, rmail-reply): Use mbox format.
101 (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
102 (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
103 buffer swapping mechanism.
104
105 * mail/rmailedit.el: Require rmailsum.el.
106 (rmail-edit-mode): First check if buffer is swapped.
107 (rmail-edit-saved-coding-system): Var deleted.
108 (rmail-edit-current-message): Don't call deleted vars.
109 (rmail-cease-edit): Handle mbox format.
110 (rmail-abort-edit): Widen buffer.
111
112 * mail/rmailkwd.el: Require rmail.el. Remove unneeded function
113 declarations.
114 (rmail-buffer, rmail-current-message, rmail-last-label)
115 (rmail-last-multi-labels, rmail-summary-vector)
116 (rmail-total-messages, rmail-attributes, rmail-deleted-label)
117 (rmail-keywords): Vars deleted.
118 (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
119 (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
120 (rmail-parse-file-keywords, rmail-install-keyword): Functions
121 deleted.
122 (rmail-make-label): New function.
123 (rmail-read-label): Don't call rmail-parse-file-keywords.
124 (rmail-set-label): Rewritten using rmail-set-attribute.
125 (rmail-next-labeled-message): Use rmail-get-labels.
126
127 * mail/rmailmm.el: New file.
128
129 * mail/rmailmsc.el: Require rmail.el.
130 (set-rmail-inbox-list): Set rmail-inbox-list directly.
131
132 * mail/rmailout.el (rmail-output-decode-coding): New var.
133 (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
134 (rmail-convert-to-babyl-format, rmail-output-as-mbox)
135 (rmail-output-to-rmail-buffer): New functions.
136 (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
137 Function deleted.
138 (rmail-nuke-pinhead-header): Moved from rmail.el.
139 (rmail-output): Rewritten to accept both mbox and babyl output.
140 (rmail-output-as-seen, rmail-output-body-to-file): Rewritten to
141 use mbox internal format.
142
143 * mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
144 (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
145 (rmail-sort-by-recipient, rmail-sort-by-correspondent): Use
146 rmail-get-header.
147 (rmail-sort-messages): Use new buffer swapping mechanism. Handle
148 mbox internal format.
149
150 * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
151 (rmail-message-recipients-p, rmail-message-recipients-p-1)
152 (rmail-message-regexp-p, rmail-new-summary-1)
153 (rmail-get-create-summary-buffer, rmail-get-summary)
154 (rmail-create-summary-line, rmail-get-summary-labels)
155 (rmail-create-summary, rmail-header-summary)
156 (rmail-summary-output, rmail-summary-output-as-seen): New
157 functions.
158 (rmail-summary-by-topic, rmail-message-senders-p)
159 (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
160 internal format.
161 (rmail-new-summary): Rewrite window handling.
162 (rmail-make-summary-line, rmail-make-summary-line-1)
163 (rmail-make-basic-summary-line)
164 (rmail-summary-output-to-rmail-file): Functions deleted.
165 (rmail-summary-undelete, rmail-summary-rmail-update)
166 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
167 (rmail-summary-show-message, rmail-summary-wipe)
168 (rmail-summary-toggle-header, rmail-summary-reply): Use
169 rmail-buffer instead of rmail-view-buffer.
170 (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
171 (rmail-summary-goto-msg): Use rmail-show-message-maybe.
172 (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
173
174 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
175
176 * term/ns-win.el (ns-show-manual): Fix node name.
177 (x-open-connection): Fix typo in declaration filename.
178
179 2009-01-22 Romain Francoise <romain@orebokech.com>
180
181 * Makefile.in (ELCFILES): Update.
182
183 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
184
185 * frame.el (make-frame-on-tty): Remove function, inline contents
186 in the only user ...
187
188 * server.el (server-create-tty-frame): ... here.
189
190 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
191
192 * format.el (format-annotate-function):
193 Set write-region-post-annotation-function.
194
195 2009-01-21 John Wiegley <johnw@newartisans.com>
196
197 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
198 list of output filters.
199 (eshell-mode): Change the default binding of C-a to eshell-bol.
200 I don't think it's actually bound at all by default in eshell;
201 it just falls back to the default binding of C-a.
202
203 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
204
205 * minibuffer.el (completion--insert-strings): Fix up computation of
206 column position which manifested e.g. in proced's signal completion.
207
208 2009-01-21 Chong Yidong <cyd@stupidchicken.com>
209
210 * server.el (server-start): Allow server to shut down when no
211 frames are available in daemon-mode.
212
213 2009-01-21 Juanma Barranquero <lekktu@gmail.com>
214
215 * term.el (term-previous-matching-input, term-next-matching-input)
216 (term-previous-matching-input-from-input)
217 (term-next-matching-input-from-input, term-backward-matching-input)
218 (term-forward-matching-input): Change argument name to match docstring.
219
220 2009-01-21 Glenn Morris <rgm@gnu.org>
221
222 * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
223 that are no longer needed.
224 (authors-scan-change-log): Doc fix.
225 (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
226
227 2009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
228
229 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
230 Use aspell default dict.
231
232 2009-01-20 Kenichi Handa <handa@m17n.org>
233
234 * descr-text.el (describe-char): Improve description of eight-bit
235 char in a unibyte buffer. (Bug#1935)
236
237 2009-01-20 Glenn Morris <rgm@gnu.org>
238
239 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
240 Add some entries.
241
242 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
243
244 * progmodes/ruby-mode.el: Autoload other interpreter names.
245
246 2009-01-19 Juanma Barranquero <lekktu@gmail.com>
247
248 * descr-text.el (describe-char-categories): New defsubst.
249 (describe-char): Use it.
250
251 2009-01-19 Michael Albinus <michael.albinus@gmx.de>
252
253 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
254 IPv4 mapped IPv6 addresses.
255
256 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
257
258 * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
259 the beginning of the buffer. (Bug#1949)
260
261 2009-01-18 Markus Triska <markus.triska@gmx.at>
262
263 * linum.el (linum-update-window): Use `delq' instead of `delete';
264 compare strings with `equal-including-properties'.
265
266 2009-01-17 Glenn Morris <rgm@gnu.org>
267
268 * progmodes/cc-langs.el (declare-function): Add compatibility stub.
269 (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
270
271 * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
272 (eldoc-message-commands, eldoc-print-current-symbol-info):
273 Doc fix (consistent case of "ElDoc").
274
275 2009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
276
277 * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
278
279 2009-01-17 Eli Zaretskii <eliz@gnu.org>
280
281 * dos-w32.el (find-buffer-file-type-coding-system): If `(car
282 TARGET)' does not exist, try again with its basename replaced by
283 `(cdr TARGET)'. (Related to Bug #1853.)
284
285 * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
286
287 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
288
289 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
290 unless flyspell-mode is enabled.
291 (flyspell-pre-point): Make buffer-local.
292
293 2009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
294
295 * textmodes/bibtex.el (bibtex-format-entry): For updating field
296 delimiters, allow fields that are composed of strings and string
297 constants.
298 (bibtex-mode): Doc fix.
299
300 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
301
302 * textmodes/ispell.el: Protect against declare-function undefined
303 in XEmacs.
304 (ispell-program-name): Search also for hunspell when setting default.
305 (ispell-find-aspell-dictionaries): Better error message. Use correct
306 dictionary alist for default. Better fallback default dictionary.
307
308 2009-01-16 Ulrich Mueller <ulm@kph.uni-mainz.de>
309
310 * international/quail.el (quail-insert-kbd-layout):
311 Delete superfluous handling of 8-bit code. (Bug#1418)
312
313 2009-01-16 Glenn Morris <rgm@gnu.org>
314
315 * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
316 (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
317 (eldoc-highlight-function-argument): Doc fix - mention effect of
318 eldoc-documentation-function.
319 (eldoc-message-commands-table-size, eldoc-message-commands)
320 (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
321 (eldoc-documentation-function): Mention effect on user options.
322
323 * emacs-lisp/copyright.el (copyright-update): Doc fix.
324
325 2009-01-16 Kevin Ryde <user42@zip.com.au>
326
327 * tar-mode.el (tar-rename-entry): Only test the magic string, without
328 its version number, and then set both.
329
330 2009-01-16 Richard M Stallman <rms@gnu.org>
331
332 * textmodes/paragraphs.el (sentence-end): Accept non-break space.
333
334 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
335
336 * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
337 Refer to revert-buffer, not Buffer-menu-revert.
338 (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
339 (Buffer-menu-revert): Remove function, unused.
340 (Buffer-menu-mode-map): Don't bind keys already
341 bound by special-mode.
342 (Buffer-menu-mode-map): Add a menu.
343
344 2009-01-15 Stephen Eglen <stephen@gnu.org>
345
346 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
347
348 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
349
350 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
351
352 2009-01-15 Martin Rudalics <rudalics@gmx.at>
353
354 * window.el (special-display-p): Revert 2009-01-14 change.
355
356 2009-01-15 Glenn Morris <rgm@gnu.org>
357
358 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
359 (authors-obsolete-files-regexps, authors-ignored-files):
360 (authors-renamed-files-alist): Add some entries.
361 (authors-fixed-entries): Change some entries.
362 (authors-canonical-file-name): Doc fix.
363 (authors-scan-change-log): Handle joint authorship in ChangeLogs.
364
365 2009-01-14 Juri Linkov <juri@jurta.org>
366
367 * info.el (Info-isearch-filter): Don't filter out invisible text
368 when search-invisible is t. (Bug#1848)
369
370 * simple.el (blink-matching-open): Use `minibuffer-message' to
371 display messages in the minibuffer.
372
373 * help.el (view-help-file):
374 * menu-bar.el (menu-bar-help-extra-packages):
375 Use goto-address-mode instead of goto-address.
376
377 * net/goto-addr.el (goto-address-url-face): Change default value
378 from `bold' to `link'.
379
380 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
381
382 * international/mule-diag.el (print-list): Fix 2008-12-03 change.
383
384 2009-01-14 Martin Rudalics <rudalics@gmx.at>
385
386 * frame.el (special-display-popup-frame): Rewrite doc-string and
387 simplify code.
388
389 * window.el (special-display-buffer-names)
390 (special-display-regexps): Add customization support for
391 function/other-args elements. Rewrite doc-strings.
392 (special-display-function): Rewrite doc-string.
393 (same-window-buffer-names, same-window-regexps):
394 Minor doc-string fixes.
395 (special-display-p): Minor rewrite.
396
397 2009-01-14 Glenn Morris <rgm@gnu.org>
398
399 * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
400
401 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
402
403 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
404 MESSAGEs with internal square brackets (i.e., " this [test] message").
405 Use `string-match-p'.
406 (completion--make-envvar-table, completion--file-name-table)
407 (completion-pcm--string->pattern, completion-pcm--all-completions)
408 (completion-pcm--filename-try-filter): Use `string-match-p'.
409
410 2009-01-14 Juri Linkov <juri@jurta.org>
411
412 * progmodes/bug-reference.el (bug-reference-fontify): Check for
413 non-nil `bug-reference-url-format' before putting an overlay
414 property `bug-reference-url'.
415 (bug-reference-mode, bug-reference-prog-mode): Don't check for
416 `bug-reference-url-format'. Doc fix. (Bug#1744)
417
418 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
419
420 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
421 for exit-emacs item. Bind it to save-buffers-kill-terminal.
422
423 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
424 loaded.
425
426 2009-01-13 Jason Rumney <jasonr@gnu.org>
427
428 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
429
430 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
431
432 * subr.el (play-sound): Doc fix. (Bug#250)
433 (shell-quote-argument, field-at-pos): Fix typos in docstrings.
434
435 2009-01-12 Alan Mackenzie <acm@muc.de>
436
437 * textmodes/paragraphs.el (forward-sentence): Change limit of
438 re-search-backward to allow values of `sentence-end' anchored at BOL.
439
440 2009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
441
442 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
443 subfield of the magic string.
444
445 2009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
446
447 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
448 (math-special-function-table): Use `math-compose-tex-sqrt' to
449 compose sqrts in TeX and LaTeX mode.
450
451 2009-01-11 Chong Yidong <cyd@stupidchicken.com>
452
453 * faces.el (describe-face): Ignore anonymous faces.
454
455 * server.el (server-save-buffers-kill-terminal): Args changed.
456 Handle nowait client frames.
457
458 * files.el (save-buffers-kill-terminal): Args for
459 server-save-buffers-kill-terminal changed.
460
461 2009-01-11 Juanma Barranquero <lekktu@gmail.com>
462
463 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
464
465 2009-01-11 Glenn Morris <rgm@gnu.org>
466
467 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
468 Silence compiler.
469
470 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
471 some entries.
472 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
473 (authors-renamed-files-alist): Add entries.
474 (authors-fixed-entries): Update for renamed and removed files.
475 (authors-canonical-file-name): Add entries to
476 authors-checked-files-alist based on their full names, expanded relative
477 to each log-file directory.
478 (authors-scan-el, authors-add-to-author-list, authors):
479 Handle multiple authors in a file, via a new :cowrote category.
480
481 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
482
483 2009-01-10 Richard M Stallman <rms@gnu.org>
484
485 * mail/mail-utils.el (mail-quote-printable-region): New function.
486
487 2009-01-10 Glenn Morris <rgm@gnu.org>
488
489 * calendar/cal-move.el (calendar-scroll-left-three-months)
490 (calendar-scroll-right-three-months):
491 * calendar/holidays.el (calendar-list-holidays)
492 (calendar-mark-holidays):
493 * calendar/lunar.el (calendar-lunar-phases):
494 Add event handling, for when called from menus with the calendar buffer
495 not current.
496
497 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
498
499 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
500 Move setting up whitepace-mode ...
501 (diff-mode): ... here.
502 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
503
504 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
505
506 * faces.el (x-font-family-list): Remove entirely.
507
508 2009-01-10 Eli Zaretskii <eliz@gnu.org>
509
510 Fix Bug #876:
511
512 * info.el (info-insert-file-contents, Info-insert-dir):
513 Bind inhibit-null-byte-detection to non-nil.
514
515 2009-01-10 Martin Rudalics <rudalics@gmx.at>
516
517 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
518 toggling tool bars on. (Bug#1754)
519
520 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
521
522 * faces.el (face-valid-attribute-values): Use string as value for
523 :family attribute. Now, font-family-list returns a list of strings.
524 (x-font-family-list): Obsolete compatibility version of function
525 from xfaces.c.
526
527 2009-01-09 Martin Rudalics <rudalics@gmx.at>
528
529 * window.el (special-display-buffer-names)
530 (special-display-regexps, special-display-function):
531 In doc-strings say "same-window" instead of "same-buffer".
532
533 2009-01-09 Michael Albinus <michael.albinus@gmx.de>
534
535 * net/tramp.el: Revert previous patch. `last-command-char' is
536 used in code intended only for XEmacs, where it is different from
537 `last-command-event'.
538
539 2009-01-09 Glenn Morris <rgm@gnu.org>
540
541 * subr.el (last-input-char, last-command-char):
542 Move here from src/keyboard.c.
543
544 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
545 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
546 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
547 * wdired.el:
548 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
549 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
550 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
551 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
552 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
553 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
554 * eshell/em-smart.el, eshell/esh-mode.el:
555 * international/mule-cmds.el:
556 * mail/mailabbrev.el:
557 * net/tramp.el:
558 * play/mpuz.el:
559 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
560 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
561 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
562 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
563 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
564 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
565 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
566 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
567 Replace last-command-char with last-command-event.
568
569 * double.el, electric.el, replace.el, term.el, terminal.el:
570 * calc/calc.el:
571 * emulation/viper-cmd.el:
572 * international/mule-cmds.el:
573 * obsolete/iso-acc.el:
574 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
575
576 * emacs-lisp/edebug.el: Remove references to last-command-char and
577 last-input-char, since these have been identical to last-command-event
578 and last-input-event since at least Emacs 19.
579 (edebug-outside-last-command-char, edebug-outside-last-input-char):
580 Remove.
581
582 2009-01-09 Dave Love <fx@gnu.org>
583
584 * calendar/time-date.el: Require cl for `declare'.
585
586 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
587
588 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
589 Suggested by Dave Love.
590
591 2009-01-09 Dave Love <fx@gnu.org>
592
593 * net/imap.el (imap-string-to-integer): Fix typo.
594 (imap-fetch-safe): New function.
595 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
596
597 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
598 (imap-parse-greeting): Fix doc strings.
599 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
600 (imap-parse-flag-list): Make messages unique.
601 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
602
603 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
604 call.
605
606 * net/imap.el: Fix author email. Doc fixes.
607 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
608 reply.
609
610 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
611
612 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
613
614 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
615
616 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
617 Call nslookup if resolv.conf isn't available.
618 (dns-query): Rename from query-dns.
619 (dns-query-cached): Rename from query-dns-cached.
620
621 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
622
623 * net/imap.el (imap-enable-exchange-bug-workaround):
624 Explain auto-detection in the doc string.
625
626 2009-01-09 Juanma Barranquero <lekktu@gmail.com>
627
628 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
629 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
630 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
631 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
632 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
633 Fix typos in docstrings.
634 (ispell-command-loop): Reflow docstring.
635
636 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
637
638 * textmodes/ispell.el (ispell-encoding8-command): New variable.
639 (ispell-aspell-supports-utf8): Mark as obsoleted by
640 ispell-encoding8-command.
641 (ispell-check-version): Set ispell-encoding8-command.
642 (ispell-check-spellchecker-params, ispell-start-process):
643 Use ispell-encoding8-command.
644
645 * textmodes/flyspell.el (flyspell-large-region):
646 Use ispell-encoding8-command.
647
648 2009-01-08 Glenn Morris <rgm@gnu.org>
649
650 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
651 scroll the calendar.
652
653 * international/mule-cmds.el (universal-coding-system-argument):
654 last-input-char need not be a char.
655
656 * textmodes/ispell.el (ispell-check-minver): Declare.
657 Use string-to-number rather than string-to-int.
658
659 2009-01-07 Juanma Barranquero <lekktu@gmail.com>
660
661 * add-log.el (change-log-search-tag-name): Reflow docstring.
662 (change-log-mode): Fix typo in docstring.
663
664 * international/mule.el (define-coding-system): Doc fix.
665
666 2009-01-07 Kenichi Handa <handa@m17n.org>
667
668 * international/mule.el (define-coding-system): Fix docstring
669 about :bom usage.
670
671 2009-01-07 Martin Rudalics <rudalics@gmx.at>
672
673 * dired.el (dired-pop-to-buffer): Don't split windows
674 horizontally. (Bug#1806)
675
676 2009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
677
678 * tar-mode.el (tar-mode, tar-mode-write-contents)
679 (tar-write-region-annotate): Undo Andreas's last change.
680
681 2009-01-06 Michael Albinus <michael.albinus@gmx.de>
682
683 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
684 (tramp-handle-file-local-copy, tramp-handle-write-region)
685 * net/tramp-smb.el (tramp-smb-handle-copy-file)
686 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
687
688 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * minibuffer.el (completion-hilit-commonality): Don't presume
691 all-completions always include the input as prefix.
692 (completion-pcm--pattern-trivial-p): Accept a few more patterns
693 as trivial.
694 (completion-pcm--hilit-commonality): Remove leftover code that used to
695 deal with the now removed cdr-in-last-cons.
696
697 2009-01-06 Juanma Barranquero <lekktu@gmail.com>
698
699 * international/mule.el (define-coding-system): Fix typos in docstring.
700
701 2009-01-05 Alan Mackenzie <acm@muc.de>
702
703 * progmodes/cc-styles.el (c-setup-paragraph-variables):
704 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
705
706 2009-01-05 Michael Albinus <michael.albinus@gmx.de>
707
708 * net/tramp.el (tramp-handle-load)
709 (tramp-do-copy-or-rename-file-directly)
710 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
711 (tramp-handle-write-region)
712 * net/tramp-smb.el (tramp-smb-handle-copy-file)
713 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
714 Delete temporary file in case of error.
715
716 2009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
717
718 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
719
720 2009-01-05 Richard M Stallman <rms@gnu.org>
721
722 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
723
724 2009-01-05 Martin Rudalics <rudalics@gmx.at>
725
726 * window.el (display-buffer): Fix last fix.
727
728 2009-01-05 Juanma Barranquero <lekktu@gmail.com>
729
730 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
731 to shorten the desktop file directory shown in message.
732
733 2009-01-05 Glenn Morris <rgm@gnu.org>
734
735 * version.el (emacs-copyright):
736 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
737 Update copyrights for 2009.
738
739 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
740
741 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
742 (ada-get-indent-paramlist): Use ada-broken-indent instead of
743 hard-coded 0.
744 (ada-get-indent-loop): Fix list access bug.
745
746 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
747
748 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
749 (lisp-interaction-mode): Add a blank line in the docstring
750 before the keymap listing.
751
752 2009-01-04 Martin Rudalics <rudalics@gmx.at>
753
754 * window.el (display-buffer): When a buffer is displayed in the
755 selected and some other window, and not-this-window is non-nil,
756 try to return that other window instead of popping up a new
757 frame. (Bug#30)
758
759 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
760
761 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
762
763 2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
764
765 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
766
767 2009-01-03 Michael Olson <mwolson@gnu.org>
768
769 * net/imap.el (imap-parse-fetch): Courier can insert spurious
770 blank characters which will confuse `read', so skip past them.
771
772 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
773
774 * emacs-lisp/authors.el (authors-aliases): Addition.
775 (authors): Allow to use it for other projects.
776
777 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
778 Clarify MATCH argument. Print filenames.
779
780 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
781
782 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
783
784 * net/tramp.el (tramp-local-host-regexp)
785 (tramp-prefix-domain-format)
786 (tramp-prefix-domain-regexp, tramp-domain-regexp)
787 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
788 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
789 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
790 (tramp-file-name-structure, tramp-file-name-regexp-unified)
791 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
792 (tramp-dissect-file-name, tramp-make-tramp-file-name)
793 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
794 (tramp-handle-insert-file-contents): Fix setting of
795 `buffer-read-only'.
796 (tramp-compute-multi-hops, tramp-local-host-p):
797 Use `tramp-local-host-regexp'.
798 (tramp-file-name-real-user, tramp-file-name-domain):
799 Use `tramp-user-with-domain-regexp'.
800
801 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
802 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
803
804 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
805
806 * proced.el (proced-grammar-alist): Refiner can be a
807 list (function help-echo) instead of a cons pair.
808 (proced-post-display-hook): New variable.
809 (proced-tree-depth): Rename from proced-tree-indent.
810 (proced-mode): Derive mode from special-mode.
811 (proced-mode-map): Change accordingly.
812 (proced, proced-update): Run proced-post-display-hook.
813 (proced-do-mark-all): Count processes for which mark has been updated.
814 (proced-format): Check for ppid attribute.
815 (proced-process-attributes): Take time and ctime attribute from
816 system-process-attributes.
817 (proced-send-signal): Doc fix. Collect properly the info on
818 marked processes. Use fit-window-to-buffer instead of
819 dired-pop-to-buffer.
820
821 2009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
822
823 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
824 point-min==1.
825
826 2009-01-02 Juanma Barranquero <lekktu@gmail.com>
827
828 * bindings.el (mode-line-eol-desc): Fix typo in help message.
829 (mode-line-client): Fix typo in help message and docstring.
830
831 2009-01-02 Jason Rumney <jasonr@gnu.org>
832
833 * term/w32-win.el (image-library-alist): Add gobject library.
834
835 2009-01-02 Martin Rudalics <rudalics@gmx.at>
836
837 * frame.el (window-system-default-frame-alist)
838 (initial-frame-alist, minibuffer-frame-alist)
839 (pop-up-frame-alist, pop-up-frame-function)
840 (special-display-frame-alist): Rewrite and reformat doc-strings.
841
842 2009-01-01 Martin Rudalics <rudalics@gmx.at>
843
844 * simple.el (minibuffer-default-add-shell-commands):
845 Fix doc-string typo.
846
847 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
848
849 * language/cham.el: Fix setting of composition-function-table.
850
851 * language/khmer.el: Fix setting of composition-function-table.
852
853 * language/tibet-util.el (tibetan-composition-function):
854 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
855
856 * simple.el (minibuffer-default): Add defvar.
857
858 * hippie-exp.el: Require comint.
859
860 2008-12-31 Martin Rudalics <rudalics@gmx.at>
861
862 * simple.el (last-buffer): Don't set major mode of *scratch* if
863 that buffer exists already. Rewrite doc-string.
864
865 2008-12-31 Andreas Schwab <schwab@suse.de>
866
867 * tar-mode.el (tar-mode): Set write-contents-functions instead of
868 write-region-annotate-functions.
869 (tar-mode-write-contents): New function.
870 (tar-write-region-annotate): Remove.
871
872 2008-12-31 Chong Yidong <cyd@stupidchicken.com>
873
874 * files.el (basic-save-buffer): Revert 2008-12-22 change.
875 (buffer-swapped-with): Var removed.
876
877 2008-12-30 Kenichi Handa <handa@m17n.org>
878
879 * language/japanese.el (compose-gstring-for-variation-glyph):
880 New function. Register it in composition-function-table.
881
882 * composite.el (lglyph-set-code): New function.
883
884 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
885
886 * tar-mode.el (tar-data-swapped): New var.
887 (tar-data-swapped-p, tar-swap-data):
888 Use it instead of buffer-swapped-with.
889 (tar-write-region-annotate): Re-add (partial undo of last change).
890 (tar-mode): Use it again (partial undo as well).
891
892 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
893
894 * textmodes/table.el (table-capture): Fix symbol quoting typo.
895
896 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
897
898 * follow.el (follow-select-if-visible): Improve the check for the
899 last line of the window.
900 (follow-post-command-hook): Perform redisplay in more
901 circumstances, to avoid getting point stuck on partially visible lines.
902
903 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
904
905 * follow.el (follow-calc-win-end): Use with-selected-window.
906 (follow-windows-start-end, follow-pos-visible)
907 (follow-windows-aligned-p): Code cleanup.
908 (follow-select-if-visible): Try to avoid partially-visible lines.
909 (follow-select-if-visible-from-first): Call follow-redisplay and
910 move point to destination.
911 (follow-redisplay): New arg, to keep selected window unchanged.
912 (follow-post-command-hook): In final check for destination
913 visibility, use window-start and window-end instead of the less
914 accurate follow-pos-visible. If the selected window is redrawn,
915 tell follow-redisplay to preserve it.
916 (follow-calculate-first-window-start-from-below): Avoid looping
917 forever if vertical-motion returns an unexpected value.
918
919 2008-12-30 Andreas Schwab <schwab@suse.de>
920
921 * server.el (server-running-p): Remove interactive spec.
922 Fix regexp.
923
924 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
925
926 * follow.el (follow-calc-win-start): Don't use `inline'.
927 (follow-update-window-start, follow-select-if-visible)
928 (follow-calculate-first-window-start-from-below)
929 (follow-post-command-hook): Code cleanup.
930 (follow-downward, follow-calculate-first-window-start):
931 Delete function and merge into follow-redisplay.
932 (follow-redisplay): Merge code from follow-downward and
933 follow-calculate-first-window-start.
934
935 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
936
937 * proced.el (proced-tree-flag): Fix typo in docstring.
938
939 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
940
941 * proced.el (proced-temp-alist): Rename from variable
942 proced-children-alist.
943 (proced-process-tree, proced-toggle-tree): Fix docstring.
944 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
945 (proced-temp-internal): Use proced-temp-alist.
946
947 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
948
949 * subr.el (mkdir): New defalias.
950
951 2008-12-29 Juri Linkov <juri@jurta.org>
952
953 * proced.el (proced-mode-map): Bind " " to next-line instead of the
954 command `proced-next-line' removed on 2008-09-06.
955
956 2008-12-28 Juri Linkov <juri@jurta.org>
957
958 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
959 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
960
961 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
962 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
963 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
964 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
965 set 4 obsolete variables for backward-compatibility with Emacs 22.
966
967 2008-12-28 Juri Linkov <juri@jurta.org>
968
969 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
970
971 2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
972
973 * misc.el (butterfly): New command.
974
975 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
976
977 * proced.el (proced-grammar-alist): Allow predicate nil.
978 New attribute tree.
979 (proced-format-alist): Use attribute tree.
980 (proced-tree-flag, proced-tree-indent): New variables.
981 (proced-children-alist): Rename from proced-process-tree.
982 PPID must refer to a process in process-alist.
983 Ignore PPIDs that equal PID (Bug#1718).
984 Children alist inherits sorting order from process-alist.
985 (proced-process-tree): New variable. New function.
986 (proced-process-tree-internal, proced-toggle-tree)
987 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
988 (proced-mark-process-alist): Add docstring.
989 (proced-filter-parents): PPID must refer to a process in
990 process-alist. Ignore PPIDs that equal PID (Bug#1718).
991 (proced-sort): Throw error if attribute is not sortable.
992 (proced-sort-interactive): Restrict completion to sortable attributes.
993 (proced-format): Include tree in standard attributes if
994 proced-tree-flag is non-nil. Make header clickable only if
995 corresponding predicate is non-nil.
996 (proced-update): Use proced-tree.
997
998 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
999
1000 * diff.el (diff): Doc fix.
1001
1002 * emacs-lisp/rx.el (rx): Doc fix.
1003
1004 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
1005 before uniquifying backup trash file name.
1006
1007 2008-12-27 Andreas Schwab <schwab@suse.de>
1008
1009 * vc-git.el (vc-git-dir-printer): Fix filename column.
1010
1011 2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
1012
1013 * term.el (term-emulate-terminal): Decode substring just prior to
1014 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
1015
1016 2008-12-27 Eli Zaretskii <eliz@gnu.org>
1017
1018 * makefile.w32-in (MH_E_DIR): New variable.
1019 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
1020 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
1021 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
1022 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
1023 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
1024 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
1025 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
1026 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
1027 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
1028 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
1029 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
1030
1031 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
1032 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
1033 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
1034 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
1035 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
1036 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
1037 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
1038 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
1039 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
1040 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
1041 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
1042
1043 2008-12-26 Eli Zaretskii <eliz@gnu.org>
1044
1045 * files.el (dosified-file-name): Declare.
1046
1047 2008-12-26 Andreas Schwab <schwab@suse.de>
1048
1049 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
1050
1051 * tar-mode.el (tar-swap-data): New function.
1052 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
1053 (tar-mode-revert): Likewise.
1054 (tar-mode): Likewise. Don't set write-region-annotate-functions.
1055 (tar-data-swapped-p): Test buffer-swapped-with.
1056 (tar-write-region-annotate): Remove.
1057 (tar-header-block-tokenize): Add argument `coding' and use it
1058 instead of tar-file-name-coding-system.
1059 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
1060
1061 2008-12-26 Eli Zaretskii <eliz@gnu.org>
1062
1063 * dos-fns.el (dosified-file-name): New function.
1064
1065 * files.el (dir-locals-find-file): Run dir-locals-file through
1066 dosified-file-name. Compare files case-insensitively on systems
1067 whose filesystems are case-insensitive.
1068
1069 2008-12-25 Martin Rudalics <rudalics@gmx.at>
1070
1071 * help.el (help-for-help-internal): Fix entry for "l".
1072
1073 2008-12-25 Richard M Stallman <rms@gnu.org>
1074
1075 * shadowfile.el (shadow-copy-file): Revert previous change.
1076 This code as it was should work properly with buffer-swapped-with.
1077
1078 2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
1079
1080 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
1081
1082 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
1083
1084 * subr.el (chmod): New defalias for set-file-modes.
1085
1086 2008-12-23 Juri Linkov <juri@jurta.org>
1087
1088 * isearch.el (isearch-filter-predicate, isearch-search):
1089 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
1090 (isearch-filter-visible): Rename from
1091 `isearch-filter-invisible'. Doc fix.
1092
1093 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
1094 value from `dired-isearch-filter-predicate-orig' instead of the
1095 symbol `isearch-filter-invisible'. Doc fix.
1096 (dired-isearch-filter-filenames): Doc fix.
1097 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
1098
1099 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
1100 for Info-point-loc since it is more correct in all cases.
1101 (Info-isearch-filter): Rename from
1102 `Info-isearch-filter-predicate'. Doc fix.
1103 (Info-mode): Replace `Info-isearch-filter-predicate' with
1104 `Info-isearch-filter'.
1105
1106 2008-12-23 Daiki Ueno <ueno@unixuser.org>
1107
1108 * pgg.el: Add obsolescence info.
1109
1110 2008-12-22 Richard M Stallman <rms@gnu.org>
1111
1112 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
1113
1114 * files.el (buffer-swapped-with): New variable.
1115 (basic-save-buffer-0): Most of basic-save-buffer moved here.
1116 (basic-save-buffer): Unswap the buffer temporarily if nec.
1117
1118 * dired.el (dired-readin): Inhibit modification hooks.
1119
1120 2008-12-22 Ulf Jasper <ulf.jasper@web.de>
1121
1122 * net/newst-backend.el (newst-backend):
1123 Remove wrong duplicate provide statement.
1124
1125 2008-12-22 Michael Albinus <michael.albinus@gmx.de>
1126
1127 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
1128 end, before updating.
1129 (tramp-convert-file-attributes): Add "l" indicator to file modes.
1130 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
1131
1132 2008-12-21 Martin Rudalics <rudalics@gmx.at>
1133
1134 * window.el (set-window-text-height): Fix doc-string.
1135
1136 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
1137
1138 * minibuffer.el (completion-all-completions-with-base-size): Remove.
1139 (completion-all-completions): Don't set it.
1140 (completion-table-with-context, completion--file-name-table):
1141 Don't add base-size in last cdr.
1142 (completion-hilit-commonality): Add argument `base-size'.
1143 (display-completion-list, completion-emacs21-all-completions)
1144 (completion-emacs22-all-completions, completion-basic-all-completions):
1145 Provide it.
1146 (completion-pcm--all-completions): Don't need to remove the base-size
1147 in last-cdr any more.
1148
1149 2008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
1150
1151 * textmodes/ispell.el (ispell-check-minver): New function.
1152 (ispell-check-version): Rewrite spellchecker and version checking.
1153 Use (ispell-check-minver). Handle hunspell versions.
1154
1155 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
1156
1157 * ido.el (ido-read-internal): Handle `confirm' and
1158 `confirm-after-completion' values for the require-match argument.
1159
1160 2008-12-20 Jason Rumney <jasonr@gnu.org>
1161
1162 * international/mule.el (auto-coding-regexp-alist):
1163 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
1164
1165 2008-12-20 Ami Fischman <ami@fischman.org>
1166
1167 * bindings.el (mode-line-eol-desc): Use assoc to query
1168 mode-line-eol-desc-cache.
1169
1170 2008-12-20 Glenn Morris <rgm@gnu.org>
1171
1172 * comint.el (comint-save-input-ring-index): Add missing initial value.
1173
1174 2008-12-19 Juanma Barranquero <lekktu@gmail.com>
1175
1176 * proced.el (proced-grammar-alist): Doc fix.
1177 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
1178 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
1179 (proced-undo): Fix typos in docstrings.
1180
1181 2008-12-19 Glenn Morris <rgm@gnu.org>
1182
1183 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1184 (authors-fixed-case): New constant.
1185 (authors-public-domain-files, authors-ignored-files):
1186 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
1187 (authors-renamed-files-regexps): Add some new entries.
1188 (authors-canonical-file-name): Don't complain about ignored files.
1189 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
1190 (authors): Ensure error buffer is writable.
1191
1192 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
1193
1194 (ispell-really-hunspell): New variable to signal hunspell.
1195 (ispell-check-version):
1196 Check if hunspell and set ispell-really-hunspell if needed.
1197 (ispell-send-string, ispell-start-process, flyspell-large-region):
1198 Pass right options for hunspell if needed.
1199
1200 2008-12-18 Kenichi Handa <handa@m17n.org>
1201
1202 * international/fontset.el (script-representative-chars)
1203 (setup-default-fontset): Add more scripts.
1204
1205 * international/characters.el: Add more scripts.
1206
1207 2008-12-19 Juri Linkov <juri@jurta.org>
1208
1209 * info.el (Info-isearch-search): Implement lax version of
1210 incremental word search in Info.
1211 (Info-isearch-start): Set Info-isearch-initial-node to the
1212 current node when search is nonincremental to not stop at the
1213 initial node in this case.
1214 (Info-mode-map): Unbind "\M-s" from `Info-search'.
1215
1216 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
1217
1218 * textmodes/rst.el (rst-promote-region): Reflow docstring.
1219 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
1220 (rst-repeat-last-character): Fix typos in docstrings.
1221 (rst-mode, rst-backward-section): Doc fixes.
1222
1223 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
1224
1225 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
1226 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
1227 (newsticker--treeview-load): Check whether groups file exists.
1228
1229 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
1230 (newsticker-dir): Use `locate-user-emacs-file'.
1231
1232 2008-12-18 Martin Rudalics <rudalics@gmx.at>
1233
1234 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
1235 end-of-visual-line to CUA's recognized commands. (Bug#1549)
1236
1237 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
1238
1239 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
1240
1241 * startup.el (command-line): Do not mention the server name in
1242 case the user has not mentioned it, print a more explicit message.
1243
1244 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
1245 Change all callers.
1246
1247 2008-12-18 Sam Steingold <sds@gnu.org>
1248
1249 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
1250
1251 2008-12-18 Juri Linkov <juri@jurta.org>
1252
1253 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
1254 `isearch-edit-string-set-word'.
1255 (isearch-edit-string-set-word): Remove.
1256 (isearch-occur): Imitate the C function `wordify' by replacing
1257 non-word character with the \\W+ regexp.
1258 (isearch-search-fun): Add `isearch-nonincremental' to the
1259 condition of using a non-lax version of `word-search-forward'.
1260
1261 2008-12-17 Daiki Ueno <ueno@unixuser.org>
1262
1263 * epa-file.el (epa-file-insert-file-contents):
1264 Set buffer-file-name before decrypting a file.
1265
1266 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
1267
1268 * server.el (server-start): If unable to start the server,
1269 display a warning instead of raising an error.
1270
1271 * startup.el (server-process): Add defvar.
1272 (command-line): If the daemon is unable to start the server,
1273 display a message and exit Emacs.
1274
1275 2008-12-15 Sam Steingold <sds@gnu.org>
1276
1277 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
1278 mostly for CLISP modules, but could also be useful elsewhere.
1279
1280 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
1281
1282 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
1283 * icomplete.el (icomplete-prospects-height):
1284 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
1285
1286 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
1287
1288 * international/mule.el (find-auto-coding): Fix typo in docstring.
1289
1290 * international/mule-cmds.el (select-safe-coding-system):
1291 * mail/rmail.el (rmail-require-mime-maybe):
1292 Fix arguments of `display-warning'.
1293
1294 * simple.el (bad-package-check): Fix arguments of `display-warning',
1295 using the package name as TYPE. Use `string-match-p'.
1296
1297 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1298
1299 * proced.el (proced-sort-interactive, proced-sort-pcpu)
1300 (proced-sort-pmem, proced-sort-start, proced-sort-time)
1301 (proced-sort-user, proced-sort-header): Prefix arg determines
1302 sorting order. Suggested by Dan Nicolaescu.
1303 (proced-revert): Doc fix.
1304
1305 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1306
1307 * proced.el (proced-grammar-alist): Allow refiner elements that
1308 are cons pairs (function . help-echo) or nil.
1309 (proced-refine): Use them.
1310 (proced-format-alist): Allow alternatives.
1311 (proced-descend): New variable.
1312 (proced-sort): New arg descend.
1313 (proced-sort-interactive): Repeated calls toggle sort order.
1314 (proced-format): Accomodate changes of proced-format-alist.
1315 Undefined attributes are displayed as "?".
1316 (proced-process-attributes): New optional arg pid-list.
1317 Ignore processes with empty attribute list.
1318
1319 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1320
1321 * proced.el (proced-auto-update-interval): Rename from
1322 proced-timer-interval.
1323 (proced-auto-update-flag): Rename from proced-timer-flag.
1324 (proced-auto-update-timer): Rename from proced-timer.
1325 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
1326 (proced-available): Initialize appropriately.
1327
1328 2008-12-13 Glenn Morris <rgm@gnu.org>
1329
1330 * subr.el (declare-function): Doc fix.
1331
1332 * font-core.el (font-lock-defaults): Doc fix: mention levels;
1333 refer to elisp manual.
1334
1335 2008-12-12 Martin Rudalics <rudalics@gmx.at>
1336
1337 * window.el (fit-window-to-buffer): Return non-nil when height
1338 was orderly adjusted, nil otherwise.
1339
1340 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
1341 Stefan Monnier <monnier@iro.umontreal.ca>
1342
1343 * server.el (server-sentinel): Uncomment code to delete connection file.
1344 (server-start): Save the connection file in the server property list.
1345 Delete it only when we are reasonably convinced that it is not owned by
1346 a running server.
1347 (server-force-delete): New command to force-delete the connection file,
1348 and stop the server if it is running.
1349 (server-running-p): Return t also for local TCP servers when we find a
1350 process with a matching PID, and :other for undecided cases.
1351
1352 2008-12-11 Martin Rudalics <rudalics@gmx.at>
1353
1354 * window.el (fit-window-to-buffer): Use with-selected-window and
1355 condition-case. Do not delete more windows than necessary in
1356 the shrinking (delta < 0) case. Do not raise an error when the
1357 containing frame is too small to show all of buffer. (Bug#1488)
1358
1359 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
1360 min-height arg 1 to make sure that small buffers are shown.
1361
1362 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
1363
1364 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
1365 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
1366 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
1367 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
1368 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
1369 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
1370 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
1371 (ruby-backward-sexp, ruby-add-log-current-method)
1372 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1373 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
1374 (ruby-deep-indent-paren): Doc fix.
1375 (ruby-insert-encoding-magic-comment): Remove * from docstring.
1376 (ruby-here-doc-find-end): Reflow docstring.
1377
1378 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
1379
1380 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
1381 dired-shrink-to-fit is non-nil. (Bug#1488)
1382
1383 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
1384
1385 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
1386 decoding of long locale info is now done in `w32-get-locale-info'.
1387
1388 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
1389
1390 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
1391
1392 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
1393
1394 * Makefile.in (ELCFILES): Add ruby-mode.elc.
1395
1396 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
1397 terminal variable assignment.
1398
1399 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
1400 Nobuyoshi Nakada <nobu@ruby-lang.org>
1401
1402 * progmodes/ruby-mode.el: New file.
1403
1404 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
1405
1406 * net/tramp.el (top): Don't fail if there is no current message.
1407 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
1408
1409 2008-12-10 Kenichi Handa <handa@m17n.org>
1410
1411 * international/fontset.el (setup-default-fontset): Add an entry
1412 for characters in the Unicode SIP area.
1413
1414 2008-12-10 Glenn Morris <rgm@gnu.org>
1415
1416 * vc-mcvs.el: Move to obsolete/, with warning comment.
1417 * Makefile.in (ELCFILES): Update.
1418
1419 2008-12-10 Daiki Ueno <ueno@unixuser.org>
1420
1421 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
1422 buffer unmodified. (Bug#1509)
1423 * epa-file.el (epa-file-insert-file-contents): Set buffer's
1424 modification time if visiting a file and the content is
1425 successfully decrypted.
1426
1427 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
1428
1429 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
1430 check whether the buffer is still alive.
1431
1432 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1433
1434 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
1435
1436 2008-12-09 Glenn Morris <rgm@gnu.org>
1437
1438 * Makefile.in (ELCFILES): Update.
1439
1440 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1441
1442 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
1443 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
1444
1445 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
1446
1447 * term/xterm.el (terminal-init-xterm): Discard pending input
1448 before reading a reply to the terminal attributes query.
1449
1450 2008-12-05 Andreas Schwab <schwab@suse.de>
1451
1452 * dired.el (dired-font-lock-keywords): Fix last change.
1453
1454 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1455
1456 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
1457 into (defcustom ... "..." :type ... :group...).
1458
1459 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
1460
1461 * international/mule-diag.el (mule-diag): Display the window
1462 system version in a less laconic way.
1463
1464 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
1465
1466 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
1467 if the sorting functions are not loaded. (Bug#1432)
1468
1469 2008-12-04 Sam Steingold <sds@gnu.org>
1470
1471 * progmodes/compile.el (compilation-read-command): Extract from
1472 compile.
1473 (compile): Use it.
1474 (recompile): Accept an optional argument to enable editing the
1475 command line.
1476
1477 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
1478
1479 * net/tramp.el (top): Write a message, when loading Tramp.
1480
1481 * net/tramp-cache.el (tramp-dump-connection-properties):
1482 Polish the check, whether to dump the data.
1483
1484 2008-12-04 Lute Kamstra <lute@gnu.org>
1485
1486 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
1487 check if the file "CVS/Entries" exists.
1488
1489 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
1490
1491 * international/mule-diag.el (list-character-sets): Doc fix.
1492 (list-character-sets-2): Fix info in header. Simplify.
1493 (print-coding-system): Simplify.
1494 (list-input-methods-1): Simplify.
1495 (mule-diag): Display current font/fontset for all window systems,
1496 not just X. Simplify.
1497
1498 2008-12-04 Glenn Morris <rgm@gnu.org>
1499
1500 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
1501 (vc-cvs-register): Doc fix.
1502 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
1503 (vc-mcvs-register): Doc fix.
1504 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
1505 (vc-rcs-register): Doc fix.
1506 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
1507 (vc-sccs-register): Doc fix.
1508 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
1509 (vc-svn-register): Doc fix.
1510
1511 * files.el (toggle-read-only): Doc fix.
1512
1513 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1514
1515 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
1516 be used in compact layout and vice-versa.
1517
1518 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
1519
1520 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
1521 like most list-* commands.
1522
1523 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
1524 They already exist in descr-text.el as `describe-char-unicodedata-file'
1525 and `describe-char-unicode-data'.
1526 (print-list): Simplify.
1527 (read-charset): Reflow docstring.
1528 (list-coding-systems): Doc fix.
1529
1530 2008-12-03 Glenn Morris <rgm@gnu.org>
1531
1532 * vc.el (vc-diff-switches): Doc fix.
1533 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
1534 (vc-bzr-log-switches): Doc fix.
1535 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
1536 * vc-git.el (vc-git-diff-switches): Doc fix.
1537 * vc-hg.el (vc-hg-diff-switches): Doc fix.
1538 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
1539 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
1540 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
1541 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
1542
1543 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
1544 other backends.
1545 (vc-arch-diff): Apply switches.
1546
1547 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
1548 than appending.
1549
1550 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
1551
1552 2008-12-03 Daiki Ueno <ueno@unixuser.org>
1553
1554 * epa.el (epa--show-key): Use past tense of "expire" if the key
1555 has already been expired. Thanks to Peter BARABAS.
1556
1557 2008-12-03 Lute Kamstra <lute@gnu.org>
1558
1559 * align.el:
1560 * allout.el:
1561 * apropos.el:
1562 * arc-mode.el:
1563 * autoinsert.el:
1564 * avoid.el:
1565 * battery.el:
1566 * bookmark.el:
1567 * buff-menu.el:
1568 * calculator.el:
1569 * chistory.el:
1570 * cmuscheme.el:
1571 * comint.el:
1572 * compare-w.el:
1573 * dabbrev.el:
1574 * delim-col.el:
1575 * desktop.el:
1576 * diff-mode.el:
1577 * diff.el:
1578 * dired-aux.el:
1579 * dired-x.el:
1580 * dired.el:
1581 * dos-vars.el:
1582 * ediff-diff.el:
1583 * ediff-help.el:
1584 * ediff-init.el:
1585 * ediff-merg.el:
1586 * ediff-mult.el:
1587 * ediff-ptch.el:
1588 * ediff-vers.el:
1589 * ediff-wind.el:
1590 * ediff.el:
1591 * emerge.el:
1592 * facemenu.el:
1593 * faces.el:
1594 * ffap.el:
1595 * filecache.el:
1596 * find-dired.el:
1597 * font-core.el:
1598 * font-lock.el:
1599 * forms.el:
1600 * fringe.el:
1601 * help-at-pt.el:
1602 * hippie-exp.el:
1603 * ido.el:
1604 * image-file.el:
1605 * imenu.el:
1606 * indent.el:
1607 * info.el:
1608 * isearchb.el:
1609 * iswitchb.el:
1610 * jit-lock.el:
1611 * jka-compr.el:
1612 * log-edit.el:
1613 * lpr.el:
1614 * ls-lisp.el:
1615 * man.el:
1616 * menu-bar.el:
1617 * midnight.el:
1618 * mouse-sel.el:
1619 * mouse.el:
1620 * msb.el:
1621 * outline.el:
1622 * paren.el:
1623 * pcmpl-cvs.el:
1624 * pcmpl-gnu.el:
1625 * pcomplete.el:
1626 * pcvs-info.el:
1627 * pcvs-parse.el:
1628 * printing.el:
1629 * ps-mule.el:
1630 * ps-print.el:
1631 * replace.el:
1632 * ruler-mode.el:
1633 * saveplace.el:
1634 * sb-image.el:
1635 * scroll-bar.el:
1636 * sha1.el:
1637 * shadowfile.el:
1638 * shell.el:
1639 * sort.el:
1640 * speedbar.el:
1641 * strokes.el:
1642 * tempo.el:
1643 * term.el:
1644 * terminal.el:
1645 * time-stamp.el:
1646 * time.el:
1647 * tree-widget.el:
1648 * type-break.el:
1649 * vc-cvs.el:
1650 * vc-hg.el:
1651 * vc-mcvs.el:
1652 * vc-rcs.el:
1653 * vc-sccs.el:
1654 * vc.el:
1655 * view.el:
1656 * w32-vars.el:
1657 * whitespace.el:
1658 * wid-edit.el: Remove leading * from docstrings of defcustoms,
1659 deffaces, defconsts and defuns.
1660
1661 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1662
1663 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
1664 the prompt was added to the minibuffer.
1665
1666 2008-12-02 Glenn Morris <rgm@gnu.org>
1667
1668 * format.el (format-write-file): Rewrite doc yet again.
1669
1670 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
1671 Doc fix. (Bug#1368)
1672
1673 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
1674
1675 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
1676
1677 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
1678 case where point is at the beginning of the buffer. (Bug#1239)
1679
1680 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
1681
1682 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
1683 already have the correct indentation. (Bug#859)
1684
1685 2008-12-02 Kenichi Handa <handa@m17n.org>
1686
1687 * international/uni-decomposition.el: Re-generated.
1688
1689 2008-12-01 Andreas Schwab <schwab@suse.de>
1690
1691 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
1692 ending in a colon as directory header.
1693
1694 2008-12-01 Kenichi Handa <handa@m17n.org>
1695
1696 * international/uni-numeric.el: Re-generated.
1697
1698 * international/charprop.el: Re-generated.
1699
1700 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
1701
1702 * international/mule-cmds.el (locale-preferred-coding-systems):
1703 Fix alist item.
1704
1705 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
1706
1707 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
1708 (tramp-set-connection-property, tramp-flush-connection-property)
1709 (tramp-dump-connection-properties): Use it.
1710
1711 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
1712
1713 * wdired.el (wdired-finish-edit): If displaying a single file,
1714 change dired-directory if that file was renamed.
1715
1716 * emacs-lisp/byte-run.el (macro-declaration-function):
1717 Disallow declare specs with lengths of 3 or more.
1718
1719 * dirtrack.el (dirtrack): Fix error message.
1720
1721 2008-11-30 Glenn Morris <rgm@gnu.org>
1722
1723 * vc-svn.el (vc-svn-diff-switches): Doc fix.
1724 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
1725
1726 * vc-git.el (vc-git-diff):
1727 * vc-hg.el (vc-hg-diff):
1728 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
1729
1730 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
1731 (eshell-needs-pipe-p): New function.
1732 (eshell-gather-process-output): Set process-connection-type according to
1733 eshell-needs-pipe-p. (Bug#1388)
1734
1735 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
1736
1737 * calendar/diary-lib.el (diary-cyclic): Doc fix.
1738 (diary-remind-message, diary-number-of-entries)
1739 (diary-include-other-diary-files, diary-mark-included-diary-files)
1740 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
1741 (diary-font-lock-keywords-1): Reflow docstrings.
1742 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
1743 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
1744
1745 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
1746 (timer-duration): Use `string-match-p'.
1747
1748 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
1749
1750 * complete.el (PC-do-complete-and-exit):
1751 Use minibuffer-confirm-exit-commands.
1752
1753 * minibuffer.el (minibuffer-confirm-exit-commands):
1754 Add PC-complete and PC-complete-word to the list.
1755
1756 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
1757
1758 * files.el (break-hardlink-on-save): Fix typo in docstring.
1759 Add :version tag.
1760
1761 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
1762 (reb-mode): Define with `define-derived-mode'.
1763
1764 2008-11-29 Karl Fogel <kfogel@red-bean.com>
1765
1766 * files.el (break-hardlink-on-save): New variable.
1767 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
1768 (file-precious-flag): Mention it in doc string.
1769
1770 2008-11-29 Miles Bader <miles@gnu.org>
1771
1772 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
1773 (minibuffer-complete-and-exit): Use it.
1774
1775 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
1776
1777 * term/x-win.el (x-gtk-stock-cache): New hash table.
1778 (x-gtk-map-stock): Perform caching to prevent excess consing
1779 during redisplay.
1780
1781 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1782
1783 * minibuffer.el (completion--try-word-completion): Don't ignore
1784 partial-completion if it's the only style.
1785
1786 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
1787
1788 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
1789 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
1790 (reb-initialize-buffer): Update matches, in case we're reentering
1791 RE Builder mode.
1792
1793 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
1794
1795 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
1796 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
1797 values for minibuffer-completion-confirm.
1798
1799 2008-11-28 Martin Rudalics <rudalics@gmx.at>
1800
1801 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
1802 any but the first "*" in a doc-string.
1803
1804 2008-11-28 Glenn Morris <rgm@gnu.org>
1805
1806 * format.el (format-write-file): Improve previous doc fix.
1807
1808 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
1809
1810 * simple.el (use-empty-active-region, use-region-p)
1811 (region-active-p): Doc fix.
1812
1813 2008-11-27 Martin Rudalics <rudalics@gmx.at>
1814
1815 * window.el (display-buffer): Fix handling of not-this-window
1816 argument. (Bug#1415)
1817
1818 2008-11-27 Kenichi Handa <handa@m17n.org>
1819
1820 * international/characters.el: Set category 'C' to characters
1821 #x20000..#x2AFFF, #x2F800..#x2FFFF.
1822
1823 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
1824
1825 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
1826
1827 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
1828 (tool-bar-find-image): Function deleted.
1829 (tool-bar-local-item, tool-bar-local-item-from-menu):
1830 Use find-image instead of tool-bar-find-image.
1831 (tool-bar-keymap-cache): New hash table.
1832 (tool-bar-make-keymap): Use it.
1833 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
1834
1835 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
1836
1837 * net/dbus.el (dbus-handle-event): The result of a message call
1838 handler can also be an object, which is not a consp.
1839
1840 2008-11-25 Alan Mackenzie <acm@muc.de>
1841
1842 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
1843 (forward-list, backward-list, down-list, backward-up-list)
1844 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
1845 (insert-pair, insert-parentheses): State that the command assumes
1846 that point is not in a string or comment.
1847
1848 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
1849
1850 * net/dbus.el (dbus-string-to-byte-array)
1851 (dbus-byte-array-to-string, dbus-escape-as-identifier)
1852 (dbus-unescape-from-identifier): New defuns.
1853 (dbus-handle-event): The result of a message call is a list of
1854 arguments, which must be expanded when passing to
1855 `dbus-method-return-internal'.
1856
1857 * net/tramp.el (tramp-handle-write-region): Improve the check for
1858 calling direct copy.
1859 (tramp-find-inline-encoding): Don't raise an error but a warning,
1860 when no inline encoding is found.
1861 (tramp-get-remote-coding): Check for a symbol. The negative check
1862 for a string fails, when there is an empty string.
1863
1864 2008-11-26 Glenn Morris <rgm@gnu.org>
1865
1866 * vc-git.el (vc-git-diff-switches): New option.
1867 (vc-git-diff): Apply diff switches. (Bug#1386)
1868 Give it a basic doc string.
1869
1870 * term/pc-win.el (x-font-family-list): Replace redefinition with
1871 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
1872
1873 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
1874
1875 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
1876 of the polynomial rather than the whole polynomial.
1877
1878 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
1879
1880 * mail/mailabbrev.el (define-mail-abbrev): When reading from
1881 mailrc, recognize string quoting. When reading from Lisp, accept
1882 rfc822-like addresses.
1883
1884 * mail/mailalias.el (define-mail-alias): Sync code with
1885 define-mail-abbrev.
1886
1887 2008-11-25 Glenn Morris <rgm@gnu.org>
1888
1889 * eshell/esh-proc.el (eshell-gather-process-output):
1890 Revert previous change. (re-opens Bug#1388)
1891
1892 * select.el (x-set-cut-buffer): Fix signal arguments.
1893
1894 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
1895
1896 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
1897
1898 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
1899 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
1900 (bubbles--empty-char): Use "\s".
1901
1902 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
1903
1904 * calc/calc.el (calc-settings-file, calc-language-alist)
1905 (calc-embedded-announce-formula)
1906 (calc-embedded-announce-formula-alist)
1907 (calc-embedded-open-formula, calc-embedded-close-formula)
1908 (calc-embedded-open-close-formula-alist)
1909 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
1910 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
1911 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
1912 (calc-embedded-open-close-new-formula-alist)
1913 (calc-embedded-open-mode, calc-embedded-close-mode)
1914 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
1915 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
1916 (calc-multiplication-has-precedence): Remove unnecessary asterisks
1917 from docstrings.
1918
1919 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
1920
1921 * calculator.el (calculator-op-or-exp): Reflow docstring.
1922 (calculator-remove-zeros, calculator-repR, calculator-repL):
1923 Fix typos in docstrings.
1924
1925 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * log-view.el (log-view-annotate-version): Let vc-annotate manage
1928 windows instead of calling switch-to-buffer.
1929
1930 * diff.el (diff-sentinel): Take note of diff error return value.
1931
1932 2008-11-24 Martin Rudalics <rudalics@gmx.at>
1933
1934 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
1935 frame can't be split.
1936
1937 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
1938
1939 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
1940 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
1941 (newsticker--treeview-tree-update-tag): Remove dead code.
1942 (newsticker-treeview-update): Don't update cache.
1943 (newsticker-treeview-quit): Don't save cache.
1944 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
1945 (newsticker-treeview-save): Use `newsticker-dir'.
1946 (newsticker--treeview-load): Use `newsticker-dir'.
1947 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
1948 Update tags.
1949 (newsticker-treeview-tree-do-click): Slightly simplified.
1950
1951 * net/newst-backend.el (newsticker-dir): New.
1952 (newsticker-start): Use `newsticker--cache-read'.
1953 (newsticker-stop): Use `newsticker--cache-save'.
1954 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
1955 (newsticker--images-dir): New.
1956 (newsticker--image-get, newsticker--image-sentinel):
1957 Use `newsticker--images-dir'.
1958 (newsticker--cache-save-version1): Backup version of
1959 `newsticker--cache-save'.
1960 (newsticker--cache-update): Create newsticker-dir if necessary.
1961 (newsticker--cache-dir): New.
1962 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
1963 (newsticker--cache-save-feed): New.
1964 (newsticker--cache-read-version1): New. Backuped version for reading
1965 cache data..
1966 (newsticker--cache-read, newsticker--cache-do-read): New.
1967
1968 * net/newst-reader.el (newsticker--image-read):
1969 Use `newsticker--images-dir'.
1970
1971 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
1972
1973 * files.el (confirm-nonexistent-file-or-buffer):
1974 Allow `after-completion' value to request confirm only after TAB.
1975 (confirm-nonexistent-file-or-buffer): New function.
1976 (read-buffer-to-switch, find-file, find-file-other-window)
1977 (find-file-other-frame, find-file-read-only)
1978 (find-file-read-only-other-window)
1979 (find-file-read-only-other-frame): Use it.
1980 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
1981 Thanks to Alan Mackenzie for suggesting the new behavior.
1982
1983 * minibuffer.el (minibuffer-complete-and-exit):
1984 Change `confirm-only' value of minibuffer-completion-confirm to
1985 `confirm', and handle a `confirm-after-completion' value.
1986
1987 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
1988
1989 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
1990
1991 2008-11-24 Andreas Schwab <schwab@suse.de>
1992
1993 * image.el (image-type-header-regexps): Recognize more xbm format
1994 variants.
1995
1996 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
1997
1998 * textmodes/artist.el (artist-charlist-to-string): Simplify.
1999 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
2000 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
2001 (artist-replace-string, artist-draw-rect, artist-draw-line)
2002 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
2003 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
2004 (artist-pen, artist-pen-line, artist-text-insert-common)
2005 (artist-text-overwrite, artist-spray-get-interval)
2006 (artist-spray-clear-circle, artist-erase-char)
2007 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
2008 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
2009 (artist-key-draw-1point, artist-key-draw-2points)
2010 (artist-mouse-draw-continously): Fix typos in docstrings.
2011 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
2012 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
2013 (artist-backward-char, artist-forward-char): Doc fixes.
2014 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
2015 Reflow docstrings.
2016
2017 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2018
2019 * international/quail.el (quail-vunion): New function.
2020 (quail-defrule-internal): Use it to prevent accumulating redundant
2021 alternatives when `append' is set.
2022 (quail-insert-decode-map): Simplify computation of the max-key-width.
2023 Compute it right for multiple-list.
2024
2025 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
2026
2027 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
2028 explicitly. Doc fix.
2029
2030 2008-11-24 Martin Rudalics <rudalics@gmx.at>
2031
2032 * calendar/appt.el (appt-disp-window): Move minibuffer check
2033 after binding this-window and do not set-buffer to make sure we
2034 won't deselect the minibuffer. (Bug#1413)
2035
2036 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
2037
2038 * vc-hg.el (vc-hg-program): Remove.
2039 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
2040 Undo previous change.
2041
2042 2008-11-23 Martin Rudalics <rudalics@gmx.at>
2043
2044 * info-look.el (info-lookup): When Info buffer is visible on
2045 another frame, raise that frame.
2046
2047 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
2048
2049 * allout.el (allout-mode): Fix typo in docstring.
2050
2051 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
2052 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
2053
2054 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 * vc-hooks.el (vc-follow-link): Complete last change.
2057
2058 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
2059
2060 * textmodes/remember.el (remember-region): Doc fix.
2061 (remember-filter-functions, remember-handler-functions)
2062 (remember-save-after-remembering, remember-mailbox)
2063 (remember-default-priority, remember-data-file, remember-leader-text)
2064 (remember-diary-file): Remove * from defcustom docstrings.
2065 (remember-run-all-annotation-functions-flag)
2066 (remember-all-handler-functions): Reflow docstrings.
2067 (remember-store-in-mailbox): Fix typo in docstring.
2068 (remember-mode): Define with `define-derived-mode'. Doc fix.
2069
2070 2008-11-23 Glenn Morris <rgm@gnu.org>
2071
2072 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
2073 (eshell-do-pipelines): Add optional argument to distinguish recursive
2074 calls. Use to set eshell-in-pipeline-p to 'first for the first command
2075 in a pipeline.
2076
2077 * eshell/esh-proc.el (eshell-gather-process-output):
2078 Set process-connection-type nil for all but the first element of a
2079 pipeline. (Bug#1388)
2080
2081 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2082
2083 * ediff-hook.el: Add tooltips to Emacs menus.
2084
2085 * ediff.el: Change date of last update.
2086
2087 2008-11-22 Juri Linkov <juri@jurta.org>
2088
2089 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
2090 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
2091 Doc fix.
2092 (dired-isearch-filenames-setup): Run filename Isearch only when
2093 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
2094 and the text property `dired-filename' at point is non-nil.
2095 In this case also set isearch-message-prefix-add to "filename ".
2096 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
2097 (dired-isearch-filenames, dired-isearch-filenames-regexp):
2098 Don't let-bind isearch-message-prefix-add since this is done now
2099 in dired-isearch-filenames-setup.
2100
2101 * isearch.el (isearch-mode): Change the order of calling
2102 `isearch-update' and running the `isearch-mode-hook' to call
2103 `isearch-update' with Isearch parameters set in this hook.
2104
2105 * progmodes/compile.el (compilation-auto-jump-to-first-error):
2106 Fix docstring - change "during `compile'" to "during compilation".
2107
2108 * descr-text.el (describe-char-unidata-list): Move `old-name' to
2109 be immediately after `name'.
2110
2111 * startup.el (initial-buffer-choice): Change an abstract file name
2112 "file.txt" to more reasonable default file name value "~/.emacs".
2113
2114 2008-11-22 Juri Linkov <juri@jurta.org>
2115
2116 * files.el (hack-local-variables-confirm): Rename arg `project' to
2117 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
2118 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
2119 (hack-local-variables): Rename call of `hack-project-variables' to
2120 `hack-dir-local-variables'. Change error text to "Directory-local
2121 variables error".
2122 (dir-locals-class-alist): Rename from `project-class-alist'.
2123 (dir-locals-directory-alist): Rename from `project-directory-alist'.
2124 (dir-locals-get-class-variables): Rename from `project-get-alist'.
2125 (dir-locals-collect-mode-variables): Rename from
2126 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
2127 `mode-variables', and arg `settings' to `variables'.
2128 (dir-locals-collect-variables): Rename from
2129 `project-collect-binding-list'. Rename arg `binding-list' to
2130 `class-variables', and arg `settings' to `variables'.
2131 (dir-locals-set-directory-class): Rename from `set-directory-project'.
2132 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
2133 Rename arg `settings' to `variables'.
2134 (dir-locals-file): New defconst.
2135 (dir-locals-find-file): Rename from `project-find-settings-file'.
2136 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
2137 and `pda' to `dir-elt'.
2138 (dir-locals-read-from-file): Rename from
2139 `project-define-from-project-file'. Rename arg `settings-file'
2140 to `file'. Rename let-bound `list' to `variables'.
2141 (hack-dir-local-variables): Rename from `hack-project-variables'.
2142 Rename let-bound `settings' to `variables-file', `root-dir'
2143 to `dir-name', and `bindings' to `variables'.
2144
2145 2008-11-22 Lute Kamstra <lute@gnu.org>
2146
2147 * simple.el (goto-line): Rename argument.
2148
2149 2008-11-22 Eli Zaretskii <eliz@gnu.org>
2150
2151 * makefile.w32-in (compile-first): New target.
2152 (recompile): Depend on compile-first.
2153
2154 * Makefile.in (recompile): Depend on compile-first.
2155
2156 2008-11-22 Martin Rudalics <rudalics@gmx.at>
2157
2158 * files.el (switch-to-buffer-other-window)
2159 (switch-to-buffer-other-frame): Rename buffer argument to
2160 buffer-or-name. Reword and mention new option
2161 confirm-nonexistent-file-or-buffer in doc-string.
2162
2163 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2164
2165 * emulation/viper.el: Date change.
2166
2167 * emulation/viper-cmd.el (viper-envelop-ESC-key):
2168 viper-translate-all-ESC-keysequences is now a function.
2169
2170 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
2171 Make this variable.
2172
2173 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
2176 Use buffer-file-truename to handle symlinks in any part of the filename.
2177
2178 2008-11-22 Glenn Morris <rgm@gnu.org>
2179
2180 * vc-mtn.el (vc-mtn-diff-switches): New option.
2181 (vc-mtn-program): Rename from vc-mtn-command, for
2182 consistency with other backends. Keep old name as alias.
2183 Update callers. Make it a defcustom.
2184 (vc-mtn-diff): Give it a doc string. Apply diff switches.
2185
2186 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
2187 consistency with other backends. Keep old name as alias.
2188 Make it a defcustom.
2189 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
2190
2191 * vc-hg.el (vc-hg-program): New option.
2192 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
2193 Use vc-hg-program rather than hard-coded "hg".
2194
2195 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
2196 (vc-svn-program): Move defcustom to start.
2197 (vc-svn-create-repo, vc-svn-modify-change-comment):
2198 Use vc-svn-program rather than hard-coded "svn".
2199
2200 * menu-bar.el: Stylistic consistency fixes for various menu and
2201 help texts.
2202
2203 * kmacro.el (kmacro-insert-counter): Doc fix.
2204
2205 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
2206
2207 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
2208
2209 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2210
2211 * international/quail.el (quail-indent-to): New function.
2212 (quail-completion-1, quail-completion-list-translations)
2213 (quail-insert-decode-map): Use it to improve alignment.
2214 (quail-build-decode-map): Don't ignore latin-1 chars.
2215 (quail-help): Increase the max decode-map size so that even the TeX map
2216 gets printed.
2217
2218 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
2219 Signal error for invalid bookmark.
2220 (bookmark-get-bookmark-record): Undo last change.
2221 (bookmark-store, bookmark-delete): Use new arg `noerror'.
2222
2223 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
2224 Suggested by Toru TSUNEYOSHI.
2225
2226 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2227
2228 * byte-opt.el (byte-compile-butlast): Move up in file.
2229 (byte-optimize-plus): Don't call
2230 byte-optimize-delay-constants-math (bug#1334).
2231 Use byte-optimize-predicate to optimize constants.
2232 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
2233 Remove zero arguments first
2234 if possible. Call byte-optimize-predicate to optimize constants.
2235 (byte-optimize-multiply): Remove optimizations for arguments of 0
2236 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
2237 Call byte-optimize-predicate.
2238 (byte-optimize-divide): Leave runtime errors unchanged.
2239 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
2240 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
2241
2242 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
2243
2244 * bookmark.el (bookmark-jump-noselect): Add obsolescence
2245 declaration and remove redundant info from docstring.
2246
2247 * isearch.el (isearch-search-string): Doc fix.
2248 (search-exit-option, search-slow-window-lines, search-slow-speed)
2249 (search-upper-case, search-nonincremental-instead)
2250 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
2251 (search-ring-update, search-highlight, isearch-lazy-highlight)
2252 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
2253 (lazy-highlight-interval): Remove * from defcustom docstrings.
2254 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
2255 Remove * from defcustom docstrings; fix typos.
2256 (isearch-push-state-function, isearch-help-for-help-internal)
2257 (isearch-help-for-help, isearch-describe-bindings)
2258 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
2259 (isearch-pop-fun-state, isearch-search-fun-function)
2260 (isearch-lazy-highlight-search): Fix typos in docstrings.
2261 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
2262 (isearch-forward): Fix typo and reflow docstring.
2263 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
2264 (isearch-mode-map): Don't use `let*'.
2265
2266 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
2267
2268 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
2269
2270 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * isearch.el (isearch-search-string): Simplify and convert docstring.
2273
2274 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
2275
2276 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
2277
2278 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
2279 (lookup-nested-alist): Doc fix.
2280 (with-coding-priority): Reflow docstring.
2281 (detect-coding-with-priority): Fix typos in obsolescence declaration.
2282 (char-displayable-p): Reflow docstring. Use `when'.
2283
2284 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2285
2286 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
2287 week forward/backward.
2288
2289 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
2290
2291 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
2292 (with-electric-help): Fix typo and reflow docstring.
2293
2294 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
2297 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
2298 (list-buffers-noselect): Don't need to pad.
2299
2300 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2301
2302 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
2303 Pay attention to char widths when computing string sizes.
2304
2305 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
2306
2307 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
2308 (byte-compile-output-docform): Reflow docstrings.
2309 (no-byte-compile): Fix typo in docstring.
2310 (byte-recompile-directory, compile-defun): Doc fixes.
2311 (emacs-lisp-file-regexp, byte-compile-verbose)
2312 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
2313 (byte-compile-dynamic-docstrings, byte-optimize-log)
2314 (byte-compile-error-on-warn, byte-compile-warnings)
2315 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
2316 Remove * from defcustom docstrings.
2317
2318 2008-11-20 Glenn Morris <rgm@gnu.org>
2319
2320 * format.el (format-alist, format-write-file): Doc fix.
2321
2322 * proced.el (proced-available): New variable.
2323 (proced-process-attributes): Move availability check from previous
2324 change from here...
2325 (proced): ... to here.
2326
2327 * vc-hg.el (vc-hg-diff-switches): New option.
2328 (vc-hg-diff): Apply diff switches. (Bug#1017)
2329
2330 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
2331
2332 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
2333
2334 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
2335
2336 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
2337
2338 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
2339
2340 * calc/calc-units.el (math-units-table): Doc fix.
2341 (math-standard-units): Fix typo in constant's description.
2342 (math-additional-units): Fix typo in docstring.
2343
2344 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
2345
2346 * calc/calc-units.el (math-standard-units): Add eps0,
2347 permittivity of vacuum.
2348
2349 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
2350
2351 * files.el (project-settings-file): Remove.
2352 (project-find-settings-file): Undo previous change that added the
2353 use of project-settings-file.
2354
2355 2008-11-19 Glenn Morris <rgm@gnu.org>
2356
2357 * proced.el (proced, proced-format-time): Doc fixes.
2358 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
2359
2360 2008-11-19 Karl Fogel <kfogel@red-bean.com>
2361
2362 * bookmark.el (bookmark-jump-noselect): Move the deprecation
2363 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
2364
2365 2008-11-19 Lute Kamstra <lute@gnu.org>
2366
2367 * autoinsert.el (auto-insert-alist): Don't use match data.
2368
2369 2008-11-19 Glenn Morris <rgm@gnu.org>
2370
2371 * progmodes/f90.el (f90-mode-map): Add some menu :help.
2372
2373 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
2374
2375 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
2376 * term/w32-win.el (x-select-font): Declare.
2377
2378 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
2379 Use the imperative for all help strings.
2380
2381 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
2384 case where the default dictionary is French, Spanish, younameit.
2385
2386 * window.el (window--frame-usable-p): Consider dedicated windows
2387 as usable.
2388
2389 * files.el (confirm-nonexistent-file-or-buffer):
2390 Rename from find-file-confirm-nonexistent-file.
2391 (read-buffer-to-switch): Use it.
2392
2393 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
2394
2395 * server.el (server-temp-file-p): Use `string-match-p'.
2396 (server-socket-dir): Set to nil if local sockets are unsupported.
2397 (server-start): Don't try to delete local socket if unsupported.
2398 (server-kill-new-buffers): Reflow docstring.
2399 (server-delete-client, server-handle-delete-frame)
2400 (server-save-buffers-kill-terminal): Doc fixes.
2401 (server-send-string): Fix typo in docstring.
2402
2403 2008-11-18 Sam Steingold <sds@gnu.org>
2404
2405 * progmodes/compile.el (compilation-start-hook): New hook.
2406 (compilation-start): Run it on the compilation process.
2407
2408 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
2409
2410 * international/mule-cmds.el (update-leim-list-file): Simplify.
2411 (prefer-coding-system, find-coding-systems-for-charsets):
2412 Fix docstring typos.
2413 (select-safe-coding-system, input-method-exit-on-first-char)
2414 (language-info-alist, language-info-custom-alist): Reflow docstrings.
2415 (toggle-input-method, read-multilingual-string): Doc fixes.
2416 Reflow docstrings.
2417 (locale-name-match, sort-coding-systems, find-multibyte-characters)
2418 (read-char-by-name): Use `string-match-p'.
2419 (get-char-code-property, put-char-code-property)
2420 (char-code-property-description): Be silent while loading uni-* files.
2421 (ucs-names): Use `dotimes-with-progress-reporter', because loading
2422 the Unicode character names is *slow*.
2423
2424 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
2427
2428 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
2429
2430 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
2431
2432 * international/mule-cmds.el (ucs-completions): Mark as risky.
2433
2434 2008-11-17 Martin Rudalics <rudalics@gmx.at>
2435
2436 * help-macro.el (three-step-help): Remove * from defcustom.
2437 (make-help-screen): Don't iconify selected frame. (Bug#1322)
2438 Use when instead of if and cond within condition-case.
2439
2440 * window.el (quit-window): Bind window to selected window when
2441 trying to delete it.
2442
2443 2008-11-17 Glenn Morris <rgm@gnu.org>
2444
2445 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
2446 definition of 'ignore, rather than nil. (Bug#1353)
2447
2448 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2449
2450 * window.el (window--frame-usable-p): Allow use for soft-dedication.
2451
2452 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
2453
2454 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
2455
2456 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
2457 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
2458 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
2459 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
2460 (shell-command, repeat-complex-command): Reflow docstrings.
2461 (pop-to-mark-command): Fix typos in docstring.
2462
2463 2008-11-17 Juri Linkov <juri@jurta.org>
2464
2465 * isearch.el (isearch-filter-predicate): Rename from
2466 `isearch-success-function'. Rename default value from
2467 `isearch-success-function-default' to
2468 `isearch-filter-invisible'. Doc fix.
2469 (isearch-filter-invisible): Rename from
2470 `isearch-success-function-default'. Doc fix.
2471 (isearch-search, isearch-lazy-highlight-search):
2472 Rename `isearch-success-function' to `isearch-filter-predicate'.
2473
2474 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
2475 `dired-isearch-orig-success-function'.
2476 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
2477 (dired-isearch-filenames-end): Rename `isearch-success-function' to
2478 `isearch-filter-predicate'. Doc fix.
2479 (dired-isearch-filter-filenames): Rename from
2480 `dired-isearch-success-function'.
2481
2482 * info.el (Info-search, Info-mode):
2483 Rename `isearch-success-function' to `isearch-filter-predicate'.
2484 (Info-isearch-filter-predicate): Rename from
2485 `Info-search-success-function'.
2486
2487 * simple.el (minibuffer-default-add-function): Fix docstring to
2488 use clear text "default values" instead of obscure references to
2489 the dynamic variable `minibuffer-default'.
2490
2491 2008-11-16 Glenn Morris <rgm@gnu.org>
2492
2493 * term/ns-win.el (ns-extended-platform-support-mode):
2494 Tweak menu entry from previous change.
2495
2496 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
2497
2498 * cus-edit.el (custom-buffer-create-internal): Always insert the
2499 in-buffer buttons, regardless of tool-bar. (Bug#1326)
2500
2501 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
2502
2503 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
2504
2505 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 * ielm.el (ielm-eval-input): Fix thinko in last change.
2508
2509 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
2510
2511 * subr.el (read-passwd): Yank current kill if the user enters C-y.
2512
2513 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
2514
2515 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
2516 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
2517
2518 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
2519 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2520 Handle `file-name-as-directory'.
2521
2522 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
2523
2524 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
2525 usual variable-pitch face.
2526
2527 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
2528
2529 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
2530 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
2531 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
2532 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
2533 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
2534 (ange-ftp-quote-string, ange-ftp-process-handle-line)
2535 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
2536 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
2537 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
2538 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
2539 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
2540 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
2541 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
2542 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
2543 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
2544 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
2545 (ange-ftp-default-user, ange-ftp-default-password)
2546 (ange-ftp-default-account, ange-ftp-netrc-default-password)
2547 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
2548 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
2549 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
2550 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
2551 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
2552 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
2553 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
2554 (ange-ftp-make-backup-files, ange-ftp-retry-time)
2555 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
2556 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
2557 (ange-ftp-gateway-tmp-name-template)
2558 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
2559 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
2560 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
2561 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
2562 (ange-ftp-gateway-program): Remove * from docstring and reflow.
2563 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
2564 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
2565 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
2566 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
2567 (ange-ftp-rename-local-to-remote): Doc fixes.
2568 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
2569 Use `when', `unless'.
2570 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
2571 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
2572 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
2573 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
2574 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
2575 (ange-ftp-process-sentinel): Use `when'. Fix typo.
2576 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
2577 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
2578 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
2579 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
2580 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
2581 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
2582 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
2583 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
2584 `(save-match-data (string-match ...))'.
2585 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
2586 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
2587 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
2588 Doc fixes.
2589
2590 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
2591
2592 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
2593 function instead of a variable.
2594
2595 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
2596 viper-ESC-keyseq-timeout as a function.
2597 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
2598 defsubst.
2599
2600 * emulation/viper-cmd.el: Let line-move-visual to nil when using
2601 next-line or previous-line.
2602 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
2603
2604 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
2605
2606 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
2607 live.
2608 (ediff-save-buffer): Let window-min-height to 2.
2609
2610 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
2611 the minibuffer.
2612
2613 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
2614
2615 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
2616 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
2617 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
2618 (ielm-map): Define within defvar. Add docstring.
2619 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
2620 (ielm-complete-filename): Use `when', `unless'.
2621 (ielm-is-whitespace-or-comment): Use `string-match-p'.
2622 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
2623 (ielm-change-working-buffer): Check that the buffer is live.
2624 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
2625 Simplify. Reflow docstring.
2626 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
2627 New aliases, to satisfy `define-derived-mode' expectations.
2628
2629 2008-11-15 Glenn Morris <rgm@gnu.org>
2630 Martin Rudalics <rudalics@gmx.at>
2631
2632 * emacs-lisp/find-func.el (find-function-advised-original): New.
2633 (find-function-C-source, find-function-noselect):
2634 Use find-function-advised-original to handle advised funcs. (Bug#789)
2635
2636 2008-11-15 Glenn Morris <rgm@gnu.org>
2637
2638 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
2639 alias message.
2640
2641 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
2642 Remove uniquify-after-kill-buffer-p dependency.
2643 (uniquify-kill-buffer-function): New function.
2644 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
2645
2646 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
2647 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
2648 main Emacs manual.
2649
2650 2008-11-15 Martin Rudalics <rudalics@gmx.at>
2651
2652 * window.el (quit-window): Restore delete window with second
2653 arg non-nil behavior as of before 2008-10-30 change.
2654
2655 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
2656
2657 * help-fns.el (describe-function-1): Do char-range check for
2658 self-insert-command.
2659
2660 2008-11-14 Karl Fogel <kfogel@red-bean.com>
2661
2662 * files.el (file-precious-flag): Document that this flag is advisory.
2663
2664 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2665
2666 * emacs-lisp/bytecomp.el (byte-compile-associative)
2667 (byte-compile-minus, byte-compile-quo): If there are more than two
2668 operands, don't use binary operation code (bug#1334).
2669
2670 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
2671
2672 * w32-fns.el (w32-shell-dos-semantics):
2673 * calendar/diary-lib.el (diary-face-attrs):
2674 * international/mule-cmds.el (set-default-coding-systems)
2675 (prefer-coding-system):
2676 * net/tramp.el (tramp-set-completion-function):
2677 * progmodes/vhdl-mode.el (vhdl-file-header):
2678 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
2679
2680 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
2681
2682 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
2683 (kill-matching-buffers, save-buffers-kill-emacs)
2684 (save-buffers-kill-terminal): Fix typos in docstrings.
2685 (switch-to-buffer-other-window): Reflow docstring.
2686 (revert-buffer): Doc fix.
2687 (define-project-bindings): Rename arg LIST to SETTINGS.
2688 (project-find-settings-file): Use `let', not `let*'.
2689 Use `when'.
2690
2691 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
2692
2693 * files.el (project-settings-file, locate-dominating-file):
2694 Fix typos in docstrings.
2695 (find-file-visit-truename): Remove * from defcustom docstring.
2696
2697 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
2698
2699 * files.el (project-settings-file): New variable.
2700 (project-find-settings-file): Use it, instead of hardcoding
2701 .dir.settings.el.
2702
2703 2008-11-13 Glenn Morris <rgm@gnu.org>
2704
2705 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
2706
2707 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
2708
2709 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
2710 in mail bodies.
2711
2712 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
2713
2714 * international/mule.el (autoload-coding-system, with-category-table)
2715 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
2716 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
2717 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
2718 (set-file-name-coding-system, ctext-pre-write-conversion)
2719 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
2720 Reflow docstrings.
2721 (charset-list, set-coding-priority): Remove redundant obsolescence info.
2722 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
2723 (char-valid-p): Define with `define-obsolete-function-alias'.
2724
2725 * textmodes/artist.el (artist-mode): Fix typos in docstring.
2726
2727 2008-11-12 Sam Steingold <sds@gnu.org>
2728
2729 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
2730 between hostname and path.
2731
2732 2008-11-11 Juri Linkov <juri@jurta.org>
2733
2734 * dired-aux.el (dired-isearch-filenames)
2735 (dired-isearch-filenames-regexp):
2736 Let-bind isearch-message-prefix-add to "filename ".
2737
2738 * isearch.el (isearch-message-prefix-add)
2739 (isearch-message-suffix-add): New variables.
2740 (isearch-message-prefix): Show additional text from
2741 `isearch-message-prefix-add' before "I-search".
2742 (isearch-message-suffix): Show additional text from
2743 `isearch-message-suffix-add' at the end.
2744
2745 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
2746 `isearch-search'. Call isearch-success-function to skip matches
2747 outside the current isearch scope. Let-bind search-invisible to
2748 nil to not match invisible text.
2749
2750 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
2751 Let-bind `isearch-recursive-edit' to nil to prevent calling
2752 `exit-recursive-edit' in `isearch-done' that terminates the
2753 execution of these commands when it is non-nil. Call
2754 `exit-recursive-edit' explicitly at the end.
2755 (isearch-occur): For word search construct the correct regexp
2756 with word boundaries to proceed with occur.
2757
2758 * isearch.el (isearch-search-fun): Compare the length of the
2759 current search string with the length of the string from the
2760 previous search state to detect the situation when the user
2761 adds or removes characters in the search string.
2762 Use word-search-forward-lax and word-search-backward-lax in this
2763 case, and otherwise word-search-forward and word-search-backward.
2764
2765 2008-11-11 Sam Steingold <sds@gnu.org>
2766
2767 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
2768 the "Version Control" group (for C-x v g).
2769
2770 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
2771
2772 * server.el (server-process-filter): Fix typos and reflow docstring.
2773
2774 2008-11-11 Martin Rudalics <rudalics@gmx.at>
2775
2776 * mail/footnote.el (footnote-mode): Improve doc-string.
2777 Suggested by <jidanni@jidanni.org>. (Bug#1318)
2778
2779 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
2780
2781 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
2782
2783 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
2784
2785 * mail/smtpmail.el (smtpmail-open-stream): Use
2786 `starttls-any-program-available'. Auto-load starttls.el for it.
2787
2788 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
2789
2790 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
2791 version (bug@1285).
2792
2793 2008-11-08 Eli Zaretskii <eliz@gnu.org>
2794
2795 * startup.el (command-line): Ignore init-file-user when checking
2796 user's home directory on MS-DOS as well.
2797
2798 2008-11-07 Sam Steingold <sds@gnu.org>
2799
2800 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
2801
2802 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
2803
2804 * frame.el (make-frame-on-display): Use `string-match-p'.
2805
2806 2008-11-07 Glenn Morris <rgm@gnu.org>
2807
2808 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
2809
2810 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
2811
2812 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
2813 to initialize font-lock keyword case sensitivity.
2814 (lisp-mode): Use it.
2815
2816 2008-11-06 Glenn Morris <rgm@gnu.org>
2817
2818 * eshell/esh-maint.el: Remove unused file.
2819
2820 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
2821
2822 * cus-edit.el (custom-comment-tag): Doc fix.
2823 (custom-comment, custom-variable-value-create, custom-face):
2824 Use face names sans -face suffix rather than aliases.
2825
2826 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
2827
2828 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
2829 window width.
2830
2831 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
2832
2833 * server.el (server-process-filter): Only default to emacsclient's
2834 terminal in daemon mode.
2835
2836 2008-11-05 Martin Rudalics <rudalics@gmx.at>
2837
2838 * window.el (quit-window): Restore prefix argument behavior
2839 removed in 2008-10-30 change. (Bug#1308)
2840
2841 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
2842
2843 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
2844 function to kill-buffer-hook, not to kill-buffer.
2845 Reported by Markus Triska <markus.triska@gmx.at>
2846
2847 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
2848
2849 * calc/calc.el (calc-quit): Make sure that the keypad buffer
2850 exists before deleting its windows.
2851
2852 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
2853
2854 * server.el (server-process-filter): Don't call
2855 server-create-tty-frame when no tty name is specified.
2856
2857 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
2858
2859 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
2860
2861 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
2862
2863 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2864 (define-char-code-property):
2865 * textmodes/reftex.el (reftex-index):
2866 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
2867
2868 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
2869
2870 * vc-bzr.el (vc-bzr-dir-printer): Rename from
2871 vc-bzr-status-printer.
2872
2873 * startup.el (startup-echo-area-message): Display a different
2874 message in daemon mode. Suggested by Stephen Turnbull.
2875
2876 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
2877 Windows.
2878
2879 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
2880
2881 * dframe.el (dframe-mouse-position-function)
2882 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
2883 (dframe-mouse-set-point): Fix typos in docstrings.
2884
2885 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2886
2887 * vc-dir.el (vc-dir-headers): Undo previous change.
2888
2889 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
2890
2891 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
2892 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
2893
2894 2008-11-04 Martin Rudalics <rudalics@gmx.at>
2895
2896 * subr.el (looking-back): Fix doc-string typo.
2897
2898 * electric.el (Electric-pop-up-window): Call window-end with
2899 UPDATE set to t.
2900
2901 * window.el (save-selected-window): Make it behave like
2902 save-selected-window-norecord.
2903 (save-selected-window-norecord): Remove, since functionality
2904 fully taken over by save-selected-window.
2905 (walk-windows, set-window-text-height, fit-window-to-buffer):
2906 Use save-selected-window instead of save-selected-window-norecord.
2907 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
2908 save-selected-window-norecord.
2909 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
2910 indent-function for save-selected-window-norecord.
2911
2912 2008-11-03 Alan Mackenzie <acm@muc.de>
2913
2914 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
2915
2916 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
2917
2918 * subr.el (looking-back): Doc fix.
2919
2920 * term/x-win.el (x-initialize-window-system):
2921 Call x-wm-set-size-hint after initialization.
2922
2923 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
2924 to t.
2925
2926 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
2927 2000-12-08 (bug#1297).
2928
2929 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
2930
2931 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
2932
2933 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
2934 when appropriate.
2935
2936 2008-11-02 Martin Rudalics <rudalics@gmx.at>
2937
2938 * window.el (save-selected-window-norecord): New macro.
2939 (walk-windows): Use save-selected-window-norecord and call
2940 select-window with NORECORD set. (Bug#1237)
2941 (set-window-text-height, fit-window-to-buffer):
2942 Use save-selected-window-norecord and call select-window with
2943 NORECORD set.
2944 * subr.el (with-selected-window): Call set-frame-selected-window
2945 with new argument NORECORD set. Update doc-string.
2946 (with-selected-frame): Call select-frame with new argument
2947 NORECORD set. Update doc-string.
2948 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
2949 Put indent-function for save-selected-window-norecord.
2950 * font-lock.el (lisp-font-lock-keywords-2):
2951 Add save-selected-window-norecord.
2952
2953 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
2954
2955 * cus-edit.el (customize-apropos-options, custom-comment)
2956 (custom-comment-tag, custom-face-edit-attribute-tag):
2957 Fix typos in docstrings.
2958 (custom-buffer-done-kill): Remove * from defcustom docstring.
2959 (custom-file): Fix typo in doc of defcustom choice.
2960
2961 * frame.el (display-visual-class): Fix typo in docstring.
2962 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
2963 (special-display-frame-alist, show-trailing-whitespace)
2964 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
2965 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2966 Remove * from defcustom docstrings.
2967
2968 * md4.el (md4-buffer): Fix typo in docstring.
2969 (md4, md4-64): Doc fixes.
2970 (md4-pack-int32): Reflow docstring.
2971
2972 * paths.el (rmail-file-name): Remove * from defcustom docstring.
2973 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
2974
2975 * rect.el (open-rectangle): Reflow docstring.
2976 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
2977
2978 * select.el (x-get-cut-buffer): Fix typo in docstring.
2979
2980 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
2981 (timezone-time-zone-from-absolute, timezone-leap-year-p):
2982 Fix typos in docstrings.
2983
2984 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
2985 Fix typos in docstrings.
2986
2987 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
2988
2989 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
2990
2991 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
2992 (newsticker--treeview-list-update, newsticker--treeview-item-show)
2993 (newsticker--treeview-tree-update)
2994 (newsticker--treeview-tree-update-highlight)
2995 (newsticker-treeview-update)
2996 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
2997 (newsticker-treeview-next-new-or-immortal-item)
2998 (newsticker-treeview-prev-new-or-immortal-item)
2999 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
3000 (newsticker-treeview-tree-click): Watch for layout changes.
3001 (newsticker--treeview-set-current-node): Cleanup.
3002 (newsticker--treeview-restore-layout): Rename from
3003 newsticker--treeview-restore-buffers.
3004 (newsticker--treeview-mark-item): Update cache file.
3005
3006 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
3007
3008 * calendar/icalendar.el (icalendar--uid-count): New.
3009 (icalendar--create-uid): New. Extracted from
3010 `icalendar-export-region' and add uid counter.
3011 (icalendar-export-region): Use `icalendar--create-uid'.
3012
3013 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
3014
3015 * tooltip.el (tooltip-frame-parameters): Doc fix.
3016
3017 2008-10-31 Martin Rudalics <rudalics@gmx.at>
3018
3019 * window.el (window-body-height, window-current-scroll-bars)
3020 (walk-windows, get-window-with-predicate, get-buffer-window-list)
3021 (minibuffer-window-active-p, count-windows)
3022 (window-safely-shrinkable-p, window--splittable-p)
3023 (window--try-to-split-window, window--frame-usable-p)
3024 (window--even-window-heights, window--display-buffer-1)
3025 (window--display-buffer-2, set-window-text-height)
3026 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3027 (truncated-partial-width-window-p): Rewrite doc-string.
3028 (window-fixed-size-p): Simplify code. Rewrite doc-string.
3029 (split-window-vertically, split-window-horizontally):
3030 Rename args, rewrite doc-string, and simplify code.
3031 (split-window-save-restore-data): Rename args and use
3032 when instead of if.
3033
3034 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
3035
3036 * indent.el (indent-for-tab-command): Use use-region-p.
3037
3038 * vc.el (vc-revert): Limit the length of the query string.
3039
3040 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
3041
3042 * simple.el (idle-update-delay, next-error-highlight)
3043 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
3044 (minibuffer-history-case-insensitive-variables, kill-ring-max)
3045 (kill-read-only-ok, backward-delete-char-untabify-method)
3046 (kill-whole-line, mark-ring-max, global-mark-ring-max)
3047 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
3048 (goal-column, line-move-ignore-invisible, fill-prefix)
3049 (auto-fill-inhibit-regexp, blink-matching-paren)
3050 (blink-matching-paren-on-screen, blink-matching-paren-distance)
3051 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
3052 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
3053 (minibuffer-history-isearch-wrap, transient-mark-mode)
3054 (next-logical-line, auto-fill-mode, line-number-mode)
3055 (column-number-mode, size-indication-mode, clone-indirect-buffer)
3056 (normal-erase-is-backspace-mode): Doc fixes.
3057 (current-kill, transient-mark-mode, toggle-truncate-lines)
3058 (visible-mode): Reflow docstrings.
3059 (minibuffer-local-shell-command-map, interprogram-paste-function):
3060 Fix typos in docstrings.
3061
3062 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
3063
3064 * server.el (server-process-filter): In daemon mode, default to
3065 emacsclient's tty if not opening a new frame and only the
3066 terminal-frame is available.
3067
3068 2008-10-30 Martin Rudalics <rudalics@gmx.at>
3069
3070 * window.el (quit-window): Simplify code. Say in doc-string
3071 that it operates on the selected window's buffer. (Bug#1259)
3072
3073 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
3074
3075 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
3076 nil so that log-view-diff-changeset works.
3077
3078 2008-10-30 Glenn Morris <rgm@gnu.org>
3079
3080 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
3081
3082 * resume.el: Move to obsolete/.
3083 * Makefile.in (ELCFILES): Update.
3084
3085 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
3086
3087 * electric.el (Electric-pop-up-window): Don't shrink the window if
3088 it's already big enough.
3089
3090 * minibuffer.el (delete-minibuffer-contents): Delete all
3091 minibuffer contents instead of just the current field.
3092
3093 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
3094
3095 * bookmark.el (bookmark-handle-bookmark): Rename from
3096 bookmark-jump-noselect.
3097 (bookmark--jump-via, bookmark-insert): Callers changed.
3098 (bookmark-jump-noselect): Wrapper function for
3099 bookmark-handle-bookmark.
3100 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
3101
3102 * textmodes/ispell.el (ispell-word): Use use-region-p.
3103
3104 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
3105
3106 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
3107 to follow naming conventions for abnormal hooks. Doc fix.
3108 (tooltip-mode, tooltip-timeout): Use it.
3109 (tooltip-hook): New obsolete alias.
3110 (tooltip-help-tips): Doc fix.
3111
3112 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
3113
3114 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
3115
3116 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
3117 of hardcoded /tmp.
3118
3119 2008-10-29 Glenn Morris <rgm@gnu.org>
3120
3121 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
3122
3123 * vc-hooks.el (vc-find-root): Remove bogus alias.
3124
3125 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3126
3127 * international/quail.el (quail-show-guidance): Don't create
3128 a guidance-frame if current buffer is not a minibuffer, since even if
3129 selected-window is mini-p, the buffer will never be displayed in it, so
3130 it wil be usable for guidance.
3131
3132 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3133
3134 * smerge-mode.el: Require diff-mode at run-time as well.
3135
3136 2008-10-28 Martin Rudalics <rudalics@gmx.at>
3137
3138 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
3139 * vc-hooks.el (vc-stay-local): Likewise.
3140
3141 2008-10-28 Phil Sung <psung@mit.edu>
3142
3143 * follow.el (follow-scroll-down, follow-calc-win-end)
3144 (follow-estimate-first-window-start): Reduce effective window
3145 height when header line is present. (Bug#925)
3146
3147 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
3148
3149 * subr.el (locate-user-emacs-file): Simplify. Don't create
3150 `user-emacs-directory' when Emacs is running in batch mode.
3151
3152 * startup.el (inhibit-startup-screen): Reflow docstring.
3153 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
3154
3155 2008-10-27 Kenichi Handa <handa@m17n.org>
3156
3157 * descr-text.el (describe-char): Fix terminal case (where font is nil).
3158
3159 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
3160
3161 * face-remap.el (text-scale-increase, text-scale-decrease)
3162 (text-scale-adjust): Remove &optional keyword from the arg list;
3163 the INC argument is not really optional, if the functions happen
3164 to be called from elisp.
3165
3166 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3167
3168 * vc.el: Rename VC methods that were missed when vc-status was
3169 renamed to vc-dir.
3170 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
3171 vc-svn-status-extra-headers.
3172 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
3173 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
3174 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
3175 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
3176 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
3177 vc-dir-status-printer.
3178 (vc-dir-headers): Use `dir-extra-headers' instead of
3179 `status-extra-headers'.
3180 (vc-dir-printer): Rename from vc-dir-status-printer.
3181 (vc-default-dir-extra-headers): Rename from
3182 vc-default-status-extra-headers.
3183 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
3184 vc-cvs-status-extra-headers.
3185
3186 * startup.el (server-name): Pacify byte compiler.
3187 (command-line): If --daemon=SERVER_NAME was used, set server-name
3188 before calling server-start.
3189
3190 2008-10-26 Romain Francoise <romain@orebokech.com>
3191
3192 * startup.el (command-line): Call daemon-initialized after
3193 starting the server.
3194
3195 2008-10-26 Kenichi Handa <handa@m17n.org>
3196
3197 * help-fns.el (describe-categories): Display the terse legend at
3198 the head.
3199
3200 * international/characters.el: Docstrings of categories improved.
3201
3202 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3203
3204 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
3205
3206 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
3207 to the courier family.
3208 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
3209 usually not serif'd and hence rather unlike verbatim's printed output.
3210
3211 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
3212
3213 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
3214 when reporting the module.
3215
3216 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
3217
3218 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
3219
3220 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3221
3222 * files.el (locate-dominating-stop-dir-regexp): New var.
3223 (locate-dominating-file): Change arg from a regexp to a file name.
3224 Rewrite using the vc-find-root code to avoid directory-files which is
3225 too slow. Obey locate-dominating-stop-dir-regexp.
3226 Don't pay attention to changes in owner.
3227 (project-find-settings-file): Adjust call to locate-dominating-file.
3228
3229 * progmodes/flymake.el (flymake-find-buildfile):
3230 Adjust call to locate-dominating-file.
3231
3232 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
3233 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
3234
3235 2008-10-25 Martin Rudalics <rudalics@gmx.at>
3236
3237 * subr.el (with-current-buffer): Rename buffer argument to
3238 buffer-or-name.
3239 * window.el (get-buffer-window-list): Rename buffer argument to
3240 buffer-or-name and make it optional.
3241
3242 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
3243
3244 * completion.el (add-completion-to-head, add-completion): Doc fixes.
3245 (completion-search-next, add-completions-from-file):
3246 Fix typos in docstrings.
3247
3248 * filesets.el (filesets-menu-ensure-use-cached)
3249 (filesets-ingroup-patterns, filesets-filetype-property):
3250 * tutorial.el (get-lang-string):
3251 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
3252 Fix typos in docstrings.
3253
3254 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
3255 (image-dired-line-up-method, image-dired-thumb-size)
3256 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
3257 (image-dired-track-original-file, image-dired-track-thumbnail)
3258 (image-dired-dired-next-line, image-dired-dired-previous-line)
3259 (image-dired-write-comments): Reflow docstrings.
3260 (image-dired-show-all-from-dir-max-files)
3261 (image-dired-format-properties-string, image-dired-create-thumbs)
3262 (image-dired-mark-tagged-files, image-dired-gallery-generate):
3263 Fix typos in docstrings.
3264
3265 * savehist.el (savehist-save-minibuffer-history, savehist-file)
3266 (savehist-additional-variables, savehist-ignored-variables)
3267 (savehist-file-modes, savehist-autosave-interval):
3268 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
3269 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
3270 (fancy-splash-image):
3271 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
3272 (thumbs-conversion-program, thumbs-margin):
3273 Remove spurious * in docstrings.
3274
3275 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
3276
3277 * thingatpt.el (end-of-sexp, beginning-of-sexp)
3278 (forward-same-syntax): Omit default arguments to char-after and
3279 char-before.
3280
3281 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
3282
3283 * subr.el (locate-user-emacs-file): New function.
3284 (user-emacs-directory): Mention it in docstring.
3285
3286 * completion.el (save-completions-file-name):
3287 * filesets.el (filesets-menu-cache-file):
3288 * image-dired.el (image-dired-dir, image-dired-db-file)
3289 (image-dired-temp-image-file, image-dired-gallery-dir)
3290 (image-dired-temp-rotate-image-file):
3291 * savehist.el (savehist-file):
3292 * server.el (server-auth-dir):
3293 * thumbs.el (thumbs-thumbsdir):
3294 * tutorial.el (tutorial--saved-dir):
3295 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
3296
3297 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
3298
3299 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
3300 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
3301
3302 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
3303
3304 * filesets.el: Update author email.
3305 (filesets-data): Doc fix.
3306
3307 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
3308
3309 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
3310
3311 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
3312
3313 * international/mule-cmds.el (describe-language-environment):
3314 Indent sample text.
3315
3316 2008-10-23 Glenn Morris <rgm@gnu.org>
3317
3318 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
3319
3320 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
3321 byte-compile a redefinition of a function with special byte-compile
3322 handling. (Bug#411)
3323
3324 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3325
3326 * ps-print.el: Deal with page sizes for label printes. Suggested by
3327 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
3328 (ps-print-version): New version 7.3.3.
3329 (ps-page-dimensions-database): New page sizes for label printers.
3330 (ps-n-up-printing): Fix code.
3331
3332 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
3333
3334 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
3335
3336 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
3337 (list-at-point): Add docstrings.
3338
3339 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
3340
3341 * dired-aux.el (dired-do-create-files): Doc fix.
3342
3343 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
3344
3345 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
3346 with other documentation.
3347
3348 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
3349
3350 * replace.el (how-many): Fix typo in docstring.
3351 Reported by Leo <sdl.web@gmail.com>.
3352
3353 2008-10-22 Glenn Morris <rgm@gnu.org>
3354
3355 * international/mule-cmds.el (universal-coding-system-argument):
3356 Check for C-g. (Bug#1205)
3357
3358 2008-10-22 Kenichi Handa <handa@m17n.org>
3359
3360 * international/characters.el: Don't setup
3361 find-word-boundary-function-table.
3362 (next-word-boundary-han, next-word-boundary-kana): Delete them.
3363 (word-combining-categories, word-separating-categories):
3364 Adjust to the change of the docstrings.
3365
3366 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
3367
3368 * simple.el (region-active-p): Doc fix.
3369
3370 2008-10-20 Eli Zaretskii <eliz@gnu.org>
3371
3372 * subr.el (apply-partially): Move from here...
3373
3374 * simple.el (apply-partially): ...to here.
3375
3376 2008-10-20 Andreas Schwab <schwab@suse.de>
3377
3378 * subr.el (split-string-and-unquote): Simplify regexp.
3379
3380 2008-10-20 Eli Zaretskii <eliz@gnu.org>
3381
3382 * subr.el (top-level): Require `cl' when compiling.
3383
3384 2008-10-20 David Reitter <david.reitter@gmail.com>
3385
3386 * info.el (Info-mode): Do not remove an existing header line if
3387 `Info-use-header-line' is nil.
3388
3389 2008-10-19 Juri Linkov <juri@jurta.org>
3390
3391 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
3392 Add arg `delimited' as in `query-replace' for the case when
3393 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
3394 Add more indicators to the prompt ("word" and "in region").
3395
3396 * replace.el (query-replace, query-replace-regexp)
3397 (replace-string, replace-regexp, perform-replace): Add "word"
3398 indicatiors to the prompt for word delimited replacements.
3399
3400 * replace.el (read-regexp): Rename arg `default' to `default-value'.
3401 Doc fix.
3402
3403 2008-10-19 Eli Zaretskii <eliz@gnu.org>
3404
3405 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
3406
3407 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
3408
3409 2008-10-19 Martin Rudalics <rudalics@gmx.at>
3410
3411 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
3412 Make argument names follow Elisp manual.
3413
3414 2008-10-19 Eli Zaretskii <eliz@gnu.org>
3415
3416 * textmodes/remember.el (remember-data-file):
3417 * shadowfile.el (shadow-initialize)
3418 <shadow-info-file, shadow-todo-file>:
3419 * savehist.el (savehist-file):
3420 * recentf.el (recentf-save-file):
3421 * pcvs-defs.el (cvs-cvsrc-file):
3422 * international/kkc.el (kkc-init-file-name):
3423 * ido.el (ido-save-directory-list-file):
3424 * calendar/todo-mode.el (todo-file-do, todo-file-done)
3425 (todo-file-top): Run file names that begin with a period thru
3426 `convert-standard-filename'.
3427
3428 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
3429 before-init-hook.
3430
3431 Fix Bug #1183:
3432
3433 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
3434 coding-system-for-read to ediff-coding-system-for-write.
3435
3436 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
3437 coding-system-for-write to ediff-coding-system-for-write.
3438
3439 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
3440 (ediff-coding-system-for-write): Set to emacs-internal.
3441
3442 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * international/mule-conf.el (emacs-internal): New coding system alias.
3445
3446 2008-10-18 Juri Linkov <juri@jurta.org>
3447
3448 * info.el (Info-file-supports-index-cookies-list): New variable.
3449 (Info-file-supports-index-cookies): New function.
3450 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
3451 (Info-index-nodes): Let-bind Info-point-loc to nil for files
3452 without an index cookie to ignore it when Info-index-nodes is
3453 called during navigating from an index node with line numbers.
3454 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
3455
3456 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
3457 variable definition section.
3458
3459 * info.el (Info-find-node-2): Put initial point below the header line
3460 and breadcrumbs line.
3461
3462 2008-10-18 Glenn Morris <rgm@gnu.org>
3463
3464 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
3465 the needed external programs were not found.
3466
3467 2008-10-18 Eli Zaretskii <eliz@gnu.org>
3468
3469 * files.el (trash-directory): Run thru `convert-standard-filename'.
3470 (file-modes-char-to-who, file-modes-char-to-right)
3471 (file-modes-rights-to-number, file-modes-symbolic-to-number)
3472 (read-file-modes): Doc fixes.
3473
3474 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
3475
3476 * abbrev.el (define-abbrev): Doc fix.
3477
3478 2008-10-17 Alan Mackenzie <acm@muc.de>
3479
3480 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
3481 foo bar [] = { ...".
3482
3483 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
3484
3485 * faces.el (face-spec-set-2): Don't pass invalid attributes to
3486 set-face-attribute.
3487
3488 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
3489
3490 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
3491 according to `locale-coding-system'. (This fixes trivial bug reported
3492 as part of bug#1179).
3493 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
3494 particular order). Use `when'.
3495
3496 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
3497
3498 * w32-fns.el (w32-check-shell-configuration): Doc fix.
3499 (w32-add-charset-info): Fix typo in docstring.
3500
3501 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3502
3503 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
3504 after discussion.
3505
3506 2008-10-16 Magnus Henoch <mange@freemail.hu>
3507
3508 * vc-arch.el (vc-arch-dir-status): New function.
3509 (vc-arch-after-dir-status): New function.
3510
3511 2008-10-16 Glenn Morris <rgm@gnu.org>
3512
3513 * man.el (Man-getpage-in-background): Force recent `man's to output
3514 escape sequences even when stdout is not a tty. (Bug#1142)
3515
3516 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
3517
3518 * international/mule-conf.el: Add `utf8' and `UTF8' as
3519 aliases for the `utf-8' coding system.
3520
3521 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
3522
3523 * find-file.el (ff-get-file): Doc fix.
3524 (ff-get-file-name): Use `let', not `let*'.
3525 (ff-search-directories): Fix typo in docstring.
3526 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
3527 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
3528 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
3529 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
3530 (cc-other-file-alist, modula2-other-file-alist):
3531 Remove spurious * in docstrings.
3532
3533 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
3534
3535 * faces.el (set-face-attribute): Set family and foundry before
3536 other attributes.
3537 (face-spec-set-2): Pass unmodified args to set-face-attribute.
3538
3539 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
3540
3541 * hl-line.el (hl-line-unload-function): New function.
3542 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
3543 (hl-line-sticky-flag): Remove spurious * in docstring.
3544
3545 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
3546
3547 * vc-git.el (vc-git-show-log-entry): Include the revision in the
3548 search string.
3549
3550 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
3551
3552 * net/tramp.el (tramp-process-one-action): Embed regexp in
3553 parentheses, before adding end-of-buffer construct. Suggested by
3554 Markus Triska <markus.triska@gmx.at>.
3555
3556 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
3557
3558 * net/newst-plainview.el (w3m-toggle-inline-image):
3559 Define 'declare-function if necessary, for compatibility.
3560
3561 * net/newst-treeview.el (w3m-toggle-inline-images):
3562 Define 'declare-function if necessary, for compatibility.
3563
3564 2008-10-13 Alan Mackenzie <acm@muc.de>
3565
3566 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
3567 so that the function works on one-line macros.
3568
3569 * progmodes/cc-engine.el: Amend several doc strings and comments.
3570
3571 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3572
3573 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
3574
3575 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
3576 (vc-cvs-stay-local): Add a new choice and default to it.
3577 (vc-cvs-dir-status): Use the new vc-stay-local choice.
3578
3579 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
3580
3581 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
3582
3583 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
3584 Add support for extended return statement.
3585
3586 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
3587 and obj-dir; keep user order.
3588
3589 2008-10-12 Glenn Morris <rgm@gnu.org>
3590
3591 * Makefile.in (ELCFILES): Update.
3592
3593 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
3594 (shell-file-name-quote-list): Declare.
3595
3596 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
3597
3598 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
3599
3600 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
3601
3602 * startup.el (command-line): If toolbar is disabled but ought to
3603 be initialized, call tool-bar-setup.
3604
3605 * tool-bar.el (tool-bar-setup): Variable deleted.
3606 (tool-bar-setup): Set it up unconditionally.
3607
3608 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
3609
3610 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
3611 tool-bar-map has been initialized before setting it up.
3612
3613 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
3614 tool-bar-map has been initialized before setting it up.
3615
3616 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
3617
3618 * emacs-lisp/warnings.el (display-warning): Issue a message if
3619 called during daemon initialization.
3620
3621 * tool-bar.el (tool-bar-local-item)
3622 (tool-bar-local-item-from-menu): Put the check for number of
3623 display colors into the image expression.
3624 (tool-bar-setup): Don't be a no-op on ttys.
3625
3626 * info.el (info-tool-bar-map):
3627 * progmodes/gud.el (gud-tool-bar-map):
3628 * progmodes/grep.el (grep-mode-tool-bar-map):
3629 * progmodes/compile.el (compilation-mode-tool-bar-map):
3630 Initialize it unconditionally.
3631
3632 2008-10-11 Romain Francoise <romain@orebokech.com>
3633
3634 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
3635 * kmacro.el (kmacro-edit-lossage): Ditto.
3636 * edmacro.el (edit-kbd-macro): Ditto.
3637
3638 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
3639
3640 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
3641 Fix variable names.
3642
3643 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
3644
3645 * startup.el (command-line): Revert 2008-09-26 change, not
3646 necessary anymore.
3647
3648 2008-10-10 Andreas Schwab <schwab@suse.de>
3649
3650 * simple.el (minibuffer-complete-shell-command):
3651 Bind comint-delimiter-argument-list, comint-file-name-chars and
3652 comint-file-name-quote-list like shell-mode.
3653
3654 2008-10-10 Martin Rudalics <rudalics@gmx.at>
3655
3656 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
3657 call of select-window.
3658
3659 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
3660
3661 * calc/calc.el (calc-embedded-word-regexp)
3662 (calc-embedded-word-regexp-alist): New variables.
3663 (calc-embedded-open-word, calc-embedded-close-word)
3664 (calc-embedded-open-close-word-alist): Remove unused variables.
3665
3666 * calc/calc-embed.el (calc-embedded-make-info):
3667 Use `calc-embedded-word-regexp' to find words.
3668
3669 2008-10-10 Martin Rudalics <rudalics@gmx.at>
3670
3671 * info.el (Info-extract-menu-counting): New argument no-detail to
3672 skip detailed node listings.
3673 (Info-forward-node): New argument not-up to inhibit going up.
3674 (Info-final-node): Call Info-extract-menu-counting and
3675 Info-forward-node with the new arguments set to avoid infinite
3676 looping. (Bug#1116)
3677
3678 2008-10-10 Eli Zaretskii <eliz@gnu.org>
3679
3680 * startup.el (command-line): Don't invoke tool-bar-mode if it is
3681 not fboundp.
3682
3683 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
3684
3685 * startup.el (command-line): Enable tool-bar-mode as long as it is
3686 not suppressed by X resources, regardless of the terminal.
3687
3688 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
3689 graphical terminals.
3690 (tool-bar-setup): No-op if called on a tty.
3691
3692 2008-10-09 Eli Zaretskii <eliz@gnu.org>
3693
3694 * frame.el (make-frame-on-tty): Use "F" inside interactive.
3695 Support `pc' ``window-system''.
3696
3697 * progmodes/compile.el (compilation-start): Resurrect the version
3698 for systems that don't support asynchronous subprocesses.
3699
3700 2008-10-09 Martin Rudalics <rudalics@gmx.at>
3701
3702 * window.el (pop-up-frames): Add choice graphic-only.
3703 (display-buffer): When pop-up-frames equals graphic-only do
3704 not pop up new frame on text-only terminals. (Bug#1061)
3705
3706 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
3707
3708 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
3709 (vc-cvs-dir-status): Use it.
3710
3711 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
3712
3713 * json.el (json-skip-whitespace): Fix last change.
3714
3715 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
3716
3717 * bs.el (bs-unload-function): New function.
3718
3719 2008-10-08 Sven Joachim <svenjoac@gmx.de>
3720
3721 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
3722 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
3723 For clarity, explicitly require cl.
3724
3725 2008-10-08 Michael Olson <mwolson@gnu.org>
3726
3727 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
3728 can avoid a bad interaction with programs that add functions to
3729 the window-scroll-functions hook. This fixes Bug #858.
3730
3731 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * startup.el (command-line): Use display-warning to warn about an
3734 init file error.
3735 (command-line-1): Remove init file error delay.
3736
3737 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3738
3739 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
3740 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
3741 (rx-group-if): New function.
3742 (rx-parent): New variable.
3743 (rx-and, rx-or): Put shy groups only when necessary.
3744 (rx-bracket): Remove.
3745 (rx-anything): New function.
3746 (rx-any-delete-from-range, rx-any-condense-range)
3747 (rx-check-any-string): New functions.
3748 (rx-check-any): Return result as a list. Don't convert chars to
3749 strings. Don't prepend "\\" to "^". Don't search for close bracket.
3750 Check char category string. Call rx-form instead of rx-to-string.
3751 (rx-any): Rebuid to complete the function.
3752 (rx-check-not): Fix char category regexp pattern string.
3753 Call rx-form instead of rx-to-string.
3754 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
3755 "[^^]". Call regexp-quote for one char string when not called from
3756 rx-not. Add "\\w", and toggle to upcase. Add the case of
3757 "\\[SCBW]" to toggle.
3758 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
3759 instead of rx-to-string.
3760 (rx-kleene): Call rx-form instead of rx-to-string.
3761 Call rx-group-if to adjust putting of shy groups.
3762 (rx-atomic-p): Make check more precisely.
3763 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
3764 (rx-regexp): Call rx-group-if.
3765 (rx-form): New function.
3766 (rx-to-string): Call rx-form, rx-group-if.
3767 Refine definition of NO-GROUP.
3768
3769 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
3770
3771 * json.el (json-advance): Use forward-char.
3772 (json-skip-whitespace): Use skip-syntax-forward.
3773
3774 2008-10-07 Alan Mackenzie <acm@muc.de>
3775
3776 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
3777 indenting a macro followed by blank lines doesn't backslash the
3778 following non-blank line into the macro.
3779
3780 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
3781
3782 * startup.el (before-init-time, after-init-time): Move into emacs.c.
3783 (command-line): Set after-init-time to nil before initialization.
3784
3785 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
3786
3787 * calc/calc-units.el (math-standard-units): Update the values
3788 of the units.
3789
3790 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
3791
3792 * bookmark.el (bookmark-unload-function): New function.
3793
3794 2008-10-06 Andreas Schwab <schwab@suse.de>
3795
3796 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
3797
3798 2008-10-06 Martin Rudalics <rudalics@gmx.at>
3799
3800 * mail/footnote.el: Remove * in defcustom docstrings and tell
3801 for most options that customizing them doesn't affect buffers
3802 already displaying footnotes.
3803 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
3804 Fix handling of text properties and identical start/end tags.
3805 Do not use format when renumbering.
3806 (Footnote-set-style): Make it work.
3807 (Footnote-insert-numbered-footnote): Simplify.
3808 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
3809 (Footnote-goto-footnote): Fix handling of empty section tag.
3810 (Footnote-delete-footnote): Fix handling of identical start/end
3811 tags, empty section tag, and spaced footnotes. Do not use
3812 kill-region.
3813 (footnote-mode): Make most options buffer-local to avoid that
3814 customizing messes up handling of footnotes in buffers that
3815 already display them.
3816
3817 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
3818
3819 * faces.el (x-create-frame-with-faces): Undo previous change.
3820
3821 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
3822 existent files.
3823
3824 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
3825
3826 * international/mule-cmds.el (universal-coding-system-argument):
3827 Handle digit-argument too.
3828
3829 2008-10-05 Mario Lang <mlang@delysid.org>
3830
3831 * xml.el (xml-parse-string): Use skip-chars-forward.
3832
3833 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3834
3835 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
3836 existent files.
3837 (vc-bzr-dir-status-files): New function.
3838
3839 2008-10-04 Glenn Morris <rgm@gnu.org>
3840
3841 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
3842
3843 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
3844 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
3845
3846 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
3847 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
3848
3849 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
3850
3851 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
3852 Fix typo. (Bug#1074)
3853
3854 2008-10-04 Martin Rudalics <rudalics@gmx.at>
3855
3856 * progmodes/compile.el (compilation-start): Make sure to move to
3857 point-max only when we are in the compilation buffer. (Bug#1073)
3858
3859 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
3860
3861 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
3862 tool-bar-mode is on.
3863
3864 * vc-svn.el (vc-svn-dir-status-files):
3865 * vc-cvs.el (vc-cvs-dir-status-files): New function.
3866
3867 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3868
3869 * vc-hg.el (vc-hg-dir-status-files): New function.
3870
3871 2008-10-03 Martin Rudalics <rudalics@gmx.at>
3872
3873 * window.el (window--display-buffer-1): Don't care about
3874 visibility since raise-frame does.
3875
3876 2008-10-03 Mario Lang <mlang@delysid.org>
3877
3878 * nxml/xmltok.el (xmltok-forward): Simplify.
3879
3880 2008-10-03 Glenn Morris <rgm@gnu.org>
3881
3882 * Makefile.in (ELCFILES): Update.
3883
3884 * frame.el (set-default-font): Make obsolete.
3885 * mouse.el (mouse-set-font): Use set-frame-font.
3886
3887 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3888 (jka-compr-mode-alist-additions): Also match `.tbz2'.
3889
3890 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
3891 * files.el (auto-mode-alist): Add .PRO as per above autoload.
3892
3893 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3894
3895 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
3896 (vc-dir-refresh): Set it here instead. (Bug#1067)
3897
3898 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
3899
3900 * faces.el (inhibit-frame-set-background-mode): New var.
3901 (frame-set-background-mode): Use it to avoid a loop in
3902 face-spec-recalc.
3903
3904 2008-10-02 Glenn Morris <rgm@gnu.org>
3905
3906 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
3907 vc-diff-switches.
3908
3909 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3910
3911 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
3912 that is, to take some action when a buffer is killed. Suggested by
3913 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
3914 11.2.2.
3915 (whitespace-action): Docstring and :type fix.
3916 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
3917 Code fix.
3918 (whitespace-add-local-hook, whitespace-remove-local-hook)
3919 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
3920
3921 2008-10-01 Magnus Henoch <mange@freemail.hu>
3922
3923 * net/tls.el (open-tls-stream): Show the actual command being
3924 executed, instead of the format string.
3925
3926 2008-10-01 Eli Zaretskii <eliz@gnu.org>
3927
3928 * term/internal.el (dos-locale-alist): New alist.
3929 (dos-codepage-setup): Use it to compute a value of locale with
3930 which to call set-locale-environment. Remove code to set
3931 terminal, keyboard, and file-name encoding (done by
3932 set-locale-environment).
3933
3934 * international/mule-cmds.el
3935 (set-language-environment-nonascii-translation): Fix nonascii
3936 value for `pc' ``window-system''.
3937 (set-display-table-and-terminal-coding-system)
3938 (set-default-coding-systems): Don't special-case `pc'.
3939
3940 2008-10-01 Glenn Morris <rgm@gnu.org>
3941
3942 * filesets.el (filesets-menu-name): Fix type.
3943 (filesets-menu-path, filesets-menu-before): Fix types.
3944 Change defaults to be consistent with recentf. (Bug#1056)
3945
3946 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3947
3948 * term/xterm.el (xterm-turn-on-modify-other-keys)
3949 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
3950 Don't forget to pass `terminal' to `send-string-to-terminal'.
3951
3952 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
3953
3954 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
3955 (vc-file-not-found-hook): Check, that `buffer-file-name' is
3956 non-nil. It is not clear, whether this is only fixing symptoms on
3957 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
3958 is embedded by that check. So it might be TRT. Suggested by Dan
3959 Nicolaescu <dann@ics.uci.edu>.
3960
3961 2008-09-30 Eli Zaretskii <eliz@gnu.org>
3962
3963 * Makefile.in (ELCFILES): Remove codepage.elc.
3964
3965 * international/codepage.el: File removed, as even ms-dos doesn't
3966 need it anymore.
3967
3968 * loadup.el [ms-dos]: Don't load ccl and codepage.
3969
3970 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
3971 (IT-character-translations, cjk-codepages-alist): Remove variables.
3972 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
3973 (IT-unicode-translations): Remove charset and base elements.
3974 Add translations for Latin-1 characters.
3975 (IT-setup-unicode-display): Accept a CODING argument. Don't use
3976 base and chset elements of IT-unicode-translations. Don't wrap
3977 translation in "{...}". Set up translations only for characters
3978 for which unencodable-char-position returns non-nil.
3979 (dos-codepage-setup): Don't use special-case codepages in
3980 cjk-codepages-alist.
3981
3982 * files.el (locate-dominating-file): Wrap directory-files with
3983 condition-case, instead of calling file-directory-p, which stats
3984 the directory one more time.
3985
3986 * mail/mail-utils.el (mail-unquote-printable-region):
3987 Use insert-byte instead of insert-char, when the UNIBYTE arg is
3988 non-nil.
3989
3990 2008-09-30 Daiki Ueno <ueno@unixuser.org>
3991
3992 * epa-file.el (epa-file-insert-file-contents): Fix typo.
3993
3994 2008-09-30 Glenn Morris <rgm@gnu.org>
3995
3996 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
3997
3998 2008-09-30 Daniel Colascione <danc@merrillpress.com>
3999
4000 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
4001 (which-function): Handle nested imenu trees.
4002
4003 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
4004 some nested menu items.
4005
4006 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
4007
4008 * calc/calc-units.el (math-standard-units): Add entries used to
4009 display the the values in the units buffer.
4010 (math-build-units-table): Add entries to the units table to be used
4011 to display the values in the units buffer.
4012 (math-build-units-table-buffer): Use the display entry of the units
4013 table when non-nil.
4014 (calc-define-unit): Add option to enter display value of unit.
4015
4016 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
4017
4018 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
4019
4020 2008-09-29 Eli Zaretskii <eliz@gnu.org>
4021
4022 * files.el (locate-dominating-file): Take file-attributes of
4023 `dir', not of `file' (which never changes).
4024
4025 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
4026
4027 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
4028 also be `localname'.
4029
4030 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
4031 IDENTIFICATION.
4032
4033 2008-09-28 Glenn Morris <rgm@gnu.org>
4034
4035 * vc.el (vc-switches): Give it a doc string.
4036
4037 2008-09-28 Romain Francoise <romain@orebokech.com>
4038
4039 * comint.el (comint-show-output): Adjust to stickiness changes of
4040 the output field.
4041
4042 * startup.el (command-line): Start the daemon server later.
4043
4044 2008-09-28 Martin Rudalics <rudalics@gmx.at>
4045
4046 * subr.el (read-quoted-char): Call char-resolve-modifiers
4047 instead of char-resolve-modifers.
4048
4049 2008-09-27 Glenn Morris <rgm@gnu.org>
4050
4051 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
4052 than [return]. (Bug#1031)
4053
4054 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
4055
4056 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
4057
4058 2008-09-27 Daiki Ueno <ueno@unixuser.org>
4059
4060 * epg.el (epg-wait-for-status): Check if there is no pending status.
4061 Reported by Ted Romer <ted@romerfamily.com>.
4062
4063 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4064
4065 * startup.el (command-line): Turn on menu-bar-mode and
4066 tool-bar-mode when running as a daemon.
4067
4068 2008-09-26 Eli Zaretskii <eliz@gnu.org>
4069
4070 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
4071 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
4072 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
4073 ($(lisp)/progmodes/cc-engine.elc)
4074 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
4075 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
4076 ($(lisp)/progmodes/cc-subword.elc)
4077 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
4078
4079 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
4080 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
4081 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
4082 ($(lisp)/progmodes/cc-engine.elc)
4083 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
4084 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
4085 ($(lisp)/progmodes/cc-subword.elc)
4086 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
4087
4088 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
4089
4090 * informat.el (Info-split-threshold): New variable.
4091 (Info-split): Use it.
4092
4093 * textmodes/texinfmt.el (texinfo-format-buffer):
4094 Use Info-split-threshold to decide whether to split Info files.
4095
4096 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
4097
4098 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
4099 quoting.
4100
4101 * comint.el (comint-dynamic-complete-as-filename): Quote directory
4102 name when reinserting it.
4103
4104 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
4105 word-search-backward-lax for incremental word search.
4106
4107 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
4108
4109 * generic-x.el (generic-other-modes): Fix typo in docstring.
4110 (generic-use-find-file-hook, generic-lines-to-scan)
4111 (generic-find-file-regexp, generic-ignore-files-regexp)
4112 (generic-define-mswindows-modes, generic-define-unix-modes):
4113 Remove `*' from docstring.
4114 (generic-mode-find-file-hook): Use `string-match-p'.
4115 (apache-log-generic-mode, mailagent-rules-generic-mode)
4116 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
4117 (java-manifest-generic-mode, java-properties-generic-mode)
4118 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
4119 for consistency with other modes in generic-x.el.
4120
4121 2008-09-25 Martin Rudalics <rudalics@gmx.at>
4122
4123 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
4124 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
4125 parens specially only if latex-handle-escaped-parens is non-nil.
4126 (latex-indent-within-escaped-parens): New option.
4127 (latex-find-indent): Bind latex-handle-escaped-parens to
4128 latex-indent-within-escaped-parens. Do not treat escaped parens
4129 specially when this is nil. (Bug#954)
4130
4131 2008-09-25 Glenn Morris <rgm@gnu.org>
4132
4133 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
4134
4135 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
4136
4137 * vc.el (vc-mark-resolved): Move message here from
4138 vc-default-mark-resolved.
4139 (vc-default-mark-resolved): Change to an alias for ignore.
4140
4141 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
4142
4143 * term.el (term-emulate-terminal): Encode input string before
4144 checking its length.
4145
4146 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
4147
4148 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
4149 is loaded.
4150
4151 * server.el (server-buffer-done): Avoid changing the buffer when
4152 deleting the client's frame (bug#640).
4153
4154 * vc.el (vc-default-mark-resolved): New function.
4155
4156 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
4157
4158 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
4159 from raising a wrong-type-argument error.
4160
4161 2008-09-24 Martin Rudalics <rudalics@gmx.at>
4162
4163 * help-fns.el (describe-function-1, describe-variable): Print
4164 relative file name in help buffer.
4165 * faces.el (describe-face): Print relative file name in help
4166 buffer.
4167
4168 2008-09-23 Romain Francoise <romain@orebokech.com>
4169
4170 * subr.el (with-output-to-string): Make sure that the temporary
4171 buffer gets killed.
4172
4173 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
4174
4175 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
4176 indentation problem with keyword symbols when a list starts with
4177 ,@ or spaces. (Bug#1012)
4178
4179 2008-09-23 Martin Rudalics <rudalics@gmx.at>
4180
4181 * textmodes/tex-mode.el (latex-find-indent): Try to handle
4182 escaped close parens correctly. (Bug#954)
4183
4184 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
4185
4186 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
4187 usage of `fortune-file' even though a FILE argument was passed to
4188 the function.
4189
4190 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4191
4192 * startup.el (command-line): Start the server when in daemon mode.
4193 Remove always true test.
4194
4195 * frame.el (frame-initialize): Remove spurious setting of
4196 special-display-function with the default value.
4197
4198 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
4199
4200 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
4201
4202 2008-09-20 Glenn Morris <rgm@gnu.org>
4203
4204 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
4205 Fix custom type. (Bug#1011)
4206
4207 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
4208
4209 * files.el (move-file-to-trash): Avoid recursive trashing if
4210 rename-file calls delete-file.
4211
4212 2008-09-20 Glenn Morris <rgm@gnu.org>
4213
4214 * play/fortune.el: Remove leading `*' from defcustom docs.
4215 (fortune-program-options): Doc fix. Allow to be a string again.
4216 Add :version.
4217 (fortune-in-buffer): Handle fortune-program-options as a string.
4218 Don't rely on fortune program accepting options after fortune file.
4219
4220 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
4221
4222 * play/fortune.el (fortune-program-options): Change to a list.
4223 (fortune-in-buffer): Use apply.
4224
4225 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
4226
4227 * emacs-lisp/authors.el: Change encoding of file to utf-8.
4228 (authors-coding-system): Likewise.
4229
4230 2008-09-20 Ami Fischman <ami@fischman.org>
4231
4232 * savehist.el (savehist-save): Handle errors in writing as well as
4233 reading.
4234
4235 2008-09-20 Michael Olson <mwolson@gnu.org>
4236
4237 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
4238 to provide a minimal performance boost.
4239
4240 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4241
4242 * proced.el (proced-grammar-alist, proced-custom-attributes)
4243 (proced-format-alist, proced-format, proced-filter-alist)
4244 (proced-filter, proced-sort): Use defcustom.
4245 (proced-mode): Fix docstring.
4246 (proced-process-attributes): Handle return value nil of functions
4247 in proced-custom-attributes.
4248
4249 2008-09-19 Martin Rudalics <rudalics@gmx.at>
4250
4251 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
4252 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
4253
4254 2008-09-19 Miles Bader <miles@gnu.org>
4255
4256 * comint.el (comint-output-filter): Make field properties for
4257 output text front-sticky.
4258
4259 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
4260
4261 * vc-bzr.el (vc-bzr-show-log-entry):
4262 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
4263 C-x v l for a directory uses that.
4264
4265 2008-09-18 Simon Josefsson <simon@josefsson.org>
4266
4267 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
4268 .sieve files.
4269
4270 2008-09-18 Martin Rudalics <rudalics@gmx.at>
4271
4272 * help-macro.el (make-help-screen): Preserve key bindings
4273 established in help-mode call when exiting this macro.
4274
4275 2008-09-17 Kenichi Handa <handa@m17n.org>
4276
4277 * language/burmese.el: Fix setting of composition-function-table.
4278
4279 2008-09-17 Martin Rudalics <rudalics@gmx.at>
4280
4281 * info.el (Info-follow-nearest-node): Don't raise an error for
4282 mouse-1 clicks.
4283
4284 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
4285
4286 * calc/calc-units.el (calc-convert-temperature): Use default
4287 units when appropriate.
4288
4289 2008-09-16 Markus Triska <markus.triska@gmx.at>
4290
4291 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
4292 catch errors raised in `texmathp'.
4293 (flyspell-tex-math-initialized): Remove.
4294
4295 2008-09-16 Martin Rudalics <rudalics@gmx.at>
4296
4297 * frame.el (select-frame-set-input-focus): With non-nil
4298 mouse-autoselect-window always move mouse cursor to frame's
4299 selected window. Otherwise restore pre 2008-09-13 behavior.
4300 (select-frame-by-name): Use select-frame-set-input-focus.
4301
4302 * files.el (switch-to-buffer-other-frame): Don't raise frame since
4303 pop-to-buffer already does it.
4304 (display-buffer-other-frame): Fix doc-string.
4305
4306 2008-09-16 Glenn Morris <rgm@gnu.org>
4307
4308 * add-log.el (diff-find-source-location): Update declaration.
4309
4310 * progmodes/make-mode.el (makefile-match-function-end):
4311 Move point. (Bug#983)
4312
4313 2008-09-16 Daiki Ueno <ueno@unixuser.org>
4314
4315 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
4316
4317 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
4318
4319 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
4320 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
4321
4322 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
4323
4324 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
4325
4326 2008-09-15 Martin Rudalics <rudalics@gmx.at>
4327
4328 * files.el (file-truename): Don't raise args-out-of-range error
4329 when filename has no separator on windows-nt. (Bug#982)
4330
4331 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4332
4333 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
4334 be more honest when we don't know.
4335 (diff-tell-file-name): Don't prompt before the actual prompt.
4336 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
4337 (diff-find-source-location): Add `noprompt' argument.
4338 (diff-current-defun): Don't prompt.
4339
4340 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4341
4342 * proced.el (proced-mark-face, proced-marked-face)
4343 (proced-sort-header-face): Remove.
4344 (proced-font-lock-keywords): Simplify.
4345 (proced-format): Use face proced-sort-header.
4346 (proced-format-interactive, proced-sort-interactive)
4347 (proced-filter-interactive): Only call proced-update if the scheme
4348 has changed.
4349 (proced-sort-header): Use posn-actual-col-row.
4350
4351 2008-09-14 Martin Rudalics <rudalics@gmx.at>
4352
4353 * add-log.el (change-log-find-window): New variable.
4354 (change-log-goto-source-1, change-log-goto-source):
4355 Set change-log-find-window to window displaying source.
4356 (change-log-next-error): Select window specified by
4357 change-log-find-window.
4358
4359 2008-09-13 Martin Rudalics <rudalics@gmx.at>
4360
4361 * frame.el (select-frame-set-input-focus): With focus follows
4362 mouse move mouse cursor to right window.
4363 * window.el (pop-to-buffer): Select window before calling
4364 select-frame-set-input-focus.
4365
4366 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4367
4368 * proced.el (proced-sort-header): New face.
4369 (proced-sort-header-face): New variable.
4370 (proced-format): Allow format value nil.
4371 Use proced-sort-header-face for header of sort column.
4372 (proced-format-args): New function.
4373 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
4374 (proced-header-help-echo, proced-field-help-echo, proced-timer)
4375 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
4376 (proced-refine): Rename from proced-filter-attribute. Doc fix.
4377 (proced-sort-header): Bind also to mouse-1.
4378 (proced-move-to-goal-column): Return position of point.
4379 (proced-filter-interactive): Always revert listing.
4380 (proced-format-ttname): Simplify.
4381 (proced-update): Do not keep undo information. Put point at
4382 beginning of buffer if we generate the first listing.
4383
4384 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
4385
4386 * doc-view.el (doc-view-scroll-up-or-next-page)
4387 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
4388 vertically split windows.
4389
4390 2008-09-12 Glenn Morris <rgm@gnu.org>
4391
4392 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
4393
4394 * indent.el (indent-line-function): Doc fix.
4395 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
4396
4397 2008-09-11 Martin Rudalics <rudalics@gmx.at>
4398
4399 * window.el (pop-to-buffer): If the window for buffer-or-name is
4400 not on the selected frame, raise that window's frame and give it
4401 input focus. (Bug#745)
4402
4403 2008-09-11 Glenn Morris <rgm@gnu.org>
4404
4405 * ido.el (ido-mode): Initialize with custom-initialize-default,
4406 rather than a set function. (Bug#947)
4407
4408 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
4409
4410 * replace.el (perform-replace): Don't set inhibit-read-only using
4411 query-replace-skip-read-only (bug#956).
4412
4413 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
4414 of the <<foo>> form.
4415
4416 2008-09-10 Martin Rudalics <rudalics@gmx.at>
4417
4418 * window.el (display-buffer): Fix doc-string typo.
4419
4420 2008-09-10 Kenichi Handa <handa@m17n.org>
4421
4422 * composite.el (compose-gstring-for-graphic): Fix previous change.
4423
4424 2008-09-10 Glenn Morris <rgm@gnu.org>
4425
4426 * info.el (Info-try-follow-nearest-node): Fix doc typo.
4427
4428 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
4429
4430 * info.el (Info-mouse-follow-nearest-node): Follow links to different
4431 manuals. (Bug#886)
4432
4433 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
4434
4435 * ido.el (ido-unload-function): New function.
4436
4437 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
4438
4439 * ido.el (ido-file-internal): Fix typo in prompt.
4440 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
4441 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
4442 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
4443 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
4444 Fix typos in docstrings.
4445
4446 2008-09-08 Martin Rudalics <rudalics@gmx.at>
4447
4448 * help-fns.el (describe-function-1): Don't print extra newline
4449 after filling.
4450
4451 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
4452
4453 * help-fns.el (find-lisp-object-file-name): Handle case where
4454 library is compressed.
4455
4456 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
4457
4458 * complete.el (PC-do-completion): Don't replace buffer
4459 contents (bug#227).
4460
4461 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
4462
4463 * loadhist.el (unload-feature-special-hooks):
4464 Add `choose-completion-string-functions'.
4465
4466 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * vc-svn.el (vc-svn-root):
4469 * vc-sccs.el (vc-sccs-root):
4470 * vc-rcs.el (vc-rcs-root):
4471 * vc-cvs.el (vc-cvs-root): Delete.
4472 * vc-hooks.el (vc-find-root): Remove `invert' argument.
4473
4474 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4475
4476 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
4477 errors occurring in different files.
4478
4479 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
4480
4481 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
4482 (vc-bzr-status-printer): New function.
4483 (vc-bzr-after-dir-status): Deal with renamed files.
4484
4485 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
4486
4487 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
4488 buffer's filename.
4489
4490 2008-09-07 Martin Rudalics <rudalics@gmx.at>
4491
4492 * subr.el (cancel-change-group): Widen buffer temporarily when
4493 undoing changes. (Bug#810)
4494
4495 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
4496
4497 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
4498 with gud-stop-subjob rather than exit debugger.
4499
4500 2008-09-07 Kenichi Handa <handa@m17n.org>
4501
4502 * composite.el: Compose combining characters only when it
4503 follows a character matching with "[[:alpha:]]".
4504
4505 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4506
4507 * proced.el: Require time-date.
4508 (proced-command-alist, proced-command, proced-goal-header-re)
4509 (proced-sorting-schemes-alist, proced-sorting-scheme)
4510 (proced-header-alist, proced-sorting-schemes-re)
4511 (proced-skip-regexp, proced-next-line, proced-previous-line)
4512 (proced-listing-type, proced-sorting-scheme-p): Remove.
4513 (proced-grammar-alist, proced-custom-attributes)
4514 (proced-format-alist, proced-format, proced-filter-alist)
4515 (proced-filter, proced-sort, proced-goal-attribute)
4516 (proced-timer-interval, proced-timer-flag, proced-timer)
4517 (proced-process-alist, proced-sort-internal, proced-process-tree)
4518 (proced-header-help-echo, proced-field-help-echo): New variables.
4519 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
4520 (proced-omit-process, proced-filter, proced-process-tree)
4521 (proced-filter-children, proced-children-pids)
4522 (proced-filter-parents, proced-<, proced-string-lessp)
4523 (proced-time-lessp, proced-xor, proced-sort-p)
4524 (proced-format-time, proced-format-start, proced-format-ttname)
4525 (proced-format, proced-process-attributes): New functions.
4526 (proced-toggle-timer-flag, proced-mark-children)
4527 (proced-mark-parents, proced-filter-interactive)
4528 (proced-filter-attribute, proced-sort-interactive)
4529 (proced-sort-header, proced-format-interactive): New commands.
4530 (proced-move-to-goal-column): Use goal-column.
4531 (proced-mode): Use proced-timer.
4532 (proced-do-mark-all): Display process count. Use use-region-p.
4533 Simplify.
4534 (proced-omit-processes): Use use-region-p.
4535 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
4536 (proced-sort-start, proced-sort-time, proced-sort-user):
4537 Use proced-sort-interactive.
4538 (proced-sort): Make it a function that performs the actual sort.
4539 (proced-update): New arg revert. Use proced-process-alist,
4540 proced-filter, proced-sort, proced-format, and
4541 proced-grammar-alist. Preserve position of point based on fields.
4542 Make header line and fields clickable.
4543 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
4544 (proced-why): Use save-selected-window.
4545 (proced-log): Use buffer-read-only.
4546
4547 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
4548
4549 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
4550
4551 2008-09-06 Glenn Morris <rgm@gnu.org>
4552
4553 * add-log.el (diff-find-source-location): Declare.
4554 (find-change-log): If called from a diff buffer, try to switch to the
4555 source buffer (e.g. to respect change-log-default-name there).
4556
4557 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
4558 unallowed characters; added 2006-10-10 without comment. (Bug#753)
4559
4560 * Makefile.in (ELCFILES): Update.
4561
4562 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
4563
4564 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
4565 user enters a mouse event in another frame, or a special event.
4566
4567 * server.el (server-switch-buffer): New arg.
4568 (server-execute): If reusing an existing window, set file position
4569 if required.
4570
4571 2008-09-06 Kenichi Handa <handa@m17n.org>
4572
4573 * language/lao.el: Fix setting of composition-function-table.
4574
4575 2008-09-06 Eli Zaretskii <eliz@gnu.org>
4576
4577 * term/pc-win.el (msdos-show-help): Don't truncate lines while
4578 displaying help echo messages.
4579
4580 2008-09-06 Martin Rudalics <rudalics@gmx.at>
4581
4582 * subr.el (symbol-file): Fix doc-string.
4583
4584 2008-09-06 Glenn Morris <rgm@gnu.org>
4585
4586 * help-mode.el (help-xref-forward-stack): Doc fix.
4587
4588 * add-log.el (change-log-default-name): Autoload safety.
4589
4590 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
4591
4592 * verilog-mode.el (verilog-library-extensions): Enable .sv
4593 filename extensions to call verilog-mode.
4594 (verilog-auto, verilog-auto-inst, verilog-faq)
4595 (verilog-submit-bug-report): Update author support URLs.
4596 (verilog-delete-auto, verilog-auto-inout-module)
4597 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
4598 creating complemented testbench modules. Suggested by Yishay Belkind.
4599 (verilog-auto-inst-port, verilog-simplify-range-expression):
4600 When verilog-auto-inst-param-value is set, don't require a
4601 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
4602 Yishay Belkind.
4603 (verilog-auto-inst-param-value): Add safe variable.
4604 (verilog-re-search-forward, verilog-re-search-backward):
4605 Fix returning wrong search results on Emacs 22.1.
4606 (verilog-modi-cache-results, verilog-auto): Fix warning message
4607 about "toggling font-lock-mode."
4608 (verilog-auto): Fix losing font-lock on errors.
4609 (verilog-auto-inst-param-value, verilog-mode-version)
4610 (verilog-mode-version-date, verilog-read-inst-param-value)
4611 (verilog-auto-inst, verilog-auto-inst-param)
4612 (verilog-auto-inst-port, verilog-simplify-range-expression):
4613 Allow parameters to be replaced with their values, on the expansion of
4614 an AUTOINST with Verilog 2001 style parameter settings.
4615 Suggested by David Rogoff.
4616
4617 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
4618
4619 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
4620 Better support for the property statement. Sometimes this keyword
4621 introduces a statement which requires an endproperty keyword, and
4622 sometimes it doesn't, depending on the work before the property
4623 word. If property is prefixed with assert, assume or cover
4624 keyword, then the statement is ended with a ';'. Otherwise,
4625 property is like task or specify, and is followed by some number
4626 of statements, which are ended with an endproperty keyword.
4627 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
4628 in a highlighted region: indent each line in region according to
4629 mode. Supply this so it works in XEmacs and older Emacs.
4630
4631 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4632
4633 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
4634 Don't clean up a buffer when killing it.
4635
4636 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4637
4638 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
4639 buffers (bug#360). New version 11.2.1.
4640 (whitespace-action): New value `warn-read-only' to give a warning when
4641 buffer is read-only and whitespace action is cleanup or auto-cleanup.
4642 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
4643 (whitespace-warn-read-only): New fun.
4644
4645 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
4646
4647 * international/quail.el: Require help-mode.
4648 (quail-help-init): Function removed.
4649 (quail-keyboard-layout-button, quail-keyboard-customize-button):
4650 Define directly.
4651
4652 * dired.el (dired-get-filename): Rewrite octal escape character
4653 processor (bug#885).
4654
4655 2008-09-05 Eli Zaretskii <eliz@gnu.org>
4656
4657 * cus-edit.el (custom-button-pressed): Default to inverse-video.
4658
4659 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
4660 not just for terminal-frame.
4661
4662 2008-09-05 Martin Rudalics <rudalics@gmx.at>
4663
4664 * window.el (window--try-to-split-window): Don't split when window
4665 is not splittable in last disjunct. (Bug#888)
4666
4667 2008-09-05 Kenichi Handa <handa@m17n.org>
4668
4669 * language/tibetan.el: Fix setting of composition-function-table.
4670
4671 * composite.el (find-composition): Mention about the automatic
4672 composition in the docstring.
4673 (compose-gstring-for-graphic): Fix handling "above" marks.
4674
4675 * descr-text.el (describe-char): Fix handling of automatic composition.
4676
4677 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
4678
4679 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
4680 (tramp-parse-connection-properties): Reflow docstring.
4681
4682 2008-09-04 Kim F. Storm <storm@cua.dk>
4683
4684 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
4685 and other-frame methods when switching between file and buffer modes.
4686
4687 2008-09-04 Martin Rudalics <rudalics@gmx.at>
4688
4689 * info.el (Info-dir-remove-duplicates): Narrow buffer when
4690 removing duplicate entries under same heading. Don't skip char
4691 matching anything but a space or tab at bol. (Bug#864)
4692
4693 2008-09-03 Alan Mackenzie <acm@muc.de>
4694
4695 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
4696
4697 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4698
4699 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
4700 (completion-pcm--all-completions): Move the case-fold-search binding to
4701 it also applies to completion-regexp-list (used in all-completions).
4702 (completion-pcm--hilit-commonality): Add missing case-fold-search.
4703
4704 2008-09-03 Martin Rudalics <rudalics@gmx.at>
4705
4706 * window.el (pop-up-frame-function): Move ...
4707 * frame.el (pop-up-frame-function): ... here, to avoid
4708 "CHANGED outside Customize;".
4709
4710 2008-09-03 Glenn Morris <rgm@gnu.org>
4711
4712 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
4713
4714 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
4715
4716 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
4717 non-alphabetical characters properly.
4718
4719 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4720
4721 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
4722
4723 2008-09-02 Martin Rudalics <rudalics@gmx.at>
4724
4725 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
4726 control-prefixed keys. (Bug#835)
4727
4728 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
4729
4730 * image-mode.el (image-mode): Fix 2008-07-19 change.
4731
4732 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
4733
4734 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
4735
4736 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
4737
4738 2008-09-02 Glenn Morris <rgm@gnu.org>
4739
4740 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
4741
4742 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
4743
4744 2008-09-01 Glenn Morris <rgm@gnu.org>
4745
4746 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
4747 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
4748 and fix name typos. (Bug#856)
4749
4750 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
4751
4752 * minibuffer.el (completion-pcm--pattern->regex):
4753 When completion-ignore-case is non-nil, generate a regexp that
4754 ignores case.
4755
4756 * window.el (recenter-top-bottom): Doc fix.
4757
4758 2008-09-01 Simon South <ssouth@member.fsf.org>
4759
4760 * progmodes/delphi.el: New maintainer.
4761 (delphi-interface-types): New var.
4762 (delphi-composite-types): Use it.
4763 (delphi-enclosing-indent-of): Distinguish between "interface"
4764 keyword as a unit separator and used like a class declaration.
4765
4766 2008-09-01 Martin Rudalics <rudalics@gmx.at>
4767
4768 * help-fns.el (describe-simplify-lib-file-name)
4769 (find-source-lisp-file): Remove.
4770 (find-lisp-object-file-name): New function giving preference to
4771 files found via load-path instead of loaddefs.el.
4772 (describe-function-1): Use new function instead of the removed
4773 ones. (Bugs #587, #669, #690)
4774 * faces.el (describe-face): Use find-lisp-object-file-name instead
4775 of describe-simplify-lib-file-name.
4776
4777 2008-09-01 Kenichi Handa <handa@m17n.org>
4778
4779 * international/mule-diag.el (font-show-log): Fix previous change.
4780
4781 * international/mule-cmds.el (set-language-environment):
4782 Don't overwrite current-iso639-language if the current language
4783 environment doesn't provide that data.
4784 (set-locale-environment): Set current-iso639-language from the
4785 locale name.
4786
4787 * international/fontset.el (script-representative-chars): Re-add
4788 the entry for symbol, but with vector of characters.
4789 (setup-default-fontset): Cancel previous change.
4790
4791 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
4792
4793 * ido.el: Move provide statement to the end of the file.
4794
4795 2008-08-30 Markus Triska <markus.triska@gmx.at>
4796
4797 * linum.el (linum-mode): `window-size-change-functions' can now be
4798 buffer-local.
4799 (linum-update-window): Use result of `move-overlay'.
4800
4801 2008-08-30 Glenn Morris <rgm@gnu.org>
4802
4803 * subr.el (make-variable-frame-local): Tweak obsolescence message.
4804
4805 * info.el (Info-hide-note-references, Info-refill-paragraphs):
4806 Doc fixes.
4807
4808 * apropos.el (apropos-command): Report documentation errors.
4809 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
4810
4811 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
4812
4813 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
4814 string.
4815
4816 2008-08-29 Eli Zaretskii <eliz@gnu.org>
4817
4818 * bindings.el (mode-line-frame-identification): Fix last change.
4819
4820 2008-08-29 Kenichi Handa <handa@m17n.org>
4821
4822 These changes are to adjust the automatic composition for the new
4823 implementation (avoid using text property).
4824
4825 * composite.el (composition-function-table): Move declaration to
4826 composite.c.
4827 (terminal-composition-base-character-p): Delete it.
4828 (terminal-composition-function): Delete it.
4829 (terminal-composition-function-table): Delete it.
4830 (lgstring-header, lgstring-set-header, lgstring-font)
4831 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
4832 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
4833 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
4834 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
4835 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
4836 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
4837 (compose-glyph-string, compose-glyph-string-relative)
4838 (compose-gstring-for-graphic, compose-gstring-for-terminal):
4839 New functions.
4840 (auto-compose-chars): Argument changed.
4841
4842 * language/european.el: Don't setup composition-function-table.
4843 (diacritic-composition-pattern, diacritic-compose-region)
4844 (diacritic-compose-string, diacritic-compose-buffer)
4845 (diacritic-composition-function): Delete them.
4846
4847 * language/lao-util.el (lao-composition-function): Argument changed.
4848
4849 * language/sinhala.el: Fix setting up of composition-function-table.
4850
4851 * language/thai.el: Fix setting up of composition-function-table.
4852
4853 * language/thai-util.el: Encoding changed to utf-8.
4854 (thai-composition-function): Argument changed.
4855
4856 * language/indian.el: Fix setting up of composition-function-table.
4857 (devanagari-composable-pattern)
4858 (tamil-composable-pattern, kannada-composable-pattern)
4859 (malayalam-composable-pattern): New variables.
4860
4861 * international/characters.el (unicode-category-table):
4862 Setup unicode-category-table.
4863
4864 * international/fontset.el (setup-default-fontset): Prepend
4865 iso10646-1 fonts to the fallback font groups instead of appending.
4866
4867 2008-08-29 Glenn Morris <rgm@gnu.org>
4868
4869 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
4870
4871 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
4872
4873 * term/x-win.el (x-win-suspend-error): Don't signal error if there
4874 are no X frames active.
4875
4876 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
4877
4878 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
4879 `ignore-errors' (the function must succeed always).
4880
4881 2008-08-28 Edward O'Connor <hober0@gmail.com>
4882
4883 * json.el (json-read-number): New arg. Handle explicitly signed
4884 numbers.
4885 (json-readtable): Add `+' and `.'.
4886
4887 2008-08-28 Eli Zaretskii <eliz@gnu.org>
4888
4889 * term/pc-win.el (msdos-previous-message): New variable.
4890 (msdos-show-help): New function.
4891 (msdos-initialize-window-system): Set show-help-function to
4892 msdos-show-help.
4893
4894 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
4895
4896 * emacs-lisp/debug.el (debug): When killing a noninteractive
4897 Emacs, give an exit status of -1.
4898
4899 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
4900
4901 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
4902
4903 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
4904
4905 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
4906 not the same as the last modification time, fall back on the
4907 backend-specific check.
4908
4909 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
4910
4911 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
4912 to go to the position of interest.
4913
4914 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
4915
4916 * textmodes/artist.el (artist-mode-init): Add comment on the
4917 setting up of the `artist-replacement-table' array.
4918 (artist-get-replacement-char): New defsubst.
4919 (artist-get-char-at-xy-conv, artist-replace-char)
4920 (artist-replace-chars, artist-replace-string): Use it instead of
4921 accessing `artist-replacement-table' directly.
4922 Reported by Rubén Berenguel <ruben@maia.ub.es>.
4923
4924 (artist-mt): Fix structures for cut and copy operations.
4925
4926 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * shell.el (shell-file-name-quote-list): Quote `$'.
4929
4930 * comint.el (comint-dynamic-complete-as-filename): Generalize last
4931 change to allow quoting of characters before point.
4932 (comint-dynamic-list-filename-completions): Quote common substring.
4933
4934 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
4935
4936 * comint.el (comint-dynamic-complete-as-filename): If case is
4937 ignored while matching, replace the entire filename with completion.
4938
4939 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
4940 flyspell-pre-point is valid to avoid signalling an error in
4941 post-command-hook.
4942
4943 2008-08-26 Johan Bockgård <bojohan@gnu.org>
4944
4945 * linum.el (linum): Inherit remaining face attributes from default
4946 face.
4947
4948 2008-08-26 Markus Triska <markus.triska@gmx.at>
4949
4950 * linum.el (linum-delay): Disable - it should no longer be
4951 necessary, and can lead to longer delays.
4952 (linum-update-window): Renumber if margin width has changed.
4953
4954 2008-08-26 Daiki Ueno <ueno@unixuser.org>
4955
4956 * epa.el (epa--key-widget-action): Save the selected window to
4957 make `widget-button-click-moves-point' work. (Bug#733).
4958
4959 2008-08-26 Glenn Morris <rgm@gnu.org>
4960
4961 * calendar/holidays.el (calendar-holidays): Doc fix.
4962
4963 * progmodes/gud.el (tramp-file-name-localname)
4964 (tramp-dissect-file-name): Declare.
4965
4966 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
4967
4968 2008-08-25 Eli Zaretskii <eliz@gnu.org>
4969
4970 * bindings.el (mode-line-frame-control): New function, caters to
4971 `pc' ``window system''.
4972 (mode-line-frame-identification): Use it instead of accessing
4973 window-system directly.
4974
4975 2008-08-25 Juri Linkov <juri@jurta.org>
4976
4977 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
4978 `center-line' and "\eS" from `center-paragraph'.
4979 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
4980 `center-paragraph'.
4981
4982 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
4983
4984 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
4985 (newsticker-treeview-treewindow-width): New.
4986 (newsticker-treeview-listwindow-height): New.
4987 (newsticker-treeview-browse-url-item): New.
4988 (newsticker-treeview-mode-map):
4989 Add newsticker-treeview-browse-url-item.
4990 (newsticker--treeview-window-init):
4991 Use newsticker-treeview-treewindow-width and
4992 newsticker-treeview-listwindow-height.
4993
4994 * net/newst-reader.el (newsticker-browse-url-item): New.
4995
4996 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
4997
4998 * vc-dir.el (vc-dir-marked-only-files-and-states):
4999 (vc-dir-child-files-and-states): Reverse the list before returning it.
5000
5001 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
5002
5003 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
5004
5005 2008-08-24 Romain Francoise <romain@orebokech.com>
5006
5007 * progmodes/python.el (run-python): Remove '' from sys.path.
5008
5009 2008-08-23 Glenn Morris <rgm@gnu.org>
5010
5011 * progmodes/fortran.el (fortran-tab-mode-string)
5012 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
5013
5014 2008-08-23 Eli Zaretskii <eliz@gnu.org>
5015
5016 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
5017 Add declare-function.
5018
5019 * startup.el (command-line): Don't call tty-register-default-colors
5020 if initial-window-system is `pc'.
5021
5022 * term/internal.el (local-function-key-map): Fix unbalanced parens.
5023 (msdos-key-remapping-map): New variable. Move here all the special
5024 keys we will be remapping via local-function-key-map.
5025 (msdos-setup-keyboard): New function.
5026
5027 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
5028 make-msdos-frame.
5029 (terminal-init-internal): New function, errors out if called.
5030 (msdos-initialize-window-system): New function.
5031 (msdos-create-frame-with-faces): Set the terminal's
5032 `terminal-initted' (sic!) parameter.
5033 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
5034 (window-system-initialization-alist):
5035 Add msdos-initialize-window-system.
5036 (handle-args-function-alist): Use tty-handle-args for `pc'
5037 ``window system'' as well.
5038 (pc-win): Provide.
5039
5040 * term/tty-colors.el (tty-register-default-colors): Remove bogus
5041 code for using msdos-color-values.
5042
5043 * loadup.el [ms-dos]: Load term/pc-win.
5044
5045 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
5046
5047 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
5048 directory name.
5049
5050 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
5051
5052 * progmodes/gud.el (gud-common-init): Use absolute file so that
5053 perldb works with tramp (sudo).
5054
5055 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
5056 match data in process filters.
5057
5058 2008-08-23 Martin Rudalics <rudalics@gmx.at>
5059
5060 * dired.el (dired-buffer-stale-p): Do not revert buffer that
5061 can be written.
5062
5063 2008-08-23 Glenn Morris <rgm@gnu.org>
5064
5065 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
5066 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
5067
5068 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
5069
5070 * subr.el (temp-buffer-show-hook): Doc fix.
5071
5072 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
5073
5074 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
5075 and "INSIDE_EMACS=...". Reported by Tassilo Horn
5076 <tassilo@member.fsf.org>.
5077
5078 * net/trampver.el: Update release number.
5079
5080 * net/xesam.el (xesam-minor-mode): New minor mode.
5081 (xesam-highlight-buffer): Remove. Code moved to
5082 `xesam-minor-mode'.
5083 (xesam-refresh-entry): Use `xesam-minor-mode'.
5084
5085 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
5086
5087 * minibuffer.el (completion--try-word-completion):
5088 Disable partial-completion when considering the addition of a space
5089 or hyphen.
5090
5091 2008-08-21 John Paul Wallington <jpw@pobox.com>
5092
5093 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
5094 filename of `tofile' doesn't contain any colons on Windows,
5095 Cygwin, and MS-DOS systems.
5096
5097 2008-08-21 Daiki Ueno <ueno@unixuser.org>
5098
5099 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
5100 (epg-context-set-progress-callback): Make sure the callback is a
5101 cons of a function and a handback. Update all callers.
5102
5103 2008-08-20 David Reitter <david.reitter@gmail.com>
5104
5105 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
5106 Patch applied by Adrian Robert.
5107
5108 2008-08-20 Kevin Ryde <user42@zip.com.au>
5109
5110 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
5111 directive lines.
5112
5113 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
5114
5115 * net/xesam.el (xesam-highlight-string): Precise doc string.
5116 (xesam-highlight-buffer): New defun.
5117 (xesam-refresh-entry): Use it. Better check for sourceModified.
5118
5119 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
5120
5121 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
5122 their names.
5123
5124 2008-08-19 Kenichi Handa <handa@m17n.org>
5125
5126 * language/european.el ("Esperanto"): Change the preferred
5127 charsets to iso-8859-3.
5128
5129 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
5130
5131 * international/fontset.el (script-representative-chars):
5132 Delete the entry for symbol.
5133 (setup-default-fontset): For symbol characters, don't specify
5134 :script property.
5135
5136 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
5137
5138 * minibuffer.el (completion-table-dynamic): Doc fix.
5139
5140 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
5141 saved.
5142
5143 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
5144
5145 * emulation/edt.el (edt-default-emulation-setup):
5146 Share global-buffers-menu-map with the emulated global map.
5147
5148 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5149
5150 * term/ns-win.el (global): Uncomment "put backspace
5151 ascii-character..." and friends, they are needed for tramp. (Bug#725)
5152
5153 2008-08-18 Kenichi Handa <handa@m17n.org>
5154
5155 * international/mule-diag.el (font-show-log): Add optional arg N
5156 to control the limit of font listing.
5157
5158 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
5159
5160 * window.el (recenter-top-bottom): Determine top and bottom
5161 positions using scroll-margin instead of scroll-conservatively.
5162
5163 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5164
5165 * proced.el (proced-send-signal): Use beginning-of-line.
5166
5167 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5168
5169 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
5170 (proced-mode-map): Add tooltips for menus. Use radio buttons for
5171 listing types.
5172 (proced-log-buffer): New variable.
5173 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
5174 region if transient-mark-mode is turned on and the region is active.
5175 (proced-omit-processes): Rename from proced-hide-processes to
5176 avoid key clash with describe-mode (bound to h). Search for
5177 marked processes starting from point-min.
5178 (proced-header-space): Remove.
5179 (proced-send-signal): Handle errors. Operate on current process
5180 if no process is marked.
5181 (proced-why): New command.
5182 (proced-log, proced-log-summary): New functions.
5183 (proced-help): Use proced-why.
5184 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
5185 (bibtex-autokey-year-title-separator): Fix docstring.
5186
5187 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
5188
5189 * net/xesam.el (xesam-vendor, xesam-notify-function):
5190 New local variables.
5191 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
5192 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
5193 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
5194 (xesam-new-search): Initialize `xesam-vendor'.
5195
5196 2008-08-15 Glenn Morris <rgm@gnu.org>
5197
5198 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
5199 a pipeline.
5200 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
5201 unless at the end of the pipeline. (Bug#699).
5202
5203 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
5204
5205 * minibuffer.el (completion-boundaries): Doc fix.
5206 (display-completion-list): Only default base-size to zero if
5207 completing in the minibuffer.
5208
5209 * simple.el (completion-base-size): Doc fix.
5210 (choose-completion): Try reselecting completion-reference-buffer.
5211
5212 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
5213
5214 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
5215 also for remote directories.
5216
5217 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5218
5219 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
5220 since those precomputed values aren't used any more.
5221 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
5222
5223 2008-08-14 Martin Rudalics <rudalics@gmx.at>
5224
5225 * help.el (with-help-window): Return last value in BODY.
5226
5227 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
5228
5229 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
5230 notify function of the URL.
5231 (xesam-new-search): Encode special characters in the query string.
5232
5233 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
5234
5235 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
5236
5237 2008-08-13 Andreas Schwab <schwab@suse.de>
5238
5239 * net/tramp.el (tramp-handle-shell-command): Handle output going
5240 to current buffer like shell-command. Don't disable undo.
5241
5242 2008-08-13 Glenn Morris <rgm@gnu.org>
5243
5244 * eshell/esh-cmd.el (eshell/which): Handle the case where no
5245 description is found.
5246
5247 2008-08-12 Alan Mackenzie <acm@muc.de>
5248
5249 * progmodes/cc-defs.el (c-emacs-features):
5250 argumentative-bod-function: bind mark-ring to avoid accumulating a
5251 spurious mark.
5252
5253 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
5254
5255 * simple.el (visual-line--saved-state): New var.
5256 (visual-line-mode): Save local values of variables, and restore
5257 them when visual-line-mode is disabled.
5258
5259 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
5260
5261 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
5262
5263 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
5264
5265 * progmodes/cc-defs.el (c-emacs-features):
5266 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
5267 moving point during the test.
5268
5269 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
5270
5271 2008-08-11 Glenn Morris <rgm@gnu.org>
5272
5273 * term/ns-win.el (x-parse-geometry): Doc fix.
5274
5275 * dired.el (x-popup-menu):
5276 * hi-lock.el (x-popup-menu):
5277 * mouse.el (font-face-attributes):
5278 * calendar/cal-menu.el (x-popup-menu):
5279 * calendar/calendar.el (x-popup-menu):
5280 * calendar/holidays.el (x-popup-menu):
5281 * progmodes/cperl-mode.el (x-popup-menu):
5282 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
5283 (x-open-connection):
5284 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
5285 (x-command-line-resources):
5286 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
5287 (x-display-name, x-command-line-resources):
5288 Add declarations for builds without X.
5289
5290 2008-08-10 Glenn Morris <rgm@gnu.org>
5291
5292 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
5293
5294 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
5295
5296 * vc-bzr.el (vc-bzr-find-revision): Rename from
5297 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
5298
5299 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
5300
5301 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
5302 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
5303 "DONE", when all hits are retrieved.
5304 (xesam-search): Autoload it.
5305
5306 2008-08-11 John Paul Wallington <jpw@pobox.com>
5307
5308 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
5309 empty string when no filename.
5310 (define-ibuffer-column filename): Accommodate that change.
5311
5312 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
5313 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
5314
5315 2008-08-10 Glenn Morris <rgm@gnu.org>
5316
5317 * Makefile.in (ELCFILES): Update.
5318
5319 2008-08-10 John Paul Wallington <jpw@pobox.com>
5320
5321 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
5322
5323 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
5324
5325 * battery.el (battery-echo-area-format, battery-status-function):
5326 Handle new Linux sysfs format for battery reporting.
5327 (battery-linux-sysfs): New function.
5328
5329 2008-08-07 Martin Rudalics <rudalics@gmx.at>
5330
5331 * add-log.el (change-log-search-tag-name)
5332 (change-log-goto-source): Fix behavior when point is not on tag.
5333
5334 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
5335
5336 * startup.el (command-line-ns-option-alist): Use ignore instead of
5337 ns-ignore-0-arg.
5338
5339 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
5340 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
5341 (ns-alternatives-map): New variable.
5342 (x-set-up-function-keys): Use it.
5343 (global): Comment out "put backspace ascii-character..." and friends.
5344 Move function-key-map into ns-alternatives-map. Don't call
5345 precompute-menubar-bindings. Don't set anything connected with
5346 browse-url.
5347 (after-make-frame-functions): Clarify comment why a hook is added.
5348
5349 2008-08-06 Joakim Verona <joakim@verona.se>
5350
5351 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
5352 in url:s.
5353
5354 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
5355
5356 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
5357 Fix 2008-01-01 change: use a shy group to not affect subsequent
5358 match calls.
5359
5360 2008-08-06 Reto Zimmermann <reto@gnu.org>
5361
5362 * progmodes/vera-mode.el (vera-electric-tab):
5363 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
5364 region when active.
5365
5366 2008-08-06 Kenichi Handa <handa@m17n.org>
5367
5368 * faces.el (face-valid-attribute-values): Fix handling the value
5369 of (font-family-list) and font-XXX-table.
5370
5371 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
5372
5373 * proced.el (proced-menu): Bind the correct function to for toggling.
5374
5375 * vc-dir.el (vc-dir-mode): Fix typo.
5376
5377 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5378
5379 * whitespace.el (whitespace-newline-mode)
5380 (global-whitespace-newline-mode, whitespace-mode)
5381 (global-whitespace-mode): Improve docstring.
5382
5383 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
5384
5385 * kmacro.el (kmacro-exec-ring-item): Add autoload.
5386
5387 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
5388
5389 * cus-start.el (all): Handle auto-save-visited-file-name.
5390
5391 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
5392
5393 * files.el (hack-one-local-variable-eval-safep): Handle
5394 lisp-indent-function and scheme-indent-function in addition to the
5395 deprecated lisp-indent-hook.
5396
5397 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
5398
5399 * net/xesam.el (top): Require `wid-edit' always.
5400 (xesam-mode-line, xesam-highlight): New deffaces.
5401 (xesam-objects): New local variable.
5402 (xesam-search-engines): Fix error in field list.
5403 (xesam-mode): Use `xesam-mode-line' instead of
5404 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
5405 proper initialization (why?).
5406 (xesam-highlight-string, xesam-get-hits)
5407 (xesam-kill-buffer-function): New defuns.
5408 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
5409 result of "hit.fields", it isn't a string only. Wrap an error of
5410 the strigi search engine ("xesam:size" is returned as string).
5411 Highlight search items.
5412 (xesam-refresh-search-buffer): Make logic of counters more simple.
5413 Prefetch next hits.
5414 (xesam-signal-handler): Use `xesam-mode-line' instead of
5415 `font-lock-type-face'.
5416 (xesam-new-search): Add `xesam-kill-buffer-function' to
5417 `kill-buffer-hook'.
5418
5419 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
5420
5421 * add-log.el (change-log-next-error, change-log-mode): Add support
5422 for `next-error' to call `change-log-goto-source' on named files
5423 in a ChangeLog.
5424
5425 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
5426
5427 * calc/calc.el (math-read-number): Handle all C-like languages
5428 properly.
5429
5430 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
5431
5432 * calc/calc.el (math-read-number): Handle C numbers beginning with
5433 0 correctly.
5434
5435 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5436
5437 * term/ns-win.el ([ns-new-frame]): New global key.
5438
5439 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
5440
5441 * international/mule-cmds.el (read-char-by-name):
5442 Check UCS names with `assoc-string' and case folding.
5443
5444 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
5445
5446 * net/dbus.el (dbus-call-method-asynchronously)
5447 (dbus-method-return-internal, dbus-method-error-internal):
5448 Declare them with `declare-function'.
5449
5450 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
5451
5452 * descr-text.el (describe-char-display): Fix last change:
5453 don't pass CHARSET to `encoded-string-description'.
5454
5455 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
5456
5457 * vc.el (vc-next-action): Update list var correctly after delete.
5458
5459 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
5460
5461 * ido.el (ido-mode): Add toggle notification.
5462
5463 * cus-edit.el (custom-save-all): Avoid destroying symlink if
5464 already visiting the custom file.
5465
5466 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5467 pending output coming after the status change.
5468
5469 2008-08-02 Jason Rumney <jasonr@gnu.org>
5470
5471 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
5472
5473 2008-08-01 Kenichi Handa <handa@m17n.org>
5474
5475 * international/mule-cmds.el (encode-coding-char):
5476 New optional arg CHARSET.
5477
5478 * descr-text.el (describe-char-display): Call encode-coding-char
5479 with the arg CHARSET.
5480 (describe-char): Pay attention to the text-property `charset'.
5481
5482 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
5483
5484 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
5485 error messages.
5486 (dbus-set-property): Call `dbus-introspect-get-property' instead
5487 of `dbus-get-property'.
5488
5489 * net/xesam.el (xesam-all-fields): Remove source and content
5490 identifiers.
5491 (xesam-dbus-unique-names): New defvar.
5492 (xesam-dbus-call-method): New defun. Replace all calls of
5493 `dbus-call-method' by `xesam-dbus-call-method'.
5494 (xesam-get-cached-property, xesam-set-cached-property):
5495 New defuns.
5496 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
5497 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
5498 (xesam-search-engines): Make it an association list. Take changed
5499 layout into account in the corresponding function.
5500 (xesam-delete-search-engine): Remove check for consistency of
5501 `xesam-search-engines', not needed anymore.
5502 (xesam-mode): Show XML query string only in the debug case.
5503
5504 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
5505
5506 * files.el (read-file-modes): Fix typo in docstring.
5507
5508 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
5509
5510 * Makefile.in: Avoid maintainer warning for autogenerated unicode
5511 files.
5512
5513 * apropos.el (apropos-symbol): Don't set button skip by default.
5514 (apropos-print): Set button skip iff searching for multiple types.
5515 (apropos-print-doc): Insert blank label button when searching for
5516 a single type.
5517
5518 * button.el (forward-button): Avoid infloop.
5519
5520 * minibuffer.el (read-file-name-completion-ignore-case):
5521 Add cygwin to the list.
5522
5523 2008-07-31 Sven Joachim <svenjoac@gmx.de>
5524
5525 * files.el (abbreviate-file-name): When replacing $HOME with ~,
5526 turn off case-fold-search.
5527
5528 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
5529
5530 * net/dbus.el (top): Don't register for "NameOwnerChanged".
5531 (dbus-message-type-invalid, dbus-message-type-method-call)
5532 (dbus-message-type-method-return, dbus-message-type-error)
5533 (dbus-message-type-signal): New defconst.
5534 (dbus-ignore-errors): Fix `edebug-form-spec' property.
5535 (dbus-return-values-table): New defvar.
5536 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
5537 New defun.
5538 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
5539 Extend docstring. Adapt implementation according to new
5540 `dbus-event' layout.
5541 (dbus-event-service-name, dbus-event-path-name)
5542 (dbus-event-interface-name, dbus-event-member-name):
5543 Adapt implementation according to new `dbus-event' layout.
5544 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
5545
5546 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
5547 (xesam-mode): Rework implementation.
5548 (xesam-new-search): Additional parameter TYPE.
5549 (xesam-search): Adapt call of `xesam-new-search'.
5550
5551 2008-07-31 Juri Linkov <juri@jurta.org>
5552
5553 * dired-aux.el (dired-do-chmod): Set default value to the original
5554 mode string using absolute notation like u=rwx,g=rx,o=rx.
5555 Use it as a new arg `default' of `dired-mark-read-string'.
5556 (dired-mark-read-string): Add new optional arg `default'.
5557
5558 * files.el (read-file-modes): Set default value to the original
5559 mode string using absolute notation like u=rwx,g=rx,o=rx.
5560 Use it as the `default' arg of `read-string'.
5561
5562 * filesets.el (filesets-cmd-isearch-getargs): Check if the
5563 variable `files' is bound to avoid warnings.
5564
5565 * isearch.el (isearch-forward-regexp, isearch-forward-word)
5566 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
5567 to the command `isearch-forward' instead of displaying "See C-s".
5568 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
5569 with their interactive specifications. Move reading the face name to
5570 the main body after calls to isearch-done and isearch-clean-overlays.
5571
5572 * mb-depth.el: Unify all names under one common name prefix
5573 `minibuffer-depth-'.
5574 (minibuffer-depth-indicator-function): Rename from
5575 `minibuf-depth-indicator-function'.
5576 (minibuffer-depth-overlay): Rename from
5577 `minibuf-depth-overlay'.
5578 (minibuffer-depth-setup): Rename from
5579 `minibuf-depth-setup-minibuffer'.
5580 (minibuffer-depth-indicate-mode): Rename from
5581 `minibuffer-indicate-depth-mode'.
5582
5583 2008-07-31 Juri Linkov <juri@jurta.org>
5584
5585 * dired-aux.el (dired-isearch-filenames-toggle): New command.
5586 (dired-isearch-filenames-setup): Bind "\M-sf" to
5587 dired-isearch-filenames-toggle in isearch-mode-map.
5588 (dired-isearch-filenames-end): Bind "\M-sf" to nil
5589 in isearch-mode-map.
5590
5591 * isearch.el (isearch-edit-string-set-word): New command.
5592 (minibuffer-local-isearch-map): Bind "\C-w" to
5593 isearch-edit-string-set-word.
5594 (isearch-new-word): Temporary internal variable.
5595 (isearch-edit-string): Remove special case of reading the
5596 first character and checking it for C-w.
5597
5598 * simple.el (read-shell-command, shell-command):
5599 Move code that uses minibuffer-with-setup-hook to set
5600 minibuffer-default-add-function to minibuffer-default-add-shell-commands
5601 from the interactive spec of `shell-command' to `read-shell-command'.
5602
5603 * international/mule-cmds.el (read-char-by-name):
5604 Accept hash notation. Doc fix.
5605 (ucs-insert): Doc fix. Convert to number only when `arg' is
5606 a string. Use separate error message when `arg' is not an integer.
5607 Bind `ucs-insert' to `C-x 8 RET'.
5608
5609 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
5610
5611 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
5612 move the (arglist-cont-nonempty) from c-offsets-alist to
5613 c-hanging-braces-alist like other styles already have.
5614
5615 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5616
5617 * textmodes/texinfmt.el:
5618 * nxml/nxml-enc.el:
5619 * mail/feedmail.el:
5620 * international/mule.el:
5621 * international/latexenc.el:
5622 * emulation/viper-util.el:
5623 * emulation/viper-init.el:
5624 * emulation/viper-ex.el:
5625 * emacs-lisp/bytecomp.el:
5626 * version.el:
5627 * subr.el:
5628 * startup.el:
5629 * sort.el:
5630 * shadowfile.el:
5631 * recentf.el:
5632 * printing.el:
5633 * paths.el:
5634 * minibuffer.el:
5635 * ls-lisp.el:
5636 * loadup.el:
5637 * hippie-exp.el:
5638 * finder.el:
5639 * files.el:
5640 * ediff-util.el:
5641 * ediff-ptch.el:
5642 * ediff-init.el:
5643 * ediff-diff.el:
5644 * dired.el:
5645 * dired-aux.el:
5646 * cus-edit.el:
5647 * bindings.el:
5648 * arc-mode.el:
5649 * add-log.el: Remove VMS support.
5650 * obsolete/vmsproc.el:
5651 * obsolete/vms-pmail.el:
5652 * obsolete/vms-patch.el: Remove file.
5653
5654 2008-07-31 Alan Mackenzie <acm@muc.de>
5655
5656 * progmodes/cc-mode.el (c-before-hack-hook): New function
5657 (Top Level): Install c-before-hack-hook on
5658 before-hack-local-variables-hook, rather than
5659 c-postprocess-file-styles on hack-local-variables-hook.
5660
5661 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
5662
5663 * files.el (normal-mode): Move call to hack-project-variables into
5664 hack-local-variables.
5665 (file-local-variables-alist, before-hack-local-variables-hook):
5666 New vars.
5667 (ignored-local-variables): Add file-local-variables-alist.
5668 (hack-local-variables-filter): Renamed from
5669 hack-local-variables-apply. Add the result to
5670 file-local-variables-alist, without applying them.
5671 (hack-local-variables): Set file-local-variables-alist to nil.
5672 Call hack-project-variables and before-hack-local-variables-hook.
5673 Apply variables here, instead of hack-local-variables-apply.
5674 Based on a patch by Alan Mackenzie.
5675
5676 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
5677
5678 * info-look.el (autoconf-mode :doc-spec): For
5679 "(autoconf)M4 Macro Index", if the item already
5680 begins with "AS_", don't prefix that string again.
5681
5682 2008-07-30 Juri Linkov <juri@jurta.org>
5683
5684 * info.el (info, Info-mode): Doc fix.
5685
5686 * isearch.el (isearch-mode-map): Bind `M-s r' to
5687 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
5688 (search-map): Bind `M-s w' to `isearch-forward-word' globally
5689 in the global map `search-map'.
5690 (isearch-forward): Doc fix.
5691 (isearch-forward-word, isearch-toggle-case-fold): New commands.
5692
5693 * simple.el (quoted-insert): Comment out code that treats
5694 0240-0377 specially.
5695
5696 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
5697
5698 * cus-start.el: Add customization info for
5699 read-buffer-completion-ignore-case.
5700
5701 2008-07-30 Sam Steingold <sds@gnu.org>
5702
5703 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
5704
5705 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5706
5707 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
5708 (vc-dir-mode): Improve docstring.
5709
5710 2008-07-30 Juri Linkov <juri@jurta.org>
5711
5712 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
5713 for the sake of isearch-mode-hook in dired-mode in dired.el.
5714
5715 2008-07-19 Markus Triska <markus.triska@gmx.at>
5716
5717 * image-mode.el (image-mode): Set image-mode-text-map when image
5718 cannot be displayed.
5719
5720 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
5721
5722 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
5723 ada-xref-set-default-prj-values.
5724 (ada-prj-display-page): Ditto.
5725
5726 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
5727 (ada-make-filename-from-adaname): Fix free variable.
5728
5729 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5730
5731 * vc-git.el (vc-git-status-printer): Synchronize with the default.
5732
5733 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
5734
5735 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
5736 for declarations inside a parenthetical list. The code is ill-advised,
5737 and doesn't work given user defined types.
5738 (verilog-set-auto-endcomments): Enhance function automatic
5739 endcomment to support functions that return user defined types.
5740 (verilog-mode): Add code to tell which-function-mode minor mode
5741 that Verilog supports this feature.
5742 (verilog-beg-block-re-ordered, verilog-indent-re)
5743 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
5744 (verilog-leap-to-head): Support the new virtual and/or protected
5745 tasks, as well as extern declarations of tasks for indenting and
5746 for forward/backward expression.
5747
5748 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
5749
5750 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
5751 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
5752 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
5753 (verilog-string-replace-matches): Avoid recursion with small
5754 replacements.
5755 (verilog-auto-inst-param-value, verilog-mode-version)
5756 (verilog-mode-version-date, verilog-read-inst-param-value)
5757 (verilog-auto-inst, verilog-auto-inst-param)
5758 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
5759 verilog-auto-inst-param-value option for AUTOINST. Suggested by
5760 David Rogoff. This allows parameters to be replaced with their
5761 values, on the expansion of an AUTOINST with Verilog 2001 style
5762 parameter settings.
5763
5764 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
5765
5766 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
5767 to `cddr'.
5768
5769 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
5770
5771 * Makefile.in (ELCFILES): Add mairix.elc.
5772
5773 2008-07-29 David Engster <deng@randomsample.de>
5774
5775 * net/mairix.el: New file.
5776
5777 2008-07-29 Juri Linkov <juri@jurta.org>
5778
5779 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
5780 instead of variable-pitch with bold and 1.2 height.
5781
5782 * dired-aux.el (dired-do-async-shell-command): New command.
5783
5784 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
5785 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
5786
5787 2008-07-29 Juri Linkov <juri@jurta.org>
5788
5789 * international/mule-cmds.el (ucs-names): New internal variable.
5790 (ucs-names): New function.
5791 (ucs-completions): New lazy completion variable.
5792 (read-char-by-name): New function.
5793 (ucs-insert): Replace interactive spec letter "s" with the call to
5794 `read-char-by-name'.
5795
5796 * replace.el (read-regexp): Add second arg `default'. Doc fix.
5797
5798 * replace.el (occur-read-primary-args):
5799 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5800 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
5801 second arg of `read-regexp'.
5802
5803 * dired-aux.el (dired-isearch-filenames): New user option.
5804 (dired-isearch-orig-success-function): New internal variable.
5805 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
5806 (dired-isearch-success-function): New functions.
5807 (dired-isearch-filenames, dired-isearch-filenames-regexp):
5808 New commands.
5809
5810 * dired.el (dired-insert-set-properties): Add new text property
5811 `dired-filename' to put on file names.
5812 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
5813 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
5814 Add menu items.
5815 (dired-mode): Add hook `dired-isearch-filenames-setup' to
5816 buffer-local `isearch-mode-hook'.
5817
5818 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
5819
5820 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
5821 (ada-create-case-exception): Fix typo in docstring.
5822 (ada-no-auto-case): Return nil, not the docstring.
5823 (ada-indent-current): Reflow docstring.
5824
5825 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
5826 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
5827 (ada-prj-load-from-file): Reflow docstring.
5828 (ada-prj-display-page): Fix typo in widget.
5829
5830 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
5831 Fix typos in docstrings.
5832
5833 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
5834 (ada-compile-current, ada-check-current, ada-run-application)
5835 (ada-get-ali-file-name): Fix typos in docstrings.
5836 (ada-xref-confirm-compile, ada-find-references)
5837 (ada-find-local-references, ada-find-any-references): Doc fixes.
5838 (ada-get-all-references): Fix typo in error message.
5839 (ada-xref-current-project): Use `let', not `let*'.
5840 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
5841
5842 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5843
5844 * whitespace.el (whitespace-newline): Change initialization to have a
5845 low contrast relative to the background color. Suggested by David
5846 Reitter <david.reitter@gmail.com>.
5847
5848 2008-07-28 Juri Linkov <juri@jurta.org>
5849
5850 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
5851 New functions.
5852
5853 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
5854 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
5855
5856 2008-07-28 Seiji Zenitani <zenitani@mac.com>
5857
5858 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
5859 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
5860
5861 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
5862
5863 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
5864 Add support for add-log.
5865 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
5866
5867 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
5868 (ada-prj-save): Prompt for file name if not given.
5869 (ada-prj-display-page): Display casing exceptions.
5870
5871 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
5872 Ada mode project files. Delete 'main_unit' project variable;
5873 only need 'main'. Simplify handling of default project values.
5874 Use cross-prefix consistently.
5875 (ada-find-executable): Throw error if not found.
5876 (ada-initialize-runtime-library): Improve error handling when
5877 gnatls not found.
5878 (ada-gnat-parse-gpr): New.
5879 (ada-treat-cmd-string): Allow process environment variables.
5880 (ada-xref-set-default-prj-values): Delete; replace with
5881 ada-default-prj-properties.
5882 (ada-parse-prj-file): Handle GNAT project files.
5883 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
5884 (ada-select-prj-file): New.
5885 (ada-get-absolute-dir-list): Allow project and environment variables.
5886
5887 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
5888
5889 Sync with Tramp 2.1.14.
5890
5891 * net/tramp.el (tramp-perl-directory-files-and-attributes)
5892 (tramp-get-device): Make device number a cons cell.
5893 (tramp-convert-file-attributes): Make inode a cons cell.
5894
5895 * net/trampver.el: Update release number.
5896
5897 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5898
5899 * faces.el (face-set-after-frame-default): Treat 'ns as all other
5900 window systems.
5901
5902 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5903
5904 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
5905
5906 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5907
5908 Remove support for Mac Carbon.
5909 * term/mac-win.el: Remove file
5910 * international/mule-cmds.el:
5911 * version.el:
5912 * startup.el:
5913 * simple.el:
5914 * mwheel.el:
5915 * mouse.el:
5916 * loadup.el:
5917 * isearch.el:
5918 * info.el:
5919 * frame.el:
5920 * faces.el:
5921 * disp-table.el:
5922 * cus-start.el:
5923 * cus-face.el:
5924 * cus-edit.el:
5925 * Makefile.in: Remove code for Carbon.
5926
5927 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5928
5929 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
5930 bindings for functions deleted by Dan N. 2008-07-21. Set
5931 where-is-preferred-modifier. Add show-manual option to Help menu.
5932
5933 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
5934
5935 * net/tramp.el (tramp-handle-start-file-process):
5936 Set query-on-exit flag. Kill temporary buffer.
5937 (tramp-process-sentinel): Remove defun.
5938 (tramp-do-copy-or-rename-file-out-of-band)
5939 (tramp-maybe-open-connection): Don't call it.
5940
5941 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
5942 `tramp-process-sentinel'.
5943
5944 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
5945 `tramp-process-sentinel'.
5946
5947 * net/xesam.el (xesam-from): Remove defvar.
5948 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
5949 and `mode-line-position'.
5950 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
5951 information to the widgets. Don't set `mode-line-position'.
5952 (xesam-refresh-search-buffer): Correct hit number computing.
5953 Don't set `mode-line-position'.
5954 (xesam-new-search): Add debug information to the mode line.
5955
5956 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5957
5958 * diff-mode.el (diff-show-trailing-blanks): Renamed to
5959 diff-show-trailing-whitespaces.
5960
5961 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
5962
5963 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
5964 invalid filename strings when parsing tex errors (bug#376).
5965
5966 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
5967
5968 * menu-bar.el (menu-bar-file-menu): Fix typo.
5969
5970 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
5971
5972 * play/solitaire.el (solitaire-mode-map): Define within defvar.
5973 (solitaire-mode): Define with `define-derived-mode'.
5974 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
5975 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
5976 (solitaire-undo, solitaire-check): Use `when'.
5977 (solitaire-solve): Err out if the solitaire is already in progress.
5978 Use `when'.
5979
5980 * descr-text.el (describe-char): Don't overwrite local variable char
5981 when describing characters with display-table entries. Display font
5982 backend when describing composed characters. Simplify: use `let'
5983 instead of `let*', and `or x y' instead of `if x x y'.
5984
5985 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
5986
5987 * image-mode.el (image-minor-mode): Set up winprops.
5988
5989 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5990
5991 * diff-mode.el (diff-show-trailing-blanks): New fun.
5992 Show trailing blanks in modified lines for diff-mode.
5993
5994 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
5995
5996 * Makefile.in (ELCFILES): Add net/xesam.el.
5997
5998 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
5999 process name. Reported by Markus Triska <markus.triska@gmx.at>.
6000
6001 * net/xesam.el: New file.
6002
6003 2008-07-24 Sven Joachim <svenjoac@gmx.de>
6004
6005 * dired-aux.el (dired-copy-file-recursive): Avoid calling
6006 set-file-modes when creating target directories.
6007
6008 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
6009
6010 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
6011 Set `show-trailing-whitespace' to nil.
6012 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
6013 Fix typos in docstrings.
6014
6015 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
6016
6017 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
6018 key remapping, not directly.
6019
6020 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6021
6022 * whitespace.el: New version 11.2.
6023 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
6024 minor mode visualization.
6025
6026 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6027
6028 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
6029
6030 * Makefile.in (ELCFILES): Add term/common-win.elc.
6031
6032 * vc-dir.el (vc-dir-search, vc-dir-isearch)
6033 (vc-dir-isearch-regexp): New functions.
6034 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
6035
6036 2008-07-23 Juri Linkov <juri@jurta.org>
6037
6038 * isearch-multi.el: Remove file to avoid dos file name clashes
6039 with isearch-x.el. Move most content to misearch.el.
6040
6041 * misearch.el: New file with most content from isearch-multi.el.
6042 Rename `isearch-buffers' name prefixes to `multi-isearch'.
6043 Remove `isearch-buffers-minor-mode'. Add new function
6044 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
6045 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
6046 `multi-isearch-files', `multi-isearch-files-regexp'.
6047
6048 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
6049
6050 * isearch.el (isearch-message-prefix): Display "Multi" when
6051 `multi-isearch-next-buffer-current-function' is non-nil.
6052 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
6053 with `multi-isearch-next-buffer-current-function', and
6054 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
6055
6056 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
6057 `multi-isearch-next-buffer-function' instead of
6058 `isearch-buffers-next-buffer-function'. Remove call to
6059 `isearch-buffers-minor-mode'.
6060
6061 * buff-menu.el (Buffer-menu-marked-buffers)
6062 (Buffer-menu-isearch-buffers)
6063 (Buffer-menu-isearch-buffers-regexp): New functions.
6064 (Buffer-menu-mode-map): Bind "M-s a C-s" to
6065 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
6066 `Buffer-menu-isearch-buffers-regexp'.
6067 (Buffer-menu-mode): Document new commands in docstring.
6068 (list-buffers-noselect): Add one space after Info file name
6069 according to the Info address convention.
6070
6071 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
6072 New functions.
6073
6074 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
6075 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
6076 (ibuffer-mode): Document new commands in docstring.
6077
6078 * filesets.el (filesets-commands): Add commands for "Isearch" and
6079 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
6080 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
6081 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
6082 or `multi-isearch-files-regexp'.
6083 (filesets-cmd-query-replace-getargs): Call standard function
6084 `query-replace-read-args' to read `query-replace' arguments.
6085 Add `multi-query-replace-map'.
6086 (filesets-cmd-query-replace-regexp-getargs)
6087 (filesets-cmd-isearch-getargs): New functions.
6088
6089 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
6090
6091 * international/mule.el (recode-region): Deactivate mark at the end.
6092
6093 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
6094
6095 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6096 Use more suitable colors on dark displays.
6097
6098 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
6099
6100 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
6101 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
6102 (tramp-temp-buffer-name): New defconst.
6103 (tramp-handle-start-file-process): Use it. Apply "exec", for the
6104 command. No trailing prompt.
6105 (tramp-process-sentinel): Remove temporary buffer, if existing.
6106 Don't handle trailing prompt.
6107 (tramp-open-connection-setup-interactive-shell):
6108 Use `tramp-temp-buffer-name'.
6109
6110 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
6111
6112 * shell.el (shell-dynamic-complete-functions):
6113 Use comint-dynamic-complete-filename as well (bug#361).
6114
6115 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6116
6117 * term/ns-win.el:
6118 * version.el (emacs-version):
6119 * loadup.el:
6120 * frame.el (make-frame-on-display): Check for ns instead of
6121 ns-windowing.
6122
6123 * dired.el (dired-mode-map): Show the key binding for wdired.
6124
6125 * menu-bar.el (menu-bar-file-menu): Show the key binding for
6126 exiting Emacs.
6127
6128 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
6129
6130 * term/ns-win.el (x-list-fonts): Drop alias.
6131
6132 2008-07-23 Juri Linkov <juri@jurta.org>
6133
6134 * replace.el (multi-query-replace-map): New variable.
6135 (perform-replace): Add processing of new multi-buffer keys bound
6136 to `automatic-all' and `exit-current'. Set `query-flag' to nil
6137 if last input char was `automatic-all'. Set new local variable
6138 `multi-buffer' to t when one of new two keys were typed. Return
6139 non-nil value of `multi-buffer' that tells to calling functions
6140 to continue replacement on the next file.
6141
6142 * progmodes/etags.el (tags-query-replace): Set arg `map' of
6143 `perform-replace' to `multi-query-replace-map'.
6144
6145 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6146
6147 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
6148 otherwise displayed in every buffer.
6149
6150 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
6151 (vc-arch-trim-one-revlib): Delete temp directories as well.
6152
6153 2008-07-22 Stephen Eglen <stephen@gnu.org>
6154
6155 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
6156
6157 2008-07-22 Sven Joachim <svenjoac@gmx.de>
6158
6159 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
6160
6161 2008-07-22 Miles Bader <miles@gnu.org>
6162
6163 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
6164 (sh-mode-map): Remove remapping of newline-and-indent.
6165
6166 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6167
6168 * vc.el (Todo): Update.
6169
6170 * vc-hooks.el: Remove obsolete comment.
6171
6172 * vc-git.el (vc-git-status-printer): Update the directory display
6173 to match the default.
6174
6175 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
6176
6177 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
6180 for "word wrap" command.
6181
6182 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
6183
6184 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6185
6186 * term/ns-win.el: Rename ns- functions/variables to the
6187 corresponding x- versions.
6188 (x-select-text, x-cut-buffer-or-selection-value)
6189 (x-disown-selection-internal, x-get-selection-internal)
6190 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
6191 (x-display-mm-width, x-display-mm-height)
6192 (x-display-backing-store, x-display-save-under)
6193 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
6194 defaliases.
6195
6196 * frame.el (ns-display-name): Remove declaration.
6197 (make-frame-on-display): Use x-display-name instead
6198 ns-display-name. Use unless.
6199
6200 * startup.el (command-line-1): Fix indentation.
6201
6202 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
6203 checked in inadvertently.
6204
6205 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
6206
6207 * term/ns-win.el: Standardize references to "Nextstep" in
6208 comments, messages, and docstrings.
6209 (ns-handle-args, x-parse-geometry)
6210 (ns-extended-platform-support-mode, x-setup-function-keys)
6211 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
6212 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
6213 (ns-initialized, ns-initialize-window-system): Doc fixes.
6214
6215 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6216
6217 * diff-mode.el (diff-auto-refine): Delete defcustom.
6218 (diff-auto-refine-mode): New func/var via define-minor-mode.
6219 Update var ref to use diff-auto-refine-mode.
6220 * smerge-mode.el (diff-mode): Require when compiling.
6221 (smerge-auto-refine): Delete defcustom.
6222 Update smerge-auto-refine ref to use diff-auto-refine-mode.
6223
6224 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
6225
6226 * simple.el (visual-line): New custom group.
6227 (visual-line-fringe-indicators): New var.
6228 (visual-line-mode): Set fringe-indicator-alist based on
6229 visual-line-fringe-indicators. Add lighter.
6230
6231 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6232
6233 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
6234 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
6235 (x-handle-geometry, x-handle-name-switch, x-display-name)
6236 (x-handle-display, x-handle-args, x-colors): Move ...
6237 * term/common-win.el: ... here. New file.
6238 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
6239 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
6240 (x-handle-geometry, x-handle-name-switch, x-display-name)
6241 (x-handle-display, x-handle-args, x-colors): Remove.
6242 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
6243
6244 2008-07-19 Juri Linkov <juri@jurta.org>
6245
6246 * startup.el (fancy-startup-text): Move the line "To quit
6247 a partially entered command, type Control-g" a few lines below
6248 to be after the line "To start". Add text "at gnu.org" to
6249 "Overview of Emacs features".
6250
6251 * dired.el (dired-mode-map): Fix menu text of
6252 image-dired-display-thumbs.
6253
6254 * image-dired.el (image-dired-cmd-create-thumbnail-options)
6255 (image-dired-cmd-create-temp-image-options)
6256 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
6257 ImageMagick command line to change the dimensions of the image
6258 only if its width or height exceeds the geometry specification.
6259
6260 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
6261
6262 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
6263 to docstrings.
6264
6265 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
6266
6267 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
6268 Vinicius Jose Latorre.
6269
6270 2008-07-19 Glenn Morris <rgm@gnu.org>
6271
6272 * term/ns-win.el (ns-make-command-string): Use mapconcat.
6273 (ns-save-preferences): Fix typo in previous change. (Bug#573)
6274
6275 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
6276
6277 * net/dbus.el (dbus-interface-properties): New defconst.
6278 (dbus-introspect): Update docstring.
6279 (dbus-introspect-xml, dbus-introspect-get-attribute)
6280 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
6281 (dbus-introspect-get-interface-names)
6282 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
6283 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
6284 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
6285 (dbus-introspect-get-property)
6286 (dbus-introspect-get-annotation-names)
6287 (dbus-introspect-get-annotation)
6288 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
6289 (dbus-introspect-get-signature, dbus-get-property)
6290 (dbus-set-property, dbus-get-all-properties): New defuns.
6291
6292 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
6293
6294 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
6295 ns-grabenv.elc.
6296
6297 * ns-carbon-compat.el: File removed.
6298
6299 * ns-grabenv.el: File removed.
6300
6301 * term/ns-win.el: Contents of ns-carbon-compat.el and
6302 ns-grabenv.el moved here.
6303 (ns-grabenv, ns-open-file-select-line): Doc fixes.
6304 (ns-submit-bug-report): Function removed. Reports go to the main
6305 Emacs bug list.
6306 (ns-handle-args, ns-spi-service-call): Doc fixes.
6307 (info-ns-emacs): Function removed. Nextstep port manual will be
6308 merged into the Emacs manual, so no separate link needed.
6309
6310 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
6311
6312 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
6313
6314 2008-07-18 Glenn Morris <rgm@gnu.org>
6315
6316 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
6317 to XEmacs, since it does nothing for Emacs.
6318
6319 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
6320
6321 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
6322 BUFFER that is a string but does not exist as a buffer object, as
6323 mentioned in the doc-string.
6324
6325 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
6326
6327 * simple.el (line-move-visual): Make it a defcustom.
6328 (line-move-1): Convert temporary-goal-column back to an integer if
6329 it was set as a float by a previous call to line-move-visual.
6330 (end-of-visual-line, beginning-of-visual-line)
6331 (next-logical-line, previous-logical-line): New functions.
6332
6333 2008-07-17 David Reitter <david.reitter@gmail.com>
6334
6335 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
6336 functions.
6337 (visual-line-mode, global-visual-line-mode): New minor mode.
6338 (visual-line-mode-map): New variable.
6339
6340 2008-07-17 Glenn Morris <rgm@gnu.org>
6341
6342 * term/ns-win.el (parameters): Declare for compiler.
6343
6344 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
6345
6346 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
6347 for Windows.
6348
6349 2008-07-17 Daiki Ueno <ueno@unixuser.org>
6350
6351 * epa.el (epa-key-list-mode): Use run-mode-hooks.
6352 (epa-key-mode): Ditto.
6353 (epa-info-mode): Ditto.
6354
6355 2008-07-17 Glenn Morris <rgm@gnu.org>
6356
6357 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
6358 (ns-handle-numeric-switch): Just call ns-handle-switch.
6359 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
6360 (ns-handle-args): Simplify using `pop'.
6361 (ns-display-name): Define (used in frame.el).
6362 (menu-bar-select-frame): Add (ignored) arg to more closely match the
6363 original definition.
6364 (ns-perform-service): Declare.
6365 (ns-save-preferences): Use fewer `let's.
6366
6367 * frame.el (ns-display-name): Declare for compiler.
6368
6369 2008-07-17 Kenichi Handa <handa@m17n.org>
6370
6371 * descr-text.el (describe-char-unidata-list): Initialize to the
6372 list of name, general-category, decomposition, and old-name.
6373
6374 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
6375
6376 * startup.el (command-line-1): Update processing of NS long options to
6377 mimic recent changes to processing of X long options.
6378
6379 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
6380
6381 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
6382 list of #defines for remote files.
6383 (gdb-source-info): Only show main if it has been found.
6384
6385 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 * term/ns-win.el: Require CL; fix up comment style; reindent.
6388 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
6389 (ns-save-preferences): Use `case'.
6390 (ns-initialize-window-system): Use `dolist'.
6391
6392 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
6393
6394 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
6395 windowing is used.
6396 * term/ns-win.el (ns-extended-platform-support-mode):
6397 Correct/improve documentation.
6398
6399 2008-07-16 Glenn Morris <rgm@gnu.org>
6400
6401 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
6402 Simply require 'cl (see comment in cl-compat.el).
6403 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
6404 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
6405 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
6406 directly rather by subterfuge. Provide cl before loading cl-macs.
6407
6408 * paths.el (rmail-spool-directory): Remove settings for systems that are
6409 no longer supported.
6410
6411 * frame.el (ns-initialize-window-system): Declare for compiler.
6412
6413 * term/ns-win.el: Add numerous declarations for compiler.
6414 (ns-pop-up-frames): Move definition before use. Doc fix.
6415
6416 * emacs-lisp/check-declare.el (check-declare-locate)
6417 (check-declare-verify): Handle .m files.
6418
6419 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6420
6421 * ns-carbon-compat.el: New file: user-visible compatibility of
6422 NeXTstep port with Carbon port.
6423 * ns-grabenv.el: New file: functionality useful on OS X platform to
6424 expose environment variables inside Emacs started from icon.
6425 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
6426 * cus-edit.el:
6427 * cus-face.el:
6428 * disp-table.el:
6429 * faces.el:
6430 * info.el:
6431 * mouse.el:
6432 * mwheel.el:
6433 * simple.el: Add ns to window systems treated as GUIs.
6434 * facemenu.el (facemenu-read-color): Don't require a name match under
6435 NS, to allow numeric color entry.
6436 * frame.el (make-frame-on-display): Follow code for 'x in initializing
6437 'ns window system if need be.
6438 (various): Add 'ns as described above.
6439 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
6440 ns-windowing is active.
6441 * startup.el (command-line-ns-option-alist): New constant to handle NS
6442 windowing system specific command line args analogous to how they are
6443 handled for X windows.
6444 (command-line-1): Use the above where appropriate.
6445 * version.el: Add NS port version.
6446 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
6447 Darwin (usually OS X) systems.
6448 (woman-use-own-frame): Include 'ns in list of GUI window systems.
6449 * emulation/viper-util.el (ns-display-color-p)
6450 (ns-color-defined-p): Remove these (caustically-commented) outdated
6451 compensations for a port that was never itself integrated until now.
6452 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
6453 for NS window system.
6454 * international/mule-cmds.el: Add 'ns to list of special-cased window
6455 systems (probably most of these, x/w32/mac/ns could be changed to
6456 window-system non-nil).
6457 * term/ns-win.el: New file: lisp-side support for NS windowing system.
6458
6459 2008-07-14 Jason Rumney <jasonr@gnu.org>
6460
6461 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
6462 (x-handle-numeric-switch, x-handle-initial-switch)
6463 (x-handle-xrm-switch, x-handle-args, x-handle-display)
6464 (xw-defined-colors, w32-initialize-window-system):
6465 Avoid use of cl pop and push macros.
6466
6467 2008-07-14 Martin Rudalics <rudalics@gmx.at>
6468
6469 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
6470 error when change-log-search-file-name returns nil.
6471
6472 2008-07-13 Martin Rudalics <rudalics@gmx.at>
6473
6474 * add-log.el (change-log-search-file-name):
6475 Use match-string-no-properties.
6476 (change-log-search-tag-name-1, change-log-search-tag-name)
6477 (change-log-goto-source-1, change-log-goto-source): New functions.
6478 (change-log-tag-re, change-log-find-head, change-log-find-tail):
6479 New variables.
6480 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
6481
6482 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
6483
6484 * calc/calc-help.el (calc-describe-key): Add angles to special key
6485 descriptions.
6486
6487 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
6488
6489 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
6490 search for regexp.
6491
6492 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
6493
6494 * simple.el (line-move-visual): Handle null pixel position gracefully.
6495
6496 2008-07-11 Jason Rumney <jasonr@gnu.org>
6497
6498 * files.el (file-truename): Get truename of ancestors if file does
6499 not exist on Windows.
6500
6501 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
6502
6503 * simple.el (line-move-visual): Obey goal-column and no-error arg.
6504 (track-eol, temporary-goal-column, previous-line, next-line):
6505 Update docstring.
6506 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
6507 to nil.
6508
6509 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6510
6511 * simple.el (line-move-visual): New var.
6512 (line-move-visual): New function.
6513 (line-move): Call line-move-visual.
6514
6515 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
6516
6517 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
6518 pattern and add patterns for C++ header files.
6519
6520 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
6521
6522 * window.el (truncated-partial-width-window-p): New function.
6523
6524 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
6525
6526 * faces.el (x-create-frame-with-faces): Don't pass parameters that
6527 are set later to x-create-frame.
6528 (face-set-after-frame-default): Apply X resources for non-default
6529 faces.
6530
6531 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
6532
6533 * faces.el (face-set-after-frame-default): Simplify. Don't apply
6534 frame-specific X resource settings. Set faces using a list of
6535 frame parameters explicitly passed to the calling
6536 function (e.g. make-frame).
6537 (x-create-frame-with-faces, tty-create-frame-with-faces):
6538 Supply explicit frame parameter list to face-set-after-frame-default.
6539
6540 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
6541
6542 * net/browse-url.el (browse-url-default-browser):
6543 Fix argument list in lambda.
6544
6545 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
6546
6547 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
6548 from url-retrieve.
6549 (newsticker--sentinel-work): Fix xerror typo.
6550
6551 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
6552
6553 * vc-dir.el (vc-dir-refresh): Only update files.
6554
6555 * vc-git.el (vc-git--ls-files-state): Remove unused function.
6556
6557 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
6558
6559 2008-07-06 John Paul Wallington <jpw@pobox.com>
6560
6561 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
6562
6563 2008-07-05 Alexandre Julliard <julliard@winehq.org>
6564
6565 * vc-git.el (vc-git-registered): Return true for removed files.
6566 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
6567 all the files instead of one per file.
6568 (vc-git-previous-revision): Add support for project-wide previous
6569 revision when specified file is nil.
6570
6571 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
6572
6573 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
6574
6575 * vc-dir.el (vc-dir-find-child-files): New function.
6576 (vc-dir-resync-directory-files): New function.
6577 (vc-dir-recompute-file-state): New function, broken out of ...
6578 (vc-dir-resynch-file): ... here. Also deal with directories.
6579 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
6580 (vc-resynch-buffer): Use it.
6581
6582 * vc-hg.el (vc-hg-registered): Do not set vc-state.
6583
6584 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
6585
6586 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
6587
6588 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
6589 if it's not part of gdb-ui, e.g, at start.
6590
6591 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
6592 filenames in stack trace (text command mode).
6593
6594 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6595
6596 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
6597
6598 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
6599 Use syntax-ppss on a position *before* the char we want to change.
6600
6601 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
6602
6603 * vc-dir.el (vc-dir-query-replace-regexp): New function.
6604 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
6605 (vc-dir-mode-map): Likewise.
6606
6607 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
6608
6609 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
6610 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
6611 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
6612 Remove spurious * in defcustom docstrings.
6613
6614 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
6615 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
6616 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
6617 (default-justification): Remove spurious * in defcustom docstrings.
6618
6619 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
6620 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
6621 (rst-compare-decorations, rst-default-indent, rst-update-section)
6622 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
6623 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
6624 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
6625 Fix typos in docstrings.
6626 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
6627 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
6628 (rst-get-decorations-around, rst-section-tree-point)
6629 (rst-font-lock-adornment-point): Reflow docstrings.
6630 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
6631 Doc fixes.
6632 (rst-re-enumerations): Comment out.
6633
6634 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
6635 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
6636 (nxml-unicode-block-char-name-set):
6637 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
6638 * nxml/rng-nxml.el (rng-set-state-after):
6639 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
6640
6641 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
6642 (rng-c-parse-annotation-body):
6643 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
6644
6645 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
6646 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
6647 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
6648 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
6649 Fix typos in docstrings.
6650 (nxml-attribute-indent): Reflow docstring.
6651 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
6652 (nxml-default-buffer-file-coding-system): Doc fixes.
6653
6654 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
6655 (nxml-ns-set-prefix): Fix typos in docstrings.
6656 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
6657 Reflow docstring.
6658 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
6659
6660 * nxml/nxml-outln.el (nxml-hide-all-text-content)
6661 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
6662 (nxml-hide-direct-text-content, nxml-hide-subheadings)
6663 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
6664 (nxml-outline-display-rest, nxml-outline-set-overlay)
6665 (nxml-section-tag-forward, nxml-section-tag-backward)
6666 (nxml-back-to-section-start): Fix typos in docstrings.
6667
6668 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
6669 Doc fixes.
6670
6671 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
6672 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
6673 (nxml-scan-after-change): Fix typo in docstring.
6674
6675 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
6676 (rng-name-class-possible-names): Doc fixes.
6677 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
6678 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
6679 Fix typos in docstrings.
6680 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
6681 Reflow docstrings.
6682
6683 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
6684 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
6685
6686 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
6687 (rng-xsd-convert-date-time): Reflow docstrings.
6688 (rng-xsd-compile): Fix typo in docstring.
6689
6690 * nxml/rng-loc.el (rng-current-schema-file-name)
6691 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
6692 Doc fixes.
6693 (rng-set-schema-file): Fix typo in docstring.
6694
6695 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
6696 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
6697 Fix typos in docstrings.
6698 (rng-message-overlay, rng-conditional-up-to-date-start)
6699 (rng-conditional-up-to-date-end): Doc fixes.
6700 (rng-next-error, rng-previous-error): Reflow docstrings.
6701
6702 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
6703 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
6704 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
6705 (xmltok-merge-attributes): Fix typos in docstrings.
6706 (xmltok-make-attribute, xmltok-forward-special)
6707 (xmltok-get-declared-encoding-position): Reflow docstrings.
6708
6709 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
6710 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
6711 Fix typos in docstrings.
6712
6713 2008-07-02 John Paul Wallington <jpw@pobox.com>
6714
6715 * ibuffer.el (ibuffer-buffer-file-name):
6716 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
6717 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
6718
6719 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
6720
6721 * files.el (backup-extract-version): Handle versioned directories.
6722 (trash-directory): New variable.
6723 (move-file-to-trash): New function.
6724
6725 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
6726
6727 2008-07-02 Magnus Henoch <mange@freemail.hu>
6728
6729 * vc-git.el (vc-git-annotate-command): Use proper option for
6730 specifying revision.
6731
6732 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
6733
6734 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
6735 if available.
6736
6737 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
6738
6739 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
6740
6741 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
6742 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
6743
6744 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
6745
6746 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
6747
6748 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
6749 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
6750 (gdb-var-list-children-regexp, gdb-var-update-regexp)
6751 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
6752 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
6753 (gdb-stack-list-locals-regexp): Future proof regexps better.
6754
6755 2008-06-30 Juri Linkov <juri@jurta.org>
6756
6757 * faces.el (face-name-history): New variable.
6758 (make-face, make-empty-face): Replace interactive spec "S"
6759 with `read-from-minibuffer' where `read' arg is t and
6760 `hist' arg is `face-name-history'.
6761 (read-face-name): Set `hist' arg of `completing-read-multiple'
6762 to `face-name-history'.
6763 (list-faces-display): Use `read-regexp' instead of `read-string'
6764 to read regexp.
6765
6766 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
6767 to `regexp-history'.
6768 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
6769 make it an obsolete alias to it.
6770 (hi-lock-face-defaults): New variable renamed from
6771 `hi-lock-face-history'.
6772 (hi-lock-line-face-buffer, hi-lock-face-buffer)
6773 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
6774 `read-from-minibuffer'. Doc fix.
6775 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
6776 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
6777 Set `hist' arg of `completing-read' to `face-name-history'.
6778 Put a list of default faces to `default' arg instead of `hist' arg.
6779
6780 * bindings.el (abbrev-map, narrow-map): New variables.
6781 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
6782 Rebind related commands to these new maps.
6783 (ctl-x-r-map): New variable for rectangle, register and bookmark
6784 keys. Move rectangle keybindings to rect.el and register
6785 keybindings to register.el.
6786 (next-buffer, previous-buffer): Remove C-x prefix and move
6787 keybindings to ctl-x-map.
6788
6789 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
6790 to the new map `ctl-x-r-map' in autoload cookies.
6791
6792 * expand.el: Rebind two global `C-x a' keys "n", "p"
6793 to the new map `abbrev-map' in autoload cookies.
6794
6795 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
6796
6797 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
6798
6799 2008-06-30 Miles Bader <miles@gnu.org>
6800
6801 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
6802 after processing an escape sequence.
6803
6804 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
6805
6806 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
6807 from 2008-06-28. It does not work on W32.
6808
6809 2008-06-29 Juri Linkov <juri@jurta.org>
6810
6811 * replace.el (read-regexp): New function.
6812 (keep-lines-read-args, occur-read-primary-args):
6813 Call `read-regexp' instead of code moved to new function.
6814 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
6815 from the end of prompt.
6816 (replace-re-search-function): Doc fix.
6817
6818 2008-06-29 Kenichi Handa <handa@m17n.org>
6819
6820 * descr-text.el (describe-char-display): Always return a string.
6821 (describe-char-padded-string): New function.
6822 (describe-char): Adjusted for the change of
6823 describe-char-display. Use describe-char-padded-string.
6824
6825 2008-06-29 Andreas Schwab <schwab@suse.de>
6826
6827 * vc-dir.el (vc-dir): Make backend argument optional and use
6828 vc-responsible-backend when nil. Interactively pass nil for
6829 backend instead of using the backend of what happens to be
6830 default-directory at the time of the call.
6831
6832 * find-dired.el (find-dired-filter): Preserve point.
6833
6834 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
6835
6836 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
6837 (sasl-find-mechanism, sasl-next-step):
6838 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
6839 (sasl-ntlm-response): Fix typos in docstrings.
6840
6841 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
6842
6843 * international/mule-cmds.el (view-hello-file): Doc fix.
6844
6845 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
6846
6847 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
6848 (set-face-attribute, face-set-after-frame-default)): Don't use it.
6849
6850 2008-06-28 John Paul Wallington <jpw@pobox.com>
6851
6852 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
6853
6854 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
6855
6856 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
6857 (tramp-convert-file-attributes): Convert symlinks only when
6858 returned from `tramp-handle-file-attributes-with-stat'.
6859
6860 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
6861 `substitute-in-file-name' when unloading.
6862 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
6863
6864 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
6865
6866 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
6867 (vc-string-prefix-p): Move function ...
6868 * vc.el (vc-string-prefix-p): ... here.
6869
6870 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
6871
6872 * vc-dir.el (vc-dir): Complete only directory names.
6873
6874 2008-06-27 Jason Rumney <jasonr@gnu.org>
6875
6876 * w32-fns.el (top-level): Unconditionally define all charsets.
6877
6878 2008-06-27 Alan Mackenzie <acm@muc.de>
6879
6880 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
6881 the CC Mode specific functions; this is no longer needed, since
6882 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
6883
6884 * progmodes/cc-defs.el (c-emacs-features): New feature
6885 'argumentative-bod-function.
6886
6887 2008-06-27 John Paul Wallington <jpw@pobox.com>
6888
6889 * chistory.el (list-command-history): Use `bound-and-true-p'.
6890 (command-history-map): Define within defvar. Add docstring.
6891
6892 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
6893
6894 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
6895 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
6896 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
6897 (image-type-from-buffer): Use `looking-at-p'.
6898
6899 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
6900
6901 * ibuf-ext.el (diff-sentinel): Declare.
6902
6903 2008-06-27 Glenn Morris <rgm@gnu.org>
6904
6905 * calendar/lunar.el (calendar-lunar-phases): Rename from
6906 calendar-phases-of-moon. Keep old name as alias, update callers.
6907 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
6908 (diary-lunar-phases): Rename from diary-phases-of-moon.
6909 Keep old name as alias.
6910 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
6911 (cal-menu-global-mouse-menu): Update for lunar name changes.
6912 * calendar/calendar.el (calendar-mode-map): Update for name change.
6913 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
6914
6915 2008-06-26 Glenn Morris <rgm@gnu.org>
6916
6917 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
6918 argument `nolocation'.
6919 (calendar-sunrise-sunset-month): New function.
6920 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
6921 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
6922 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
6923 * calendar/calendar.el (solar-sunrises-buffer): New constant.
6924 (calendar-mode-map): Use cal-menu-sunmoon-menu.
6925 (calendar-buffer-list): Add solar-sunrises-buffer.
6926
6927 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
6928
6929 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
6930
6931 * cus-start.el: Add customization types for word-wrap and
6932 shift-select-mode.
6933
6934 2008-06-26 John Paul Wallington <jpw@pobox.com>
6935
6936 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
6937 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
6938 (ibuffer-mark-on-buffer): Don't display message when removing marks.
6939 (ibuffer-mark-by-mode): Use `buffer-local-value'.
6940
6941 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6942
6943 * vc-dir.el (tool-bar): Require.
6944
6945 * vc.el (ewoc, tool-bar): Do not require.
6946
6947 2008-06-26 Kenichi Handa <handa@m17n.org>
6948
6949 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
6950 characters.
6951
6952 * composite.el (terminal-composition-base-character-p): New function.
6953 (terminal-composition-function):
6954 Use terminal-composition-base-character-p. Include the base character
6955 in the composition.
6956 (auto-compose-chars): Don't check font-object for terminal display.
6957
6958 2008-06-26 Glenn Morris <rgm@gnu.org>
6959
6960 * doc-view.el (bookmark-make-record-default):
6961 * image-mode.el (bookmark-make-record-default): Fix declaration.
6962
6963 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
6964 Add default :value for sexp type.
6965 (calendar-month-edges): New variable.
6966 (calendar-month-edges): New function.
6967 (calendar-recompute-layout-variables): Set calendar-month-edges.
6968 (calendar-intermonth-header, calendar-intermonth-text): New options.
6969 (calendar-insert-at-column): New function.
6970 (calendar-generate-month): Use calendar-insert-at-column.
6971 Handle intermonth text. Add 'date property.
6972 (calendar-column-to-month): Remove function.
6973 (calendar-column-to-segment): New function.
6974 (calendar-cursor-to-date): Use calendar-column-to-segment.
6975 Check 'date property.
6976
6977 * calendar/calendar.el (calendar-print-other-dates):
6978 Handle mouse events.
6979 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
6980 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
6981
6982 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
6983 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
6984 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
6985
6986 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6987 Use calendar-column-to-segment, calendar-month-edges, and
6988 the 'date property to handle intermonth text.
6989
6990 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
6991
6992 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
6993 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
6994 Add doc strings.
6995 (cal-menu-context-mouse-menu): Add some :keys.
6996 (calendar-check-holidays): Declare rather than autoloading.
6997 (diary-show-holidays-flag): Remove unneeded declaration.
6998
6999 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
7000 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
7001 event-start is nil.
7002
7003 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * minibuffer.el (completion-basic-try-completion): Use the text after
7006 point to constrain the completion candidates.
7007 (completion-basic-all-completions): Adjust accordingly.
7008
7009 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
7010
7011 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
7012 courier.
7013
7014 * faces.el (set-face-attribute): Doc fix.
7015
7016 2008-06-25 Juri Linkov <juri@jurta.org>
7017
7018 * bindings.el (goto-map): New variable. Rebind goto-related
7019 commands to this `M-g' prefix keymap.
7020 (search-map): New variable for `M-s' prefix keymap.
7021 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
7022 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
7023 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
7024 `M-shw' to `hi-lock-write-interactive-patterns'.
7025
7026 * isearch.el (isearch-mode-map): Bind `M-s h r' to
7027 `isearch-highlight-regexp'.
7028 (isearch-highlight-regexp): New function.
7029
7030 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7031
7032 * info.el (Info-bookmark-make-record):
7033 Use bookmark-make-record-default.
7034 (Info-bookmark-jump): Use bookmark-default-handler.
7035
7036 * image-mode.el (image-bookmark-make-record):
7037 Use bookmark-make-record-default.
7038 (image-bookmark-jump): Use bookmark-default-handler.
7039
7040 * doc-view.el (doc-view-bookmark-make-record):
7041 Use bookmark-make-record-default.
7042 (doc-view-bookmark-jump): Use bookmark-default-handler.
7043
7044 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
7045 used until now in bookmark.el's code.
7046 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
7047 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
7048 used until now in bookmark.el's code.
7049 (bookmark-set-filename): Remove special code, moved to its only caller.
7050 (bookmark-store): Use the newer format.
7051 (bookmark-make-record-default): Add arg `point-only'.
7052 Rename from bookmark-make-record-for-text-file.
7053 (bookmark--jump-via): New function.
7054 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
7055 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
7056 Use it.
7057 (bookmark-jump-noselect, bookmark-default-handler):
7058 Don't return an alist, instead return the data implicitly by changing
7059 current buffer and point. Signal an error if the file doesn't exist.
7060
7061 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
7062 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
7063
7064 * bs.el: Use with-current-buffer. Simplify.
7065 (bs-toggle-readonly): Avoid vc-toggle-read-only.
7066
7067 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
7068 is bound before using it.
7069
7070 2008-06-25 Kenichi Handa <handa@m17n.org>
7071
7072 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
7073
7074 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
7075
7076 * vc-hg.el:
7077 * vc-git.el: Require vc-dir when compiling.
7078
7079 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
7080 vc-dir-marked-only-files. Change the return value.
7081 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
7082 Change the return value.
7083 (vc-dir-deduce-fileset): New function broken out from ...
7084 * vc.el (vc-deduce-fileset): ... here and ...
7085 (vc-deduce-fileset): ... here.
7086
7087 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
7088 (vc-svn-parse-status): Do not set the vc-backend property.
7089
7090 2008-06-25 Andreas Schwab <schwab@suse.de>
7091
7092 * faces.el (face-font-family-alternatives, variable-pitch):
7093 Use "Sans Serif", not "Sans-Serif".
7094
7095 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
7096
7097 * faces.el (face-font-family-alternatives, variable-pitch):
7098 Change "Sans" to the canonical name "Sans-Serif".
7099
7100 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
7101
7102 * calc/calc.el (calc-mode-map): Add extra keybindings to
7103 `calc-missing-key'.
7104 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
7105 `kill-ring-save'.
7106
7107 2008-06-24 Miles Bader <miles@gnu.org>
7108
7109 * mouse.el (mouse-appearance-menu): Don't do anything if the user
7110 pops up the menu but doesn't select anything.
7111
7112 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
7113
7114 * add-log.el (add-change-log-entry): Add new arg to force each new
7115 entry to be on a new line.
7116 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
7117
7118 * vc-dir.el (vc-client-object): Remove.
7119 (vc-dir-prepare-status-buffer): Take a backend as an argument and
7120 use it when looking for a buffer.
7121 (vc-dir): Add a backend argument. Set revert-buffer-function.
7122 Don't create a client object. Move bindings ...
7123 (vc-dir-menu-map, vc-dir-mode-map): ... here.
7124 (vc-dir-revert-buffer-function): New function.
7125 (vc-generic-status-printer): Rename to ...
7126 (vc-dir-status-printer): ... this.
7127 (vc-generic-state, vc-generic-status-fileinfo-extra)
7128 (vc-dir-extra-menu, vc-make-backend-object): Remove.
7129 (vc-default-status-printer): Use a different face for
7130 directories. Don't display any text for directories in the state
7131 column. Add tooltips.
7132
7133 * vc.el (Todo): Update.
7134
7135 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
7136 * vc-rcs.el (vc-annotate-convert-time):
7137 * vc-mtn.el (vc-annotate-convert-time):
7138 * vc-git.el (vc-annotate-convert-time):
7139 * vc-cvs.el (vc-annotate-convert-time):
7140 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
7141
7142 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7143
7144 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
7145 instead of using view-mode.
7146
7147 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7148
7149 * Makefile.in (distclean): Don't delete *.elc and autogen files.
7150
7151 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7152
7153 * vc.el:
7154 * vc-hooks.el:
7155 * vc-dispatcher.el: Move vc-dir variables and functions ...
7156 * vc-dir.el: ... here. New file.
7157 * Makefile.in (ELCFILES): Add vc-dir.elc.
7158
7159 * vc.el: Move vc-annotate variables and functions ...
7160 * vc-annotate.el: ... here. New file.
7161 * Makefile.in (ELCFILES): Add vc-annotate.elc.
7162
7163 * vc-dav.el: Move here from url/vc-dav.el.
7164 (Todo): Note work needed to make this backend functional.
7165
7166 * Makefile.in (ELCFILES): Update vc-dav.el location.
7167
7168 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
7171
7172 2008-06-21 John Paul Wallington <jpw@pobox.com>
7173
7174 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
7175
7176 * textmodes/rst.el (rst-mode): Put docstring in right place.
7177
7178 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
7179
7180 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
7181 size for legibility.
7182
7183 * faces.el (fixed-pitch): Use "Monospace" family.
7184 (variable-pitch): Use "Sans" family.
7185 (face-font-family-alternatives): Define alternatives for "Sans"
7186 and "Monospace".
7187
7188 2008-06-21 Glenn Morris <rgm@gnu.org>
7189
7190 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
7191 Require 'cl when compiling.
7192
7193 * emacs-lisp/debug.el (help-xref-interned): Declare.
7194
7195 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
7196 Evaluate definition when compiling.
7197
7198 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
7199 rather than mouse-1.
7200 (bug-reference-url-format): Autoload safe if string.
7201 (bug-reference-bug-regexp): Make space after "bug" optional.
7202
7203 * Makefile.in (all): Explicitly pass EMACS to sub-make,
7204 for some non-GNU makes.
7205
7206 * cus-dep.el (custom-dependencies-no-scan-regexp):
7207 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
7208
7209 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
7210 increments.
7211
7212 * calendar/calendar.el: Factor out the magic numbers controlling the
7213 calendar layout.
7214 (calendar-month-digit-width, calendar-month-width)
7215 (calendar-right-margin): New variables.
7216 (calendar-recompute-layout-variables, calendar-set-layout-variable):
7217 New functions.
7218 (calendar-left-margin, calendar-intermonth-spacing)
7219 (calendar-column-width, calendar-day-header-width)
7220 (calendar-day-digit-width): New options.
7221 (calendar-first-date-row): New constant.
7222 (calendar-move-to-column, calendar-ensure-newline): New functions,
7223 replacing calendar-insert-indented.
7224 (calendar-insert-indented): Remove function.
7225 (calendar-generate-month): Use calendar-move-to-column and
7226 calendar-ensure-newline. Use layout variables.
7227 (calendar-generate, calendar-update-mode-line)
7228 (calendar-font-lock-keywords): Use layout variables.
7229 (calendar-column-to-month): New function.
7230 (calendar-cursor-to-date): Use calendar-column-to-month.
7231 Use layout variables.
7232 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
7233 Use layout variables. Use calendar-column-to-month.
7234 (calendar-cursor-to-visible-date): Use layout variables.
7235
7236 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7237
7238 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
7239 (all): Run compile-last.
7240 (compile-onefile): New target.
7241 (compile-first): Simplify.
7242 (compile-last): Don't treat COMPILE_FIRST specially.
7243 (COMPILE_FIRST): List the elc files rather than the el files.
7244 (ELCFILES): Update.
7245
7246 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
7247
7248 * net/newst-treeview.el: Remove dead code.
7249 (newsticker--window-config): Remove.
7250 (newsticker-treeview-quit): Do not save window config.
7251 (newsticker-treeview): Do not try to restore window config.
7252 (newsticker-groups, newsticker--treeview-list-sort-by-column)
7253 (newsticker--treeview-list-new-items)
7254 (newsticker--treeview-list-immortal-items)
7255 (newsticker--treeview-list-obsolete-items)
7256 (newsticker--treeview-list-all-items)
7257 (newsticker--treeview-list-feed-items): Fix documentation.
7258
7259 2008-06-21 Miles Bader <miles@gnu.org>
7260
7261 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
7262
7263 2008-06-21 Alan Mackenzie <acm@muc.de>
7264
7265 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
7266 infinite loop on invalid syntax.
7267
7268 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 * textmodes/rst.el: Run rst-define-level-faces when loading.
7271 (rst-mode): Don't set the font-lock-multiline var.
7272 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
7273 Set the font-lock-multiline property by hand.
7274
7275 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
7276
7277 * Makefile.in (emacs-deps): Remove.
7278 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
7279 (all): Use them.
7280 (autogen-clean): Remove.
7281
7282 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7283
7284 * Makefile.in (all): New target.
7285 (bootstrap-prepare): Remove.
7286
7287 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
7288 the .elc file to batch-byte-compile.
7289
7290 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
7291 set-keymap-parents if set-keymap-parent doesn't exist.
7292
7293 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
7294 Allow more than one space before the |.
7295
7296 * textmodes/rst.el: Fix up docstring conventions.
7297 Move vars to before their first use.
7298 (rst-mode): Don't mess with font-lock-support-mode.
7299 (rst-suggest-new-decoration, rst-adjust-decoration):
7300 Avoid CL's copy-list.
7301 (rst-delete-entire-line): Use line-beginning-position.
7302 (rst-position): New fun.
7303 (rst-straighten-decorations): Use it instead of CL's position.
7304 (rst-straighten-bullets-region): Avoid CL's mapcar*.
7305 (rst-toc-mode): Use define-derived-mode.
7306 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
7307 Remove unused var `in-par'. Use `point' rather than `point-marker'.
7308 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
7309 (rst-replace-lines): Simplify.
7310 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
7311
7312 * simple.el (special-mode-map): New var.
7313 (special-mode): New major mode.
7314
7315 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
7316
7317 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
7318 log-view-file-re.
7319
7320 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
7321 (vc-switch-backend): Simplify.
7322 (Todo): Remove solved items.
7323
7324 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
7325 the vc-backend property.
7326
7327 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7328
7329 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
7330 Bind inhibit-read-only since the buffer is always read-only.
7331
7332 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
7333
7334 * net/newst-treeview.el (newsticker-treeview-own-frame):
7335 Change default value to nil.
7336 (newsticker--treeview-list-add-item)
7337 (newsticker--treeview-propertize-tag): Show item title in tooltip.
7338
7339 2008-06-20 Martin Blais <blais@furius.ca>
7340 Stefan Merten <smerten@oekonux.de>
7341 David Goodger <goodger@python.org>
7342
7343 * textmodes/rst.el: New file.
7344
7345 2008-06-20 Sam Steingold <sds@gnu.org>
7346
7347 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
7348 remove DIRECTORY entries.
7349
7350 2008-06-20 Eli Zaretskii <eliz@gnu.org>
7351
7352 * makefile.w32-in (distclean): Depend on `clean'.
7353 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
7354 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
7355 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
7356 empty cus-load.el with `echo', and include "Local Variables"
7357 section to prevent the empty file from being compiled.
7358 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
7359 that generate an empty cus-load.el.
7360
7361 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
7362
7363 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
7364 Don't copy ldefs-boot.el over loaddefs.el.
7365 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
7366 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
7367 to loaddefs.el; they are not needed now. Add coding cookie.
7368
7369 2008-06-20 Miles Bader <miles@gnu.org>
7370
7371 * face-remap.el (face-remap-add-relative, face-remap-set-base):
7372 Strip unnecessary list levels from SPECS.
7373 (buffer-face-set, buffer-face-toggle):
7374 Change argument from FACE to &rest SPECS, and strip unnecessary
7375 list levels from SPECS.
7376 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
7377
7378 2008-06-20 Jason Rumney <jasonr@gnu.org>
7379
7380 * international/fontset.el (setup-default-fontset): Specify script
7381 for latin use of iso10646-1. Fix use of lang tags.
7382
7383 2008-06-19 Miles Bader <miles@gnu.org>
7384
7385 * face-remap.el (text-scale-increase): Start from zero if
7386 text-scale-mode isn't enabled.
7387
7388 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
7389
7390 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
7391 frame parameters after setting up the `default' face.
7392
7393 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7394
7395 * faces.el (face-set-after-frame-default): Don't exclude `default'.
7396
7397 2008-06-18 Glenn Morris <rgm@gnu.org>
7398
7399 * mouse.el (buffer-face-mode-invoke): Declare.
7400
7401 * Makefile.in (ELCFILES): Add org/org-id.elc.
7402
7403 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
7404 * calendar/cal-menu.el (cal-menu-holidays-menu):
7405 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
7406 (cal-menu-today-holidays): Remove function.
7407
7408 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
7409 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
7410 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
7411 Remove unused functions.
7412 (calendar-mouse-view-diary-entries): Use format rather than concat.
7413
7414 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
7415 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7416 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
7417
7418 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
7419 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7420 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
7421 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
7422 cal-menu-event-to-date.
7423
7424 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
7425 Handle mouse events.
7426 * calendar/cal-tex.el (cal-tex-cursor-year)
7427 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
7428 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7429 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7430 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
7431 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
7432 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
7433 (cal-tex-cursor-month): Mark N as optional.
7434 * calendar/cal-menu.el (calendar-mouse-tex-day)
7435 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
7436 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
7437 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
7438 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
7439 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
7440 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
7441 Remove functions.
7442 (cal-menu-context-mouse-menu): Replace the above functions with the
7443 cal-tex versions. Add HTML submenu.
7444
7445 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
7446
7447 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
7448 text command mode.
7449 (gdb): Explain that gud-gdb is needed for text command mode.
7450
7451 2008-06-17 Martin Rudalics <rudalics@gmx.at>
7452
7453 * window.el (split-height-threshold): Remove spurious extra line.
7454
7455 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
7458 (calendar-set-mark):
7459 * calendar/diary-lib.el (diary-insert-entry):
7460 * calendar/solar.el (calendar-sunrise-sunset): Use it.
7461 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
7462 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
7463 (cal-menu-context-mouse-menu): Use calendar-set-mark,
7464 diary-insert-entry, and calendar-sunrise-sunset instead.
7465
7466 * vc.el (vc-deduce-fileset): Add arg `only-files'.
7467 (vc-next-action): Pass the new arg.
7468 (vc-register): Don't use `only-files'.
7469 Don't set `backup-inhibited' in the current buffer.
7470
7471 2008-06-17 Miles Bader <miles@gnu.org>
7472
7473 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
7474
7475 * face-remap.el (buffer-face-mode-face)
7476 (buffer-face-mode-remapping): New variables.
7477 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
7478 (buffer-face-mode-invoke): New functions.
7479 (variable-pitch-mode-remapping): Variable removed.
7480 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
7481
7482 * face-remap.el (internal-lisp-face-attributes): New variable.
7483 (face-attrs-more-relative-p, face-remap-order): New functions.
7484 (face-remap-add-relative): Use `face-remap-order'.
7485
7486 2008-06-17 Glenn Morris <rgm@gnu.org>
7487
7488 * mouse.el (x-select-font): Declare.
7489
7490 * calendar/calendar.el (calendar-move-hook):
7491 Add calendar-update-mode-line as an option.
7492 (calendar-date-echo-text): New user option.
7493 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
7494 (calendar-insert-indented): Simplify newline insertion.
7495 (calendar-describe-mode): Remove unused function.
7496 (calendar-mode-line-entry): New function.
7497 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
7498 Mark as risky.
7499 (calendar-mouse-other-month): Remove function.
7500 (calendar-other-month): Handle mouse events.
7501 (calendar-goto-info-node): Call fit-window-to-buffer.
7502 (calendar-mode): Use define-derived-mode. Doc fix.
7503 (calendar-update-mode-line): Tweak whitespace.
7504
7505 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
7506
7507 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
7508 (vc-dir-marked-only-files): vc-string-prefix-p.
7509
7510 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
7511
7512 * progmodes/gdb-ui.el (gdb-memory-set-address)
7513 (gdb-memory-set-repeat-count): Allow keyboard bindings.
7514 (gdb-memory-mode-map): Bind above functions respectively
7515 to 'S' and 'N'.
7516
7517 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
7518
7519 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
7520
7521 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
7522
7523 * log-view.el (vc-diff-internal): Declare for compiler.
7524
7525 * vc-bzr.el (log-view-per-file-logs):
7526 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
7527
7528 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
7529
7530 * mouse.el (mouse-appearance-menu-map): New var.
7531 (mouse-appearance-menu): New function.
7532 Bind it to S-down-mouse-1.
7533
7534 2008-06-15 Juri Linkov <juri@jurta.org>
7535
7536 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
7537 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
7538 as the second element.
7539 (Info-build-toc): Add PARENT element extracted from the Up pointer.
7540 Don't print progress messages.
7541 (Info-toc-nodes): New variable and function.
7542 (Info-index-nodes): Optimize non-string file name case.
7543 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
7544 (Info-insert-breadcrumbs): Use the cached document structure instead
7545 of visiting all ancestor nodes. Remove the initial `>'.
7546
7547 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7548
7549 * log-view.el (log-view-diff-changeset): New function.
7550 (log-view-mode-map, log-view-mode-menu): Bind it.
7551 (log-view-per-file-logs, log-view-vc-fileset)
7552 (log-view-vc-backend): New variables.
7553 (log-view-find-revision, log-view-modify-change-comment)
7554 (log-view-annotate-version): Throw an error if the log is for more
7555 than one file and we can't find the current file. Get the current
7556 file from log-view-vc-fileset if necessary.
7557 (log-view-diff): Get the current file from log-view-vc-fileset if
7558 necessary.
7559
7560 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
7561
7562 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
7563 (vc-hg-log-view-mode): Declare for compiler.
7564 (vc-hg-log-view-mode): Set log-view-per-file-logs and
7565 log-view-file-re.
7566 (vc-hg-diff): If no file is passed, use default-directory for cwd.
7567
7568 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
7569
7570 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
7571
7572 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
7573
7574 * net/tramp.el (tramp-handle-start-file-process):
7575 Clear modification time of the connection buffer.
7576 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
7577 (tramp-open-connection-setup-interactive-shell): Flush cache, and
7578 restart `tramp-maybe-open-connection' when the remote system has
7579 been changed. Throw 'uname-changed event.
7580 (tramp-maybe-open-connection): Catch it.
7581
7582 * net/tramp-cmds.el (tramp-cleanup-all-connections):
7583 Reset `tramp-locked'.
7584
7585 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
7586
7587 * net/newst-treeview.el (newsticker--treeview-list-update)
7588 (newsticker--treeview-item-update)
7589 (newsticker--treeview-tree-update)
7590 (newsticker-treeview-jump, newsticker-group-add-group)
7591 (newsticker-group-move-feed, newsticker-group-delete-group):
7592 Remove window dedication.
7593 (newsticker--group-manage-orphan-feeds): Handle ill-valued
7594 newsticker-groups.
7595 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
7596
7597 2008-06-15 Andreas Schwab <schwab@suse.de>
7598
7599 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
7600 when parsing CVS/Repository.
7601
7602 * wdired.el (wdired-search-and-rename): Fix undocumented change.
7603
7604 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
7605
7606 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
7607 (newsticker-extra-face, newsticker-enclosure-face): Moved to
7608 net/newst-reader.el.
7609
7610 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
7611 (newsticker-extra-face, newsticker-enclosure-face): Moved from
7612 net/newst-reader.el.
7613
7614 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7615
7616 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
7617 Catch and recover from case when the bytes we thought we were reading
7618 turn out to be something else entirely, such as latin-1 chars from
7619 quail. See bug#396.
7620
7621 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7622
7623 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
7624 (vc-register): Call the backend function only once, instead of
7625 once for each file.
7626 (vc-next-action): Update call to vc-register.
7627 (vc-dir-register): Remove function.
7628 (vc-dir): Bind vc-register instead of vc-dir-register.
7629
7630 2008-06-14 Glenn Morris <rgm@gnu.org>
7631
7632 * Makefile.in (ELCFILES): Add net/newst-*.el.
7633
7634 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7635
7636 * wdired.el (wdired-do-renames): New function.
7637 (wdired-finish-edit): Use it to.
7638 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
7639
7640 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
7643
7644 2008-06-14 Martin Rudalics <rudalics@gmx.at>
7645
7646 * window.el (window--even-window-heights): Even window heights
7647 only if the selected window is higher than WINDOW.
7648 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7649
7650 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
7653
7654 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7655
7656 * term/linux.el (terminal-init-linux): Load t-mouse.
7657
7658 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7659 Drew Adams <drew.adams@oracle.com>
7660
7661 * info.el (Info-breadcrumbs-depth): New var.
7662 (Info-insert-breadcrumbs): New function.
7663 (Info-fontify-node): Use it.
7664 (Info-mode-map): Move initialization into declaration.
7665
7666 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
7667
7668 Rename net/newsticker-*.el to net/newst-*.el.
7669 * net/newst-backend.el: Rename from net/newsticker-backend.el.
7670 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
7671 * net/newst-reader.el: Rename from net/newsticker-reader.el.
7672 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
7673 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
7674 * net/newsticker-backend.el: Rename to net/newst-backend.el.
7675 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
7676 * net/newsticker-reader.el: Rename to net/newst-reader.el.
7677 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
7678 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
7679
7680 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7681
7682 * progmodes/compile.el (compilation-start): Don't disable undo in
7683 comint buffer. Don't override the comint-filter with our own.
7684 (compilation-filter): Change point's insertion-type.
7685
7686 * comint.el (comint-output-filter): Use copy-marker.
7687
7688 2008-06-13 David Reitter <david.reitter@gmail.com>
7689
7690 * textmodes/flyspell.el (mail-mode-flyspell-verify):
7691 Check message-signature-separator exists before using it.
7692
7693 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
7694
7695 * vc.el (vc-delete-file): Bind default-directory before calling
7696 the backend.
7697 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
7698 (vc-annotate-show-diff-revision-at-line-internal): ... here.
7699 New function.
7700 (vc-annotate-show-changeset-diff-revision-at-line): New function.
7701 (vc-annotate-mode-menu): Bind it.
7702
7703 2008-06-13 Jason Rumney <jasonr@gnu.org>
7704
7705 * term/w32-win.el (mouse-set-font): Remove overridden function.
7706 (w32-select-font): Declare as obsolete alias for x-select-font.
7707
7708 2008-06-13 Daniel Engeler <engeler@gmail.com>
7709
7710 These changes add serial port access.
7711 * term.el (term-update-mode-line): Modify.
7712 (serial-port-is-file-p, serial-nice-speed-history)
7713 (serial-no-speed, serial-mode-line-speed-menu)
7714 (serial-mode-line-config-menu): New variables and constants.
7715 (serial-name-history, serial-speed-history)
7716 (serial-supported-or-barf, serial-read-name, serial-read-speed)
7717 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
7718 (serial-mode-line-speed-menu, serial-update-speed-menu)
7719 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
7720 (serial-update-config-menu): New functions.
7721
7722 2008-06-13 Glenn Morris <rgm@gnu.org>
7723
7724 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
7725
7726 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
7727
7728 2008-06-13 Kenichi Handa <handa@m17n.org>
7729
7730 * cus-face.el (custom-face-attributes): Add :foundry.
7731
7732 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
7733 (face-x-resources): Add :foundry.
7734 (face-valid-attribute-values): Likewise.
7735 (face-attribute-name-alist): Likewise.
7736 (describe-face): Likewise.
7737
7738 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7739
7740 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
7741
7742 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
7743
7744 * longlines.el (longlines-search-forward, longlines-search-backward)
7745 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
7746
7747 2008-06-12 Sam Steingold <sds@gnu.org>
7748
7749 * vc.el (vc-rename-file): DTRT when the destination is a directory
7750 name and the source is a file.
7751
7752 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
7753
7754 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
7755
7756 2008-06-12 Glenn Morris <rgm@gnu.org>
7757
7758 * progmodes/f90.el (f90-beginning-of-subprogram)
7759 (f90-end-of-subprogram): Only give a message when interactive.
7760
7761 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
7762
7763 * progmodes/cperl-mode.el (cperl-info-on-command):
7764 Use display-pixel-height rather than x-display-pixel-height.
7765
7766 * mail/rmailedit.el (rmail-cease-edit):
7767 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
7768
7769 * emulation/edt.el (edt-xserver):
7770 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
7771
7772 * emulation/edt-mapper.el: Drop test for Emacs < 19.
7773
7774 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
7775 Evaluate definitions when compiling. Reverse tests.
7776
7777 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
7778 use unless.
7779
7780 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
7781
7782 * textmodes/artist.el (x-pointer-shape):
7783 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
7784 (x-open-connection, x-server-max-request-size, x-get-resource):
7785 * term/w32console.el (x-setup-function-keys):
7786 * term/w32-win.el (x-parse-geometry, x-resource-name)
7787 (generate-fontset-menu, image-library-alist, x-open-connection)
7788 (setup-default-fontset, set-fontset-font, setup-default-fontset)
7789 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
7790 (x-get-resource):
7791 * term/mac-win.el (x-parse-geometry, x-resource-name)
7792 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
7793 (new-fontset, x-display-list, x-open-connection, x-get-resource):
7794 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
7795 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
7796 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
7797 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
7798 (tooltip-identifier-from-point, define-fringe-bitmap):
7799 * play/gamegrid.el (image-size):
7800 * play/bubbles.el (image-size):
7801 * mail/emacsbug.el (x-server-vendor, x-server-version):
7802 * international/mule-util.el (internal-char-font):
7803 * international/mule-diag.el (font-info, query-fontset, fontset-info)
7804 (fontset-alias-alist, fontset-list, fontset-plain-name):
7805 * international/mule-cmds.el (x-server-vendor, x-server-version):
7806 * international/fontset.el (font-encoding-charset-alist)
7807 (otf-script-alist, new-fontset, set-fontset-font)
7808 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
7809 (fontset-list, query-fontset, x-get-resource):
7810 * emulation/edt.el (x-server-vendor):
7811 * emulation/edt-mapper.el (x-server-vendor):
7812 * emacs-lisp/map-ynp.el (x-popup-dialog):
7813 * emacs-lisp/lmenu.el (x-popup-dialog):
7814 * x-dnd.el (x-window-property, x-change-window-property)
7815 (x-get-selection-internal):
7816 * woman.el (x-list-fonts):
7817 * w32-fns.el (x-server-version):
7818 * tooltip.el (x-show-tip, x-hide-tip):
7819 * tool-bar.el (image-mask-p):
7820 * thumbs.el (image-size):
7821 * term.el (overflow-newline-into-fringe):
7822 * subr.el (scroll-bar-scale):
7823 * startup.el (x-get-resource, tool-bar-mode, image-size):
7824 * select.el (x-get-selection-internal, x-own-selection-internal)
7825 (x-disown-selection-internal):
7826 * mouse.el (generate-fontset-menu):
7827 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
7828 * image.el (image-library-alist):
7829 * image-mode.el (image-size, image-refresh):
7830 * image-dired.el (clear-image-cache):
7831 * gs.el (x-display-mm-width, x-display-pixel-width)
7832 (x-display-mm-height, x-display-pixel-height)
7833 (x-change-window-property, x-display-grayscale-p, x-window-property):
7834 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
7835 (x-focus-frame, x-list-fonts, x-display-screens)
7836 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
7837 (x-display-mm-width, x-display-backing-store, x-display-save-under)
7838 (x-display-planes, x-display-color-cells, x-display-visual-class):
7839 * faces.el (internal-face-x-get-resource)
7840 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
7841 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
7842 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
7843 (x-parse-geometry, x-create-frame, x-setup-function-keys)
7844 (tool-bar-setup):
7845 * doc-view.el (clear-image-cache, image-size, tooltip-show):
7846 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
7847 * dframe.el (x-display-pixel-width, x-display-pixel-height):
7848 * descr-text.el (internal-char-font):
7849 Define for compiler, for builds without X.
7850
7851 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7852
7853 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
7854
7855 2008-06-11 Glenn Morris <rgm@gnu.org>
7856
7857 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
7858 before trying to move there.
7859 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
7860 is non-nil, indent most terminating statements like loop body.
7861
7862 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
7863 Gregorian date, and add it, not the local date, to diary-entries-list.
7864 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
7865
7866 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7867
7868 * progmodes/compile.el (compilation-filter): Fix up last change.
7869
7870 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
7871
7872 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
7873 (gpm-mouse-mode): Make it into a proper global minor mode.
7874
7875 * files.el (save-some-buffers-action-alist): Only use recursive-edit
7876 if the user enabled recursive-minibuffers.
7877
7878 * emacs-lisp/map-ynp.el (map-y-or-n-p):
7879 Add support for scroll-other-window.
7880
7881 2008-06-11 Jason Rumney <jasonr@gnu.org>
7882
7883 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
7884 Use tmm-menubar if menu is disabled in this frame.
7885
7886 * menu-bar.el (menu-bar-open): Determine how to open menu bar
7887 from frame type, per documentation. Add w32 case.
7888
7889 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7890
7891 * minibuffer.el (completion--merge-suffix): New function.
7892 (completion-basic-try-completion): Use it.
7893 (completion-pcm--find-all-completions): Add argument `filter'.
7894 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
7895 New functions.
7896 (completion-pcm-try-completion): Use them.
7897
7898 * xt-mouse.el (turn-on-xterm-mouse-tracking)
7899 (turn-off-xterm-mouse-tracking): Use terminal-list.
7900
7901 * cus-start.el (underline-minimum-offset): Rename from
7902 x-underline-minimum-display-offset.
7903
7904 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
7905
7906 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
7907
7908 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
7909
7910 * mouse.el (mouse-select-font): New function.
7911
7912 * faces.el (face-spec-recalc): When the face is set using
7913 Customize, avoid recalculating it twice.
7914
7915 * menu-bar.el (menu-set-font): New function. Bind "Set Default
7916 Font" menu item to it. Apply selected font to all frames, and
7917 make it savable.
7918 (menu-bar-options-save): Save `default' font if changed.
7919
7920 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7921
7922 * ffap.el (ffap-string-at-point-mode-alist):
7923 Use alpha rather than lower.
7924
7925 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
7926
7927 * subr.el (momentary-string-display): Use an overlay.
7928
7929 * progmodes/compile.el (compilation-mode):
7930 Set window-point-insertion-type.
7931 (compilation-filter): Don't use insert-before-markers any more.
7932 * emacs-lisp/trace.el (trace-make-advice):
7933 Set window-point-insertion-type in the trace buffer.
7934 * startup.el (normal-top-level): Set window-point-insertion-type in
7935 *Messages*.
7936 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
7937 (telnet-filter): Don't use insert-before-markers any more.
7938 * comint.el (comint-mode): Set window-point-insertion-type.
7939 (comint-output-filter): Don't use insert-before-markers any more.
7940 * button.el (make-text-button): Allow `start' to be a string.
7941
7942 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
7943
7944 * emacs-lisp/autoload.el (autoload-rubric):
7945 Fix coding cookie not to force Unix EOL.
7946
7947 2008-06-10 Martin Rudalics <rudalics@gmx.at>
7948
7949 * window.el (window--splittable-p, window--try-to-split-window):
7950 Don't use with-selected-window to avoid messing up get-lru-window.
7951 Reported by David Hansen <david.hansen@gmx.net>.
7952
7953 2008-06-10 Glenn Morris <rgm@gnu.org>
7954
7955 * subr.el (locate-library): Doc fix.
7956
7957 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
7958 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
7959 Check tool-bar-map is bound, for non-X builds.
7960
7961 * net/newsticker-reader.el (newsticker--next-item-image)
7962 (newsticker--previous-item-image, newsticker--previous-feed-image)
7963 (newsticker--next-feed-image, newsticker--mark-read-image)
7964 (ewsticker--mark-immortal-image, newsticker--narrow-image)
7965 (newsticker--get-all-image, newsticker--update-image)
7966 (newsticker--browse-image): Check xpm images are available.
7967 (newsticker--mark-read-image, newsticker--mark-immortal-image)
7968 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
7969
7970 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
7971 (newsticker--plainview-tool-bar-map, newsticker-mode):
7972 Check tool-bar-map is bound, for non-X builds.
7973 (w3m-toggle-inline-image): Declare.
7974
7975 * net/newsticker-backend.el (tool-bar-map): Don't declare.
7976
7977 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
7978
7979 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
7980 (finder-compile-keywords): Move let to where needed.
7981 (finder-mouse-face-on-line): Go back one more line if needed.
7982 (finder-list-matches): Use cadr.
7983 (finder-goto-xref): New function.
7984 (finder-commentary): Add buttons to jump to foo.el libraries.
7985
7986 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7987
7988 * apropos.el (apropos-function, apropos-macro, apropos-command)
7989 (apropos-variable, apropos-face, apropos-group, apropos-widget)
7990 (apropos-plist): Add apropos-short-label property.
7991 (apropos-multi-type): New variables.
7992 (apropos-command, apropos-value): Set it.
7993 (apropos-compact-layout): New custom.
7994 (apropos-print, apropos-print-doc): Use it.
7995 (apropos-print): Truncate lines.
7996
7997 2008-06-09 Kenichi Handa <handa@m17n.org>
7998
7999 * international/fontset.el (font-encoding-alist):
8000 Add an entry for "ascii-0".
8001
8002 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
8003
8004 * language/hanja-util.el (hanja-init-load): Show the message only
8005 when loading a table.
8006
8007 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
8008
8009 * net/newsticker-treeview.el (newsticker-treeview):
8010 * net/newsticker-plainview.el (newsticker-plainview):
8011 Add autoload cookie.
8012
8013 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
8014
8015 * net/newsticker.el: Split up into newsticker-backend, -ticker,
8016 -reader, -plainview, and -treeview.
8017 (newsticker-version): Change to 1.99.
8018
8019 * net/newsticker-backend.el: New. Move backend functionality from
8020 newsticker.el to newsticker-backend.el.
8021 (newsticker--download-logos): New.
8022 (newsticker--sentinel-callback): New.
8023 (newsticker--set-customvar): Remove. Split up into specific
8024 functions related to retrieval, ticker, buffer, and display.
8025 (newsticker--set-customvar-retrieval): New. Extracted from
8026 `newsticker--set-customvar'.
8027 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
8028 (newsticker-url-list-defaults):
8029 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
8030 (newsticker-url-list): Doc changed. URL can be a function.
8031 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
8032 (newsticker-retrieval-method): New.
8033 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
8034 (newsticker-retrieval-interval):
8035 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
8036 (newsticker-desc-comp-max): Change :group.
8037 (newsticker--cache): Doc changed.
8038 (newsticker--guid-to-string): New.
8039 (newsticker--guid): Use `newsticker--guid-to-string'.
8040 (newsticker--real-feed-name): New.
8041 (newsticker--start-feed): New. Extracted from `newsticker-start'.
8042 (newsticker-start): Use `insert-file-contents' for reading cache.
8043 Use `newsticker--start-feed'.
8044 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
8045 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
8046 Use `newsticker--stop-feed'.
8047 (newsticker-save-item): New.
8048 (newsticker--get-news-by-funcall): New.
8049 (newsticker-get-news): Handle new retrieval methods.
8050 (newsticker--sentinel): Use `newsticker--sentinel-work'.
8051 (newsticker--sentinel-work): New. Extracted from
8052 `newsticker--sentinel'. Use `newsticker--download-logos',
8053 `newsticker--sentinel-callback'.
8054 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
8055 (newsticker--parse-atom-1.0): Fix link determination.
8056 (newsticker--parse-rss-0.91): Fix time determination.
8057 (newsticker--parse-rss-0.92): Fix time determination.
8058 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
8059 (newsticker--parse-generic-feed): New arg order in
8060 `newsticker--cache-add'.
8061 (newsticker--parse-generic-items): Fix for multiple items.
8062 New arg order in `newsticker--cache-add'.
8063 (newsticker--forget-preformatted): Check whether
8064 `newsticker--buffer-set-uptodate' is fbound.
8065 (newsticker--decode-iso8601-date): Handle fractions of seconds.
8066 (newsticker--decode-rfc822-date): Partial timezone handling.
8067 (newsticker--cache-contains): Fix guid problem.
8068 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
8069 (newsticker--cache-save): New.
8070 (newsticker--cache-update): Use temp buffer.
8071 (newsticker--stat-num-items): Allow multiple AGE args.
8072 (newsticker--stat-num-items-total): New.
8073 (newsticker--opml-import-outlines): New.
8074 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
8075 (newsticker--do-run-auto-mark-filter): Doc changed.
8076 (newsticker-retrieve-random-message): New.
8077
8078 * net/newsticker-ticker.el: New. Move ticker functionality from
8079 net/newsticker.el to net/newsticker-ticker.el.
8080 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
8081 `newsticker--ticker-timer'.
8082 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
8083 to `newsticker--ticker-timer'.
8084 (newsticker--set-customvar-ticker): New. Extracted from
8085 `newsticker--set-customvar'.
8086 (newsticker-ticker-interval): Rename `newsticker-display-interval'
8087 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
8088 for :set. Change :group.
8089 (newsticker-scroll-smoothly): Doc changed. Change :group.
8090 (newsticker-hide-immortal-items-in-echo-area)
8091 (newsticker-hide-old-items-in-echo-area)
8092 (newsticker-hide-obsolete-items-in-echo-area):
8093 Use `newsticker--set-customvar-ticker for :set. Change :group.
8094 (newsticker-start-ticker): Rename `newsticker--display-timer' to
8095 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
8096 to `newsticker-ticker-interval'.
8097 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
8098 `newsticker--ticker-timer'.
8099
8100 * net/newsticker-reader.el: New. Move reader functionality from
8101 net/newsticker.el to net/newsticker-reader.el.
8102 (newsticker--set-customvar-formatting): New. Extracted from
8103 `newsticker--set-customvar'.
8104 (newsticker-reader, newsticker-frontend): New.
8105 (newsticker-enable-logo-manipulations): Change :group.
8106 (newsticker-justification): Use `newsticker--set-customvar-formatting'
8107 for :set. Change :group.
8108 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
8109 for :set. Change :group.
8110 (newsticker-html-renderer): Doc changed.
8111 Use `newsticker--set-customvar-formatting' for :set. Change :group.
8112 (newsticker-date-format):
8113 Use `newsticker--set-customvar-formatting' for :set. Change :group.
8114 (newsticker--insert-enclosure):
8115 Rename `newsticker--buffer-insert-enclosure' to
8116 `newsticker--insert-enclosure'. Add keymap arg.
8117 (newsticker--print-extra-elements):
8118 Rename `newsticker--buffer-print-extra-elements' to
8119 `newsticker--print-extra-elements'. Add keymap arg.
8120 (newsticker--do-print-extra-element):
8121 Rename `newsticker--buffer-do-print-extra-element' to
8122 `newsticker--do-print-extra-element'. Add keymap arg.
8123 (newsticker-show-news): Use `newsticker-frontend'.
8124
8125 * net/newsticker-plainview.el: New. Move plainview functionality
8126 from net/newsticker.el to net/newsticker-reader.el.
8127 (newsticker-plainview): New.
8128 (newsticker--set-customvar-sorting): New. Extracted from
8129 `newsticker--set-customvar'.
8130 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
8131 for :set. Changed :group.
8132 (newsticker-heading-format, newsticker-item-format)
8133 (newsticker-desc-format, newsticker-statistics-format):
8134 Use `newsticker--set-customvar-formatting for :set. Change :group.
8135 (newsticker-faces): Change :group.
8136 (newsticker-default-face): Enable again.
8137 (newsticker-hide-old-items-in-newsticker-buffer)
8138 (newsticker-show-descriptions-of-new-items):
8139 Use `newsticker--set-customvar-buffer' for :set. Change :group.
8140 (newsticker-show-all-news-elements): Change :group.
8141 (newsticker-plainview-hooks): New.
8142 (newsticker-select-item-hook, newsticker-select-feed-hook)
8143 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
8144 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
8145 to `newsticker--plainview-tool-bar-map'.
8146 (newsticker--url-keymap): Add mouse-1 binding.
8147 (newsticker-plainview): New.
8148 (newsticker-mark-all-items-of-feed-as-read): Change doc.
8149 (newsticker--buffer-do-insert-text): Use renamed
8150 newsticker--[buffer-]insert-enclosure and
8151 newsticker--[buffer-]print-extra-elements.
8152 (newsticker--buffer-set-faces): Use newsticker-default-face.
8153
8154 * net/newsticker-treeview.el: New.
8155
8156 2008-06-08 Andreas Schwab <schwab@suse.de>
8157
8158 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
8159
8160 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
8161
8162 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
8163 empty line.
8164
8165 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
8166
8167 2008-06-08 Martin Rudalics <rudalics@gmx.at>
8168
8169 * window.el (split-height-threshold, split-width-threshold):
8170 Add choice nil.
8171 (split-window-preferred-function): Allow either nil or a function.
8172 (window--splittable-p, window--try-to-split-window):
8173 Handle changed option values.
8174
8175 (window--frame-usable-p): Handle nil argument.
8176
8177 (display-buffer): Call get-lru-window when pop-up-windows is nil
8178 and window can't be split.
8179
8180 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
8181
8182 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
8183
8184 * net/tramp.el (top): Quote feature names. Remove
8185 `tramp-rfn-eshadow-setup-minibuffer' from
8186 `rfn-eshadow-setup-minibuffer-hook' when unloading.
8187 (tramp-read-passwd): There is only one call to
8188 `auth-source-user-or-password' needed. Pacify byte compiler.
8189
8190 2008-06-08 Andreas Schwab <schwab@suse.de>
8191
8192 * window.el (display-buffer): Use lru window if current window
8193 cannot be split.
8194
8195 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8196
8197 * apropos.el (apropos-library): New command and new button.
8198 (apropos-library-button): New function.
8199
8200 * apropos.el: Remove spurious * in docstrings.
8201 (apropos-label-face): Use variable pitch.
8202 (apropos-print): Use dolist and with-current-buffer.
8203 (apropos-print-doc): Use when.
8204
8205 * window.el (special-display-p, display-buffer):
8206 Fix up C->Elisp transcription error.
8207
8208 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8209
8210 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
8211 (byte-compile-file): Initialize it.
8212 (byte-compile-nogroup-warn): Keep track of the current group.
8213
8214 2008-06-08 Glenn Morris <rgm@gnu.org>
8215
8216 * Makefile.in (compile, compile-always, bootstrap-prepare):
8217 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
8218
8219 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
8220
8221 * language/hanja-util.el (hanja-init-load): Use a char-table for
8222 hanja-table.
8223 (hangul-to-hanja-char): Adjust for the above change.
8224
8225 2008-06-07 Glenn Morris <rgm@gnu.org>
8226
8227 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
8228 lm-keywords.
8229
8230 * mail/sendmail.el (mail-interactive): Add :version.
8231
8232 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
8233 obsolete alias.
8234
8235 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
8236 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
8237 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
8238 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
8239 * eshell/esh-util.el, international/mule-cmds.el:
8240 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
8241 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
8242 Remove unnecessary eval-when-compiles and eval-and-compiles.
8243
8244 * Makefile.in (bootstrap-clean): Run autogen-clean.
8245 (maintainer-clean): No need to run autogen-clean now it is included in
8246 bootstrap-clean.
8247
8248 2008-06-06 Miles Bader <miles@gnu.org>
8249
8250 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
8251
8252 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
8253
8254 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
8255 longlines mode.
8256
8257 * replace.el (replace-search-function)
8258 (replace-re-search-function): New vars.
8259 (perform-replace): Use them.
8260
8261 * longlines.el (longlines-re-search-forward): New function.
8262 (longlines-mode): Bind replace-search-function and
8263 replace-re-search-function, to ensure that replacement commands
8264 treat newlines as spaces.
8265 (longlines-show-effect): Default to a pilcrow sign.
8266
8267 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * help.el (function-called-at-point):
8270 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
8271 even when calling find-tag-default.
8272
8273 2008-06-06 Daniel Colascione <danc@merrillpress.com>
8274
8275 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
8276 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
8277 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
8278 (nxml-fontify-buffer, nxml-do-fontify):
8279 Remove obsolete variables and functions.
8280 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
8281 (nxml-degrade, nxml-after-change, nxml-after-change1)
8282 (nxml-extend-region, nxml-extend-after-change-region)
8283 (nxml-extend-after-change-region1, nxml-fontify-matcher)
8284 (nxml-toggle-char-ref-extra-display): Use font-lock, and
8285 font-lock-extend-region-functions in particular, to fontify
8286 nxml-mode buffers.
8287 (nxml-debug-region): New debugging helper function.
8288
8289 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
8290 (nxml-scan-after-change, nxml-move-tag-backwards):
8291 Adapt for font-lock changes.
8292
8293 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
8294 (nxml-debug-set-inside, nxml-debug-clear-inside):
8295 New debugging functions.
8296 (nxml-with-degradation-on-error): New helper macro.
8297
8298 2008-06-06 Martin Rudalics <rudalics@gmx.at>
8299
8300 * window.el (display-buffer): Remove dead call to get-lru-window.
8301
8302 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8303
8304 * mail/sendmail.el (mail-interactive): Change default.
8305
8306 2008-06-05 John Paul Wallington <jpw@pobox.com>
8307
8308 * bindings.el (completion-ignored-extensions):
8309 Add .p64fsl, .d64fsl, and .dx64fsl.
8310
8311 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8312
8313 * ffap.el (ffap-prompter): Don't use the region.
8314
8315 2008-06-05 Sam Steingold <sds@gnu.org>
8316
8317 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
8318 subdirectory to be registered.
8319
8320 2008-06-05 Martin Rudalics <rudalics@gmx.at>
8321
8322 * window.el (display-buffer-function, special-display-p)
8323 (special-display-buffer-names, special-display-regexps)
8324 (special-display-function, same-window-p, same-window-buffer-names)
8325 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
8326 (pop-up-frame-function, pop-up-windows, even-window-heights)
8327 (split-window-preferred-function, split-height-threshold)
8328 (window--display-buffer-1, display-buffer, pop-to-buffer):
8329 Move from window.c and buffer.c.
8330 (window--splittable-p, window--try-to-split-window)
8331 (window--frame-usable-p, window--display-buffer-2)
8332 (window--even-window-heights): New functions.
8333 (split-width-threshold): New option.
8334 (split-window-preferred-horizontally): Remove.
8335
8336 * cus-start.el: Remove corresponding declarations.
8337
8338 2008-06-05 Sam Steingold <sds@gnu.org>
8339
8340 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
8341 an error on modified buffers.
8342
8343 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8344
8345 * progmodes/etags.el (tags-verify-table): Be careful to use and update
8346 tags-file-name and tags-table-list from the right buffer.
8347 (tags-table-check-computed-list, tags-table-extend-computed-list)
8348 (find-tag-noselect): Use with-current-buffer.
8349
8350 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
8351 Use print-circle.
8352
8353 * minibuffer.el (minibuffer-local-must-match-filename-map):
8354 Declare obsolete alias for the old name.
8355
8356 * abbrev.el (unexpand-abbrev): Better preserve markers.
8357
8358 2008-06-05 Glenn Morris <rgm@gnu.org>
8359
8360 * emacs-lisp/autoload.el (autoload-rubric): New function,
8361 extracted from autoload-ensure-default-file.
8362 (autoload-ensure-default-file): Use autoload-rubric.
8363
8364 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
8365 (custom-dependencies-no-scan-regexp): New variable.
8366 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
8367 Don't scan files matching custom-dependencies-no-scan-regexp.
8368 Disable undo in the output buffer. Remove kept-new-versions wackiness.
8369
8370 * finder.el (finder-headmark): Initialize and add doc string.
8371 (generated-finder-keywords-file): Doc fix.
8372 (finder-no-scan-regexp): New variable.
8373 (finder-compile-keywords): Use a single let binding.
8374 Disable undo in the output buffer. Use autoload-rubric.
8375 Use mapc rather than mapcar. Don't scan files matching
8376 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
8377 rather than concat. Use directory-files to do regexp matching.
8378 No need to require jka-compr.
8379 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
8380 (finder-list-matches): Disable undo.
8381 (finder-commentary): Use let rather than let*. Disable undo.
8382 (finder-current-item): Use zerop.
8383 (finder-mode): Use define-derived-mode.
8384 (finder-exit): Doc fix. Use dolist.
8385
8386 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
8387 (custom-deps): Don't require $(lisp)/cus-load.el.
8388 (custom-deps, finder-data): Don't depend on autoloads.
8389 Should not be needed now, and doing so was causing make install to
8390 re-dump emacs post-bootstrap.
8391 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
8392 mid-build forces some things to be rebuilt.
8393
8394 2008-06-05 Miles Bader <miles@gnu.org>
8395
8396 * face-remap.el
8397 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
8398 (face-remap-remove-relative): Renamed from
8399 `remove-relative-face-remapping'.
8400 (face-remap-reset-base): Renamed from
8401 `set-default-base-face-remapping'.
8402 (face-remap-set-base): Renamed from `set-base-face-remapping'.
8403 (text-scale-increase): Renamed from `increase-buffer-face-height'.
8404 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
8405 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
8406
8407 * face-remap.el (variable-pitch-mode): Autoload.
8408
8409 2008-06-04 Sam Steingold <sds@gnu.org>
8410
8411 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
8412 Generate extra status headers for a Mercurial tree.
8413
8414 2008-06-04 John Paul Wallington <jpw@pobox.com>
8415
8416 * echistory.el (electric-history-map): Define within defvar.
8417 Add docstring.
8418
8419 * font-lock.el (font-lock-turn-off-thing-lock)
8420 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
8421 Use `bound-and-true-p'.
8422 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
8423 Doc fixes.
8424
8425 * international/ccl.el (define-ccl-program): Add `doc-string'
8426 declaration.
8427
8428 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
8429
8430 * face-remap.el (variable-pitch-mode): Reflow docstrings.
8431 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
8432
8433 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
8434
8435 * emacs-lisp/rx.el (rx): Doc fix.
8436
8437 2008-06-04 Markus Triska <markus.triska@gmx.at>
8438
8439 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
8440
8441 2008-06-04 Miles Bader <miles@gnu.org>
8442
8443 * face-remap.el (adjust-buffer-face-height): New function.
8444 Add autoloaded keybindings in ctl-x-map.
8445 (increase-buffer-face-height, decrease-buffer-face-height):
8446 Simplify interactive spec to just "p". Remove autoloaded keybindings.
8447
8448 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
8449
8450 * simple.el (line-move-1): If we did not move as far as desired,
8451 ensure that point-left and point-entered hooks are called.
8452
8453 2008-06-03 Sam Steingold <sds@gnu.org>
8454
8455 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
8456
8457 2008-06-03 John Paul Wallington <jpw@pobox.com>
8458
8459 * progmodes/make-mode.el (makefile-cleanup-continuations)
8460 (makefile-warn-suspicious-lines, makefile-warn-continuations):
8461 Use `derived-mode-p'.
8462
8463 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8464
8465 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
8466 (ELCFILES): Update.
8467
8468 2008-06-03 Miles Bader <miles@gnu.org>
8469
8470 * face-remap.el: New file.
8471 * Makefile.in (ELCFILES): Add face-remap.elc.
8472
8473 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8474
8475 * progmodes/flymake.el (flymake-process-filter): Make sure the source
8476 buffer isn't dead.
8477
8478 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
8479 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
8480 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
8481 * obsolete/auto-show.el, obsolete/hscroll.el:
8482 Remove packages that were obsolete in Emacs-20, or that were obsolete
8483 in Emacs-21 and do not contain any more code.
8484
8485 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
8486 vc-client-mode is not set.
8487
8488 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
8489 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
8490
8491 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
8492 yet a bit more clever at distinguishing / from /.
8493
8494 2008-06-03 Kenichi Handa <handa@m17n.org>
8495
8496 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
8497
8498 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
8499
8500 * language/hanja-util.el: New file.
8501
8502 2008-06-03 Glenn Morris <rgm@gnu.org>
8503
8504 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
8505 Check that end-of-word follows "type".
8506
8507 2008-06-02 Daiki Ueno <ueno@unixuser.org>
8508
8509 * epa-file.el (epa-file-write-region): Write the entire buffer
8510 content if START is nil.
8511
8512 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
8513
8514 * select.el (x-get-selection): Fix typo.
8515
8516 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
8517
8518 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
8519 (describe-char): Use `looking-at-p', `string-match-p' when possible.
8520
8521 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8522
8523 * tar-mode.el (tar-header-block-summarize): Ensure one space around
8524 user&group.
8525
8526 2008-05-31 John Paul Wallington <jpw@pobox.com>
8527
8528 * help-fns.el (describe-variable-custom-version-info):
8529 Handle dotted `package-version' info.
8530
8531 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
8532
8533 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
8534
8535 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
8536
8537 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
8538 names and improve support for unregistered files.
8539
8540 2008-05-31 Glenn Morris <rgm@gnu.org>
8541
8542 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
8543 Remove shell variable `elc'. Split tests to hopefully be more portable.
8544 Fix `sel' assignment.
8545
8546 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
8547
8548 * minibuffer.el (completion-table-dynamic): Doc fix.
8549
8550 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8551
8552 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
8553 Try and return `unregistered' when applicable.
8554
8555 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8556 Don't encourage naming variables with "-flag".
8557
8558 2008-05-30 Glenn Morris <rgm@gnu.org>
8559
8560 * Makefile.in (update-elclist): Hide the warning when it does not apply,
8561 make it milder when it does.
8562 (autogen-clean): New target.
8563 (maintainer-clean): Use autogen-clean.
8564
8565 * calendar/diary-lib.el (diary-display-function): New name for
8566 diary-display-hook. Keep old name as obsolete alias. Doc fix.
8567 Change custom type and version.
8568 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
8569 (diary-fancy-display): Doc fixes.
8570 (diary-list-entries, diary-include-other-diary-files)
8571 (diary-mail-entries):
8572 Use diary-display-function rather than diary-display-hook.
8573
8574 * calendar/appt.el (appt-check): Use diary-display-function rather than
8575 diary-display-hook.
8576 * calendar/cal-x.el (calendar-dedicate-diary): Update for
8577 diary-display-function replacing diary-display-hook.
8578 * org/org-agenda.el (org-get-entries-from-diary): Also set
8579 diary-display-function.
8580
8581 * calendar/cal-html.el (cal-html-list-diary-entries):
8582 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8583 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
8584 argument of diary-list-entries rather than setting diary-display-hook.
8585
8586 2008-05-30 Kenichi Handa <handa@m17n.org>
8587
8588 * international/mule-conf.el (utf-8-with-signature): Renamed from
8589 utf-8-sig.
8590 (utf-8-auto): Adjusted for the above change.
8591
8592 * international/mule-diag.el (describe-font): Don't check fontset
8593 here, and just call font-info. Get the default font by from the
8594 default face.
8595
8596 2008-05-29 Kenichi Handa <handa@m17n.org>
8597
8598 * international/mule-conf.el (utf-8-sig, utf-8-auto):
8599 New coding systems.
8600
8601 * international/mule.el (define-coding-system): Accept :bom for utf-8.
8602
8603 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
8604
8605 * international/utf-7.el (utf-7-encode): Use the right escape char
8606 depending on imap/nonimap encoding.
8607
8608 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8609
8610 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
8611
8612 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
8613
8614 * icomplete.el (icomplete-prospects-height): Add :group.
8615
8616 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8617
8618 * icomplete.el (icomplete-prospects-length): Make obsolete.
8619 (icomplete-prospects-height): New var.
8620 (icomplete-completions): Use it.
8621
8622 2008-05-29 David Kastrup <dak@gnu.org>
8623
8624 * autoinsert.el (auto-insert): Add :link.
8625
8626 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8627
8628 * tar-mode.el (tar-header): New field `header-start'.
8629 (tar-header-block-tokenize): Set it when useful.
8630 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
8631 (tar-header-data-end): New function.
8632 (tar-summarize-buffer): Use it.
8633 (tar-next-line): Fix goal column for long usernames.
8634 (tar-expunge-internal): Use header-start.
8635 (tar-rename-entry): Handle ustar-style long names.
8636 (tar-alter-one-field): Add optional `descriptor' argument.
8637 (tar-subfile-save-buffer): Use it.
8638
8639 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8640
8641 * tar-mode.el (tar-header): New field `header-start'.
8642 (tar-header-block-tokenize): Set header-start for longlink entries.
8643 (tar-expunge-internal): Use header-start to expunge longlink entries.
8644
8645 * files.el (hack-local-variables): Don't signal an error if the local
8646 variable section is not properly terminated.
8647
8648 * emacs-lisp/easymenu.el (easy-menu-convert-item)
8649 (easy-menu-convert-item-1): Move the duplicate-generation outside of
8650 the caching so it also works for identical entries.
8651
8652 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
8653 (tar-mode): Use write-region-annotate-functions rather than
8654 write-contents-functions.
8655 (tar-extract): Remove unused var `pos'.
8656 (tar-subfile-save-buffer): Remove unused var `following-descs'.
8657 (tar-mode-write-file): Remove.
8658 (tar-write-region-annotate): New function.
8659
8660 * progmodes/flymake.el (flymake-save-buffer-in-file):
8661 * shadowfile.el (shadow-copy-file):
8662 * arc-mode.el (archive-*-write-file-member):
8663 * files.el (diff-buffer-with-file):
8664 * subr.el (with-temp-file): Pass nil to write-region.
8665 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
8666
8667 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
8668 the custom.
8669
8670 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
8671 to write-region.
8672
8673 2008-05-28 Glenn Morris <rgm@gnu.org>
8674
8675 * Makefile.in (update-elclist): Work around non-portability of "\"
8676 in various implementations of echo.
8677
8678 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8679
8680 * international/mule-diag.el (describe-current-coding-system):
8681 Don't assume selection-coding-system is always defined.
8682
8683 * tar-mode.el: Use defstruct and markers.
8684 (tar-setf): Remove.
8685 (tar-header): Use defstruct. Add `data-start' field.
8686 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
8687 (tar-desc-data-start): Remove (now called tar-header-data-start).
8688 (tar-roundup-512): New fun.
8689 (tar-header-block-tokenize): Receive a buffer position rather than
8690 a string. Handle @longLink here, be more careful about it.
8691 Create a marker for data-start.
8692 (tar-summarize-buffer): Don't handle @LongLink here any more.
8693 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
8694 data-start on the following entries any more.
8695 (tar-chown-entry, tar-chgrp-entry): Use read-number.
8696
8697 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
8698 (tar-header-offset): Remove.
8699 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
8700 Not permanent any more.
8701 (tar-data-buffer): New var.
8702 (tar-data-swapped-p, tar-change-major-mode-hook)
8703 (tar-mode-kill-buffer-hook): New funs.
8704 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
8705 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
8706 (tar-clear-modification-flags, tar-alter-one-field)
8707 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
8708 Change accordingly.
8709
8710 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
8711
8712 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
8713 (vc-dir-resynch-file): ... this. Update callers.
8714 Use vc-string-prefix-p. Ignore directory args.
8715 (vc-string-prefix-p): CSE.
8716 (vc-resynch-buffer): Restore conditional.
8717
8718 * vc-hooks.el (vc-after-save): Improve test.
8719 (vc-mode-line): Fix indentation.
8720
8721 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
8722
8723 * calendar/parse-time.el (parse-time-months)
8724 (parse-time-weekdays): Add long-form month and day names.
8725
8726 2008-05-27 Glenn Morris <rgm@gnu.org>
8727
8728 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
8729
8730 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8731
8732 * vc-dispatcher.el (vc-string-prefix-p): New function.
8733 (vc-dir-parent-marked-p): Use it.
8734
8735 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
8736
8737 * vc.el (Problems): Remove fixed issues.
8738 (vc-expand-dirs): Avoid returning directories.
8739 (vc-dir): Fix C-x v v binding.
8740 (vc-make-backend-object): Fix name.
8741 (vc-dir-show-fileentry): Fix docstring.
8742 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
8743 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
8744 Reset the state for directories.
8745 (vc-dir-headers): Align labels.
8746 (vc-default-status-printer): Do no call prettify-state-info.
8747 (vc-deduce-fileset): Replace implementation with one based on a
8748 working older version.
8749 (vc-next-action): Use the new form of vc-deduce-fileset.
8750 Fix dealing with unregistered files.
8751
8752 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
8753 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
8754 (vc-dir-child-files): New function.
8755 (vc-dir-node-directory): New function.
8756 (vc-dir-update, vc-dir-parent-marked-p)
8757 (vc-dir-children-marked-p, vc-dir-mark-all-files)
8758 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
8759
8760 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
8761
8762 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8763
8764 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
8765 (diff-font-lock-keywords, diff-context->unified)
8766 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
8767 (diff-hunk-text, diff-find-source-location): Use it.
8768 (diff-post-command-hook): Let the user edit the hunk headers.
8769
8770 2008-05-26 Andreas Schwab <schwab@suse.de>
8771
8772 * vc.el (vc-default-prettify-state-info): Fix formatting of an
8773 unknown state.
8774
8775 * tar-mode.el (tar-summarize-buffer): Comment fix.
8776
8777 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8778
8779 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
8780
8781 2008-05-26 Glenn Morris <rgm@gnu.org>
8782
8783 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
8784
8785 2008-05-25 John Paul Wallington <jpw@pobox.com>
8786
8787 * proced.el (proced-next-line, proced-previous-line):
8788 Avoid calling `next-line' and `previous-line' from Lisp code.
8789
8790 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
8791
8792 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
8793 Use diary-ordinal-suffix.
8794
8795 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
8796
8797 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
8798 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
8799 (edebug-save-displayed-buffer-points, edebug-initial-mode)
8800 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
8801 (edebug-print-length, edebug-print-level, edebug-print-circle)
8802 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
8803 (edebug-global-break-condition, edebug-sit-for-seconds):
8804 Remove spurious * from defcustom docstrings.
8805 (edebug-unwrap*, edebug-signal, edebug-eval-display):
8806 Improve argument/docstring consistency.
8807 (edebug-test-coverage, edebug-gensym, edebug-read)
8808 (edebug-top-level-nonstop, edebug-eval-result-list)
8809 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
8810 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
8811 (edebug-display-freq-count): Reflow docstrings.
8812 (edebug-restore-status): Doc fix.
8813
8814 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8815
8816 * proced.el (proced-header-line): Use the :align-to 0 feature
8817 rather than computing the corresponding position manually.
8818 (proced-update): Don't hardcode point-min==1.
8819
8820 2008-05-24 Alan Mackenzie <acm@muc.de>
8821
8822 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
8823 if c-file-style is set to a non-string.
8824
8825 (c-neutralize-CPP-line): Surround by `save-excursion'.
8826 (c-neutralize-syntax-in-CPP): Optimize for speed.
8827
8828 2008-05-24 Glenn Morris <rgm@gnu.org>
8829
8830 * Makefile.in (update-elclist): New target, to update ELCFILES.
8831 (bootstrap-after): Run update-elclist.
8832
8833 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
8834
8835 * icalendar.el (icalendar-version): Increase to "0.19".
8836 (icalendar--date-style): New function.
8837 (icalendar--datetime-to-diary-date): Doc fix.
8838 Use icalendar--date-style.
8839 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
8840 (icalendar--convert-yearly-to-ical)
8841 (icalendar--convert-recurring-to-diary): Handle iso date style,
8842 use icalendar-date-style.
8843
8844 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
8845
8846 * vc.el (vc-delete-file): Make sure the buffer is deleted and
8847 vc-dir buffers are updated.
8848
8849 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8850
8851 * vc.el (vc-delete-file): Don't try to resynch the buffer.
8852
8853 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
8854
8855 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
8856 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
8857 (reftex-extra-bindings): Use it.
8858
8859 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
8860 away from the user-reserved keys.
8861
8862 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
8863 New vars.
8864 (ada-create-keymap): Use them.
8865
8866 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8867
8868 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
8869 a properly-grouped regexp.
8870
8871 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
8872
8873 * progmodes/cap-words.el (capitalized-words-mode):
8874 Fix typos in docstring.
8875
8876 2008-05-23 Kenichi Handa <handa@m17n.org>
8877
8878 * international/mule-conf.el: Don't define the charset `emacs'
8879 here, just put :docstring, :short-name, and :long-name.
8880
8881 2008-05-22 Kenichi Handa <handa@m17n.org>
8882
8883 * international/mule-diag.el (font-show-log): Limit each listing
8884 to 20 items.
8885
8886 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
8887
8888 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
8889 (gdb-annotation-rules): New entry for "thread-changed".
8890 (gdb-thread-changed): New function.
8891
8892 2008-05-23 Glenn Morris <rgm@gnu.org>
8893
8894 * Makefile.in (SOURCES): Remove, unused.
8895 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
8896 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
8897 Exclude more '*loaddefs' files.
8898 (compile-always): Simplify '.elc' deletion.
8899
8900 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8901
8902 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
8903 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
8904
8905 * minibuffer.el (completion-boundaries): Change calling
8906 convention, so `string' has the same semantics as in
8907 try-completion and all-completions.
8908 (completion-table-with-context, completion--embedded-envvar-table)
8909 (completion--file-name-table)
8910 (completion-pcm--find-all-completions): Adjust code accordingly.
8911
8912 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
8913
8914 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
8915 prune image-mode-winprops-alist, preventing it from growing
8916 indefinitely.
8917 (image-mode-reapply-winprops): Use it.
8918
8919 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
8920
8921 * net/netrc.el (netrc-machine): Always match if the port is not given.
8922
8923 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8924
8925 * minibuffer.el (completion-pcm--find-all-completions):
8926 Don't add pseudo-completions.
8927
8928 * icomplete.el (icomplete-eoinput): Remove.
8929 (icomplete-overlay): New var to replace it.
8930 (icomplete-tidy): Rewrite.
8931 (icomplete-exhibit): Use an overlay.
8932 (icomplete-completions): Use completion-all-sorted-completions.
8933 Obey completion-ignore-case.
8934
8935 * files.el (locate-dominating-file): Accept non-existing argument.
8936 (project-find-settings-file): Rewrite, using locate-dominating-file.
8937
8938 2008-05-22 Kenichi Handa <handa@m17n.org>
8939
8940 * faces.el (font-weight-table, font-slant-table, font-width-table):
8941 Delete them. Don't call internal-set-font-style-table.
8942
8943 * international/mule-diag.el (font-show-log): New function.
8944
8945 * international/fontset.el (script-representative-chars): Add more
8946 chars for latin. Add data for symbol.
8947 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
8948
8949 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8950
8951 * minibuffer.el (completion-all-sorted-completions): New var.
8952 (completion--flush-all-sorted-completions)
8953 (completion-all-sorted-completions): New functions.
8954 (minibuffer-force-complete): New command.
8955
8956 2008-05-21 Glenn Morris <rgm@gnu.org>
8957
8958 * files.el (c-postprocess-file-styles): Declare for compiler.
8959
8960 * Makefile.in: Allow for parallel byte-compiling.
8961 (ELCFILES): New variable.
8962 (.el.elc): Remove prerequisites from suffix rule. Print a message.
8963 (compile-first, compile-main, compile-last): New targets.
8964 (compile-always): Simplify - delete .elc files, then `make compile'.
8965
8966 * Makefile.in (compile-calc): Use glob rather than find.
8967 ($(lisp)/progmodes/cc-mode.elc): Use $@.
8968
8969 * eshell/esh-module.el: No need for cl when compiling.
8970
8971 * eshell/eshell.el (eshell-defgroup): New alias.
8972 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8973 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8974 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8975 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8976 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8977 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
8978 Autoload the custom group. Set generated-autoload-file.
8979 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
8980 for eshell-defgroup.
8981 * eshell/esh-module.el (eshell-load-defgroups): Remove.
8982 Require esh-groups rather than loading it.
8983
8984 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8985
8986 * proced.el (proced-header-line): New variable and new function.
8987 (proced-mode): Set header-line-format.
8988 (proced-update): Set proced-header-line.
8989 (proced-send-signal): Use proced-header-line.
8990
8991 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8992
8993 * macros.el (insert-kbd-macro): Use prin1-char.
8994
8995 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8996
8997 * minibuffer.el (completion-boundaries): New function.
8998 (completion--some): Delay errors.
8999 (complete-with-action, completion-table-with-context):
9000 Handle `boundaries' case.
9001 (completion--try-word-completion): Avoid partial-completion
9002 when the user hasn't entered anything yet.
9003 (minibuffer-local-map, minibuffer-local-filename-completion-map)
9004 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
9005 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
9006 Setup default keybindings.
9007 (completion--embedded-envvar-re): New var.
9008 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
9009 (completion--file-name-table): Handle `boundaries' case.
9010 (completion-pcm--pattern->regex): Avoid pathological backtracking.
9011 (completion-pcm--all-completions): Add a `prefix' arg.
9012 (completion-pcm--find-all-completions): New function.
9013 (completion-pcm-all-completions, completion-pcm-try-completion):
9014 Use it.
9015
9016 * icomplete.el (icomplete-completions): Don't use `predicate' with
9017 a table of a different type than `candidates'.
9018
9019 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9020
9021 * proced.el (proced-goal-column): Rename from proced-procname-column.
9022 (proced-goal-header-re): Rename from proced-procname-column-regexp.
9023 (proced-move-to-goal-column): Rename from proced-move-to-procname.
9024 (proced-header-face, proced-header-regexp): Remove.
9025 (proced-font-lock-keywords): Remove proced-header-face.
9026 (proced-header-alist, proced-sorting-schemes-re): New variables.
9027 (proced): Rename Proced buffer to *Proced*.
9028 (proced-next-line, proced-previous-line): New commands.
9029 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
9030 (proced-hide-processes): Do not treat first line as special.
9031 (proced-header-space): New function.
9032 (proced-update): Use header-line-format.
9033 Initialize proced-header-alist and proced-sorting-schemes-re.
9034 Set proced-goal-column. Include proced-command in mode-name.
9035 (proced-send-signal): Use header-line-format for *Marked
9036 Processes* buffer.
9037 (proced-sort): Restrict minibuffer completion to applicable
9038 sorting schemes.
9039 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
9040
9041 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9042
9043 * icomplete.el (icomplete-simple-completing-p):
9044 Allow icomplete-with-completion-tables to say "use it everywhere".
9045 (icomplete-completions): Obey completion-styles. Try to accommodate
9046 partial-completion style.
9047
9048 2008-05-20 Michael Olson <mwolson@gnu.org>
9049
9050 * files.el (project-find-settings-file): Change concat to
9051 expand-file-name.
9052
9053 2008-05-19 Tom Tromey <tromey@redhat.com>
9054
9055 * files.el (normal-mode): Call hack-project-variables.
9056 (hack-local-variables-confirm): Add 'project' argument.
9057 (hack-local-variables-apply): New function.
9058 (hack-local-variables): Use it.
9059 (project-class-alist, project-directory-alist): New variables.
9060 (project-get-alist): New function.
9061 (project-collect-bindings-from-alist)
9062 (project-collect-binding-list, set-directory-project)
9063 (project-find-settings-file, project-define-from-project-file)
9064 (hack-project-variables): New functions.
9065
9066 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9067
9068 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
9069
9070 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
9071
9072 * faces.el (font-weight-table): Fix typo in docstring.
9073
9074 2008-05-18 David Hull <david@snap.com> (tiny change)
9075
9076 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
9077 (vc-hg-annotate-command): Allow white space before version number.
9078
9079 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
9080
9081 * calc/calc-yank.el (calc-register-alist): New variable.
9082 (calc-set-register, calc-get-register, calc-copy-to-register)
9083 (calc-insert-register, calc-add-to-register, calc-append-to-register)
9084 (calc-prepend-to-register): New functions.
9085
9086 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
9087 `calc-copy-to-register' and `calc-insert-register'.
9088 Autoload new register functions.
9089
9090 * calc/calc-help.el (calc-r-prefix-help): Add help for register
9091 functions.
9092
9093 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
9094
9095 * vc.el (Todo): Add known problems.
9096 (vc-dir-backend): New variable.
9097 (vc-dir): Set it.
9098 (vc-make-backend-object, vc-generic-status-printer)
9099 (vc-generic-state, vc-generic-status-fileinfo-extra)
9100 (vc-dir-extra-menu): Use it.
9101 (vc-generic-dir-headers): Remove, unused.
9102
9103 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
9104 vc-dir-prev-directory for consistency with vc-dir-previous-line.
9105 (vc-dir-mode-map): Fix bindings.
9106
9107 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
9108
9109 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
9110
9111 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
9112 operated on.
9113 (calc-kill-region): Kill entire lines.
9114
9115 2008-05-17 Glenn Morris <rgm@gnu.org>
9116
9117 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
9118 simplify initial value.
9119 (defezimage): Drop support for Emacs without defimage, use a featurep
9120 test rather than fboundp when defining, drop with-no-warnings.
9121 (ezimage-insert-over-text): Move featurep test inside
9122 add-text-properties.
9123
9124 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
9125
9126 * net/tramp.el (top-level): Load auth-source when compiling.
9127
9128 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
9129
9130 2008-05-17 Andreas Schwab <schwab@suse.de>
9131
9132 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
9133
9134 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
9135
9136 * vc.el (vc-annotate-show-diff-revision-at-line): Change
9137 vc-diff-internal arg to match what vc-deduce-fileset returns now.
9138
9139 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9140
9141 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
9142
9143 2008-05-17 Jim Meyering <meyering@redhat.com>
9144
9145 * ido.el (ido-save-history): Do not emit a trailing newline at the
9146 end of the ido history file.
9147
9148 2008-05-16 John Paul Wallington <jpw@pobox.com>
9149
9150 * vc-dispatcher.el (top-level): Revert previous change: require cl
9151 when compiling.
9152
9153 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
9154
9155 * vc.el (vc-default-status-printer)
9156 (vc-default-prettify-state-info): Enhance the state prettyprinter
9157 to deal better with unknown states and indirect through it when
9158 painting vc-dir buffers.
9159
9160 2008-05-16 John Paul Wallington <jpw@pobox.com>
9161
9162 * vc-dispatcher.el (top-level): Don't require cl when compiling.
9163 (vc-dir-mode-map): Fix backquote.
9164 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
9165
9166 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
9167
9168 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
9169 Reported by Glenn Morris <rgm@gnu.org>.
9170
9171 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
9172
9173 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
9174 the end of the file, it was good work at one time but has been
9175 stale since 1995 and may now be actively misleading.
9176 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
9177 CVS repository and module (assumptions for the latter a bit iffy).
9178 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
9179 SVN repository.
9180
9181 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
9182
9183 * vc-rcs.el (vc-rcs-create-tag):
9184 * vc-sccs.el (vc-sccs-create-tag):
9185 Fix typo in error message and pass backend arg.
9186
9187 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
9188
9189 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
9190
9191 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
9192
9193 * net/tramp.el: Load auth-source library.
9194 (tramp-read-passwd): Use it for password, not login.
9195
9196 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
9197
9198 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
9199 (ses-print-cell): Use string-width, truncate-string-to-width,
9200 delete-region rather than length, substring, delete-char.
9201 (ses-setup): Set inhibit-point-motion-hooks to t.
9202 Calculate position by actually moving point rather than just using
9203 unibyte character length.
9204 (ses-mode): Set indent-tabs-mode to nil.
9205 (ses-center): Use string-width rather than length.
9206
9207 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
9208
9209 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
9210 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
9211 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
9212 vc-*-create-tag and vc-*-retrieve-tag respectively.
9213
9214 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
9215 unneeded defalias.
9216
9217 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
9218
9219 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
9220 about buffer names.
9221
9222 2008-05-15 Glenn Morris <rgm@gnu.org>
9223
9224 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
9225
9226 * org/org-exp.el (org-infojs-options-inbuffer-template):
9227 Fix declaration.
9228
9229 * progmodes/cc-mode.el (declare-function): Add compat definition.
9230 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
9231
9232 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
9233
9234 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
9235 list to a cons so the caller can get back both expanded and
9236 unexpanded filesets.
9237 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
9238 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
9239 Change handling of selection-set returns as required.
9240
9241 2008-05-15 John Paul Wallington <jpw@pobox.com>
9242
9243 * add-log.el (top-level): Don't require cl when compiling.
9244
9245 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
9246 (archive-*-extract): Use `zerop'.
9247 (archive-*-write-file-member): Use `or', use `zerop'.
9248
9249 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
9250
9251 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
9252 (ibuffer-mark-interactive, ibuffer-set-mark)
9253 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
9254 (ibuffer-map-lines, ibuffer-switch-format)
9255 (ibuffer-update-title-and-summary)
9256 (ibuffer-redisplay-engine): Use it.
9257
9258 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
9259 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
9260 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
9261 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
9262 (ibuffer-mark-read-only-buffers)
9263 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
9264
9265 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
9266 (define-ibuffer-column, define-ibuffer-sorter)
9267 (define-ibuffer-op, define-ibuffer-filter): Add declarations
9268 containing indentation specs, replacing equivalent top-level
9269 forms that set `lisp-indent-function' properties.
9270 (define-ibuffer-op): Use `derived-mode-p'.
9271 (define-ibuffer-filter): Remove redundant `concat' call.
9272
9273 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
9274
9275 * net/tramp.el (tramp-echo-mark): Update docstring.
9276 (tramp-echo-mark-marker): New defconst.
9277 (tramp-check-for-regexp): Use it.
9278
9279 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
9280
9281 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
9282 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
9283 as parent.
9284
9285 2008-05-14 John Paul Wallington <jpw@pobox.com>
9286
9287 * international/mule.el (convert-define-charset-argument):
9288 Remove period from end of error message.
9289 (coding-system-mnemonic): Doc fix.
9290 (ctext-pre-write-conversion): Doc fix.
9291
9292 2008-05-14 Simon Marshall <simon@gnu.org>
9293
9294 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
9295 from its default value and give it the risky-local-variable
9296 property (CVE-2008-2142).
9297
9298 2008-05-14 Kenichi Handa <handa@m17n.org>
9299
9300 * language/korean.el ("Korean"): Set `iso639-language'
9301 property to `ko'.
9302
9303 * language/japanese.el ("Japanese"): Set `iso639-language'
9304 property to `ja'.
9305
9306 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9307 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
9308 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
9309
9310 * international/mule-cmds.el (set-language-environment):
9311 Set current-iso639-language.
9312
9313 * international/fontset.el (setup-default-fontset): For kana, han,
9314 hangul, and cjk-misc, move an entry with font-spec at the end.
9315 (generate-fontset-menu): Exclude fontset-auto* from the list.
9316
9317 * composite.el (compose-chars-after): Assume that WINDOW is always
9318 non-nil.
9319
9320 * faces.el (font-weight-table, font-slant-table)
9321 (font-swidth-table): Declare them by defconst. Change the format
9322 of elements. Call internal-set-font-style-table after their
9323 declaration.
9324 (face-valid-attribute-values): Call font-family-list. Get values
9325 for width, weight, and slant from font-xxx-table.
9326
9327 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
9328
9329 2008-05-13 John Paul Wallington <jpw@pobox.com>
9330
9331 * ibuffer.el (ibuffer-buffer-file-name): New function.
9332 (define-ibuffer-column filename): Use it.
9333
9334 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
9335
9336 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
9337
9338 * talk.el (talk): Simplify. Pass display arg to talk-add-display
9339 as a string.
9340 (talk-add-display): Simplify. Accept only string args.
9341
9342 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
9343
9344 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
9345
9346 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9347
9348 * Makefile.in (bootstrap-prepare): Don't chmod files.
9349 (autoloads): Do it here instead, where it's actually needed.
9350
9351 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
9352
9353 * tool-bar.el (tool-bar-make-keymap): Account for the optional
9354 KEY-BINDING-DATA field in menu-item list.
9355
9356 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9357
9358 * dired.el (dired-read-dir-and-switches): Move things about to use less
9359 recursion during macroexpansion.
9360
9361 * dired.el (dired-read-dir-and-switches): Use read-file-name.
9362
9363 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
9364 completion-ignored-extension directories if there's something else.
9365 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
9366 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
9367 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
9368 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
9369 buffer-read-only -> inhibit-read-only.
9370
9371 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
9372
9373 * vc.el (vc-expand-dirs): Stop this function from tossing out
9374 explicitly specified files.
9375
9376 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9377
9378 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
9379 to `insert'.
9380
9381 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
9382
9383 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
9384 cons. Use vc-annotate-backend.
9385 (with-vc-file, edit-vc-file): Remove unused macros.
9386
9387 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
9388
9389 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
9390 (smtpmail-try-auth-methods): Use it.
9391
9392 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9393
9394 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
9395 (setf (nthcdr ..) ..) doesn't require CL at runtime.
9396
9397 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
9398
9399 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
9400
9401 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
9404 (vc-bzr-revision-completion-table): Use process-file.
9405 (vc-bzr-working-revision): Pass relative file names.
9406
9407 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
9408
9409 2008-05-11 Juri Linkov <juri@jurta.org>
9410
9411 * wid-edit.el (widget-image-directory): Change default image data
9412 subdirectory from "custom" to "images/custom".
9413
9414 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
9415 before recursive call to `Info-next-preorder' to not add
9416 intermediate nodes to the history.
9417
9418 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
9419
9420 * emulation/cua-base.el: Put isearch-scroll property
9421 on cua-scroll-up and cua-scroll-down.
9422
9423 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
9424
9425 * vc-hooks.el (vc-recompute-state): Remove (dead code).
9426
9427 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
9428
9429 * vc-dispatcher.el (ewoc): Require.
9430 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
9431
9432 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
9433
9434 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
9435
9436 * term/w32-win.el (x-colors):
9437 * term/mac-win.el (x-colors):
9438 * term/x-win.el (x-colors): Re-order colors.
9439
9440 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
9441
9442 * smerge-mode.el (smerge-command-prefix): Fix custom type.
9443
9444 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
9445
9446 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
9447 New functions implementing motion to next and previous directory.
9448
9449 * vc-arch.el (vc-arch-command):
9450 * vc-bzr.el (vc-bzr-command):
9451 * vc-cvs.el (vc-cvs-command):
9452 * vc-dispatcher.el (vc-do-command):
9453 * vc-git.el (vc-git-command):
9454 * vc-hg.el (vc-hg-command):
9455 * vc-mcvs.el (vc-mvcs-command):
9456 * vc-mtn.el (vc-mtn-command):
9457 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
9458 (vc-sccs-workfile-unchanged-p):
9459 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
9460 * vc-rcs.el (all methods): Remove assumption about what a nil
9461 argument to vc-do-command means. This means no buffer name needs
9462 to be hardcoded into the dispatcher layer, and it's better to be
9463 explicit anyway.
9464
9465 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
9466
9467 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
9468
9469 * vc.el: Update todo.
9470
9471 * vc-sccs.el (vc-sccs-dir-status):
9472 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
9473 backends and returning up to date files.
9474
9475 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
9476
9477 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
9478
9479 * vc.el (vc-dir):
9480 * vc-hooks.el: Tweak the VC directory bindings. These are now
9481 documented in the manual.
9482
9483 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
9484 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
9485 (vc-dispatcher-selection-set): Allow callers to pass in an
9486 observer flag that says no buffer sync is required.
9487 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
9488 Use the observer flag.
9489
9490 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
9491
9492 * simple.el (start-file-process): Clarify docstring.
9493
9494 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
9495
9496 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
9497 Remove stub implementations of, and references to, wash-log.
9498 * vc-rcs.el (vc-rcs-comment-history):
9499 * vc-cvs.el (vc-cvs-comment-history):
9500 Inline the code that used to be wash-log.
9501
9502 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
9503 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
9504 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
9505 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
9506 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
9507 (vc-rcs-print-log): Grok directories.
9508
9509 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9510
9511 * vc.el (vc-mark-resolved): Add `backend' argument.
9512 (vc-next-action): Pass it the backend.
9513 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
9514 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
9515 (vc-default-comment-history, vc-default-create-snapshot)
9516 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
9517 (vc-annotate-revision-previous-to-line)
9518 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
9519 * vc-svn.el (vc-svn-checkout):
9520 * vc-mcvs.el (vc-mcvs-checkout):
9521 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
9522 (vc-working-revision, vc-before-save, vc-mode-line):
9523 Prefer vc-call-backend to vc-call so as not to recompute the backend.
9524
9525 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
9526 state to be consistent since it's often an unwarranted restriction.
9527 Don't return the state either.
9528 (vc-next-action): Check that the state is consistent.
9529 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
9530 (vc-rollback, vc-update): Adapt to new return value of
9531 vc-deduce-fileset.
9532
9533 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
9534 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
9535 (vc-dispatcher-in-fileset-p): New fun.
9536 (vc-dispatcher-selection-set): Use it to properly handle directories.
9537
9538 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
9539
9540 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
9541 (vc-update): Remove unused let bindings.
9542
9543 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
9544
9545 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
9546 (vc-diff, vc-revert, vc-rollback, vc-update):
9547 * vc-dispatcher.el (vc-dispatcher-selection-set):
9548 Get rid of 4 special cases in fileset selection. This involved
9549 changing the return value of (vc-deduce-fileset) so that it passes
9550 back a deduced state as well as a deduced back end.
9551
9552 2008-05-08 Sam Steingold <sds@gnu.org>
9553
9554 * progmodes/compile.el (compilation-minor-mode-map)
9555 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
9556 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
9557 it to `compilation-minor-mode-map' (instead of an explicit `cons').
9558
9559 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
9560
9561 * org/org.el (org-modules, org-format-latex-options):
9562 * org/org-archive.el (org-archive-stamp-time)
9563 (org-archive-save-context-info):
9564 * org/org-faces.el (org-hide):
9565 * org/org-irc.el (org-irc-parse-link):
9566 * org/org-macs.el (org-call-with-arg, org-autoload):
9567 * org/org-mew.el (org-mew-store-link):
9568 * org/org-remember.el (org-remember-store-without-prompt)
9569 (org-remember-templates): Fix typos in docstrings.
9570
9571 * org/org-info.el (org-info-store-link): Remove leftover docstring.
9572
9573 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
9574 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
9575 (org-bbdb-anniv-split): Fix typos in docstrings.
9576
9577 * org/org-publish.el (org-publish-project-alist): Doc fixes.
9578 (org-publish-use-timestamps-flag): Reflow docstring.
9579 (org-publish-files-alist): Fix typos in docstring.
9580
9581 2008-05-07 Sam Steingold <sds@gnu.org>
9582
9583 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
9584 appears to be too aggressive with window removal.
9585
9586 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
9587
9588 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9589 Add leda and 0in as pragma keywords.
9590 (verilog-pretty-expr): Support lining up assignments which include
9591 part selects.
9592 (verilog-mode): More portable check for the availability of
9593 hideshow support.
9594 (verilog-do-indent): Remove special indent for declarations inside
9595 a parenthetical list. The code is ill-advised, and doesn't work
9596 given the new user defined types.
9597 (verilog-set-auto-endcomments): Enhance function automatic
9598 endcomment to support functions that return user defined types.
9599 (verilog-mode): Add code to tell which-function-mode minor mode
9600 that Verilog supports this feature.
9601
9602 2008-05-08 Eli Zaretskii <eliz@gnu.org>
9603
9604 * epa-file.el: Require epa-hook.
9605
9606 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
9607
9608 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
9609 file-names clashes on 8+3 filesystems. Provide epa-hook.
9610
9611 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
9612 file-names clashes on 8+3 filesystems.
9613
9614 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
9615
9616 * org/org.el (org-read-date-get-relative): Interpret lone
9617 weekday abbreviation as relative to today.
9618
9619 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
9620
9621 * abbrev.el (define-abbrev-table):
9622 * composite.el (toggle-auto-composition):
9623 * json.el (json-alist-p, json-plist-p):
9624 * minibuffer.el (completion-table-with-predicate):
9625 * ps-mule.el (ps-mule-external-libraries):
9626 * emacs-lisp/advice.el (ad-special-form-p):
9627 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9628 * eshell/em-smart.el (eshell-review-quick-commands):
9629 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
9630 (python-skip-out, python-check-comint-prompt):
9631 Don't use `iff' in docstrings.
9632
9633 * international/robin.el (robin-package-alist): Fix typo in docstring.
9634 (robin-current-package-name): Doc fix.
9635 (robin-activate): Don't use `iff' in docstring.
9636
9637 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
9638
9639 * vc.el, vc-dispatcher.el: VC-Dired support removed.
9640 The code uses a ewoc-based implementation now.
9641 * vc-hooks.el: Support for Meta-CVS has been removed.
9642
9643 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9644
9645 * tool-bar.el: Choose images dynamically.
9646 (tool-bar-make-keymap, tool-bar-find-image): New function.
9647 (tool-bar-find-image-cache): New var.
9648 (tool-bar-local-item, tool-bar-local-item-from-menu):
9649 Don't select the image yet, do it later in tool-bar-make-keymap.
9650
9651 2008-05-07 Andreas Schwab <schwab@suse.de>
9652
9653 * window.el: Require 'cl when compiling.
9654
9655 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
9656
9657 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
9658
9659 2008-05-07 Glenn Morris <rgm@gnu.org>
9660
9661 * subr.el (ignore-errors): Move here from cl-macs.el.
9662 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
9663
9664 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
9665 oddness.
9666
9667 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
9668
9669 * vc-hooks.el (vc-find-file-hook):
9670 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
9671 further from vc.el.
9672 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
9673
9674 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
9675
9676 * progmodes/verilog-mode.el (verilog-getopt-file):
9677 Cleanup warning message format.
9678 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
9679 (verilog-auto-inout, verilog-auto-inout-module)
9680 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
9681 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
9682 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
9683 (verilog-auto-sense-sigs, verilog-auto-tieoff)
9684 (verilog-auto-unused, verilog-auto-wire)
9685 (verilog-decls-get-assigns, verilog-decls-get-consts)
9686 (verilog-decls-get-gparams, verilog-decls-get-inouts)
9687 (verilog-decls-get-inputs, verilog-decls-get-outputs)
9688 (verilog-decls-get-ports, verilog-decls-get-regs)
9689 (verilog-decls-get-signals, verilog-decls-get-wires)
9690 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
9691 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
9692 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
9693 (verilog-inject-sense, verilog-library-filenames)
9694 (verilog-mode-release-date, verilog-mode-version)
9695 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
9696 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
9697 (verilog-modi-get-assigns, verilog-modi-get-consts)
9698 (verilog-modi-get-gparams, verilog-modi-get-inouts)
9699 (verilog-modi-get-inputs, verilog-modi-get-outputs)
9700 (verilog-modi-get-ports, verilog-modi-get-regs)
9701 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
9702 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
9703 (verilog-modi-get-wires, verilog-preserve-cache)
9704 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
9705 (verilog-read-sub-decls, verilog-read-sub-decls-line)
9706 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
9707 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
9708 Add caching of additional state, and rework signal extraction
9709 routines to improve AUTO expansion performance by 300%++.
9710
9711 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
9712
9713 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9714 Tweak Open Watcom regexp to distinguish between errors and warnings.
9715
9716 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * dired.el (dired-read-dir-and-switches): Fix up last change.
9719
9720 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
9721
9722 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
9723 out of this function, move it to vc-dispatcher-selection-set.
9724
9725 2008-05-05 Sam Steingold <sds@gnu.org>
9726
9727 * window.el (delete-other-windows-vertically): New function.
9728
9729 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9730
9731 * dired.el (dired-read-dir-and-switches):
9732 Obey read-file-name-completion-ignore-case.
9733
9734 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
9735
9736 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9737 Add regexp for Open Watcom compiler output.
9738
9739 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
9740
9741 * progmodes/python.el (python-block-pairs): Align finally with except.
9742
9743 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9744
9745 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
9746
9747 2008-05-05 Tom Tromey <tromey@redhat.com>
9748
9749 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
9750 looking at conflict marker.
9751
9752 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9753
9754 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
9755 client-mode -> vc-client-object, and guess `funcall' was meant.
9756 (vc-dir-mode): Rename client-mode -> vc-client-mode.
9757
9758 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
9759
9760 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
9761 (dbus-debug): Move declarations outside eval-when-compile.
9762
9763 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9764
9765 * proced.el (proced-command-alist): Fix system-type values.
9766 Fix defcustom.
9767 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
9768 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
9769 (proced-sort-start, proced-sort, proced-sort-time): New commands.
9770 (proced-update): Use proced-sorting-scheme. Update modeline.
9771 (proced-send-signal): Use nreverse.
9772 (proced-sorting-scheme-p): New function.
9773
9774 2008-05-04 Andreas Schwab <schwab@suse.de>
9775
9776 * vc.el: Require dired when compiling.
9777
9778 * minibuffer.el (completion--insert-strings): Don't delete past bol.
9779
9780 2008-05-03 Glenn Morris <rgm@gnu.org>
9781
9782 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
9783 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
9784 Simplify compilation requirements.
9785 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
9786 declarations.
9787
9788 2008-05-03 Dave Love <fx@gnu.org>
9789
9790 * progmodes/python.el (python-beginning-of-statement):
9791 Loop at least once (fixes 2008-02-21 change).
9792
9793 2008-05-03 Eli Zaretskii <eliz@gnu.org>
9794
9795 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
9796 instead of `length' for comparing length of user and group names.
9797
9798 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
9799
9800 * vc-dispatcher.el: New file, separates out the UI and command
9801 execution machinery from VCS-specific logic left in vc.el.
9802 The separation is not yet completely clean, but it's a good start.
9803 * vc.el: This file is about 1700 lines shorter now.
9804 Remove obsolete logentry-check from the backend API.
9805 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
9806 implementation of the logentry-check method, and it guarded against
9807 a log length limit that has probably been obsolete for 15 years (!).
9808
9809 2008-05-02 Sam Steingold <sds@gnu.org>
9810
9811 * progmodes/compile.el (compilation-start): Move setting of
9812 compilation-directory after (funcall mode) as that resets local
9813 variables, this fixes recompile in grep buffers.
9814 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
9815 in dired &c).
9816
9817 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
9818
9819 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
9820 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
9821 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
9822 has one of these and that all are called in compatible ways.
9823 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
9824 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
9825 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
9826 backend has one of these.
9827
9828 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9829
9830 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
9831 initialization into define-abbrev-table. Use :regexp.
9832 (octave-mode-syntax-table): Don't set word syntax for `.
9833
9834 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
9835 than only value.
9836
9837 * dired.el (dired-read-dir-and-switches):
9838 Set minibuffer-completing-file-name and call substitute-in-file-name.
9839 (dired-format-columns-of-files): Use completion--insert-strings.
9840
9841 * minibuffer.el (completion-hilit-commonality): Revert last change:
9842 the leftover code was actually useful.
9843 (completion--insert-strings): Use string-width rather than length.
9844
9845 2008-05-02 Sam Steingold <sds@gnu.org>
9846
9847 * vc.el (vc-dir-mode-map): Enable mouse bindings.
9848 (vc-at-event): New macro: run the body at the even location.
9849 (vc-dir-menu, vc-dir-toggle-mark): Use it.
9850 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
9851 * subr.el (mouse-event-p): Check if the event is mouse-related.
9852
9853 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
9854
9855 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
9856 Don't throw error if no file is found.
9857
9858 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
9859
9860 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
9861 (vc-default-state-heuristic): Doc fix.
9862
9863 2008-05-02 Richard Sharman <rsharman@pobox.com>
9864
9865 * hilit-chg.el (highlight-changes-mode): Remove references to
9866 hooks that no longer exist. Because define-minor-mode is used the
9867 hook highlight-changes-mode-hook exists and can do what both the
9868 old hooks used to do. The documentation at the top of the file
9869 was updated to demonstrate this.
9870 (highlight-changes-mode): Remove commented out call to a hook
9871 function that is no longer there.
9872 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
9873
9874 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
9875
9876 * vc.el (vc-default-dired-state-info): Change name of primitive
9877 to prettify-state-info, in preparation for ripping out dired mode.
9878 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
9879 to prettify-state-info, in preparation for ripping out dired mode.
9880 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
9881 tries this on a version-controlled buffer. It will do useless or
9882 actively bad things on any version control system newer than RCS.
9883 * vc-hooks.el (vc-dired-resynch-file):
9884 * vc.el (vc-dired-resynch-file): Change name of primitive to
9885 vc-directory-resynch-file, preparing to remove dired.
9886
9887 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9888
9889 * vc-rcs.el (vc-rcs-state): Fix typos.
9890
9891 * vc.el (vc-register): Change argument order so that the prefix
9892 argument is assigned correctly.
9893 (vc-next-action, vc-dir-register): Update for the above change.
9894
9895 2008-05-01 Juri Linkov <juri@jurta.org>
9896
9897 * replace.el (occur-read-primary-args): Set default to the car of
9898 regexp-history and display it in the prompt, but don't add to the
9899 list of minibuffer defaults. Bind history-add-new-input to nil to
9900 not add automatically `default'. For empty input return `default'.
9901 Otherwise, add `input' to regexp-history and return it.
9902 (occur-1): Signal an error for the empty regexp.
9903
9904 * progmodes/compile.el (compilation-auto-jump):
9905 Set window point to `pos' explicitly.
9906
9907 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
9908
9909 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
9910 when appropriate.
9911 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
9912 we report the 'unregistered state reliably.
9913 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
9914 we report the 'unregistered state reliably.
9915 * vc-git.el (vc-git-state): Call vc-git-unregistered so
9916 we report the 'unregistered state reliably.
9917 * vc-hooks.el (vc-state): Document that vc-unregistered is
9918 now expected to be returned reliably.
9919 * vc.el (vc-default-dired-state): Change needs-patch state to
9920 needs-update, since the name now shows up in dir-status listings
9921 and was somewhat misleading.
9922 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
9923 immediately after removing the file.
9924 * vc.el (vc-next-action): More informative messages when a fileset
9925 is in a mixed state or files are missing.
9926
9927 2008-05-01 Sam Steingold <sds@gnu.org>
9928
9929 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
9930
9931 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9932
9933 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
9934
9935 2008-05-01 Daiki Ueno <ueno@unixuser.org>
9936
9937 * epa-file-hook.el: New file split from epa-file.el.
9938 * epa-file.el: Require 'epa-file-hook.
9939 (epa-file-handler): Add autoload cookie.
9940 * loadup.el: Load epa-file-hook.
9941 * startup.el (command-line): Eval the body of auto-encryption-mode.
9942
9943 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
9944
9945 * vc.el (vc-dir-mode-map): Don't bind "r".
9946
9947 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
9948 (vc-hg-status-printer): New function.
9949 (vc-hg-after-dir-status): Deal with copied and renamed files.
9950 (vc-hg-dir-status): Add flag to show copied files.
9951
9952 2008-05-01 John Paul Wallington <jpw@pobox.com>
9953
9954 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
9955 (ibuffer-do-sort-by-recency): Reverse sorting order if last
9956 sorting mode was recency.
9957
9958 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
9959 reverse sorting order if last sorting mode was the sorter's.
9960
9961 2008-05-01 Jason Rumney <jasonr@gnu.org>
9962
9963 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
9964
9965 2008-04-30 John Paul Wallington <jpw@pobox.com>
9966
9967 * ibuffer.el (define-ibuffer-column filename): When the major mode
9968 is `vc-dir-mode' show the buffer's default directory.
9969
9970 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
9971 major mode is `vc-dir-mode' use the buffer's default directory.
9972
9973 2008-04-30 Sam Steingold <sds@gnu.org>
9974
9975 * vc.el (vc-dir-delete-file): Add.
9976 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
9977 (vc-delete-file): Do not barf when the file has been already deleted.
9978
9979 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
9980
9981 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
9982
9983 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
9984
9985 * progmodes/octave-mod.el (octave-help): New function.
9986 * progmodes/octave-hlp.el: Delete.
9987 * info-look.el (octave-mode): Add operator index.
9988
9989 * vc.el (vc-checkout): Typo.
9990
9991 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
9992
9993 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
9994 Add "..." in the appropriate places.
9995
9996 * epa.el (epa-key-list-mode-map): Add more menu entries.
9997 Add "..." in the appropriate places.
9998
9999 * dired.el (dired-mode-map): Add :help.
10000
10001 * vc.el (vc-deduce-fileset): Add new parameter.
10002 (vc-dir-marked-only-files): New function.
10003 (vc-next-action): Don't ignore directories, look at the files
10004 inside them.
10005 (vc-dir-mode): Document how the mark/unmark commands work.
10006
10007 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
10008
10009 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10010 Rule out trailing spaces in file and directory names as well.
10011
10012 * minibuffer.el (completion--do-completion): Move point even if the
10013 completion makes no change.
10014 (completion-pcm-try-completion): Fix computation of new point.
10015
10016 2008-04-30 David Hansen <david.hansen@gmx.net>
10017
10018 * dired.el: Require 'cl.
10019
10020 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
10021
10022 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
10023 hollow if not in innermost frame.
10024
10025 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10026
10027 Make `checkout-model' apply to filesets.
10028 * vc-hooks.el (vc-checkout-model): Rewrite.
10029 (vc-before-save, vc-after-save): Adjust callers accordingly.
10030 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
10031 (vc-transfer-file): Adjust callers accordingly.
10032 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
10033 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
10034 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
10035 instead of vc-checkout-model.
10036 * vc-mcvs.el (vc-mcvs-revert):
10037 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
10038 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
10039 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
10040 * vc-svn.el (vc-svn-checkout-model):
10041 * vc-hg.el (vc-hg-checkout-model):
10042 * vc-git.el (vc-git-checkout-model):
10043 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
10044
10045 * dired.el (dired-read-dir-and-switches): Replace last change with
10046 a new approach that mixes read-file-name and read-directory-name.
10047
10048 * files.el (read-buffer-to-switch):
10049 Avoid making assumptions about `other-buffer'.
10050
10051 2008-04-29 Sam Steingold <sds@gnu.org>
10052
10053 * vc.el (vc-dir-mode-hook): Add normal hook.
10054 (vc-dir-mode): Run it.
10055
10056 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
10057
10058 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
10059 Always split windows.
10060 (gdb-speedbar-timer-fn): Only raise frame after user input.
10061 (gdb-same-frame): Reverse initial value.
10062 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
10063
10064 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
10065 gdb-speedbar-timer-fn.
10066
10067 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10068
10069 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
10070
10071 2008-04-29 Daiki Ueno <ueno@unixuser.org>
10072
10073 * epa.el (epa-key-list-mode-map): Add menu.
10074 (epa-delete-keys, epa-import-keys): Fix typo.
10075
10076 2008-04-29 Glenn Morris <rgm@gnu.org>
10077
10078 * find-cmd.el (top-level): Does not need cl when compiling.
10079
10080 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
10081
10082 * find-cmd.el: New file.
10083
10084 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10085
10086 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
10087 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
10088 (completion-pcm--hilit-commonality): New function.
10089 (completion-pcm-all-completions): Use it.
10090
10091 * minibuffer.el (completion-common-substring): Mark obsolete.
10092 (completions-first-difference, completions-common-part):
10093 Move from simple.el.
10094 (completion-hilit-commonality): New fun.
10095 (display-completion-list, completion-emacs21-all-completions)
10096 (completion-emacs22-all-completions): Use it.
10097 * simple.el (completions-first-difference, completions-common-part):
10098 Move to minibuffer.el.
10099 (choose-completion-string): Use field functions and minibufferp.
10100 (completion-setup-function): Don't set completions faces.
10101
10102 2008-04-29 Glenn Morris <rgm@gnu.org>
10103
10104 * calendar/calendar.el (calendar-nth-named-absday)
10105 (calendar-nth-named-day):
10106 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
10107 * calendar/holidays.el (holiday-float): Doc fixes.
10108
10109 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
10110 the `full' case.
10111
10112 * org/org-agenda.el (calendar-iso-from-absolute):
10113 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
10114 Fix declarations.
10115
10116 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
10117
10118 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
10119 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
10120 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
10121 (gdb-assembler-custom): Be careful not to match other addresses.
10122
10123 2008-04-29 Jason Rumney <jasonr@gnu.org>
10124
10125 * battery.el (battery-status-function): Use w32-battery-status
10126 on Windows.
10127 (battery-echo-area-format): Make apm format the general case.
10128 (battery-mode-line-format): Merge apm and pmset formats as the
10129 general case.
10130
10131 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
10132
10133 * progmodes/gdb-ui.el (gdb-info-stack-custom):
10134 Use gud-tool-bar-item-visible-no-fringe.
10135 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
10136 is already visible in frame. Remove optional size parameter
10137 and add optional frame parameter.
10138
10139 * progmodes/gud.el (gud-display-line): Only consider visible
10140 frames when looking for source buffer.
10141
10142 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
10143
10144 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
10145 argument to get-char-property, in case the current buffer hasn't
10146 been assigned to that window yet.
10147 (doc-view-display): Default to selected window if the current
10148 buffer hasn't been assigned to a window yet.
10149
10150 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
10151
10152 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
10153
10154 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
10155
10156 * net/tramp.el (tramp-mode): New defcustom.
10157 (tramp-file-name-handler, tramp-completion-file-name-handler):
10158 Use it.
10159 (tramp-replace-environment-variables): Handle "$$".
10160
10161 2008-04-28 Sam Steingold <sds@gnu.org>
10162
10163 * vc-hg.el (vc-hg-rename-file): Fix argument order.
10164
10165 2008-04-28 Bastien Guerry <bzg@altern.org>
10166
10167 * whitespace.el (whitespace-trailing): Fix typo.
10168
10169 2008-04-28 Sam Steingold <sds@gnu.org>
10170
10171 * textmodes/remember.el (diary-make-entry): Update the autoload.
10172
10173 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10174
10175 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
10176 all-completions.
10177
10178 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
10179
10180 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
10181
10182 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
10183
10184 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
10185 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
10186 (vc-dir-mark-file): Add an optional argument.
10187 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
10188
10189 2008-04-27 Daiki Ueno <ueno@unixuser.org>
10190
10191 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
10192 rather than obsolete alias find-file-hooks.
10193 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
10194 Use find-file-hook rather than obsolete alias find-file-hooks.
10195 Add to find-file-not-found-functions.
10196 (epa-file-handler): Put 'safe-magic and 'operations properties.
10197
10198 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
10199 (epa-menu-items): Remove.
10200
10201 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
10202 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
10203 (epa-dired-mode, epa-global-dired-mode): Remove.
10204
10205 * dired.el (dired-mode-map): Bind encryption/decryption commands.
10206
10207 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
10208
10209 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
10210
10211 2008-04-27 Glenn Morris <rgm@gnu.org>
10212
10213 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
10214 Remove un-needed local `orig-list'. Replace cl `copy-list'.
10215
10216 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
10217
10218 * org/org.el (org-html-level-start): Always have id's in HTML.
10219 (org-export-as-html): Use `org-link-protocols' to
10220 retrieve the export form of the link.
10221 (org-add-link-type): Final parameter renamed from PUBLISH.
10222 Better documentation of how it is to be used. Avoid double entries for
10223 the same link type.
10224 (org-add-link-props): New function.
10225 (org-modules-loaded): New variable.
10226 (org-load-modules-maybe, org-set-modules): New function.
10227 (org-modules): New option.
10228 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
10229 (orgtbl-mode, org-store-link, org-insert-link-global)
10230 (org-open-at-point): Call `org-load-modules-maybe'.
10231 (org-search-view): Add more text properties.
10232 (org-agenda-schedule, org-agenda-deadline): Allow also in
10233 search-type agendas.
10234 (org-search-view): Order of arguments has been changed.
10235 Interpret prefix-arg as TODO-ONLY.
10236 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
10237 Take new argument order of `org-search-view' into account.
10238 (org-todo-only): New variable.
10239 (org-search-syntax-table): New variable and function.
10240 (org-search-view): Do the search with the special syntax table.
10241 (define-obsolete-function-alias): Make work with XEmacs.
10242 (org-add-planning-info): Use old date as default when modifying an
10243 existing deadline or scheduled item.
10244 (org-agenda-compute-time-span): Make argument N optional.
10245 (org-agenda-format-date-aligned): Require `cal-iso'.
10246 (org-agenda-list): Include week into agenda heading, don't
10247 list it at each date (only on Mondays).
10248 (org-read-date-analyze): Define local variable `iso-date'.
10249 (org-agenda-format-date-aligned): Remove dependency on
10250 `calendar-time-from-absolute'.
10251 (org-remember-apply-template, org-go-to-remember-target):
10252 Interpret filenames relative to `org-directory'.
10253 (org-complete): Silently fail when trying to complete
10254 keywords that don't have a default value.
10255 (org-get-current-options): Add a #+DATE: option.
10256 (org-additional-option-like-keywords): Remove "DATE:" from the
10257 list of additional keywords.
10258 (org-export-as-html): Remove (current-time) as unnecessary second
10259 argument of `format-time-string'.
10260 (org-clock-find-position): Handle special case at end of buffer.
10261 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
10262 `org-agenda-change-time-span'.
10263 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
10264 `org-agenda-change-time-span'.
10265 (org-agenda-month-view): New argument MONTH, pass it on to
10266 `org-agenda-change-time-span'.
10267 (org-agenda-year-view): New argument YEAR, pass it on to
10268 `org-agenda-change-time-span'.
10269 (org-agenda-change-time-span): New optional argument N, pass it on
10270 to `org-agenda-compute-time-span'.
10271 (org-agenda-compute-time-span): New argument N, interpret it by
10272 changing the starting day.
10273 (org-small-year-to-year): New function.
10274 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
10275 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
10276 into the future, and that the shift is at least one interval, never 0.
10277 (org-update-checkbox-count): Fix bug with checkbox counting.
10278 (org-add-note): New command.
10279 (org-add-log-setup): Rename from `org-add-log-maybe'.
10280 (org-log-note-headings): New entry for plain notes (i.e. notes not
10281 related to state changes or clocking).
10282 (org-get-org-file): Check for availability of `remember-data-file'.
10283 (org-cached-entry-get): Allow a regexp value for
10284 `org-use-property-inheritance'.
10285 (org-use-property-inheritance): Allow regexp value. Fix bug in
10286 customization type.
10287 (org-use-tag-inheritance): Allow a list and a regexp value for
10288 this variable.
10289 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
10290 (org-entry-get): Respect value `selective' for the INHERIT argument.
10291 (org-tag-inherit-p, org-property-inherit-p): New functions.
10292 (org-agenda-format-date-aligned): Allow 10 characters for
10293 weekday, to accommodate German locale.
10294 (org-add-archive-files): New function.
10295 (org-agenda-files): New argument `ext', to get archive files as well.
10296 (org-tbl-menu): Protect the use of variables that
10297 are only available when org-table.el gets loaded.
10298 (org-read-agenda-file-list): Error if `org-agenda-files' is a
10299 single directory.
10300 (org-open-file): Allow a batch process to trigger
10301 waiting after executing a system command.
10302 (org-store-link): Link to headline when there is not
10303 target and no region in an org-mode buffer when creating a link.
10304 (org-link-types-re): New variable.
10305 (org-make-link-regexps): Compute `org-link-types-re'.
10306 (org-make-link-description-function): New option.
10307 (org-agenda-date, org-agenda-date-weekend): New faces.
10308 (org-archive-sibling-heading): New option.
10309 (org-archive-to-archive-sibling): New function.
10310 (org-iswitchb): New command.
10311 (org-buffer-list): New function.
10312 (org-agenda-columns): Also try the #+COLUMNS line in
10313 the buffer associated with the entry at point (or with the first
10314 entry in the agenda view).
10315 (org-modules): Add entry for org-bibtex.el.
10316 (org-completion-fallback-command): Move into `org-completion' group.
10317 (org-clock-heading-function): Move to `org-progress' group.
10318 (org-auto-repeat-maybe): Make sure that a note can
10319 be enforces if `org-log-repeat' is `note'.
10320 (org-modules): Allow additional symbols for external packages.
10321 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
10322 (org-clock-goto): Hide drawers after showing an
10323 entry with `org-clock-goto'.
10324 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
10325 Try also a clocktable block shift.
10326 (org-clocktable-try-shift): New function.
10327 (org-columns-hscoll-title): New function.
10328 (org-columns-previous-hscroll): New variable.
10329 (org-columns-full-header-line-format): New variable.
10330 (org-columns-display-here-title, org-columns-remove-overlays):
10331 Install `org-columns-hscoll-title' in post-command-hook.
10332
10333 * org/org.el: Split into many small files.
10334
10335 * org/org-agenda.el: New file, split off from org.el.
10336
10337 * org/org-archive.el: New file, split off from org.el.
10338
10339 * org/org-bbdb.el: New file.
10340
10341 * org/org-bibtex.el: New file, split off from org.el.
10342
10343 * org/org-clock.el: New file, split off from org.el.
10344
10345 * org/org-colview.el: New file, split off from org.el.
10346
10347 * org/org-compat.el: New file, split off from org.el.
10348
10349 * org/org-exp.el: New file, split off from org.el.
10350
10351 * org/org-faces.el: New file, split off from org.el.
10352
10353 * org/org-gnus.el: New file, split off from org.el.
10354
10355 * org/org-info.el: New file, split off from org.el.
10356
10357 * org/org-infojs.el: New file.
10358
10359 * org/org-irc.el: New file.
10360
10361 * org/org-macs.el: New file, split off from org.el.
10362
10363 * org/org-mew.el: New file.
10364
10365 * org/org-mhe.el: New file, split off from org.el.
10366
10367 * org/org-publish.el: New file, split off from org.el.
10368
10369 * org/org-remember.el: New file, split off from org.el.
10370
10371 * org/org-rmail.el: New file, split off from org.el.
10372
10373 * org/org-table.el: New file, split off from org.el.
10374
10375 * org/org-vm.el: New file, split off from org.el.
10376
10377 * org/org-wl.el: New file, split off from org.el.
10378
10379 2008-04-27 Jason Riedy <jason@acm.org>
10380
10381 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
10382 parameter that suppresses lines that evaluate to NIL.
10383 (orgtbl-get-fmt): New inline function for
10384 picking apart formats that may be lists.
10385 (orgtbl-apply-fmt): New inline function for applying formats that
10386 may be functions.
10387 (orgtbl-eval-str): New inline function for strings that may be
10388 functions.
10389 (orgtbl-format-line, orgtbl-to-generic): Use and document.
10390 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
10391 (*orgtbl-llfmt*, *orgtbl-llstart*)
10392 (*orgtbl-llend*): Dynamic variables for last-line formatting.
10393 (orgtbl-format-section): Shift formatting to support detecting the
10394 last line and formatting it specially.
10395 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
10396 formats unless overridden.
10397 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
10398 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
10399 bound variables to hold the input collection of lines and output
10400 formatted text.
10401 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
10402 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
10403 format parameters.
10404 (orgtbl-format-line): New function encapsulating formatting for a
10405 single line.
10406 (orgtbl-format-section): Similar for each section. Rebinding the
10407 dynamic vars customizes the formatting for each section.
10408 (orgtbl-to-generic): Use orgtbl-format-line and
10409 orgtbl-format-section.
10410 (org-get-param): Now unused, so delete.
10411 (orgtbl-gather-send-defs): New function to
10412 gather all the SEND definitions before a table.
10413 (orgtbl-send-replace-tbl): New function to find the RECEIVE
10414 corresponding to the current name.
10415 (orgtbl-send-table): Use the previous two functions and implement
10416 multiple destinations for each table.
10417
10418 * doc/org.texi (A LaTeX example): Note that fmt may be a
10419 one-argument function, and efmt may be a two-argument function.
10420 (Radio tables): Document multiple destinations.
10421
10422 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
10423
10424 * org/org-agenda.el (org-add-to-diary-list): New function.
10425 (org-prefix-has-effort): New variable.
10426 (org-sort-agenda-noeffort-is-high): New option.
10427 (org-agenda-columns-show-summaries)
10428 (org-agenda-columns-compute-summary-properties): New options.
10429 (org-format-agenda-item): Compute the duration of the item.
10430 (org-agenda-weekend-days): New variable.
10431 (org-agenda-list, org-timeline): Use the proper faces for dates in
10432 the agenda and timeline buffers.
10433 (org-agenda-archive-to-archive-sibling): New command.
10434 (org-agenda-start-with-clockreport-mode): New option.
10435 (org-agenda-clockreport-parameter-plist): New option.
10436 (org-agenda-clocktable-mode): New variable.
10437 (org-agenda-deadline-leaders): Allow a function value for the
10438 deadline leader.
10439 (org-agenda-get-deadlines): Deal with new function value.
10440
10441 * org/org-clock.el (org-clock): New customization group.
10442 (org-clock-into-drawer, org-clock-out-when-done)
10443 (org-clock-in-switch-to-state, org-clock-heading-function):
10444 Move into the new group.
10445 (org-clock-out-remove-zero-time-clocks): New option.
10446 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
10447 (org-dblock-write:clocktable): Allow a Lisp form for the scope
10448 parameter.
10449 (org-dblock-write:clocktable): Fix bug with total time calculation.
10450 (org-dblock-write:clocktable): Request the unrestricted list of files.
10451 (org-get-clocktable): New function.
10452 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
10453 be strings but also integers (an absolute day number) and lists (m d y).
10454
10455 * org/org-colview.el (org-columns-next-allowed-value)
10456 (org-columns-edit-value): Limit the effort for updating in the
10457 agenda to recomputing a single file.
10458 (org-columns-compute): Only write property value if it has changed.
10459 This avoids raising the buffer-change-flag unnecessarily.
10460 (org-agenda-colview-summarize)
10461 (org-agenda-colview-compute): New functions.
10462 (org-agenda-columns): Call `org-agenda-colview-summarize'.
10463
10464 * org/org-exp.el (org-export-run-in-background): New option.
10465 (org-export-icalendar): Allow a batch process to trigger waiting
10466 after executing a system command.
10467 (org-export-preprocess-string): Rename from
10468 `org-cleaned-string-for-export'.
10469 (org-export-html-style): Made target class look like normal text.
10470 (org-export-as-html): Make use of the better preprocessing in
10471 `org-cleaned-string-for-export'.
10472 (org-cleaned-string-for-export): Better treatment of heuristic
10473 targets, many more internal links will now work in HTML export.
10474 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
10475 (org-export-inbuffer-options-extra): New variable.
10476 (org-export-options-filters): New hook.
10477 (org-infile-export-plist): Find also the settings keywords in
10478 `org-export-inbuffer-options-extra'.
10479 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
10480 multiple #+INFOJS_OPT lines.
10481 (org-export-html-handle-js-options): New function.
10482 (org-export-html-infojs-setup): New option.
10483 (org-export-as-html): Call `org-export-html-handle-js-options'.
10484 Add autoload to all entry points.
10485 (org-skip-comments): Function removed.
10486
10487 * org/org-table.el (org-table-make-reference): Extra parenthesis
10488 around single fields, to make sure that algebraic formulas get
10489 correctly interpreted by calc.
10490 (org-table-current-column): No longer interactive.
10491
10492 * org/org-export-latex.el (org-export-latex-preprocess):
10493 Rename from `org-export-latex-cleaned-string'.
10494
10495 2008-04-27 Bastien Guerry <bzg@altern.org>
10496
10497 * org/org-publish.el (org-publish-get-base-files-1): New function.
10498 (org-publish-get-base-files): Use it.
10499 (org-publish-temp-files): New variable.
10500 Don't require 'dired-aux anymore.
10501 (org-publish-initial-buffer): New variable.
10502 (org-publish-org-to, org-publish): Use it.
10503 (org-publish-get-base-files-1): Bug fix: get
10504 the proper list of files when recursing thru a directory.
10505 (org-publish-get-base-files): Use the :exclude property to skip
10506 both files and directories.
10507
10508 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
10509
10510 * net/tramp.el (tramp-handle-make-symbolic-link)
10511 (tramp-handle-file-name-directory)
10512 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
10513 (tramp-do-copy-or-rename-file-directly)
10514 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
10515 (tramp-handle-substitute-in-file-name)
10516 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10517 * net/tramp-cache.el (tramp-get-file-property)
10518 (tramp-set-file-property, tramp-flush-file-property)
10519 (tramp-flush-directory-property)
10520 * net/tramp-compat.el (tramp-compat-make-temp-file)
10521 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
10522 Disable `file-name-handler-alist' when handling localname.
10523 It could have a remote file syntax, like a VMS file name.
10524
10525 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10526
10527 * whitespace.el: New version 11.1.
10528 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
10529 enclosed by \\( and \\)$. Docstring fix.
10530 (whitespace-trailing-regexp): Fun removed.
10531 (whitespace-report-list): Const initialization fix.
10532 (whitespace-color-on): Code fix.
10533
10534 2008-04-27 Andreas Schwab <schwab@suse.de>
10535
10536 * Makefile.el: Unbreak bootstrap.
10537
10538 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
10539
10540 * net/tramp.el (tramp-replace-environment-variables): New defun.
10541 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
10542 Use it.
10543
10544 2008-04-27 Glenn Morris <rgm@gnu.org>
10545
10546 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
10547
10548 * calculator.el (calculator-expt): Replace cl function `oddp'.
10549
10550 2008-04-27 Johan Bockgård <bojohan@gnu.org>
10551
10552 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10553 Simplify. Collect `defun' and `autoload' entries.
10554 Avoid modifying load-history.
10555
10556 2008-04-26 Glenn Morris <rgm@gnu.org>
10557
10558 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
10559
10560 * simple.el (quoted-insert, zap-to-char): Revert previous change.
10561
10562 2008-04-26 John Paul Wallington <jpw@pobox.com>
10563
10564 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
10565 `hexl-mode-old-eldoc-documentation-function'.
10566 (hexl-mode-exit): Restore it.
10567 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
10568
10569 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
10570
10571 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
10572
10573 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
10574 (completion-pcm--all-completions): Doc fix.
10575 (completion-styles-alist, completion-all-completions):
10576 Fix typos in docstrings.
10577
10578 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10579
10580 * whitespace.el: There is now only one variable (whitespace-style) to
10581 specify which kind of blank is visualized. Doc and docstring fix.
10582 New version 11.0.
10583 (whitespace-style): New option, replace whitespace-style-mark and
10584 whitespace-style-color.
10585 (whitespace-style-mark, whitespace-style-color): Options removed.
10586 (whitespace-hspace, whitespace-tab, whitespace-newline)
10587 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
10588 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
10589 (whitespace-hspace-regexp, whitespace-space-regexp)
10590 (whitespace-tab-regexp, whitespace-trailing-regexp)
10591 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10592 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
10593 (whitespace-space-after-tab-regexp, whitespace-line-column)
10594 (whitespace-display-mappings, whitespace-report): Docstring fix.
10595 (whitespace-color-value-list, whitespace-mark-value-list)
10596 (whitespace-active-color, whitespace-active-mark)
10597 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
10598 (whitespace-style-value-list, whitespace-active-style)
10599 (whitespace-toggle-style): New vars.
10600 (whitespace-toggle-option-alist, whitespace-help-text):
10601 Var initialization and docstring fix.
10602 (whitespace-toggle-options, global-whitespace-toggle-options)
10603 (whitespace-cleanup, whitespace-cleanup-region)
10604 (whitespace-report-region, whitespace-interactive-char)
10605 (whitespace-toggle-list): Docstring and code fix.
10606 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
10607 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
10608 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
10609 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
10610
10611 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
10614 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
10615 (diff-sanity-check-hunk): Adjust code accordingly.
10616
10617 2008-04-26 Glenn Morris <rgm@gnu.org>
10618
10619 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
10620
10621 * forms-d2.dat: Move to ../etc.
10622 * forms-d2.el (forms-file): Adapt for above change.
10623
10624 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
10625 `translation-table-for-input'.
10626
10627 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
10628 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
10629
10630 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
10631 to punctuation now it's not needed for abbrevs.
10632 (fortran-mode-abbrev-table): Remove defvar, make use of new
10633 define-abbrev-table :regexp feature.
10634
10635 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
10636 insert, now that translation-table-for-input is not needed.
10637
10638 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
10639
10640 * emacs-lisp/pp.el (pp-display-expression): New function,
10641 extracted from pp-eval-expression.
10642 (pp-eval-expression): Use pp-display-expression.
10643 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
10644 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
10645 (pp-eval-last-sexp): Use pp-last-sexp.
10646
10647 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10648
10649 * abbrev.el (define-abbrev-table): Apply props even if the table
10650 exists already.
10651
10652 * minibuffer.el (completion-table-with-context): Fix `pred' for the
10653 various kinds of completion tables.
10654 (completion-emacs22-try-completion): Place cursor after the /, as was
10655 done in Emacs-22's minibuffer-complete-word.
10656 Fix bug reported by David Hansen <david.hansen@gmx.net>.
10657 (completion-emacs22-try-completion): Merge all mergeable text rather
10658 than just /.
10659 (completion-pcm--delim-wild-regex): New var.
10660 (completion-pcm-word-delimiters): New custom.
10661 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
10662 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
10663 (completion-pcm--all-completions, completion-pcm-all-completions)
10664 (completion-pcm--merge-completions, completion-pcm--pattern->string)
10665 (completion-pcm-try-completion): New functions.
10666 (completion-styles-alist): Add them.
10667 (completion-styles): Add it to the default.
10668
10669 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
10670
10671 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
10672 (gdb-var-create-handler): ...until here when there are values.
10673 (gdb-post-prompt): Don't do -var-update with no watch expressions.
10674 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
10675
10676 2008-04-25 Eli Zaretskii <eliz@gnu.org>
10677
10678 * ls-lisp.el (ls-lisp-format): Fix last change.
10679 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
10680 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
10681 (ls-lisp-filesize-f-fmt): New defvars.
10682 (ls-lisp-insert-directory): Dynamically compute format specifiers
10683 for displaying UID, GID, and file size, and store them in the
10684 above variables.
10685 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
10686 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
10687 instead of constant format strings.
10688 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
10689 ls-lisp-filesize-d-fmt instead of constant format strings.
10690
10691 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
10692
10693 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
10694 value of addresses rather than (partial) string value.
10695 (gdb-frame-handler): Change regexp according to above change.
10696 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10697 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
10698 (gdb-assembler-mode): Disable undo in these buffers.
10699
10700 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
10701
10702 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
10703 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
10704
10705 2008-04-24 Sam Steingold <sds@gnu.org>
10706
10707 * textmodes/remember.el (remember-diary-extract-entries): Use
10708 diary-make-entry instead of the obsolete make-diary-entry.
10709
10710 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10711
10712 * subr.el (translation-table-for-input): Mark as obsolete.
10713
10714 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
10715
10716 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
10717
10718 * textmodes/ispell.el (ispell-dictionary-alist-1)
10719 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
10720 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
10721 (ispell-dictionary-alist-6): Remove.
10722 (ispell-dictionary-base-alist): New var, merges the above.
10723 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
10724 Use it.
10725 (ispell-dictionary-alist): Default to nil. Remove autoload.
10726 (ispell-local-dictionary-alist): Remove autoload.
10727
10728 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
10729 (f90-mode-abbrev-table): Use the new :regexp feature.
10730 Merge defvar and mapc into define-abbrev-table.
10731 (f90-imenu-type-matcher): Remove unused `l'.
10732 (f90-imenu-generic-expression): Remove unused `not-ib'.
10733 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
10734 (f90-change-keywords): Use restore-buffer-modified-p.
10735
10736 2008-04-24 Glenn Morris <rgm@gnu.org>
10737
10738 * net/goto-addr.el (goto-address-prog-mode):
10739 * progmodes/bug-reference.el (bug-reference-prog-mode):
10740 Define for compiler.
10741
10742 * minibuffer.el (x-file-dialog): Declare as function.
10743
10744 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
10745 dframe-update-speed rather than obsolete alias speedbar-update-speed.
10746
10747 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
10748 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
10749 work with easymenu. Add :keys where needed.
10750
10751 * calendar/cal-move.el (calendar-scroll-left): Handle case when
10752 event-start is nil.
10753
10754 * calendar/calendar.el (calendar-mode-map): Fix typo.
10755
10756 2008-04-24 Tom Tromey <tromey@redhat.com>
10757
10758 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10759 Document keywords. Add :suppress.
10760 * pcvs-defs.el (cvs-mode-map): Use :suppress.
10761
10762 * net/goto-addr.el (goto-address-unfontify): New function.
10763 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
10764 (goto-address-fontify-region, goto-address-mode)
10765 (goto-address-prog-mode): New functions.
10766
10767 * progmodes/bug-reference.el: New file.
10768
10769 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10770
10771 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
10772
10773 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10774
10775 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
10776 macros within lambdas.
10777
10778 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10779
10780 * minibuffer.el (completion-try-completion): Add `point' argument.
10781 Change return value.
10782 (completion-all-completions): Add `point' argument.
10783 (minibuffer-completion-help): Pass the new `point' argument.
10784 (completion--do-completion): Pass the whole field to try-completion.
10785 (completion--try-word-completion): Rewrite, making fewer assumptions.
10786 (completion-emacs21-try-completion, completion-emacs21-all-completions)
10787 (completion-emacs22-try-completion, completion-emacs22-all-completions)
10788 (completion-basic-try-completion, completion-basic-all-completions):
10789 New functions.
10790 (completion-styles-alist): Use them.
10791
10792 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
10793
10794 * textmodes/ispell.el (ispell-set-spellchecker-params):
10795 New function to make sure right params and dictionary alists are used
10796 after spellchecker changes.
10797 (ispell-aspell-dictionary-alist, ispell-last-program-name)
10798 (ispell-initialize-spellchecker-hook): New variables and hook.
10799 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
10800 (ispell-maybe-find-aspell-dictionaries): Remove.
10801 Calls replaced by (ispell-set-spellchecker-params) calls.
10802 (ispell-have-aspell-dictionaries): Remove.
10803
10804 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
10805 by ispell-set-spellchecker-params.
10806
10807 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10808
10809 * complete.el (PC-do-completion): Be more robust in the presence of
10810 unexpected values in minibuffer-completion-predicate.
10811
10812 * minibuffer.el (read-file-name): Don't let-bind default-directory.
10813 Only abbreviate default-filename if it's a file.
10814
10815 * minibuffer.el (read-file-name-function, read-file-name-predicate)
10816 (read-file-name-completion-ignore-case, insert-default-directory):
10817 New vars, moved from fileio.c.
10818 (read-file-name): New fun, moved from fileio.c.
10819 * cus-start.el: Remove insert-default-directory and
10820 read-file-name-completion-ignore-case.
10821
10822 2008-04-23 Magnus Henoch <mange@freemail.hu>
10823
10824 * tar-mode.el (tar-untar-buffer): If the entry has directory
10825 link type, extract it as a directory even if its file name doesn't
10826 end with a slash. Fixes extraction of NetBSD tar archives.
10827
10828 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10829
10830 * server.el (server-start): Also don't get confused by CRs since we
10831 don't quote them.
10832
10833 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
10834
10835 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
10836 (gdb-set-gud-minor-mode-existing-buffers)
10837 (gdb-info-breakpoints-custom, gdb-get-location)
10838 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10839 Previously gdb-create-define-alist wasn't always run and added to
10840 after-save-hook.
10841
10842 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
10843
10844 2008-04-23 Kevin Ryde <user42@zip.com.au>
10845
10846 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
10847 comments like unindented ones.
10848
10849 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10850
10851 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
10852 parameter origins.
10853
10854 2008-04-23 Kevin Ryde <user42@zip.com.au>
10855
10856 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10857 Bind print-level to ensure output forms aren't truncated if
10858 print-level is set to eval-expression-print-level when going via
10859 eval-defun and friends, or has been otherwise fiddled with.
10860
10861 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10862
10863 * progmodes/cc-mode.el (c-basic-common-init): Don't set
10864 font-lock-extend-after-change-region-function globally.
10865
10866 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
10867
10868 * speedbar.el (speedbar-use-tool-tips-flag)
10869 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
10870 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
10871 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
10872 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
10873 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
10874 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
10875 (speedbar-separator-face): Fix typos in docstrings.
10876 (speedbar-stealthy-function-list, speedbar-verbosity-level)
10877 (speedbar-supported-extension-expressions, speedbar-update-current-file)
10878 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
10879 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
10880 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
10881 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
10882 (speedbar-check-vc-this-line, speedbar-files-line-directory)
10883 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10884 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
10885 (speedbar-recenter): Doc fixes.
10886 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
10887 declaration and remove redundant info in docstring.
10888
10889 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
10890
10891 * vc-git.el (vc-git-status-printer): Deal with directories.
10892
10893 * vc.el (vc-next-action): Look at more than the first file to
10894 determine the state.
10895
10896 2008-04-23 Glenn Morris <rgm@gnu.org>
10897
10898 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
10899 timers. Doc fix.
10900 (dframe-update-speed): Drop support for XEmacs < 20.
10901 (dframe-frame-mode): Drop support for Emacs < 20.
10902 (dframe-set-timer-internal): Drop support for Emacs without timers.
10903 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
10904
10905 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
10906 versions. Add doc-string. Mark as obsolete.
10907
10908 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
10909
10910 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
10911 rather than using an Emacs version test.
10912
10913 * tree-widget.el (tree-widget-image-enable): Use display-images-p
10914 rather than an Emacs version test.
10915
10916 * calendar/cal-china.el (holiday-chinese-qingming)
10917 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
10918 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
10919 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
10920
10921 * calendar/cal-islam.el (holiday-islamic): Doc fix.
10922
10923 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
10924 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
10925 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
10926
10927 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
10928
10929 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
10930 (gdb-previous-frame-pc-address): ...to this.
10931 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
10932 of "info frame" with Gdb 6.4+.
10933 (gdb-stack-list-frames-regexp): New regexp.
10934 (gdb-frame-handler-1): Parse output of -stack-info-frame.
10935
10936 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
10937
10938 * tar-mode.el (tar-prefix-offset): New constant.
10939 (tar-header-block-tokenize): Support paths with long names
10940 which use the "ustar" standard.
10941
10942 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
10943
10944 * image-dired.el (image-dired-track-original-file)
10945 (image-dired-modify-mark-on-thumb-original-file):
10946 Use `dired-goto-file' instead of `search-forward'. This solves
10947 a bug with finding files where the file name is a subset of other
10948 file names. Doc fix.
10949
10950 2008-04-22 Juri Linkov <juri@jurta.org>
10951
10952 * menu-bar.el (buffers-menu-max-size): Move its definition down to
10953 the "Buffers Menu" section. Change group name `mouse' to `menu'.
10954 (yank-menu-length): Change group name `mouse' to `menu'.
10955 (buffers-menu-buffer-name-length): New user option.
10956 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
10957 instead of the hard-coded number 27.
10958
10959 2008-04-22 Juri Linkov <juri@jurta.org>
10960
10961 * isearch.el (eval-when-compile): Require `help-macro'.
10962 (isearch-help-for-help-internal): Isearch specific Help screen
10963 created by `make-help-screen'.
10964 (isearch-help-map): New variable that binds "b", "k", "m" to
10965 isearch-specific commands, and binds other keys to
10966 isearch-other-control-char, thus allowing other Help keys to
10967 exit isearch mode and execute their global definitions.
10968 (isearch-help-for-help, isearch-describe-bindings)
10969 (isearch-describe-key, isearch-describe-mode): New commands.
10970 (isearch-mode-help): Define alias to isearch-describe-mode
10971 and remove its old function definition.
10972 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
10973 Remove old comments because this issue is settled now.
10974 (isearch-forward): Describe three new Help commands in the docstring.
10975 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
10976 leave the single sentence at the first line of the docstring,
10977 and prepend the word "function" before `isearch-forward'
10978 to make the Help link to the function instead of variable.
10979
10980 2008-04-22 Juri Linkov <juri@jurta.org>
10981
10982 * isearch.el (isearch-success-function): New variable with default
10983 to `isearch-success-function-default'.
10984 (isearch-search): Call a function from `isearch-success-function'
10985 instead of calling the hard-coded `isearch-range-invisible'.
10986 (isearch-success-function-default): New function that calls
10987 `isearch-range-invisible' and inverts its return value.
10988
10989 * info.el (Info-search): In two similar places that skip
10990 undesired search matches move code to Info-search-success-function,
10991 and call `isearch-success-function' instead.
10992 (Info-search-success-function): New function copied from code
10993 in Info-search. Replace isearch-range-invisible with
10994 text-property-not-all that checks for 'invisible and 'display
10995 properties to skip partially invisible matches (whose display
10996 properties were set by Info-fontify-node).
10997 (Info-mode): Set buffer-local isearch-success-function
10998 to Info-search-success-function.
10999
11000 2008-04-22 Juri Linkov <juri@jurta.org>
11001
11002 * minibuffer.el (internal-complete-buffer-except): New function.
11003
11004 * files.el (read-buffer-to-switch): New function.
11005 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
11006 Change interactive spec to call read-buffer-to-switch instead of
11007 using the letter "B".
11008
11009 * simple.el (minibuffer-default-add-shell-commands): New function.
11010 Use declare-function for mailcap-file-default-commands from "mailcap".
11011 (shell-command): Set local minibuffer-default-add-function to
11012 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
11013 before calling read-shell-command. Set 4th arg default-value of
11014 read-shell-command to relative buffer-file-name in file buffers.
11015
11016 * dired-aux.el (dired-read-shell-command-default): Move it to
11017 gnus/mailcap.el and change its name to more general name
11018 mailcap-file-default-commands.
11019 (minibuffer-default-add-dired-shell-commands): New function.
11020 Use declare-function for mailcap-file-default-commands from "mailcap".
11021 (dired-read-shell-command): Set local minibuffer-default-add-function
11022 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
11023 before calling read-shell-command. Remove dired-read-shell-command-default
11024 from the default value arg because default values are not set in
11025 minibuffer-default-add-dired-shell-commands. Doc fix.
11026
11027 * dired-x.el (dired-smart-shell-command): Sync arguments and
11028 interactive spec with changes in `shell-command'.
11029 Use dired-get-filename to get the dired file name at point
11030 as the default value in dired mode.
11031
11032 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
11033
11034 * info.el (Info-complete-menu-item): Add missing parenthesis.
11035
11036 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
11037
11038 * info.el (Info-complete-menu-item): Save point.
11039
11040 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
11041
11042 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
11043
11044 2008-04-22 Andreas Schwab <schwab@suse.de>
11045
11046 * Makefile.in (emacs-deps): Define.
11047 Use it instead of $(lisp)/subdirs.el.
11048
11049 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
11050
11051 * vc.el (vc-next-action): Do not consider directories when
11052 checking for state compatibility.
11053 (vc-transfer-file): Use when not if.
11054 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
11055 (vc-dir-mark-file): Use them.
11056 (vc-deduce-fileset): Also return the backend.
11057 (vc-diff-internal): Take as argument the value returned by
11058 vc-deduce-fileset instead of just the fileset.
11059 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
11060 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
11061 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
11062
11063 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
11064
11065 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
11066 set-window-vscroll but image-scroll-down. Fixes a bug where a
11067 command following SPC scrolled up again.
11068
11069 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
11070
11071 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
11072 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
11073 (gud-watch): Add "$" prefix when in registers buffer.
11074
11075 2008-04-22 Glenn Morris <rgm@gnu.org>
11076
11077 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
11078
11079 * whitespace.el (whitespace-display-table)
11080 (whitespace-display-table-was-local): Move definitions before use.
11081
11082 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
11083 (copyright-limit): Respect copyright-at-end-flag.
11084 (copyright-re-search, copyright-start-point)
11085 (copyright-offset-too-large-p): New functions.
11086 (copyright-update-year): Use copyright-re-search.
11087 (copyright-update, copyright-fix-years): Use copyright-start-point,
11088 and copyright-re-search.
11089 (copyright): Use copyright-offset-too-large-p.
11090 * add-log.el (change-log-mode): Set copyright-at-end-flag.
11091
11092 * add-log.el (top-level): Require 'cl when compiling.
11093
11094 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11095
11096 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
11097 Treat minibuffer-completion-predicate as a predicate.
11098
11099 * minibuffer.el (completion--file-name-table): Accept both the old
11100 `dir' arg or the new `pred' arg.
11101
11102 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
11103 `predicate' argument to pass non-predicate data.
11104 (ffap-read-url-internal, ffap-read-file-or-url-internal):
11105 Use second arg as proper predicate.
11106
11107 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
11108 (vc-bzr-revision-completion-table): Use completion-table-with-context
11109 instead.
11110
11111 * simple.el (choose-completion-string): Use minibuffer-completion-table.
11112
11113 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
11114
11115 * term.el (term-emulate-terminal): Perform redisplay after the
11116 process filter has finished running.
11117
11118 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11119
11120 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
11121
11122 * minibuffer.el (completion-try-completion): Change magic symbol
11123 property name. Rename from minibuffer-try-completion.
11124 (completion-all-completions): Rename from minibuffer-all-completions.
11125 Remove hide-spaces argument.
11126 (completion--do-completion): Rename from minibuffer--do-completion.
11127 (minibuffer-complete-and-exit): Call just try-completion rather than
11128 completion-try-completion to fix up the case.
11129 (completion--try-word-completion): Try to add space or hyphen before
11130 making `string' a prefix of `completion'.
11131 (completion--insert-strings): Rename from minibuffer--insert-strings.
11132
11133 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
11134
11135 * net/tls.el (tls-program): Add -ign_eof argument to call the
11136 openssl commands.
11137 (tls-checktrust): Ditto.
11138
11139 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
11140
11141 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
11142
11143 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
11144 (vc-check-master-templates, vc-file-not-found-hook)
11145 (vc-kill-buffer-hook):
11146 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
11147 (vc-find-position-by-context, vc-buffer-context)
11148 (vc-restore-buffer-context, vc-responsible-backend)
11149 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
11150 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
11151 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
11152 (vc-version-diff, vc-diff, vc-insert-headers)
11153 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
11154 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
11155 (vc-revert, vc-rollback, vc-version-backup-file)
11156 (vc-rename-master, vc-delete-file, vc-rename-file)
11157 (vc-branch-part, vc-default-retrieve-snapshot)
11158 (vc-annotate-display-autoscale, vc-annotate-display-select)
11159 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
11160 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
11161 (vc-dir-update): Handle directories.
11162 (vc-default-status-printer): Simplify.
11163
11164 * progmodes/asm-mode.el (asm-mode-map):
11165 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
11166
11167 * progmodes/m4-mode.el (m4-mode-map): Add menu.
11168
11169 2008-04-21 Kenichi Handa <handa@m17n.org>
11170
11171 * select.el (xselect-convert-to-string): Send a C_STRING only if
11172 the polymorphic target TEXT is requested.
11173
11174 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
11175
11176 * minibuffer.el (completion-setup-hook, display-completion-list)
11177 (completion--file-name-table): Fix typos in docstrings.
11178 (completion-table-dynamic): Fix typo, and reflow docstring.
11179
11180 2008-04-20 Andreas Schwab <schwab@suse.de>
11181
11182 * server.el (server-switch-buffer): Also consider clients in the
11183 selected frame.
11184
11185 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
11186
11187 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
11188 Select window clicked on first.
11189 (gdb): Display thread number in mode-line.
11190 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
11191 (gdb-breakpoints-header): New variable.
11192 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
11193
11194 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11195
11196 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
11197 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
11198 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
11199 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
11200 (vc-sccs-print-log): Use it.
11201
11202 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
11203
11204 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
11205 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
11206
11207 * tooltip.el (tooltip-previous-message): New var.
11208 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
11209 the C code (avoid overwriting a minibuffer, restore previous echo
11210 message, ...).
11211 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
11212 Simplify.
11213
11214 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
11215
11216 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
11217 (gdb-init-1): Initialise it.
11218 (gdb-annotation-rules): New entry for "new-thread".
11219 (gdb-thread-identification): New function to customize
11220 mode-line-buffer-identification.
11221 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
11222 (gdb-assembler-mode): Use it.
11223 (gdb-threads-mode): Force "info threads" onto queue.
11224
11225 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11226
11227 * files.el (locate-file-completion-table): Rename from
11228 locate-file-completion and make it use `pred' in the normal way.
11229 (locate-file-completion): New compatibility wrapper.
11230 (load-library): Use locate-file-completion-table.
11231 * finder.el (finder-commentary):
11232 * subr.el (locate-library):
11233 * emacs-lisp/find-func.el (find-library): Likewise.
11234 * info.el: Use with-current-buffer and inhibit-read-only.
11235 (Info-read-node-name-2): Change to use `predicate' in the normal way.
11236 (Info-read-node-name-1): Adjust uses accordingly.
11237
11238 * minibuffer.el (completion-table-with-context): Add support for `pred'.
11239 (completion-table-with-terminator): Don't use complete-with-action
11240 since we have to distinguish all three cases anyway.
11241 (completion-table-with-predicate): New function.
11242 (dynamic-completion-table): Add obsolete alias.
11243
11244 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
11245
11246 2008-04-18 Sam Steingold <sds@gnu.org>
11247
11248 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
11249 Use quit-window instead of bury-buffer.
11250
11251 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11252
11253 * minibuffer.el (completion-table-with-terminator): Fix last fix.
11254
11255 2008-04-18 Andreas Schwab <schwab@suse.de>
11256
11257 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
11258 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
11259 Depend on $(lisp)/subdirs.el.
11260
11261 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
11262
11263 * descr-text.el (describe-char-after):
11264 Use `define-obsolete-function-alias'.
11265
11266 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
11267
11268 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
11269
11270 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
11271 Remove redundant obsolescence info in docstring.
11272
11273 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
11274 (vc-header-alist): Add WHEN to obsolescence declaration.
11275 (vc-state): Fix typo in docstring.
11276
11277 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
11278 Use `define-obsolete-variable-alias'.
11279
11280 * emulation/tpu-edt.el (tpu-have-ispell):
11281 * international/codepage.el (codepage-setup):
11282 Fix typo in obsolescence declaration.
11283
11284 * international/mule.el (char-coding-system-table):
11285 Remove redundant obsolescence info in docstring.
11286 (charset-list, generic-char-p, set-char-table-default):
11287 Fix typos in obsolescence declarations.
11288
11289 * international/mule-diag.el (non-iso-charset-alist):
11290 Fix typo in obsolescence declaration.
11291 (decode-codepage-char): Remove redundant obsolescence info in docstring.
11292
11293 * font-core.el (font-lock-defaults-alist):
11294 * font-lock.el (font-lock-reference-face):
11295 * frame.el (screen-height, screen-width, set-screen-width)
11296 (set-screen-height):
11297 * hilit-chg.el (highlight-changes-initial-state):
11298 * isearch.el (isearch-return-char):
11299 * log-edit.el (cvs-commit-buffer-require-final-newline)
11300 (cvs-changelog-full-paragraphs):
11301 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
11302 (mouse-popup-menubar-stuff):
11303 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
11304 (mouse-wheel-click-button):
11305 * outline.el (outline-visible):
11306 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
11307 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
11308 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
11309 * progmodes/compile.el (compile-internal):
11310 Add WHEN to obsolescence declarations.
11311
11312 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11313
11314 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
11315 is not better anyway.
11316
11317 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11318
11319 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
11320 properly.
11321
11322 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11323
11324 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
11325 (python-use-skeletons): Remove, unused.
11326 (python-skeletons): Remove. Use the abbrev table instead.
11327 (python-mode-abbrev-table): Fix regexp;
11328 add enable-function and case-fixed.
11329 (def-python-skeleton): Simplify.
11330 (python-expand-template): Use the abbrev-table and abbrev-insert.
11331 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
11332 Remove.
11333 (python-mode): Don't set pre-abbrev-expand-hook.
11334
11335 * skeleton.el: Set coding-tag.
11336
11337 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
11338 (expand-abbrev): Use it.
11339 (abbrev-table-menu): New function.
11340
11341 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
11342
11343 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
11344
11345 2008-04-17 Sam Steingold <sds@gnu.org>
11346
11347 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
11348 idiosyncratic bury-buffer/delete-window logic.
11349
11350 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
11351
11352 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
11353 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
11354
11355 2008-04-17 Kenichi Handa <handa@m17n.org>
11356
11357 * international/characters.el: Don't make the width of U+00AD to 0.
11358
11359 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
11360
11361 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
11362 (gdb, gdb-starting, gdb-frames-mode): Use it.
11363 (gdb-invalidate-frames): Advise to call "info stack" only if
11364 execution has occurred.
11365 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
11366 selected frame if no execution has occurred.
11367 (gdb-frames-force-update): New interactive function.
11368 (gdb-frames-mode-map): Bind it to "F".
11369
11370 2008-04-17 Michael Olson <mwolson@gnu.org>
11371
11372 * textmodes/remember.el (remember-version): Release Remember 2.0.
11373
11374 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
11375
11376 * textmodes/artist.el:
11377 * progmodes/vhdl-mode.el:
11378 * progmodes/verilog-mode.el:
11379 * progmodes/vera-mode.el:
11380 * progmodes/simula.el:
11381 * progmodes/ps-mode.el:
11382 * progmodes/cmacexp.el:
11383 * obsolete/hilit19.el:
11384 * emulation/viper.el:
11385 * ediff.el: Cleanup the bug-report email addresses and make sure the
11386 maintainer is still willing to handle bug reports.
11387
11388 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
11389
11390 * vc.el (vc-dir-kill-query): Fix thinko.
11391
11392 2008-04-16 Glenn Morris <rgm@gnu.org>
11393
11394 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
11395 by diary-sexp-entry.
11396
11397 2008-04-16 Markus Triska <markus.triska@gmx.at>
11398
11399 * proced.el (proced-command-alist): Add support for darwin.
11400
11401 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11402
11403 * proced.el (proced-mode): Redefine as just the major-mode.
11404 (proced): Separate it from proced-mode.
11405
11406 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
11407
11408 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11409
11410 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
11411 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
11412 `tab-width' setting from user. New version 10.0. Doc and docstring
11413 fix.
11414 (whitespace-style, whitespace-chars): Remove options.
11415 (whitespace-style-mark): New option, replace whitespace-style deleted
11416 option. Fix docstring.
11417 (whitespace-style-color): New option, replace whitespace-chars deleted
11418 option. Fix docstring.
11419 (whitespace-space, whitespace-hspace, whitespace-tab)
11420 (whitespace-newline, whitespace-trailing, whitespace-line)
11421 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
11422 (whitespace-space-after-tab, whitespace-hspace-regexp)
11423 (whitespace-space-regexp, whitespace-tab-regexp)
11424 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11425 (whitespace-empty-at-eob-regexp, whitespace-line-column)
11426 (whitespace-toggle-option-alist): Fix docstring.
11427 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
11428 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
11429 docstring and initialization.
11430 (global-whitespace-mode): Autoloaded global minor mode.
11431 (whitespace-chars-value-list, whitespace-style-value-list)
11432 (whitespace-active-chars, whitespace-active-style)
11433 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
11434 (whitespace-color-value-list): New var, replace
11435 whitespace-chars-value-list removed var.
11436 (whitespace-mark-value-list): New var, replace
11437 whitespace-style-value-list removed var.
11438 (whitespace-active-color): New var, replace whitespace-active-chars
11439 removed var.
11440 (whitespace-active-mark): New var, replace whitespace-active-style
11441 removed var.
11442 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
11443 removed var.
11444 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
11445 removed var.
11446 (whitespace-toggle-option-alist, whitespace-report-list)
11447 (whitespace-report-text, whitespace-help-text): Fix initialization.
11448 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
11449 (whitespace-toggle-options, global-whitespace-toggle-options)
11450 (whitespace-cleanup-region, whitespace-report-region)
11451 (whitespace-interactive-char): Fix docstring and code.
11452 (whitespace-cleanup, whitespace-report): Fix docstring.
11453 (whitespace-replace-spaces-by-tabs): Remove fun.
11454 (whitespace-replace-action): New fun, replace
11455 whitespace-replace-spaces-by-tabs removed fun.
11456 (whitespace-regexp, whitespace-indentation-regexp)
11457 (whitespace-space-after-tab-regexp, whitespace-insert-value)
11458 (whitespace-kill-buffer): New funs.
11459 (whitespace-insert-option-mark, whitespace-help-on)
11460 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
11461 (whitespace-color-on, whitespace-color-off)
11462 (whitespace-display-char-on): Fix code.
11463
11464 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11465
11466 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
11467 (mouse-throw-magnifier-with-mouse-movement): Remove.
11468 (mouse-throw-magnifier-base): New const.
11469 (mouse-drag-scroll-delta): New fun.
11470 (mouse-drag-throw): Use it.
11471
11472 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
11473
11474 * international/uni-bidi.el, international/uni-category.el:
11475 * international/uni-combining.el, international/uni-comment.el:
11476 * international/uni-decimal.el, international/uni-decomposition.el:
11477 * international/uni-digit.el, international/uni-lowercase.el:
11478 * international/uni-mirrored.el, international/uni-name.el:
11479 * international/uni-numeric.el, international/uni-old-name.el:
11480 * international/uni-titlecase.el, international/uni-uppercase.el:
11481 * international/charprop.el: Regenerate.
11482
11483 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
11484
11485 * vc.el (vc-status-fileinfo): Add new member directoryp.
11486 (vc-default-status-printer): Print directories.
11487 (vc-status-update): Sort files before subdirectories.
11488
11489 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
11490 Add alternative implementation based on "cvs update".
11491
11492 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
11493
11494 * doc-view.el: Changed requirements section to tell that only one
11495 of dvipdf or dvipdfm is needed.
11496 (doc-view-already-converted-p): Fix bug that forced reconversion
11497 if doc was already converted.
11498
11499 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 * minibuffer.el (minibuffer-message):
11502 Make sure we can put-text-property.
11503
11504 * emacs-lisp/crm.el: Complete rewrite.
11505
11506 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
11507 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
11508 case of an error in display-completion-list.
11509
11510 * filecache.el (file-cache-completions-keymap): Move init from
11511 file-cache-completion-setup-function into declaration.
11512 (file-cache-minibuffer-complete): Simplify.
11513 (file-cache-completion-setup-function): Use standard-output,
11514 preserve current-buffer.
11515
11516 * vc.el (vc-status-update): Fix typo.
11517 (vc-status-update): Set needs-update.
11518 (vc-status-refresh): η-reduce.
11519
11520 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
11521
11522 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
11523 to image-eol.
11524
11525 2008-04-14 Alexandre Julliard <julliard@winehq.org>
11526
11527 * vc.el (vc-status-update): Undo the previous revert.
11528
11529 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11530
11531 * minibuffer.el (completion-table-with-terminator): Those completions
11532 are never valid w.r.t test-completion.
11533 (completion--file-name-table):
11534 Check completion-all-completions-with-base-size.
11535
11536 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
11537
11538 * doc-view.el (doc-view-dvipdf-program): New variable.
11539 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
11540 (doc-view-mode-p): Check for doc-view-dvipdf-program as
11541 alternative for doc-view-dvipdfm-program.
11542 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
11543
11544 * doc-view.el (doc-view-start-process): Don't set
11545 default-directory to "~/" if the current value is valid.
11546 This broke PS files that run other files in the same directory.
11547
11548 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
11549
11550 * vc.el (vc-status-kill-query): New function.
11551 (vc-status-mode): Add it to kill-buffer-query-functions.
11552 (vc-status-show-fileentry): New function.
11553 (vc-status-menu-map): Bind it. Bind vc-next-action.
11554
11555 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11556
11557 * minibuffer.el (minibuffer-message): Put cursor at the right place.
11558
11559 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11560
11561 * proced.el (proced-send-signal): Fix error recognition.
11562
11563 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11564
11565 * proced.el (proced-command-alist): Remove sort column.
11566 (proced-command, proced-procname-column):
11567 Use make-variable-buffer-local.
11568 (proced-signal-function): Rename from proced-kill-program.
11569 Allow for elisp symbols and string values representing system calls.
11570 (proced-marker-regexp, proced-success-message): New functions.
11571 (proced): Use defalias. Add autoload cookie.
11572 (proced-unmark-backward, proced-toggle-marks)
11573 (proced-hide-processes): New commands.
11574 (proced-do-mark): Simplify code.
11575 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
11576 (proced-update): Remove sorting.
11577 (proced-send-signal): Display number of processes to operate on.
11578 Allow for system calls or elisp functions to send signals.
11579 Check if signal was sent successfully.
11580
11581 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11582
11583 * minibuffer.el (completion-all-completion-with-base-size): New var.
11584 (completion--some): New function.
11585 (completion-table-with-context, completion--file-name-table):
11586 Return the base-size if requested.
11587 (completion-table-in-turn): Generalize to multiple arguments.
11588 (complete-in-turn): Compatibility alias.
11589 (completion-styles-alist): New var.
11590 (completion-styles): New customization.
11591 (minibuffer-try-completion, minibuffer-all-completions):
11592 New functions.
11593 (minibuffer--do-completion, minibuffer-complete-and-exit)
11594 (minibuffer-try-word-completion): Use them.
11595 (display-completion-list, minibuffer-completion-help): Use them.
11596 Handle all-completions's new base-size info to set completion-base-size.
11597 * info.el (Info-read-node-name-1): Use completion-table-with-context,
11598 completion-table-with-terminator and complete-with-action.
11599 Remove the now obsolete completion-base-size-function property.
11600 * simple.el (completion-list-mode-map): Move init into declaration.
11601 (completion-list-mode): Use define-derived-mode.
11602 (completion-setup-function): Use any completion-base-size that may
11603 have been set before. Remove handling of completion-base-size-function.
11604 * loadup.el: Move abbrev.el up earlier.
11605
11606 2008-04-13 Alexandre Julliard <julliard@winehq.org>
11607
11608 * vc-git.el (vc-git-after-dir-status-stage)
11609 (vc-git-dir-status-goto-stage): New functions.
11610 (vc-git-after-dir-status-stage1)
11611 (vc-git-after-dir-status-stage1-empty-db)
11612 (vc-git-after-dir-status-stage2): Remove, functionality moved
11613 into the new generic stage functions.
11614 (vc-git-dir-status-files): New function.
11615
11616 * vc.el (vc-status-update): Revert an incorrect rewrite.
11617 Add some comments.
11618 (vc-status-refresh-files): New function.
11619 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
11620 state of up-to-date files.
11621 (vc-default-dir-status-files): New function.
11622
11623 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
11624
11625 * minibuffer.el (completion--embedded-envvar-table)
11626 (read-file-name-internal): Fix typos in 2008-04-11 change.
11627
11628 * faces.el (read-face-name): Use `completion-table-in-turn',
11629 not `complete-in-turn'.
11630
11631 2008-04-13 Andreas Schwab <schwab@suse.de>
11632
11633 * progmodes/etags.el: Require 'cl when compiling.
11634
11635 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
11636
11637 * progmodes/gud.el (gud-menu-map): Expand tooltip.
11638
11639 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
11640 (menu): Add/expand menu tooltips.
11641
11642 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11643
11644 * progmodes/sh-script.el (sh-show-indent): Fix typo.
11645 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
11646
11647 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
11648 considered registered.
11649
11650 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11651
11652 * emacs-lisp/copyright.el (copyright-update-directory): New command.
11653
11654 * ediff-wind.el (ediff-split-window-function)
11655 (ediff-merge-split-window-function): Improve custom type.
11656
11657 2008-04-12 Eli Zaretskii <eliz@gnu.org>
11658
11659 * loadup.el ("minibuffer"): Move after "faces".
11660
11661 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11662
11663 * progmodes/hideif.el (hif-factor): Handle unary minus.
11664
11665 2008-04-12 Glenn Morris <rgm@gnu.org>
11666
11667 * calendar/cal-china.el (chinese-calendar-time-zone):
11668 Mark obsolete name as risky too.
11669
11670 * calendar/calendar.el (calendar-faces): New custom group.
11671 (calendar-today, diary, holiday): Doc fix.
11672 Move to calendar-faces group.
11673 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
11674 (diary-button): Doc fix. Move to calendar-faces group.
11675
11676 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11677 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
11678 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
11679 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
11680 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
11681 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
11682 not in dumped files before the associated defcustom.
11683
11684 2008-04-11 Johan Bockgård <bojohan@gnu.org>
11685
11686 * minibuffer.el (lazy-completion-table): Fix debug spec.
11687
11688 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11689
11690 * minibuffer.el (complete-with-action, lazy-completion-table):
11691 Move from subr.el.
11692 (apply-partially, completion-table-dynamic)
11693 (completion-table-with-context, completion-table-with-terminator)
11694 (completion-table-in-turn): New funs.
11695 (completion--make-envvar-table, completion--embedded-envvar-table):
11696 New funs.
11697 (read-file-name-internal): Use them.
11698 (completion-setup-hook): Move from simple.el.
11699 * subr.el (complete-with-action, lazy-completion-table):
11700 * simple.el (completion-setup-hook): Move to minibuffer.el.
11701
11702 2008-04-11 Glenn Morris <rgm@gnu.org>
11703
11704 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
11705
11706 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11707
11708 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
11709
11710 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
11711
11712 * textmodes/fill.el (fill-forward-paragraph-function): New var.
11713 (fill-forward-paragraph): New fun.
11714 (fill-paragraph, fill-region): Use it.
11715
11716 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
11717 (vc-status-create-fileinfo): Make `extra' optional.
11718 (vc-status-busy): New fun.
11719 (vc-status-menu-map): Use it.
11720 (vc-status-crt-marked): Remove.
11721 (vc-status-update): Rename from vc-status-add-entries.
11722 Add argument so as to prevent addition of entries. Rewrite.
11723 (vc-update-vc-status-buffer): Remove.
11724 (vc-status-refresh): Don't remove old entries, set them to
11725 up-to-date instead. Also do it after the update is complete.
11726 (vc-status-marked-files): η-reduce.
11727
11728 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
11729 for non-dialogs.
11730
11731 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
11732
11733 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
11734
11735 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
11736
11737 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
11738 to t and don't truncate msg.
11739
11740 2008-04-11 Glenn Morris <rgm@gnu.org>
11741
11742 * calendar/calendar.el (diary, holidays):
11743 Move custom groups to other files.
11744 (holiday-general-holidays, holiday-oriental-holidays)
11745 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
11746 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
11747 (holiday-hebrew-holidays, holiday-christian-holidays)
11748 (holiday-islamic-holidays, holiday-bahai-holidays)
11749 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
11750 * calendar/diary-lib.el: Move custom group here from calendar.el.
11751 * calendar/holidays.el: Move custom group and variables here
11752 from calendar.el.
11753
11754 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
11755
11756 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
11757 Fix custom group.
11758 (calendar-current-time-zone-cache): Autoload riskiness.
11759
11760 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
11761
11762 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
11763
11764 * woman.el (woman2-TH): Use string-equal instead of string-match.
11765
11766 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11767
11768 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
11769 (smerge-resolve): Merge the "2-way refinement" case with one half of
11770 the "mere whitespace" resolution.
11771
11772 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
11773
11774 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
11775
11776 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
11777
11778 * subr.el (assoc-ignore-case, assoc-ignore-representation):
11779 Add WHEN to obsolescence declaration.
11780
11781 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
11782
11783 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
11784
11785 * vc-hooks.el (vc-state): Add new state `conflict'.
11786 (vc-after-save): Use when not if.
11787 (vc-default-mode-line-string): Deal with the conflict state.
11788 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
11789
11790 * vc.el (vc-editable-p, vc-default-status-printer)
11791 (vc-next-action): Deal with the conflict state.
11792 (vc-mark-resolved): New function.
11793 (vc-status-mode): Fix mode name.
11794 (vc-default-comment-history): Use when not if.
11795 (Todo): Add new entries, remove old ones.
11796
11797 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
11798 (vc-cvs-parse-status, vc-cvs-after-dir-status):
11799 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
11800 Detect the conflict state.
11801
11802 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
11803
11804 2008-04-10 Glenn Morris <rgm@gnu.org>
11805
11806 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
11807 Respect truncate-partial-width-windows in non-full windows,
11808 with regards to :toggle and :enable state.
11809
11810 * simple.el (toggle-truncate-lines): Doc fix.
11811
11812 * Makefile.in (MH_E_DIR): New variable.
11813 (MH_E_SRC): Restore variable removed 2008-03-13.
11814 (mh-loaddefs.el): Depend on $MH_E_SRC.
11815 (CAL_DIR, CAL_SRC): New variables.
11816 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
11817 Depend on CAL_SRC.
11818
11819 * calendar/calendar.el (calendar, diary): Add :prefix.
11820 (holidays): Change :prefix.
11821 (calendar-today, holiday, calendar-holiday-marker)
11822 (european-calendar-style): Change custom groups.
11823
11824 * calendar/calendar.el (diary-hook, diary-display-hook):
11825 Move to diary-lib.el.
11826 * calendar/diary-lib.el (diary-hook, diary-display-hook):
11827 Move here from calendar.el.
11828 * calendar/appt.el: Require diary-lib rather than calendar.
11829 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
11830
11831 * calendar/appt.el (appt): Add :prefix.
11832
11833 * calendar/diary-lib.el (diary-hook): Doc fix.
11834 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
11835
11836 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11837
11838 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
11839 New functions.
11840
11841 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
11842 the arg to recursive calls.
11843
11844 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
11845
11846 * minibuffer.el (completion-auto-help): Fix typo.
11847
11848 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11849
11850 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
11851
11852 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
11853
11854 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
11855 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
11856
11857 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11858
11859 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
11860
11861 * minibuffer.el (minibuffer): Move group from cus-edit.el.
11862 (completion-auto-help): Move from C code.
11863 (minibuffer--maybe-completion-help): Remove.
11864 (minibuffer--bitset): New function.
11865 (minibuffer--do-completion): Rename from minibuffer-do-completion.
11866 Renumber a bit. Really complete on string *before* point.
11867 Add argument used for word-completion.
11868 Join trailing / in completion with following text, as done in
11869 minibuffer-complete-word.
11870 Handle new value `lazy' for completion-auto-help.
11871 (minibuffer-try-word-completion): New function extracted from
11872 minibuffer-complete-word.
11873 (minibuffer-complete-word): Use minibuffer--do-completion.
11874 (minibuffer--insert-strings): Rename from
11875 minibuffer-complete-insert-strings.
11876 (exit-minibuffer): Fix typo.
11877 * cus-edit.el (minibuffer): Move group to minibuffer.el.
11878 * cus-start.el: Remove completion-auto-help.
11879
11880 2008-04-09 Alexandre Julliard <julliard@winehq.org>
11881
11882 * vc.el (vc-status-add-entries): New function.
11883 (vc-status-add-entry): Remove.
11884 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
11885 Use vc-status-add-entries.
11886
11887 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
11888 order.
11889
11890 2008-04-09 Jason Rumney <jasonr@gnu.org>
11891
11892 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
11893 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
11894 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
11895 (AUTOGENEL): New variable.
11896 (distclean, maintainer-clean): New targets.
11897
11898 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
11899
11900 * emacs-lisp/regexp-opt.el (regexp-opt):
11901 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
11902
11903 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
11904
11905 * nxml/nxml-mode.el (nxml-cleanup): New function.
11906 (nxml-mode): Add it to change-major-mode-hook.
11907
11908 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
11909
11910 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
11911
11912 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
11913
11914 * calc/.cvsignore: New file.
11915
11916 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
11917
11918 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
11919
11920 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
11921 show-help-function when turning tooltip off.
11922 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
11923 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
11924
11925 2008-04-09 Alan Mackenzie <acm@muc.de>
11926
11927 * font-lock.el (font-lock-extend-after-change-region-function):
11928 Make it buffer local.
11929
11930 2008-04-09 Glenn Morris <rgm@gnu.org>
11931
11932 * calendar/calendar.el (diary-file, european-calendar-style):
11933 Remove autoload cookies.
11934
11935 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11936
11937 * outline.el (outline-mode-menu-bar-map):
11938 * log-view.el (log-view-mode-menu):
11939 * log-edit.el (log-edit-menu): Add :help.
11940
11941 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
11942
11943 * emacs-lisp/regexp-opt.el (regexp-opt-group):
11944 Use substring-no-properties for correct handling of unibyte strings.
11945
11946 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11947
11948 * add-log.el (change-log-next-buffer): Handle the case where version<
11949 signals an error.
11950
11951 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
11952 mouse-major-mode-menu.
11953 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
11954 (mouse-major-mode-menu, mouse-popup-menubar)
11955 (mouse-popup-menubar-stuff): Use them.
11956 (C-down-mouse-3): Bind to a dynamic map rather than to
11957 mouse-popup-menubar-stuff.
11958
11959 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
11960 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
11961
11962 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11963
11964 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
11965 file:// access method.
11966
11967 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11968
11969 * minibuffer.el: New file.
11970 * loadup.el: Load it.
11971
11972 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11973
11974 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
11975 rather than subdirs.el. It introduces an ugly circular dependency, tho.
11976
11977 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
11978 (calc-mode-map, calc-digit-map, calc-dispatch-map):
11979 Move initialization into declaration.
11980 * calc/calc-yank.el:
11981 * calc/calc-misc.el:
11982 * calc/calc-embed.el:
11983 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
11984
11985 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
11986
11987 * ps-samp.el (ps-add-printer, ps-remove-printer)
11988 (ps-make-dynamic-printer-menu): New functions.
11989
11990 * net/zeroconf.el: New file.
11991
11992 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11993
11994 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
11995
11996 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11997
11998 * vc-rcs.el (vc-rcs-modify-change-comment):
11999 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
12000
12001 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
12002
12003 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
12004
12005 * international/mule-cmds.el (set-locale-environment): Don't warn if
12006 coding system doesn't agree with system locale (this reverts changes
12007 by Dave Love, dated 2002-10-27 and 2002-10-09).
12008
12009 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12010 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
12011
12012 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
12013
12014 2008-04-08 Glenn Morris <rgm@gnu.org>
12015
12016 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
12017 * textmodes/remember.el (remember-diary-convert-entry):
12018 Require calendar.
12019
12020 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
12021 diary-file, since it is the default for make-diary-entry anyway.
12022
12023 * calendar/cal-menu.el (cal-menu-event-to-date):
12024 Rename calendar-event-to-date. Update callers.
12025 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
12026 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
12027 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
12028 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
12029 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
12030 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
12031 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
12032 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
12033 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
12034 (calendar-mouse-tex-month-landscape):
12035 Rename cal-tex-mouse-month-landscape.
12036 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
12037 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
12038 (calendar-mouse-tex-year-landscape):
12039 Rename cal-tex-mouse-year-landscape.
12040 (cal-menu-context-mouse-menu): Update for above name changes.
12041
12042 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
12043 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
12044 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
12045 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
12046 * calendar/holidays.el: Replace int-to-string with number-to-string.
12047
12048 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
12049
12050 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
12051 region if point moves.
12052
12053 2008-04-08 Kenichi Handa <handa@m17n.org>
12054
12055 * faces.el (font-slant-table): Change numeric values for `r',
12056 `roman', and `normal'.
12057
12058 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
12059
12060 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
12061
12062 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
12063
12064 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
12065 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
12066
12067 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
12068
12069 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
12070 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
12071
12072 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12073
12074 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
12075
12076 2008-04-07 Sam Steingold <sds@gnu.org>
12077
12078 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
12079 Add helper functions.
12080 (lisp-do-defun): Extract the common part of lisp-eval-defun and
12081 lisp-compile-defun; DEFVAR forms reset the variables to the init
12082 values, just like in emacs-lisp mode eval-defun.
12083 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
12084 (lisp-compile-region): Use lisp-compile-string.
12085
12086 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12087
12088 * subr.el (combine-and-quote-strings): Also quote strings that contain
12089 the separator.
12090
12091 * pcvs-util.el (cvs-map): Avoid recursion :-(
12092
12093 2008-04-07 Glenn Morris <rgm@gnu.org>
12094
12095 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
12096
12097 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
12098 view-diary-entries-initially. Keep old name as alias, update users.
12099 (calendar-mark-diary-entries-flag): Rename
12100 mark-diary-entries-in-calendar. Keep old name as alias, update users.
12101 (calendar-view-holidays-initially-flag): Rename
12102 view-calendar-holidays-initially. Keep old name as alias, update users.
12103 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
12104 Keep old name as alias, update users.
12105 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
12106 Keep old name as alias, update users.
12107 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
12108 Keep old name as alias, update users.
12109 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
12110 Keep old name as alias, update users.
12111 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
12112 (diary-american-date-forms): Rename american-date-diary-pattern.
12113 Keep old name as alias, update users.
12114 (diary-european-date-forms): Rename european-date-diary-pattern.
12115 Keep old name as alias, update users.
12116 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
12117 Keep old name as alias, update users.
12118 (calendar-european-date-display-form): Rename
12119 european-calendar-display-form. Keep old name as alias, update users.
12120 (calendar-american-date-display-form): Rename
12121 european-calendar-display-form. Keep old name as alias, update users.
12122 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
12123 Keep old name as alias, update users.
12124 (holiday-general-holidays): Rename general-holidays.
12125 Keep old name as alias, update users.
12126 (holiday-oriental-holidays): Rename oriental-holidays.
12127 Keep old name as alias, update users.
12128 (holiday-local-holidays): Rename local-holidays.
12129 Keep old name as alias, update users.
12130 (holiday-other-holidays): Rename other-holidays.
12131 Keep old name as alias, update users.
12132 (holiday-hebrew-holidays): Rename hebrew-holidays.
12133 Keep old name as alias, update users.
12134 (holiday-christian-holidays): Rename christian-holidays.
12135 Keep old name as alias, update users.
12136 (holiday-islamic-holidays): Rename islamic-holidays.
12137 Keep old name as alias, update users.
12138 (holiday-bahai-holidays): Rename bahai-holidays.
12139 Keep old name as alias, update users.
12140 (holiday-solar-holidays): Rename solar-holidays.
12141 Keep old name as alias, update users.
12142 (diary-fancy-buffer): Rename fancy-diary-buffer.
12143 Keep old name as alias, update users.
12144 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
12145 Update users.
12146 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
12147 Update users.
12148 (calendar-increment-month): Rename increment-calendar-month.
12149 Keep old name as alias, update callers.
12150 (calendar-increment-month-cons): Rename old calendar-increment-month.
12151 Update callers.
12152 (calendar-extract-month): Rename extract-calendar-month.
12153 Keep old name as alias, update callers.
12154 (calendar-extract-day): Rename extract-calendar-day.
12155 Keep old name as alias, update callers.
12156 (calendar-extract-year): Rename extract-calendar-year.
12157 Keep old name as alias, update callers.
12158 (calendar-generate-window): Rename generate-calendar-window.
12159 Update callers.
12160 (calendar-generate): Rename generate-calendar. Update callers.
12161 (calendar-generate-month): Rename generate-calendar-month.
12162 Update callers.
12163 (calendar-redraw): Rename redraw-calendar. Update callers.
12164 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
12165 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
12166 Update callers.
12167 (calendar-update-mode-line): Rename update-calendar-mode-line.
12168 Update callers.
12169 (calendar-exit): Rename exit-calendar. Keep old name as alias,
12170 update callers.
12171 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
12172 Keep old name as alias, update callers.
12173 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
12174 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
12175 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
12176 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
12177 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
12178 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
12179 * calendar/solar.el: Update for calendar.el name changes.
12180 * org/org.el (org-agenda-format-date-aligned)
12181 (org-agenda-execute-calendar-command): Access date elements directly
12182 rather than using calendar functions.
12183 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
12184 Also set calendar-view-diary-initially-flag,
12185 calendar-view-holidays-initially-flag.
12186 (org-get-entries-from-diary): Also set diary-fancy-buffer.
12187 (org-agenda-execute-calendar-command): No need to set displayed-day.
12188
12189 2008-04-06 Alan Mackenzie <acm@muc.de>
12190
12191 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
12192 typo in the doc string.
12193
12194 * progmodes/cc-mode.el (c-basic-common-init):
12195 Set font-lock-extend-after-change-region-function.
12196 (c-extend-after-change-region): New function, used in
12197 font-lock-extend-after-change-region-function, thus superseding
12198 advice on the Font Lock after change functions.
12199 (c-advise-fl-for-region): Remove this macro.
12200
12201 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12202
12203 * textmodes/flyspell.el (flyspell-duplicate-distance):
12204 Improve custom type.
12205
12206 2008-04-06 Glenn Morris <rgm@gnu.org>
12207
12208 * calendar/diary-lib.el (diary-sexp-entry-symbol):
12209 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
12210 (diary-list-entries-hook): Rename list-diary-entries-hook.
12211 Keep old name as alias, update users.
12212 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
12213 Keep old name as alias, update users.
12214 (diary-nongregorian-listing-hook): Rename
12215 nongregorian-diary-listing-hook. Keep old name as alias, update users.
12216 (diary-nongregorian-marking-hook): Rename
12217 nongregorian-diary-marking-hook. Keep old name as alias, update users.
12218 (diary-print-entries-hook): Rename print-diary-entries-hook.
12219 Keep old name as alias, update users.
12220 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
12221 Keep old name as alias, update users.
12222 (diary-number-of-entries): Rename number-of-diary-entries.
12223 Keep old name as alias, update users.
12224 (view-diary-entries, list-diary-entries, show-all-diary-entries):
12225 Give version of obsolescence.
12226 (diary-view-other-diary-entries): Rename view-other-diary-entries.
12227 Keep old name as alias, update callers.
12228 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
12229 update callers.
12230 (diary-include-other-diary-files): Rename include-other-diary-files.
12231 Keep old name as alias, update callers.
12232 (diary-simple-display): Rename simple-diary-display.
12233 Keep old name as alias, update callers.
12234 (diary-fancy-display): Rename fancy-diary-display.
12235 Keep old name as alias, update callers.
12236 (diary-print-entries): Rename print-diary-entries.
12237 Keep old name as alias, update callers.
12238 (diary-marking-entries-flag): Rename marking-diary-entries.
12239 Update users.
12240 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
12241 (diary-mark-entries): Rename mark-diary-entries.
12242 Keep old name as alias, update callers.
12243 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
12244 Keep old name as alias, update callers.
12245 (diary-mark-included-diary-files): Rename mark-included-diary-files.
12246 Keep old name as alias, update callers.
12247 (calendar-mark-days-named): Rename mark-calendar-days-named.
12248 Keep old name as alias, update callers.
12249 (calendar-mark-month): Rename mark-calendar-month.
12250 Keep old name as alias, update callers.
12251 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
12252 Keep old name as alias, update callers.
12253 (diary-sort-entries): Rename sort-diary-entries.
12254 Keep old name as alias, update callers.
12255 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
12256 Keep old name as alias, update callers.
12257 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
12258 update callers.
12259 (diary-insert-entry): Rename insert-diary-entry.
12260 Keep old name as alias.
12261 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
12262 Keep old name as alias.
12263 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
12264 Keep old name as alias.
12265 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
12266 Keep old name as alias.
12267 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
12268 Keep old name as alias.
12269 (diary-insert-block-entry): Rename insert-block-diary-entry.
12270 Keep old name as alias.
12271 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
12272 Keep old name as alias.
12273 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
12274 Keep old name as alias, update users.
12275 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
12276 Keep old name as alias, update callers.
12277 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
12278 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
12279 * calendar/icalendar.el: Update for diary-lib name changes.
12280
12281 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
12282
12283 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
12284
12285 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
12286 for copy, move, and link operations.
12287
12288 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
12289
12290 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
12291 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
12292
12293 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
12294 'require' statements with 1-argument ones (wrapped in if's).
12295 For compatibility with the current stable version of XEmacs.
12296
12297 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
12298
12299 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
12300
12301 2008-04-06 Jason Rumney <jasonr@gnu.org>
12302
12303 * language/burmese.el ("Burmese"): Make sample text consistent with
12304 language name.
12305
12306 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
12307
12308 * progmodes/gdb-ui.el (gdb): New group.
12309 (gdb-debug-log-max, gdb-enable-debug)
12310 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
12311 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
12312 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
12313 (gdb-show-changed-values, gdb-max-children)
12314 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
12315 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
12316 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
12317 (gdb-memory-unit): Move to new group from GUD group.
12318 (menu): Allow customization from GDB-UI menu-item.
12319
12320 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
12321
12322 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
12323
12324 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12325
12326 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
12327 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
12328 Revision numbers can include ".".
12329
12330 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
12331 "+" lines not accounted for by counting "-" and context lines.
12332
12333 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12334
12335 * term/mac-win.el (mac-service-open-file): Use file URL instead of
12336 file name string.
12337
12338 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12339
12340 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
12341 (vc-bzr-annotate-time): Accept space used to preserve alignment.
12342
12343 2008-04-05 Richard Stallman <rms@gnu.org>
12344
12345 * emacs-lisp/advice.el (defadvice): Add usage pattern.
12346
12347 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
12348
12349 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
12350 thread in [h-e-w]).
12351
12352 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
12353
12354 * files.el (abort-if-file-too-large): Fix typo in docstring.
12355
12356 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12357
12358 * subr.el (functionp): Return nil for special forms.
12359
12360 2008-04-05 Glenn Morris <rgm@gnu.org>
12361
12362 * emacs-lisp/autoload.el (autoload-ensure-default-file):
12363 Provide a feature.
12364 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
12365 Require loaddefs file rather than loading it.
12366 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
12367 autoload-ensure-default-file provides a feature.
12368
12369 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
12370 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
12371 (compile, compile-always, recompile): Use $LOADDEFS.
12372 (cal-autoloads): Remove.
12373
12374 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
12375 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
12376
12377 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
12378 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
12379
12380 * calendar/calendar.el (diary-hebrew-entry-symbol):
12381 Rename hebrew-diary-entry-symbol. Keep old name as alias.
12382 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
12383 Keep old name as alias.
12384 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
12385 Keep old name as alias.
12386 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
12387 to diary-bahai-entry-symbol.
12388 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
12389 to diary-hebrew-entry-symbol.
12390 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
12391 to diary-islamic-entry-symbol.
12392 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
12393
12394 * calendar/solar.el (diary-sabbath-candles-minutes)
12395 (diary-sabbath-candles): Move to cal-hebrew.
12396 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
12397 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
12398 Doc fix. Keep old name as alias.
12399 (diary-hebrew-sabbath-candles): Simplify.
12400 (solar-setup, solar-sunrise-sunset, calendar-latitude)
12401 (calendar-longitude, calendar-time-zone): Declare for compiler.
12402 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
12403 rename.
12404
12405 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
12406 Rename coptic-calendar-month-name-array. Update callers.
12407 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
12408 (calendar-coptic-name): Rename coptic-name. Update callers.
12409 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
12410 Update callers.
12411 (calendar-coptic-last-day-of-month):
12412 Rename coptic-calendar-last-day-of-month. Update callers.
12413 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
12414 Keep old name as alias, update callers.
12415 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
12416 Keep old name as alias, update callers.
12417 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
12418 Keep old name as alias.
12419 (calendar-ethiopic-month-name-array):
12420 Rename ethiopic-calendar-month-name-array. Update callers.
12421 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
12422 Update callers.
12423 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
12424 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
12425 Keep old name as alias, update callers.
12426 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
12427 Keep old name as alias, update callers.
12428 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
12429 Keep old name as alias.
12430
12431 * calendar/cal-french.el (calendar-french-epoch):
12432 Rename french-calendar-epoch. Update callers.
12433 (calendar-french-month-name-array): Rename variable and function
12434 french-calendar-month-name-array. Update callers.
12435 (calendar-french-multibyte-month-name-array):
12436 Rename french-calendar-multibyte-month-name-array. Update callers.
12437 (calendar-french-day-name-array): Rename variable and function
12438 french-calendar-day-name-array. Update callers.
12439 (calendar-french-special-days-array): Rename variable and function
12440 french-calendar-special-days-array. Update callers.
12441 (calendar-french-multibyte-special-days-array):
12442 Rename french-calendar-multibyte-special-days-array. Update callers.
12443 (calendar-french-accents-p): Rename french-calendar-accents.
12444 Update callers.
12445 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
12446 Update callers.
12447 (calendar-french-last-day-of-month):
12448 Rename french-calendar-last-day-of-month. Update callers.
12449 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
12450 Keep old name as alias, update callers.
12451 (calendar-french-print-date): Rename calendar-print-french-date.
12452 Keep old name as alias, update callers.
12453 (calendar-french-goto-date): Rename calendar-goto-french-date.
12454 Keep old name as alias.
12455
12456 * calendar/cal-menu.el, calendar/calendar.el:
12457 Update for Coptic and French name changes.
12458
12459 * calendar/cal-china.el (calendar-chinese): Rename custom group
12460 from chinese-calendar. Update users.
12461 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
12462 Keep old name as alias, update users.
12463 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
12464 Keep old name as alias.
12465 (calendar-chinese-daylight-time-offset):
12466 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
12467 update users.
12468 (calendar-chinese-standard-time-zone-name):
12469 Rename chinese-calendar-standard-time-zone-name.
12470 Keep old name as alias, update users.
12471 (calendar-chinese-daylight-saving-start):
12472 Rename chinese-calendar-daylight-savings-starts.
12473 Keep old name as alias, update users.
12474 (calendar-chinese-daylight-saving-end):
12475 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
12476 update users.
12477 (calendar-chinese-daylight-saving-start-time):
12478 Rename chinese-calendar-daylight-savings-starts-time.
12479 Keep old name as alias, update users.
12480 (calendar-chinese-daylight-saving-end-time):
12481 Rename chinese-calendar-daylight-savings-ends-time.
12482 Keep old name as alias, update users.
12483 (calendar-chinese-celestial-stem): Rename
12484 calendar-chinese-celestial-stem. Keep old name as alias, update users.
12485 (calendar-chinese-terrestrial-branch):
12486 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
12487 update users.
12488 (calendar-chinese-zodiac-sign-on-or-after):
12489 Rename chinese-zodiac-sign-on-or-after. Update callers.
12490 (calendar-chinese-new-moon-on-or-after):
12491 Rename chinese-new-moon-on-or-after. Update callers.
12492 (calendar-chinese-month-list): Rename chinese-month-list.
12493 Update callers.
12494 (calendar-chinese-number-months): Rename number-chinese-months.
12495 Update callers.
12496 (calendar-chinese-compute-year): Rename compute-chinese-year.
12497 Update callers.
12498 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
12499 (calendar-chinese-year): Rename chinese-year. Update callers.
12500 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
12501 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
12502 Keep old name as alias, update callers.
12503 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
12504 Keep old name as alias, update callers.
12505 (calendar-chinese-months-to-alist):
12506 Rename make-chinese-month-assoc-list. Update callers.
12507 (calendar-chinese-months): Rename chinese-months. Update callers.
12508 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
12509 Keep old name as alias, update callers.
12510
12511 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
12512 Rename hebrew-calendar-leap-year-p. Update callers.
12513 (calendar-hebrew-last-month-of-year):
12514 Rename hebrew-calendar-last-month-of-year. Update callers.
12515 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
12516 Update callers.
12517 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
12518 Update callers.
12519 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
12520 Update callers.
12521 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
12522 Update callers.
12523 (calendar-hebrew-last-day-of-month):
12524 Rename hebrew-calendar-last-day-of-month. Update callers.
12525 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
12526 Keep old name as alias, update callers.
12527 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
12528 Keep old name as alias, update callers.
12529 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
12530 Keep old name as alias, update callers.
12531 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
12532 Keep old name as alias.
12533 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
12534 Keep old name as alias.
12535 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
12536 Keep old name as alias.
12537 (holiday-hebrew-passover): Rename holiday-passover-etc.
12538 Keep old name as alias.
12539 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
12540 Keep old name as alias, update callers.
12541 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
12542 Keep old name as alias.
12543 (calendar-hebrew-mark-date-pattern):
12544 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
12545 update callers.
12546 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
12547 Keep old name as alias.
12548 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
12549 Keep old name as alias.
12550 (diary-hebrew-insert-monthly-entry):
12551 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
12552 (diary-hebrew-insert-yearly-entry):
12553 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
12554 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
12555 Keep old name as alias.
12556 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
12557 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
12558 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
12559 Keep old name as alias.
12560 (calendar-hebrew-parashiot-names):
12561 Rename hebrew-calendar-parashiot-names. Update callers.
12562 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
12563 (calendar-hebrew-year-Saturday-incomplete-Sunday):
12564 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
12565 (calendar-hebrew-year-Saturday-complete-Tuesday):
12566 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
12567 (calendar-hebrew-year-Monday-incomplete-Tuesday):
12568 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
12569 (calendar-hebrew-year-Monday-complete-Thursday):
12570 Rename hebrew-calendar-year-Monday-complete-Thursday.
12571 (calendar-hebrew-year-Tuesday-regular-Thursday):
12572 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
12573 (calendar-hebrew-year-Thursday-regular-Saturday):
12574 Rename hebrew-calendar-year-Thursday-regular-Saturday.
12575 (calendar-hebrew-year-Thursday-complete-Sunday):
12576 Rename hebrew-calendar-year-Thursday-complete-Sunday.
12577 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
12578 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
12579 (calendar-hebrew-year-Saturday-complete-Thursday):
12580 Rename hebrew-calendar-year-Saturday-complete-Thursday.
12581 (calendar-hebrew-year-Monday-incomplete-Thursday):
12582 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
12583 (calendar-hebrew-year-Monday-complete-Saturday):
12584 Rename hebrew-calendar-year-Monday-complete-Saturday.
12585 (calendar-hebrew-year-Tuesday-regular-Saturday):
12586 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
12587 (calendar-hebrew-year-Thursday-incomplete-Sunday):
12588 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
12589 (calendar-hebrew-year-Thursday-complete-Tuesday):
12590 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
12591 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
12592 Update for above name changes of constants.
12593
12594 * calendar/cal-menu.el, calendar/calendar.el:
12595 Update for chinese and hebrew name changes.
12596 * calendar/diary-lib.el: Update for hebrew name changes.
12597
12598 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12599
12600 * subr.el (keymap-canonicalize): Correct thinko.
12601
12602 * server.el: Undo part of the multi-tty change, which is only
12603 needed if server.el is preloaded, and broke server-running-p.
12604 (server-socket-dir): Initialize in the defvar, as before.
12605 (server-start): Remove initialization of server-socket-dir.
12606
12607 2008-04-05 Eli Zaretskii <eliz@gnu.org>
12608
12609 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
12610 3-member cons cells.
12611
12612 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
12613
12614 * cus-face.el (custom-face-attributes): Handle roman slant.
12615
12616 * faces.el (default): Ensure the face-defface-spec property is set.
12617
12618 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
12619
12620 * files.el (abort-if-file-too-large): New function.
12621 (find-file-noselect, insert-file-1): Use it.
12622
12623 2008-04-05 Reto Zimmermann <reto@gnu.org>
12624
12625 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
12626 Replace C-c[a-zA-Z] key bindings.
12627
12628 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12629
12630 * progmodes/hideif.el (hif-token-alist): New var.
12631 (hif-token-regexp, hif-tokenize): Use it.
12632 (hif-mathify-binop): New macro.
12633 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
12634 (hif-greater-equal, hif-less-equal): Use it.
12635 (hif-logior, hif-logand): New functions.
12636 (hif-math): Accept | and & as well.
12637
12638 * progmodes/etags.el: Fix problem with completion for buffer-local
12639 tables. Reported by Radey Shouman <shouman@comcast.net>.
12640 (tags-complete-tag): Remove.
12641 (tags-lazy-completion-table): New function to replace it.
12642 (find-tag-tag, complete-tag): Update users.
12643
12644 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
12645
12646 * vc-rcs.el (vc-rcs-dir-status):
12647 * vc-sccs.el (vc-sccs-dir-status): New function.
12648
12649 * outline.el (outline-mode-menu-bar-map):
12650 * term.el (terminal-signal-menu): Add :help.
12651
12652 * net/eudc.el (eudc-mode-map): Declare and define in one step.
12653 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
12654
12655 * emacs-lisp/re-builder.el (reb-mode-map):
12656 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
12657
12658 * diff-mode.el (diff-file-junk-re): Recognize the git format for
12659 new files, deleted files and for changing permissions.
12660 (diff-mode): Set beginning-of-defun-function and
12661 end-of-defun-function.
12662
12663 * vc-bzr.el (vc-bzr-state): Use when instead of if.
12664
12665 * vc.el (vc-default-status-fileinfo-extra): New function.
12666 (vc-status-mark-buffer-changed): Use it.
12667 (vc-update-vc-status-buffer): Allow for partial updates.
12668
12669 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12670
12671 * net/tramp.el (after-init-hook): Don't wrap a lambda around
12672 tramp-register-completion-file-name-handler.
12673
12674 * subr.el (keymap-canonicalize): New function.
12675 * mouse.el (mouse-menu-non-singleton): Use it.
12676 (mouse-major-mode-menu): Remove hack made unnecessary.
12677
12678 * simple.el (set-fill-column): Prompt rather than error by default.
12679
12680 2008-04-04 Andreas Schwab <schwab@suse.de>
12681
12682 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12683 Reset new-rules after each round.
12684
12685 * Makefile.in (cal-autoloads): New target.
12686 (compile, compile-always, recompile): Depend on it.
12687 ($(lisp)/calendar/cal-loaddefs.el)
12688 ($(lisp)/calendar/diary-loaddefs.el)
12689 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
12690
12691 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
12692
12693 * ediff*.el: Replace load with require in eval-when-compile.
12694
12695 * ediff-hook.el: Delete all invocations of (autoload ...).
12696
12697 * ediff-util.el (ediff-setup): Make window-min-height a local variable
12698 in ediff control window, and set its min height to 2.
12699 (ediff-setup-control-buffer): Dedicate the control window.
12700 (ediff-toggle-multiframe): Undedicate control window.
12701 Work directly with ediff-setup-windows-multiframe and
12702 ediff-setup-windows-plain.
12703
12704 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
12705 New function.
12706 (ediff-window-setup-function): Change initialization.
12707 (ediff-setup-windows-automatic): Delete.
12708 (ediff-setup-windows-plain-merge): Make control window dedicated.
12709 (ediff-destroy-control-frame): Do not skip frames if working in a
12710 single frame.
12711
12712 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
12713 eval-when-compile.
12714
12715 * emulation/viper-util.el: Move provide's forward, prevent recursion in
12716 eval-when-compile.
12717
12718 2008-04-04 Glenn Morris <rgm@gnu.org>
12719
12720 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
12721 calendar-absolute-from-bahai. Update callers, keep old name as alias.
12722
12723 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
12724 Rename islamic-calendar-leap-year-p. Update callers.
12725 (calendar-islamic-last-day-of-month):
12726 Rename islamic-calendar-last-day-of-month. Update callers.
12727 (calendar-islamic-day-number):
12728 Rename islamic-calendar-day-number. Update callers.
12729 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
12730 Update callers, keep old name as alias.
12731 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
12732 Update callers, keep old name as alias.
12733 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
12734 Keep old name as alias.
12735 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
12736 Update callers, keep old name as alias.
12737 (calendar-islamic-mark-date-pattern):
12738 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
12739 name as alias.
12740 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
12741 Keep old name as alias.
12742 (diary-islamic-insert-monthly-entry):
12743 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
12744 (diary-islamic-insert-yearly-entry):
12745 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
12746
12747 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
12748 calendar-absolute-from-iso. Update callers, keep old name as alias.
12749 (calendar-iso-print-date): Rename calendar-print-iso-date.
12750 Update callers, keep old name as alias.
12751 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
12752 Keep old name as alias.
12753 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
12754 Keep old name as alias.
12755
12756 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
12757 calendar-absolute-from-julian. Update callers, keep old name as alias.
12758 (calendar-julian-print-date): Rename calendar-print-julian-date.
12759 Update callers, keep old name as alias.
12760 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
12761 Update callers, keep old name as alias.
12762 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
12763 Update callers, keep old name as alias.
12764 (calendar-astro-print-day-number):
12765 Rename calendar-print-astro-day-number. Update callers, keep old
12766 name as alias.
12767 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
12768 Update callers, keep old name as alias.
12769
12770 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
12771 Rename calendar-string-to-mayan-long-count. Update callers.
12772 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
12773 Update callers, keep old name as alias.
12774 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
12775 Update callers.
12776 (calendar-mayan-read-tzolkin-date):
12777 Rename calendar-read-mayan-tzolkin-date. Update callers.
12778 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
12779 Keep old name as alias.
12780 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
12781 Keep old name as alias.
12782 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
12783 Keep old name as alias.
12784 (calendar-mayan-previous-tzolkin-date):
12785 Rename calendar-previous-tzolkin-date. Keep old name as alias.
12786 (calendar-mayan-next-round-date):
12787 Rename calendar-next-calendar-round-date. Keep old name as alias.
12788 (calendar-mayan-previous-round-date):
12789 Rename calendar-previous-calendar-round-date. Keep old name as alias.
12790 (calendar-mayan-long-count-to-absolute): Rename
12791 calendar-absolute-from-mayan-long-count. Keep old name as alias.
12792 (calendar-mayan-goto-long-count-date):
12793 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
12794
12795 * calendar/cal-persia.el (calendar-persian-month-name-array):
12796 Rename persian-calendar-month-name-array. Update callers.
12797 (calendar-persian-epoch): Rename persian-calendar-epoch.
12798 Update callers.
12799 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
12800 Update callers.
12801 (calendar-persian-last-day-of-month):
12802 Rename persian-calendar-last-day-of-month. Update callers.
12803 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
12804 Update callers, keep old name as alias.
12805 (calendar-persian-print-date): Rename calendar-print-persian-date.
12806 Update callers, keep old name as alias.
12807 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
12808 Keep old name as alias.
12809
12810 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
12811 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
12812 * calendar/solar.el: Update for cal-julian name changes.
12813
12814 * calendar/cal-dst.el: Update for persian name changes.
12815
12816 * calendar/cal-menu.el, calendar/calendar.el:
12817 Update for islamic, iso, julian, mayan, persian name changes.
12818
12819 * calendar/diary-lib.el: Update for islamic name changes.
12820
12821 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
12822 Rename all-hebrew-calendar-holidays. Update callers, keep old name
12823 as alias.
12824 (calendar-christian-all-holidays-flag):
12825 Rename all-christian-calendar-holidays. Update callers, keep old
12826 name as alias.
12827 (calendar-islamic-all-holidays-flag):
12828 Rename all-islamic-calendar-holidays. Update callers, keep old
12829 name as alias.
12830 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
12831 Update callers, keep old name as alias.
12832 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
12833 Update for the above name changes.
12834
12835 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
12836
12837 * hilit-chg.el (global-highlight-changes-mode)
12838 (highlight-changes-passive-string, highlight-changes-active-string):
12839 Mark as obsolete since 23.1, not 22.1.
12840
12841 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
12842
12843 * hilit-chg.el (highlight-changes-visibility-initial-state)
12844 (hilit-chg-update, highlight-changes-mode-turn-on):
12845 Fix typos in docstrings.
12846
12847 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
12848
12849 * newcomment.el (comment-enter-backward): Be careful to restore
12850 position changed during narrowing.
12851
12852 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
12853
12854 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12855 Recognize `sub ($$)'.
12856
12857 2008-04-03 Richard Sharman <rsharman@pobox.com>
12858
12859 * hilit-chg.el (highlight-changes-mode): Rename from
12860 highlight-changes; no longer uses sub-modes active and passive;
12861 implemented by define-minor-mode.
12862 (highlight-changes-toggle-visibility): New function, to replace
12863 the old passive/active submodes of global-highlight-changes-mode;
12864 implemented by define-minor-mode.
12865 (global-highlight-changes-mode): Rename from global-highlight-changes;
12866 rewrite using define-globalized-minor-mode.
12867 (hilit-chg-major-mode-hook, hilit-chg-check-global)
12868 (hilit-chg-post-command-hook, hilit-chg-check-global)
12869 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
12870 to use of define-globalized-minor-mode.
12871 (highlight-changes-global-initial-state): Change to be boolean.
12872 (highlight-changes-visible-string, highlight-changes-invisible-string):
12873 Rename from highlight-changes-active-string and
12874 highlight-changes-passive-string.
12875 (hilit-chg-update, hilit-chg-set): Use them.
12876 (global-highlight-changes-mode): Rename from global-highlight-changes.
12877 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
12878 docstring.
12879 (hilit-chg-hide-changes): Rewrite to use dolist.
12880 (hilit-chg-set-face-on-change, hilit-chg-update)
12881 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
12882 variable instead of testing highlight-changes-mode.
12883 (highlight-markup-buffers): Add require ediff-util; argument on calls
12884 to highlight-changes-mode changed.
12885 (highlight-compare-with-file): Fix problems with interactive
12886 call giving invalid default file.
12887
12888 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
12889
12890 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
12891 Fix in disassembly buffer (regression in 22.2).
12892
12893 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
12894
12895 * emulation/viper-macs.el (viper-read-fast-keysequence):
12896 Use viper-read-event instead of viper-read-key.
12897
12898 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
12899
12900 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
12901 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
12902 let-statements.
12903
12904 * emulation/viper-ex.el, emulation/viper-macs.el:
12905 * emulation/viper-mous.el:
12906 Replace load with require in eval-when-compile.
12907
12908 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12909
12910 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
12911
12912 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
12913 (archive-try-jka-compr): New function.
12914 (archive-set-buffer-as-visiting-file): Use it.
12915
12916 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
12917
12918 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
12919
12920 * simple.el (handle-shift-selection): New arg.
12921
12922 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12923
12924 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
12925
12926 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
12927
12928 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
12929
12930 * shell.el (shell-dynamic-complete-filename): New fun.
12931 (shell-dynamic-complete-functions): Use it.
12932
12933 * help-fns.el (describe-variable): Undo 2008-02-25 change.
12934
12935 2008-04-03 Kenichi Handa <handa@m17n.org>
12936
12937 * international/fontset.el (create-fontset-from-x-resource):
12938 Handle the error of X resource more gracefully.
12939
12940 * international/latin1-disp.el (latin1-display): Don't use make-char.
12941 Fix the argument to set-char-table-range.
12942 (latin1-display-identities): Don't use make-char.
12943 (latin1-display-reset): Use map-charset-chars instead of directly
12944 calling standard-display-default.
12945 (latin1-display-check-font): Don't use make-char.
12946 (latin1-display-setup): Likewise.
12947 (latin1-display-ucs-per-lynx): Likewise.
12948
12949 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12950
12951 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
12952 name the fields, to make the code clearer.
12953 Rewrite all `aset' and `aref' using the defined accessors.
12954 (timer--time): New pseudo-field.
12955 (timer-set-time, timer-set-idle-time, timer-inc-time)
12956 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
12957 (timer--time-less-p): New function.
12958 (timer--activate): New function, extracted from timer-activate.
12959 (timer-activate-when-idle, timer-activate): Use it.
12960 (cancel-function-timers): Use dolist.
12961
12962 2008-04-03 Glenn Morris <rgm@gnu.org>
12963
12964 * add-log.el (c-beginning-of-defun, c-end-of-defun):
12965 Remove declarations; no longer used.
12966 (c-cpp-define-name, c-defun-name): Declare as functions.
12967
12968 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
12969 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
12970
12971 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
12972 (holiday-passover-etc, holiday-hanukkah): Doc fix.
12973 Add optional argument. Simplify.
12974 (holiday-tisha-b-av-etc): Use memq rather than unless.
12975 (holiday-julian): Autoload it.
12976 (holiday-hebrew-misc): New function.
12977
12978 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
12979
12980 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
12981 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
12982 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
12983 all-hebrew-calendar-holidays.
12984 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
12985 Simplify using new functions.
12986 (calendar-holidays): Doc fix.
12987 (generate-calendar-window): Use bound-and-true-p.
12988
12989 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
12990
12991 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
12992 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
12993 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
12994 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
12995
12996 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
12997
12998 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
13001
13002 * vc-bzr.el (vc-bzr-checkout): Simplify.
13003
13004 * image-mode.el (image-mode-fit-frame): New command.
13005
13006 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
13007 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
13008 (keyboard-escape-quit): Check region-active-p i.s.o
13009 transient-mark-mode.
13010
13011 2008-04-02 Simon Josefsson <simon@josefsson.org>
13012
13013 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
13014 (imap-message-copyuid-1): Use it.
13015 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
13016 J. Williams in
13017 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13018
13019 2008-04-02 Alan Mackenzie <acm@muc.de>
13020
13021 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
13022 New optimised functions to get the name of the current defun/macro.
13023
13024 * add-log.el (add-log-current-defun): Move the functionality which
13025 gets the current function name for C like modes to cc-cmds.el,
13026 thus optimising for speed.
13027
13028 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
13029
13030 * simple.el (deactivate-mark): When the mark is temporarily
13031 active, restore the original value of transient-mark-mode.
13032 (set-mark-command): First deactivate the mark if was temporarily active.
13033 (exchange-point-and-mark): Reactivate the mark if it was
13034 temporarily active.
13035 (handle-shift-selection): New fun.
13036 (transient-mark-mode): Move var documentation here from buffer.c.
13037 (next-line, previous-line, backward-word, move-end-of-line)
13038 (move-beginning-of-line, forward-to-indentation)
13039 (backward-to-indentation, back-to-indentation)
13040 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
13041
13042 * mouse.el (mouse-set-region-1): Save the old value of
13043 transient-mark-mode.
13044 (mouse-drag-track): Ignore the now-obsolete value `identity' for
13045 transient-mark-mode.
13046
13047 * textmodes/paragraphs.el (forward-paragraph)
13048 (backward-paragraph, forward-sentence, backward-sentence): Add ^
13049 interactive spec.
13050
13051 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
13052
13053 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
13054
13055 * net/tramp.el (tramp-make-tramp-temp-file):
13056 Use `tramp-drop-volume-letter' for the local file name part.
13057
13058 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13059
13060 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
13061 Add menu entries corresponding to all the key bindings.
13062
13063 * emacs-lisp/debug.el (debugger-mode-map):
13064 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
13065 (conf-align-assignments): Only work on the region if it is active.
13066 (conf-quote-normal): Use when instead of if. Remove redundant test.
13067
13068 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13069 for tracing and re-builder.
13070
13071 2008-04-02 Glenn Morris <rgm@gnu.org>
13072
13073 * calendar/appt.el (appt-disp-window-function): Doc fix.
13074 (appt-display-message): Move beep before display.
13075 (appt-check): Make interactive. Reduce the number of lets.
13076 Use string-equal to compare mode-line strings.
13077 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
13078 read-only.
13079 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
13080 (appt-delete): Simplify.
13081
13082 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
13083
13084 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
13085
13086 * calendar/cal-hebrew.el (list-yahrzeit-dates):
13087 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
13088 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
13089
13090 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
13091 (calendar-holiday-marker, mark-visible-calendar-date):
13092 * calendar/diary-lib.el (fancy-diary-display):
13093 Check for font-lock-mode before using faces.
13094
13095 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
13096 (calendar-gregorian-from-absolute): Reduce the number of lets.
13097 (hebrew-holidays-4, generate-calendar-window): Simplify.
13098 (calendar-for-loop): Make obsolete.
13099 (calendar-nth-named-day): Doc fix.
13100
13101 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
13102 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
13103 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
13104 Reduce the number of lets.
13105 (mark-sexp-diary-entries, calendar-mark-complex):
13106 Expand calendar-for-loops.
13107
13108 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
13109
13110 * find-dired.el (find-dired-filter): Fix last patch to handle
13111 multi-line process input. Pad link numbers too.
13112
13113 2008-04-01 Jari Aalto <jari.aalto@cante.net>
13114
13115 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
13116
13117 2008-04-01 Jason Rumney <jasonr@gnu.org>
13118
13119 * international/characters.el (script-list): Add phonetic script,
13120 covering IPA (previously Latin), Phonetic Extensions and
13121 Phonetic Extensions Supplement (both previously unassigned).
13122
13123 * international/fontset.el (setup-default-fontset): Use unicode fonts
13124 that cover bopomofo script for bopomofo.
13125 Likewise for braille and mathematical.
13126 Use unicode scripts that cover the phonetic script for IPA.
13127
13128 2008-04-01 Johan Bockgård <bojohan@gnu.org>
13129
13130 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
13131 return the assigned value.
13132
13133 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13134
13135 * abbrev.el (abbrev-mode): Use define-minor-mode.
13136
13137 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
13138 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
13139 Use map-keymap.
13140 (minor-mode-menu-from-indicator): Use it. Simplify.
13141
13142 * bindings.el (mode-line-mode-menu): Move before (new) first use.
13143 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
13144 Bind the key directly to the menu.
13145 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
13146
13147 2008-04-01 Daiki Ueno <ueno@unixuser.org>
13148
13149 * epa.el (epa-decrypt-region): Explain the reason why this
13150 function should not be used in Lisp programs.
13151 (epa-decrypt-armor-in-region): Ditto.
13152 (epa-verify-region): Ditto.
13153 (epa-verify-cleartext-in-region): Ditto.
13154 (epa-sign-region): Ditto.
13155 (epa-encrypt-region): Ditto.
13156
13157 * epg.el (epg-start-receive-keys): Fix typo in docstring.
13158
13159 * epa.el (epa-select-keys): Show menu even if there is no key in
13160 GnuPG's keyring.
13161
13162 2008-04-01 Glenn Morris <rgm@gnu.org>
13163
13164 * calendar/calendar.el (calendar-make-temp-face): New function.
13165 (mark-visible-calendar-date):
13166 * calendar/diary-lib.el (fancy-diary-display): Use it.
13167
13168 * vc-hooks.el (vc-responsible-backend): Declare as function.
13169
13170 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
13171 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
13172 * calendar/cal-julian.el (holiday-julian): Use it.
13173
13174 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
13175 (calendar-hebrew-date-is-visible-p): Extract some common code into
13176 separate function.
13177 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
13178
13179 * calendar/cal-menu.el (cal-menu-holidays-menu):
13180 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
13181 rather than obsolete alias.
13182
13183 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
13184 for mark characters.
13185 (calendar-unmark): Unmark by removing all overlays, rather than
13186 redrawing.
13187 (calendar-starred-day): Remove.
13188 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
13189 (calendar-cursor-to-date): No need for special star handling now
13190 using overlays.
13191 (calendar-star-date): Use overlays.
13192
13193 * calendar/cal-french.el (calendar-goto-french-date):
13194 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
13195 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
13196 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
13197 * calendar/cal-persia.el (calendar-persian-date-string):
13198 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
13199 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
13200 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
13201 * calendar/solar.el (solar-equinoxes-solstices):
13202 Reduce nesting of some lets.
13203
13204 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
13205 (calendar-goto-mayan-long-count-date): Simplify.
13206
13207 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
13208 Simplify by using mapcar.
13209 (calendar-list-holidays): Return holiday-list.
13210 (list-holidays): Use let rather than let*. Remove un-needed locals
13211 `d', `never'.
13212 (calendar-check-holidays): Return result from dolist.
13213 (holiday-float): Use a single let*. Simplify if-and to and.
13214 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
13215 single let*.
13216
13217 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
13218
13219 * calc/calc.el: Autoload `calc-yank'.
13220 (calc-mode-map): Add keybindings for `calc-yank'.
13221 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
13222 assignments for `calc-yank'.
13223
13224 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
13225
13226 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
13227 (vc-status-mark-buffer-changed): Handle the extra field.
13228
13229 * vc-bzr.el (vc-bzr-after-dir-status):
13230 * vc-cvs.el (vc-cvs-after-dir-status):
13231 * vc-hg.el (vc-hg-after-dir-status):
13232 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
13233
13234 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13235
13236 * doc-view.el: Compute displayed pages first (in PDF).
13237 (doc-view-current-converter-processes): Rename from
13238 doc-view-current-converter-process. Update users.
13239 (doc-view-sentinel): Test buffer's liveness.
13240 (doc-view-pdf/ps->png-sentinel): Remove.
13241 (doc-view-start-process): New function.
13242 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
13243 (doc-view-ps->pdf): Use it.
13244 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
13245 New functions.
13246 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
13247 (doc-view-mode): Kill the processes when leaving the mode.
13248
13249 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
13250
13251 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
13252 Use `byte-compile-warning-types'. Add docstring.
13253
13254 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13255
13256 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
13257 (smerge-resolve): Add various resolution heuristics.
13258
13259 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
13260 in 3-way conflicts.
13261
13262 2008-03-31 Glenn Morris <rgm@gnu.org>
13263
13264 * calendar/cal-bahai.el (diary-bahai-mark-entries):
13265 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13266 * calendar/cal-islam.el (mark-islamic-diary-entries):
13267 Fix argument order in call to diary-mark-entries-1.
13268
13269 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
13270 pre-Bahai dates.
13271 (holiday-bahai): Use an algorithm actually relevant to this calendar
13272 system.
13273
13274 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
13275
13276 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
13277 Use and.
13278
13279 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
13280 in the last fortnight in Julian October.
13281
13282 * calendar/calendar.el (increment-calendar-month): Optionally handle
13283 systems without 12 months per year.
13284 (calendar-date-is-visible-p): Doc fix. Simplify.
13285
13286 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
13287 from dolist.
13288
13289 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
13290
13291 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
13292 (hi-lock-unload-function): New function.
13293
13294 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
13295
13296 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
13297 overwriting when NEWNAME is a local file.
13298
13299 * net/trampver.el: Update release number.
13300
13301 2008-03-30 Alexandre Julliard <julliard@winehq.org>
13302
13303 * vc-git.el: Make vc-status display information about copies,
13304 renames and permission changes.
13305 (vc-git-extra-fileinfo): New defstruct.
13306 (vc-git-escape-file-name, vc-git-file-type-as-string)
13307 (vc-git-rename-as-string, vc-git-permissions-as-string)
13308 (vc-git-status-printer): New functions.
13309 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
13310 (vc-git-after-dir-status-stage1): Look for copies, renames and
13311 permission changes.
13312 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
13313 (vc-git-dir-status): Ask for staged files and renames.
13314
13315 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
13316
13317 * vc.el: Allow backends to display backend specific information in
13318 the vc-status listing.
13319 (vc-status-fileinfo): Add a field for backend specific information.
13320 (vc-status-printer): Rename to ...
13321 (vc-default-status-printer): ... this.
13322 (vc-status-printer): New function.
13323 (vc-update-vc-status-buffer): Set the backend specific file info
13324 if provided.
13325
13326 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13327
13328 * textmodes/remember.el (remember-diary-convert-entry): Revert last
13329 change (ill-conceived).
13330
13331 2008-03-29 Glenn Morris <rgm@gnu.org>
13332
13333 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
13334 * calendar/cal-julian.el (holiday-julian): Simplify.
13335
13336 * calendar/holidays.el (list-holidays): Use or.
13337
13338 2008-03-29 Juri Linkov <juri@jurta.org>
13339
13340 * window.el (split-window-preferred-horizontally): New function.
13341
13342 * cus-start.el (split-window-preferred-function):
13343 Set choice for "vertically" to nil instead of split-window.
13344 Set choice for "horizontally" to split-window-preferred-horizontally
13345 instead of lambda.
13346
13347 2008-03-29 Juri Linkov <juri@jurta.org>
13348
13349 * simple.el (minibuffer-default-add-function): New variable with
13350 the default to minibuffer-default-add-completions.
13351 (minibuffer-default-add-done): New variable. Make it buffer-local.
13352 (minibuffer-default-add-completions): New function.
13353 (goto-history-element): Set minibuffer-default-add-done to t and
13354 call a function in minibuffer-default-add-function when the
13355 specified absolute history position is greater than the length of
13356 the minibuffer-default list and minibuffer-default-add-done is nil.
13357 Change "^End of history; no next item$" to "^End of defaults;
13358 no next item$".
13359
13360 * bindings.el (debug-ignored-errors): Change "^End of history;
13361 no next item$" to "^End of defaults; no next item$".
13362
13363 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13364
13365 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
13366
13367 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
13368 to with-no-warnings.
13369
13370 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
13371
13372 Sync with Tramp 2.1.13.
13373
13374 * net/tramp-ftp.el: Require 'cl when byte-compiling.
13375
13376 * net/trampver.el: Update release number.
13377
13378 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
13379
13380 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
13381 the current backend.
13382
13383 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
13384 (vc-status-refresh): Create a temporary buffer and call the
13385 `dir-status' backend function from that buffer.
13386
13387 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
13388 (vc-bzr-after-dir-status): Don't kill the buffer.
13389
13390 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
13391 (vc-cvs-after-dir-status): Don't kill the buffer.
13392
13393 * vc-git.el (vc-git-dir-status): Don't create a buffer.
13394 (vc-git-after-dir-status-stage2): Don't kill the buffer.
13395
13396 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
13397 (vc-hg-after-dir-status): Don't kill the buffer.
13398
13399 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
13400 (vc-svn-after-dir-status): Don't kill the buffer.
13401
13402 2008-03-29 Glenn Morris <rgm@gnu.org>
13403
13404 * calendar/calendar.el (diary-file, american-date-diary-pattern)
13405 (european-date-diary-pattern, european-calendar-display-form)
13406 (american-calendar-display-form, diary-display-hook): Doc fixes.
13407 (european-calendar-style): Doc fix. Use calendar-set-date-style for
13408 custom :set. Mark as obsolete.
13409 (calendar-date-style, iso-date-diary-pattern)
13410 (iso-calendar-display-form): New user variables.
13411 (diary-date-forms, calendar-date-display-form): Set using
13412 calendar-date-style. Doc fix.
13413 (calendar-set-date-style): New command.
13414 (european-calendar, american-calendar): Use calendar-set-date-style.
13415 Mark as obsolete.
13416
13417 * calendar/diary-lib.el (number): Move declaration where needed.
13418 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
13419 (diary-make-date): New function.
13420 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
13421 Use diary-make-date.
13422 (diary-date-display-form, diary-insert-entry-1): New functions.
13423 (insert-monthly-diary-entry, insert-yearly-diary-entry):
13424 Use diary-insert-entry-1.
13425 (insert-anniversary-diary-entry, insert-block-diary-entry)
13426 (insert-cyclic-diary-entry): Use diary-date-display-form.
13427
13428 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13429 Autoload diary-insert-entry-1.
13430 * calendar/cal-bahai.el (diary-bahai-insert-entry)
13431 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
13432 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
13433 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
13434 * calendar/cal-islam.el (insert-islamic-diary-entry)
13435 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
13436 Use diary-insert-entry-1.
13437
13438 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
13439 (diary-yahrzeit): Doc fix. Use diary-make-date.
13440
13441 * calendar/icalendar.el (icalendar--datetime-to-american-date):
13442 New name for icalendar--datetime-to-noneuropean-date. Make old name
13443 obsolete alias.
13444 (icalendar--datetime-to-iso-date): New function.
13445 (icalendar--datetime-to-diary-date): Doc fix. Respect
13446 calendar-date-style if bound.
13447
13448 * textmodes/remember.el (remember-diary-convert-entry):
13449 Respect calendar-date-style if bound.
13450
13451 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13452
13453 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
13454 (xterm-mouse-handle-delete-frame): Delete.
13455
13456 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
13457 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
13458 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
13459 in xterm-modify-other-keys-terminal-list.
13460
13461 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
13462 are conflicts.
13463
13464 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
13465
13466 * vc.el (vc-update): Check if the buffer is unsaved only if it
13467 actually exists.
13468 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
13469 vc-print-log.
13470
13471 2008-03-28 Magnus Henoch <mange@freemail.hu>
13472
13473 * net/dns.el (dns-write): Use set-buffer-multibyte.
13474
13475 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13476
13477 * vc-bzr.el (vc-bzr-sha1): New fun.
13478 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
13479 (vc-bzr-registered): Use it.
13480
13481 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
13482
13483 * vc.el (vc-status-kill-dir-status-process): Simplify.
13484 (vc-status-refresh): Make sure the buffer is live.
13485 (ring): Don't require it, not used.
13486
13487 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
13488
13489 * progmodes/verilog-mode.el (verilog-auto-inout-module):
13490 Add optional regular expression to AUTOINOUTMODULE.
13491 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
13492 (verilog-auto-inst-param, verilog-auto-reg)
13493 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
13494 (verilog-auto-output-every, verilog-auto-input)
13495 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
13496 (verilog-auto-unused, verilog-auto): Update documentation to use
13497 more obvious instance module names versus cell names.
13498
13499 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
13500
13501 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
13502 kill if a process is running.
13503
13504 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
13505
13506 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
13507
13508 * vc.el: Add new backend function 'status-extra-headers.
13509 (vc-default-status-extra-headers): New function.
13510 (vc-status-headers): Call 'status-extra-headers. Add colors.
13511
13512 * vc-git.el (vc-git-status-extra-headers): New function.
13513
13514 2008-03-28 Glenn Morris <rgm@gnu.org>
13515
13516 * calendar/cal-menu.el (cal-menu-holidays-menu)
13517 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
13518 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
13519 holiday-list is optional.
13520 (calendar-mouse-holidays): Remove un-needed local `l'.
13521
13522 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
13523 Remove un-needed local `date'.
13524 (calendar-cursor-to-visible-date): Use let rather than let*.
13525 Remove un-needed local `first-of-month-weekday'.
13526
13527 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
13528
13529 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
13530 Doc fixes.
13531 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
13532 (diary-header-line-flag, diary-header-line-format): Declare.
13533 (diary-pull-attrs): Check for multiple matches.
13534 (diary-list-entries-2): Simplify finding start of date.
13535 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
13536 pop-up-frames.
13537 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
13538 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
13539
13540 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
13541
13542 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
13543
13544 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
13545
13546 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13547
13548 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
13549
13550 * image-mode.el (image-mode-reapply-winprops): Fix last change.
13551
13552 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
13553
13554 * international/mule-conf.el (define-iso-single-byte-charset):
13555 Don't make latin-iso8859-* supplementary.
13556 (#'set-charset-priority): Don't change the priority of charsets
13557 `unicode' and `emacs'.
13558
13559 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13560
13561 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
13562 temp buffer.
13563
13564 2008-03-27 Glenn Morris <rgm@gnu.org>
13565
13566 * calendar/cal-bahai.el (diary-bahai-list-entries):
13567 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
13568 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
13569
13570 * calendar/calendar.el (diary-file): Doc fix.
13571
13572 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
13573 (list-diary-entries-hook, mark-diary-entries-hook)
13574 (include-other-diary-files, diary-mail-entries)
13575 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
13576 (diary-set-header): New function.
13577 (diary-header-line-flag, diary-header-line-format):
13578 Use diary-set-header for custom :set function.
13579 (diary-set-maybe-redraw): Use symbol-value rather than eval.
13580 (diary-attrtype-convert): Use intern-soft rather than read.
13581 (diary-display-no-entries): New function.
13582 (simple-diary-display, fancy-diary-display): Use it.
13583 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
13584 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
13585
13586 * calendar/holidays.el (list-holidays): Doc fix.
13587
13588 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
13589
13590 * calc/calc-store.el (calc-read-var-name-history): New variable.
13591 (calc-read-var-name): Use `calc-read-var-name-history'.
13592
13593 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13594
13595 * image-mode.el (image-mode-reapply-winprops): Simplify now that
13596 window-configuration-change-hook works buffer-locally.
13597
13598 2008-03-26 Johan Bockgård <bojohan@gnu.org>
13599
13600 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
13601 for Emacs Lisp, not Lisp.
13602
13603 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
13604
13605 * help-fns.el (describe-function-1, describe-variable):
13606 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
13607
13608 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
13609 replacement is provided, don't print "use nil instead".
13610
13611 2008-03-26 Johan Bockgård <bojohan@gnu.org>
13612
13613 * complete.el (PC-do-completion): Use regexp-quote.
13614
13615 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
13616
13617 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
13618 Detect missing files.
13619
13620 * vc-git.el (vc-git-extra-menu-map): New key map.
13621 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
13622 New functions.
13623
13624 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
13625 and 'missing files.
13626
13627 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13628
13629 * calendar/holidays.el (list-holidays): Make Y2 optional.
13630
13631 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
13632 buffers shown to the user.
13633 (appt-disp-window): Disable undo explicitly now that the leading space
13634 is gone.
13635
13636 * simple.el (activate-mark): New function.
13637 (set-mark-command): Use it with region-active-p to clean up the code.
13638 (exchange-point-and-mark): Invert the meaning of C-u when
13639 transient-mark-mode is active.
13640
13641 * dired-aux.el (dired-create-files): Use dolist.
13642
13643 * bindings.el (mode-line-change-eol): Use with-selected-window.
13644
13645 * apropos.el (apropos-command): Include macros.
13646
13647 2008-03-26 Glenn Morris <rgm@gnu.org>
13648
13649 * calendar/cal-bahai.el: Require calendar, not cal-julian.
13650 (calendar-bahai-epoch): Doc fix.
13651
13652 * calendar/cal-china.el: Explicitly require calendar.
13653
13654 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
13655 Require calendar rather than cal-julian.
13656 Autoload calendar-absolute-from-julian.
13657 * calendar/cal-coptic.el (coptic-calendar-epoch):
13658 * calendar/cal-islam.el (calendar-islamic-epoch):
13659 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
13660
13661 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
13662
13663 * calendar/cal-dst.el: Don't require cal-persia.
13664 (calendar-absolute-from-persian): Autoload it.
13665 (dst-adjust-time): Doc fix.
13666
13667 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
13668 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
13669 calendar.
13670
13671 * calendar/cal-menu.el: Require calendar rather than declaring
13672 functions.
13673 * calendar/calendar.el: Provide calendar before requiring cal-menu.
13674
13675 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
13676 calendar-after-frame-setup-hooks. Update callers, make old name an
13677 obsolete alias. Doc fix.
13678 (calendar-frame-1): Doc fix.
13679
13680 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
13681
13682 * calendar/calendar.el (oriental-holidays, solar-holidays):
13683 * calendar/holidays.el (list-holidays): Assume atan always bound.
13684
13685 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
13686 Explicitly require calendar, not cal-julian.
13687 * calendar/lunar.el: Explicitly require cal-dst.
13688
13689 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13690
13691 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
13692
13693 * help-fns.el (describe-function-1, describe-variable): If no
13694 replacement is provided, don't print "use nil instead".
13695
13696 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13697
13698 * proced.el: New file.
13699
13700 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
13701
13702 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
13703
13704 2008-03-25 Juri Linkov <juri@jurta.org>
13705
13706 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
13707 in battery-mode-line-format.
13708
13709 * bindings.el (minibuffer-local-map): For the command
13710 file-cache-minibuffer-complete replace keymap minibuffer-local-map
13711 with map which is already locally bound to minibuffer-local-map.
13712
13713 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13714
13715 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
13716 Remove `sort-first' argument.
13717
13718 * subr.el (redisplay-end-trigger-functions)
13719 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
13720 (process-filter-multibyte-p, set-process-filter-multibyte):
13721 Mark as obsolete.
13722
13723 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
13724
13725 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
13726 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
13727 use the LOCAL arg of `add-hook'.
13728 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
13729 Remove spurious * from defcustom docstrings.
13730 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
13731 Fix typos in messages.
13732 (reb-mode-buffer-p): New function.
13733 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
13734 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
13735 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
13736 Use `unless', `when'.
13737 (re-builder-unload-function): New function.
13738
13739 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
13740
13741 * vc-hooks.el (vc-state): Add documentation for 'missing.
13742
13743 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
13744
13745 * progmodes/verilog-mode.el (verilog-auto-output)
13746 (verilog-auto-input, verilog-auto-inout, verilog-auto)
13747 (verilog-delete-auto): Add optional regular expression to
13748 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
13749 (verilog-signals-matching-regexp): New internal function for
13750 signal matching.
13751
13752 2008-03-25 Johan Bockgård <bojohan@gnu.org>
13753
13754 * info.el (Info-isearch-search): Always return point.
13755
13756 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13757
13758 * diff-mode.el (diff-remembered-defdir): New var.
13759 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
13760
13761 2008-03-25 Glenn Morris <rgm@gnu.org>
13762
13763 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
13764 calendar-bahai-prompt-for-date. Update callers, make old name an
13765 obsolete alias. Doc fix.
13766 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
13767 coptic-prompt-for-date. Update callers, make old name an
13768 obsolete alias. Doc fix.
13769 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
13770 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
13771 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
13772 calendar-islamic-prompt-for-date. Update callers. Doc fix.
13773 * calendar/cal-iso.el (calendar-iso-read-date): New name for
13774 calendar-iso-read-args. Update callers, make old name an obsolete
13775 alias.
13776 * calendar/cal-persia.el (calendar-persian-read-date): New name for
13777 persian-prompt-for-date. Update callers, make old name an
13778 obsolete alias. Doc fix. Move definition before use.
13779
13780 * calendar/cal-x.el (diary-frame-parameters)
13781 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
13782 (calendar-frame-1): Doc fixes.
13783 (make-fancy-diary-buffer): Remove declaration.
13784 (calendar-dedicate-diary): Replace call to deleted function
13785 make-fancy-diary-buffer.
13786 (calendar-frame-setup): New function.
13787 (calendar-one-frame-setup, calendar-only-one-frame-setup)
13788 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
13789 work, and mark as obsolete.
13790 (special-display-buffer-names): Don't mess with this; it's not our
13791 business.
13792 (cal-x-load-hook): Defvar it, and mark as obsolete.
13793
13794 * calendar/calendar.el (calendar-remove-frame-by-deleting):
13795 Default to t. Add to 'calendar group.
13796 (calendar): Doc fix. Use calendar-frame-setup.
13797 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
13798 (generate-calendar-window): Doc fix.
13799
13800 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13801
13802 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
13803
13804 2008-03-24 Drew Adams <drew.adams@oracle.com>
13805
13806 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
13807 New variables.
13808 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
13809 (finder-exit): Ignore errors rather than avoiding them.
13810 Kill *Finder-package* buffer also.
13811
13812 2008-03-24 Andreas Schwab <schwab@suse.de>
13813
13814 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
13815
13816 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
13817
13818 * vc-hg.el (vc-hg-after-dir-status):
13819 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
13820
13821 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
13822 Detect removed files.
13823
13824 * vc.el (vc-status-printer): Use a different face for missing files.
13825 (vc-status-hide-up-to-date): Rename from
13826 vc-status-remove-up-to-date. Update all callers.
13827 (vc-status-mode-map): Bind C-m.
13828
13829 2008-03-24 Alexandre Julliard <julliard@winehq.org>
13830
13831 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
13832 code ...
13833 (vc-git--state-code): ... to this new function.
13834 (vc-git-state): Use it.
13835
13836 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
13837
13838 * textmodes/remember.el (remember-mail-date)
13839 (remember-store-in-mailbox): Write date and From line in such a
13840 way that Mutt can read it.
13841
13842 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
13843
13844 * simple.el (transient-mark-mode): Turn on by default.
13845
13846 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
13847
13848 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
13849 'unregistered for unregistered files.
13850
13851 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
13852
13853 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
13854
13855 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
13856 subdirectories.
13857
13858 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
13859 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
13860 Add :enable for vc-status-refresh.
13861 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
13862 (vc-status-tool-bar-map): Add binding for
13863 vc-status-kill-dir-status-process.
13864 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
13865 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
13866 Reset vc-status-process-buffer.
13867 (vc-status-refresh): Don't run two refreshes at a time.
13868 (vc-status): If the buffer is already in vc-status-mode only refresh.
13869 (vc-status-mark-buffer-changed): Add an optional file parameter.
13870 (vc-resynch-buffer): Use it.
13871 (vc-delete-file): Expand the file name before using it.
13872 Be careful to not create a new buffer with the old file contents.
13873 Update the VC state after performing the operation.
13874
13875 2008-03-23 Andreas Schwab <schwab@suse.de>
13876
13877 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
13878 Fix radio button condition.
13879 [box]: Likewise.
13880 [customize]: Add radio button.
13881
13882 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
13883
13884 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
13885 (calc-user-parse-tables, calc-gnuplot-default-device)
13886 (calc-gnuplot-default-output, calc-gnuplot-print-device)
13887 (calc-gnuplot-print-output, calc-gnuplot-geometry)
13888 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13889 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
13890 (calc-undo-list, calc-redo-list, calc-main-buffer)
13891 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
13892 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
13893 (calc-said-hello, calc-executing-macro, calc-any-selections)
13894 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
13895 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
13896 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
13897 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
13898 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
13899 (calc-create-buffer, calc-quit): Add docstrings.
13900
13901 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
13902
13903 * makefile.w32-in (WINS_ALMOST): Add org.
13904
13905 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
13906
13907 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
13908 New functions to implement vc-status support.
13909
13910 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
13911
13912 * vc.el (vc-status-prepare-status-buffer): New function.
13913 (vc-status): Use it.
13914
13915 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
13916 appropriate.
13917
13918 2008-03-22 Alexandre Julliard <julliard@winehq.org>
13919
13920 * vc-git.el (vc-git--empty-db-p)
13921 (vc-git-after-dir-status-stage1-empty-db): New functions.
13922 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
13923 Add support for empty repositories.
13924
13925 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
13926
13927 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13928 Allow "^" in a version name.
13929
13930 * vc-mtn.el (vc-mtn-state): Support the added state.
13931
13932 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
13933
13934 * org: New directory for Org-mode.
13935
13936 * org/org-export-latex.el: Moved from lisp/texmodes.
13937
13938 * org/org-irc.el: Moved from lisp/texmodes.
13939
13940 * org/org-mac-message.el: Moved from lisp/texmodes.
13941
13942 * org/org-mouse.el: Moved from lisp/texmodes.
13943
13944 * org/org-publish.el: Moved from lisp/texmodes.
13945
13946 2008-03-21 Juri Linkov <juri@jurta.org>
13947
13948 * comint.el (comint-dynamic-simple-complete):
13949 Use variable `stub' for the second arg `common-substring'
13950 of `comint-dynamic-list-completions'.
13951 (comint-dynamic-list-filename-completions):
13952 Use variable `filenondir' for the second arg `common-substring'
13953 of `comint-dynamic-list-completions'.
13954 (comint-dynamic-list-completions): Add new optional arg
13955 `common-substring'. Add `common-substring' as the second arg of
13956 the call to `display-completion-list'. Doc fix.
13957
13958 * comint.el (comint-dynamic-complete-as-filename)
13959 (comint-dynamic-list-filename-completions)
13960 (comint-dynamic-simple-complete): Use `minibuffer-message'
13961 to display message "No completions of %s" when a command
13962 is called in the minibuffer.
13963 (comint-dynamic-simple-complete): Don't display other
13964 completion messages when a command is called in the minibuffer.
13965 (comint-dynamic-list-completions): Use `minibuffer-message'
13966 to display message " [Type space to flush ...]" when a command
13967 is called in the minibuffer.
13968
13969 * shell.el (shell-dynamic-complete-command)
13970 (shell-dynamic-complete-environment-variable): Don't display
13971 completion messages when command is called in the minibuffer.
13972
13973 * emacs-lisp/lisp.el (lisp-complete-symbol):
13974 Use `minibuffer-message' to display message "No completions of %s"
13975 when this command is called in the minibuffer.
13976
13977 * bindings.el (standard-mode-line-modes): Put special help-echo
13978 tooltip on recursive edit %[ %] mode-line constructs.
13979
13980 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
13981 "^No dynamic expansion for .* found$" to allow error messages like
13982 "No dynamic expansion for \"%s\" found in this-buffer".
13983
13984 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
13985
13986 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
13987 "psftp".
13988
13989 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13990
13991 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
13992 * vc.el (vc-default-dired-state-info): Use just "modified".
13993 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
13994 (vc-cvs-mode-line-string): Make use of the better default.
13995 (vc-cvs-parse-entry): Use the new `added'.
13996 (vc-cvs-dired-state-info): Remove.
13997 * vc-svn.el (vc-svn-dired-state-info): Remove.
13998 * vc-hg.el (vc-hg-dired-state-info): Remove.
13999 * vc-git.el (vc-git-dired-state-info): Remove.
14000
14001 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
14002
14003 * vc-git.el (vc-git-status-result): New variable.
14004 (vc-git-dir-status): Split out ...
14005 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
14006 ... these new functions and work asynchronously.
14007
14008 2008-03-21 Alexandre Julliard <julliard@winehq.org>
14009
14010 * vc-git.el (vc-git-after-dir-status): Remove.
14011 (vc-git-dired-state-info): Reimplement.
14012
14013 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
14014
14015 * replace.el (occur-mode-map): Add :help.
14016
14017 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
14018 for disassemble.
14019
14020 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
14021 the 'added state.
14022 (vc-status-remove-up-to-date): New function.
14023 (vc-status-mode-map, vc-status-menu-map): Bind it.
14024 (vc-status-printer): Use a different face up-to-date files.
14025 (vc-resynch-buffer): Update the vc-status buffer if it exists.
14026 (Todo): Remove solved entries.
14027
14028 * vc-hg.el (vc-hg-state):
14029 * vc-git.el (vc-git-state):
14030 * vc-cvs.el (vc-cvs-parse-status):
14031 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
14032 state.
14033
14034 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14035
14036 * progmodes/compile.el (compile):
14037 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
14038
14039 * simple.el (minibuffer-local-shell-command-map): New var.
14040 (minibuffer-complete-shell-command, read-shell-command): New funs.
14041 (shell-command, shell-command-on-region): Use them.
14042
14043 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
14044
14045 * vc.el (vc-status-mark-buffer-changed): New function to implement
14046 updating of the *vc-status* buffer when a buffer is saved.
14047 (vc-status-mode): Use it for after-change-hook.
14048 (vc-add-to-vc-status-buffer): Rename to ...
14049 (vc-status-add-entry): ... this.
14050 (Todo): Add new entry.
14051
14052 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14053
14054 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
14055
14056 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
14057
14058 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
14059 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
14060 Remove spurious * from defcustom docstrings.
14061 (icomplete-compute-delay): Fix docstring and remove spurious *.
14062 (icomplete-delay-completions-threshold): Fix typo in docstring and
14063 remove spurious *.
14064 (icomplete-completions): While collecting the list of prospective
14065 candidates, don't overshoot `icomplete-prospects-length'.
14066
14067 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
14068
14069 * textmodes/refbib.el:
14070 * textmodes/reftex.el:
14071 * textmodes/reftex-global.el:
14072 * textmodes/reftex-vars.el:
14073 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
14074 compiler pacifying defvars.
14075 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
14076 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
14077 not needed.
14078
14079 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
14080
14081 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
14082 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
14083 (verilog-customize, verilog-font-customize)
14084 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
14085 (verilog-mode): Update documentation strings to match tool tips.
14086 (verilog-auto-search-do, verilog-auto-re-search-do)
14087 (verilog-skip-forward-comment-or-string): Fix verilog-auto
14088 expansion when a .* appears inside a string.
14089 (verilog-re-search-forward, verilog-re-search-backward):
14090 Add comment to recall how this works.
14091 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
14092
14093 2008-03-20 Glenn Morris <rgm@gnu.org>
14094
14095 * calendar/calendar.el (calendar-other-dates): New function.
14096 (calendar-print-other-dates): Use calendar-other-dates.
14097 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
14098 the declarations it replaces.
14099 (calendar-mouse-print-dates): Use calendar-other-dates.
14100
14101 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
14102 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
14103 (calendar-absolute-from-bahai): Fix the leap-year case.
14104 (calendar-bahai-from-absolute): Re-use the Gregorian month.
14105 (calendar-bahai-date-string, calendar-bahai-print-date):
14106 Handle pre-Bahai dates.
14107
14108 * calendar/cal-china.el (chinese-calendar-celestial-stem)
14109 (chinese-calendar-terrestrial-branch): Make defcustoms.
14110
14111 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
14112 (calendar-mouse-view-diary-entries): Use or.
14113 (calendar-mouse-chinese-date): Remove unused command.
14114 (cal-menu-load-hook): Mark as obsolete.
14115
14116 * calendar/solar.el (calendar-location-name, calendar-latitude)
14117 (calendar-longitude, solar-arctan, sunrise-sunset)
14118 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
14119
14120 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
14121
14122 * calc/calc.el: Remove outdated comments.
14123 (defcalcmodevar, calc-mode-var-list-restore-default-values)
14124 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
14125 Add docstrings.
14126
14127 2008-03-19 Jason Rumney <jasonr@gnu.org>
14128
14129 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
14130
14131 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
14132
14133 * net/tls.el (open-tls-stream): Reindent.
14134
14135 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
14136
14137 * net/tramp.el (tramp-let-maybe): Removed.
14138 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
14139 It does not exist under XEmacs.
14140 (tramp-handle-file-truename, tramp-handle-expand-file-name)
14141 (tramp-completion-file-name-handler): Let-bind
14142 `directory-sep-char'.
14143
14144 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
14145 `directory-sep-char'.
14146
14147 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14148
14149 * help-fns.el (describe-function-1): Don't signal "missing arglist"
14150 for autoloaded keymaps.
14151
14152 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
14153 (electric-verilog-terminate-line, verilog-in-struct-region-p)
14154 (verilog-backward-ws&directives, verilog-forward-ws&directives)
14155 (verilog-in-comment-p, verilog-in-star-comment-p)
14156 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
14157 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
14158 (verilog-skip-forward-comment-or-string, verilog-in-paren)
14159 (verilog-skip-forward-comment-p): Use it.
14160
14161 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
14162
14163 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
14164 (org-remember-templates, org-time-stamp-rounding-minutes)
14165 (org-back-over-empty-lines, org-find-base-buffer-visiting)
14166 (org-columns-new): Fix typos in docstrings.
14167
14168 2008-03-19 Glenn Morris <rgm@gnu.org>
14169
14170 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
14171 (tramp-handle-shell-command): Use condition-case rather than
14172 ignore-errors.
14173
14174 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
14175
14176 * diff-mode.el (diff-header): Make the color louder.
14177 (diff-refine-change): Tone the color down.
14178
14179 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
14180
14181 * descr-text.el (describe-char): When `describe-char-unidata-list'
14182 is set to show all properties, list them in the right order.
14183
14184 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14185
14186 * international/mule.el (load-with-code-conversion): Avoid setting
14187 default-enable-multibyte-characters.
14188
14189 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
14190
14191 * vc.el (vc-annotate-background): Fix custom type.
14192
14193 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14194
14195 * descr-text.el (describe-char-unidata-list): Allow specifying
14196 just all properties.
14197 (describe-char): Handle that new value.
14198
14199 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
14200
14201 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
14202
14203 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
14204 instead of file name extension to make docs with uncommon
14205 extensions work.
14206
14207 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
14208
14209 * doc-view.el (require): Require cl at compile time because
14210 `assert' needs it.
14211
14212 2008-03-18 Glenn Morris <rgm@gnu.org>
14213
14214 * calendar/calendar.el (initial-calendar-window-hook)
14215 (today-visible-calendar-hook): Doc fixes.
14216
14217 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
14218
14219 * net/tramp.el (tramp-root-regexp): Simplify.
14220 (tramp-completion-file-name-regexp-separate): Don't insist on
14221 leading "[". This prevents method or user or host completion.
14222 (tramp-let-maybe): Autoload it.
14223 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
14224 is an alias for `identity'.
14225 (tramp-handle-write-region): Protect `last-coding-system-used'
14226 over the trailing statements.
14227 (tramp-completion-file-name-handler-post-function): Remove.
14228 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
14229 instead of calling `tramp-drop-volume-letter'.
14230
14231 * net/tramp.el:
14232 * net/tramp-uu.el:
14233 * net/trampver.el: Move coding cookie at the end.
14234
14235 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14236
14237 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
14238 elements which may be something else than characters.
14239
14240 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
14241
14242 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
14243 New functions to implement vc-status support.
14244
14245 * vc.el (vc-default-extra-status-menu)
14246 (vc-add-to-vc-status-buffer): New functions.
14247
14248 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14249 for eldoc and ielm.
14250
14251 2008-03-17 Glenn Morris <rgm@gnu.org>
14252
14253 * calendar/cal-x.el (diary-frame-parameters)
14254 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
14255 Fix custom type; add options.
14256 (calendar-frame, diary-frame): Doc fixes.
14257 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
14258 new functions.
14259 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
14260 Use calendar-frame-1 and calendar-dedicate-diary.
14261 (calendar-one-frame-setup): Also handle only-one-frame case.
14262 (calendar-only-one-frame-setup): Doc fix. Just call
14263 calendar-one-frame-setup.
14264
14265 * calendar/diary-lib.el: Re-order some definitions before their use.
14266 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
14267 (diary-list-entries): Doc fixes.
14268 (make-fancy-diary-display): Remove function.
14269
14270 * calendar/calendar.el (calendar-today-marker)
14271 (initial-calendar-window-hook, today-visible-calendar-hook)
14272 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
14273 (calendar-star-date, calendar-mark-today): Doc fixes.
14274 (today-visible-calendar-hook): Add options.
14275 (calendar-in-read-only-buffer): New macro.
14276 (calendar-basic-setup): Adapt for change in calendar-read-date.
14277 Place holiday let inside if.
14278 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
14279 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
14280 (calendar-print-other-dates): Use one let rather than many.
14281
14282 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
14283 (calendar-print-other-dates):
14284 * calendar/cal-hebrew.el (list-yahrzeit-dates):
14285 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
14286 * calendar/holidays.el (calendar-list-holidays, list-holidays)
14287 (calendar-cursor-holidays):
14288 * calendar/lunar.el (calendar-phases-of-moon): Use
14289 calendar-in-read-only-buffer to replace previous code and disable undo.
14290
14291 2008-03-16 Juri Linkov <juri@jurta.org>
14292
14293 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
14294 and regexp-search-ring-yank-pointer for the HISTPOS argument of
14295 read-from-minibuffer to provide the correct initial minibuffer
14296 history position in isearch-edit-string when it is called from
14297 isearch-ring-adjust.
14298
14299 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
14300 to check if the current buffer is the minibuffer, and in this case
14301 call abort-recursive-edit to kill the minibuffer. Doc fix.
14302 (kill-this-buffer-enabled-p): Allow this function to return non-nil
14303 when the current buffer is the minibuffer.
14304
14305 * simple.el (goto-line): Leave mark at previous position. Doc fix.
14306
14307 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
14308
14309 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
14310 Use non-nil PARENTS attribute of make-directory instead of
14311 explicitly checking existence the current cache directory.
14312
14313 2008-03-16 Daiki Ueno <ueno@unixuser.org>
14314
14315 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
14316 M-x epa-file-select-keys.
14317
14318 2008-03-16 Kenichi Handa <handa@m17n.org>
14319
14320 * international/mule.el (auto-coding-alist):
14321 Use no-conversion-multibyte for archive files.
14322
14323 2008-03-16 Glenn Morris <rgm@gnu.org>
14324
14325 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
14326 New functions.
14327 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
14328 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
14329 Use calendar-mark-1.
14330 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
14331 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
14332 Use calendar-mark-complex.
14333 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
14334 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
14335 Use calendar-mark-1.
14336
14337 * calendar/calendar.el (calendar-mod): Remove.
14338 * calendar/cal-china.el (calendar-chinese-from-absolute)
14339 (calendar-chinese-date-string): Expand calendar-mod calls.
14340 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
14341 Expand calendar-mod calls.
14342
14343 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
14344 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
14345 (diary-bahai-insert-yearly-entry): Use let rather than let*.
14346 Move obsolete aliases after the functions that replaced them.
14347
14348 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
14349 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
14350 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
14351 Use let rather than let*.
14352 (calendar-hebrew-prompt-for-date): New function.
14353 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
14354 (holiday-tisha-b-av-etc): Use unless, let.
14355
14356 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
14357 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
14358
14359 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
14360
14361 * calendar/calendar.el (calendar-for-loop): Add indent spec.
14362
14363 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
14364 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
14365 than concat.
14366 (diary): Remove un-needed let.
14367 (view-other-diary-entries): Rename argument.
14368 (diary-list-entries-2): New function.
14369 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
14370 (print-diary-entries): Use unless.
14371 (diary-mark-entries-1): Change argument order, make all but
14372 markfunc optional. Handle the standard (Gregorian) case.
14373 Use match-string-no-properties. Handle marks.
14374 (mark-diary-entries): Use diary-mark-entries-1.
14375 (diary-font-lock-keywords-1): New macro.
14376 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
14377
14378 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
14379
14380 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
14381 (icalendar-export-hidden-diary-entries): New variable.
14382 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
14383 In case of error, insert full error-val.
14384 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
14385 Use calendar-day-of-week. Return the day number.
14386 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
14387
14388 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
14389
14390 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
14391 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
14392 (icalendar-export-region): Ignore hidden diary entries.
14393 (icalendar--convert-ordinary-to-ical): Fix case where event
14394 spans across midnight boundary.
14395 (icalendar-first-weekday-of-year): New function.
14396 (icalendar--convert-weekly-to-ical): Allow user-selectable start
14397 year for recurring events (Mozilla calendars do not propagate
14398 recurring events forever, so year 2000 start date was not working).
14399 (icalendar--convert-yearly-to-ical): Remove extra spaces in
14400 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
14401
14402 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
14403
14404 * net/tramp.el (tramp-root-regexp): New defconst.
14405 (tramp-completion-file-name-regexp-unified)
14406 (tramp-completion-file-name-regexp-separate)
14407 (tramp-completion-file-name-regexp-url): Use it.
14408 (tramp-do-copy-or-rename-file-via-buffer):
14409 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
14410 t for `insert-file-contents-literally'.
14411 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
14412 Autoload it.
14413 (tramp-completion-file-name-handler-post-function): New defconst.
14414 (tramp-completion-file-name-handler): Use it.
14415 (tramp-maybe-open-connection): Update calls to
14416 `tramp-flush-connection-property' for removed 2nd argument.
14417
14418 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14419
14420 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
14421 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
14422 New functions.
14423
14424 2008-03-15 Glenn Morris <rgm@gnu.org>
14425
14426 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
14427 New functions.
14428 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
14429 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
14430 (diary-list-entries-1, diary-mark-entries-1): Autoload.
14431 (diary-bahai-list-entries): Use diary-list-entries-1.
14432 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
14433 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
14434 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
14435 (diary-list-entries-1, diary-mark-entries-1): Autoload.
14436 (list-hebrew-diary-entries): Use diary-list-entries-1.
14437 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
14438 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
14439 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
14440 (diary-list-entries-1, diary-mark-entries-1): Autoload.
14441 (list-islamic-diary-entries): Use diary-list-entries-1.
14442 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
14443
14444 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
14445
14446 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
14447
14448 * calendar/cal-china.el (number-chinese-months)
14449 (calendar-chinese-from-absolute): Use nth, caar.
14450
14451 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
14452
14453 * calendar/cal-french.el (french-calendar-accents): Doc fix.
14454
14455 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
14456 (calendar-hebrew-month-name-array-leap-year)
14457 (hebrew-calendar-parashiot-names): Make constants.
14458 (diary-parasha): Move definition after constants it uses.
14459
14460 * calendar/cal-html.el (cal-html-insert-link-yearpage)
14461 (cal-html-htmlify-list): Doc fix.
14462 (cal-html-htmlify-entry): Use nth.
14463
14464 * calendar/cal-islam.el (calendar-islamic-month-name-array)
14465 (calendar-islamic-epoch): Make constants.
14466 (calendar-islamic-epoch): Doc fix.
14467
14468 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
14469
14470 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
14471 (cal-tex-month-name): Doc fix.
14472 (cal-tex-last-blank-p): Use zerop.
14473
14474 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
14475 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
14476 (calendar-cursor-to-date): Doc fix.
14477 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
14478 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
14479 (calendar-day-number): Use when.
14480 (generate-calendar-month): Use dotimes.
14481 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
14482 (calendar-set-mark): Reverse conditional.
14483 (calendar-make-alist): Move definition before use.
14484
14485 * calendar/diary-lib.el (diary-face-attrs)
14486 (diary-glob-file-regexp-prefix, diary-selective-display)
14487 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
14488 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
14489 (diary-anniversary, diary-cyclic)
14490 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
14491 (diary-header-line-format): Change wording.
14492 (diary-list-entries): Set `date-start' in let.
14493 (include-other-diary-files, mark-included-diary-files): Use format.
14494 (simple-diary-display, fancy-diary-display): Use cadr, unless.
14495 (mark-diary-entries): Use 1+.
14496 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
14497 (mark-calendar-month): Use dotimes.
14498
14499 * calendar/holidays.el (displayed-month, displayed-year):
14500 Move declarations where needed.
14501 (calendar-list-holidays): Doc fix.
14502
14503 * calendar/parse-time.el (parse-time-string): Simplify.
14504
14505 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
14506 Make constants.
14507 (solar-sunrise-sunset): Rename some local variables for clarity.
14508 (sunrise-sunset): Use zerop.
14509 (solar-mean-equinoxes/solstices): Doc fix.
14510
14511 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
14512 Use nth.
14513 (timeclock-completing-read, timeclock-generate-report): Use zerop.
14514 (timeclock-mean, timeclock-generate-report): Use dolist.
14515
14516 * calendar/todo-mode.el (todo-add-category): Simplify.
14517 (todo-more-important-p, todo-delete-item, todo-file-item):
14518 Use unless, when.
14519 (todo-top-priorities): Use zerop.
14520
14521 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
14522
14523 * buff-menu.el (list-buffers-noselect): Display buffer name in
14524 tooltip instead of mouse binding when it doesn't fit in the list.
14525
14526 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
14527
14528 * faces.el (xw-defined-colors):
14529 * simple.el (widget-convert, shell-mode): Declare as functions
14530 instead of autoloading.
14531
14532 * abbrev.el:
14533 * button.el:
14534 * cus-face.el:
14535 * ediff-hook.el:
14536 * emacs-lisp/backquote.el:
14537 * emacs-lisp/timer.el:
14538 * facemenu.el:
14539 * faces.el:
14540 * menu-bar.el:
14541 * simple.el:
14542 * subr.el:
14543 * textmodes/fill.el:
14544 * textmodes/paragraphs.el: Remove autoloads, redundant when the
14545 files are preloaded.
14546
14547 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
14548
14549 * desktop.el (desktop-create-buffer): Don't catch errors if
14550 debug-on-error is set.
14551
14552 2008-03-14 Eli Zaretskii <eliz@gnu.org>
14553
14554 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
14555 ($(lisp)/calendar/diary-loaddefs.el)
14556 ($(lisp)/calendar/hol-loaddefs.el): New targets.
14557 (LOADDEFS): New macro.
14558 (autoloads): Depend on $(LOADDEFS).
14559
14560 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
14561
14562 * font-lock.el (featurep): Remove test, not useful anymore.
14563 (facemenu-keymap): Move key binding ...
14564 * facemenu.el (facemenu-keymap): ... here.
14565
14566 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
14567 for each file in the list.
14568 (vc-bzr-log-view-mode): Recognize the file marker.
14569
14570 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14571 for checkdoc and profiling.
14572
14573 2008-03-14 Bastien Guerry <bzg@altern.org>
14574
14575 * textmodes/flyspell.el (nxml-mode): Add the right
14576 `flyspell-mode-predicate'.
14577
14578 * wid-edit.el (link): Use 'mouse-face for :follow-link.
14579
14580 2008-03-14 Glenn Morris <rgm@gnu.org>
14581
14582 * calendar/solar.el: Reorder so that functions are defined before use.
14583 (displayed-month, displayed-year): Move declarations where needed.
14584 (solar-get-number): Move definition before use. Use unless.
14585 (solar-equatorial-coordinates): Simplify.
14586 (solar-sunrise-and-sunset): Use let rather than let*.
14587 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
14588
14589 * startup.el (command-line-1): Rename -internal-script back to
14590 -scriptload (reverts previous change).
14591
14592 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
14593 (calendar-bahai-leap-base): Add doc strings.
14594 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
14595 Move definition before use.
14596 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
14597 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
14598 variables outside the loop. Use dolist.
14599 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
14600
14601 * calendar/cal-china.el: Re-order so that functions are defined before
14602 use.
14603 (displayed-month, displayed-year): Move declarations where needed.
14604 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
14605 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
14606 Add doc strings.
14607 (chinese-year-cache): Recenter on 2010. Doc fix.
14608 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
14609 Doc fix. Simplify.
14610 (chinese-year-cache-init): New function.
14611 (compute-chinese-year, holiday-chinese-new-year)
14612 (calendar-chinese-date-string, calendar-goto-chinese-date)
14613 (make-chinese-month-assoc-list): Use cadr, nth.
14614 (chinese-months): Remove un-needed let.
14615
14616 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
14617 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
14618 (coptic-prompt-for-date): Move definition before use.
14619
14620 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
14621 (calendar-dst-find-data, calendar-daylight-time-offset)
14622 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
14623 (calendar-daylight-savings-starts-time)
14624 (calendar-daylight-savings-ends-time): Use cadr, nth.
14625
14626 * calendar/cal-french.el (french-calendar-epoch)
14627 (calendar-goto-french-date): Doc fix.
14628 (french-calendar-month-name-array)
14629 (french-calendar-multibyte-month-name-array)
14630 (french-calendar-day-name-array, french-calendar-special-days-array):
14631 Add doc strings.
14632
14633 * calendar/cal-hebrew.el (displayed-month, displayed-year)
14634 (original-date): Move declarations where needed.
14635 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
14636 Doc fix.
14637 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
14638 constant variables outside the loop. Use dolist.
14639
14640 * calendar/cal-islam.el (displayed-month, displayed-year)
14641 (original-date): Move declarations where needed.
14642 (islamic-calendar-day-number): Remove unused local variable `day'.
14643 (calendar-goto-islamic-date): Doc fix.
14644 (holiday-islamic): Use unless.
14645 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
14646 constant variables outside the loop. Use dolist.
14647 (mark-islamic-calendar-date-pattern): Move definition before use.
14648 Use unless.
14649 (mark-islamic-diary-entries): Doc fix.
14650 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
14651 (insert-yearly-islamic-diary-entry): Use let rather than let*.
14652
14653 * calendar/cal-julian.el (calendar-absolute-from-julian):
14654 Move definition before use. Remove un-needed local `day'.
14655 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
14656
14657 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
14658 (calendar-mayan-tzolkin-names-array): Add doc strings.
14659 (calendar-mayan-long-count-from-absolute): Use a single let.
14660 (calendar-string-to-mayan-long-count): Simplify.
14661 (calendar-next-haab-date, calendar-previous-haab-date)
14662 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
14663 (calendar-previous-calendar-round-date)
14664 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
14665 Doc fix.
14666 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
14667 (calendar-mayan-date-string, calendar-print-mayan-date)
14668 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
14669 (calendar-mayan-long-count-common-era): Move definitions before use.
14670
14671 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
14672 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
14673 Doc fix.
14674 (calendar-mouse-goto-date): Move definition before use.
14675
14676 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
14677 Move definition before use.
14678 (calendar-cursor-to-visible-date): Move definition before use.
14679 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
14680 and place inside the conditional.
14681 (calendar-forward-day): Simplify.
14682 (calendar-end-of-month): Use unless.
14683 (calendar-goto-day-of-year): Doc fix.
14684 Relocate obsolete aliases after their replacements.
14685
14686 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
14687
14688 * calendar/diary-lib.el (mark-diary-entries): Move some constant
14689 variables outside the diary-date-forms loop.
14690
14691 * calendar/calendar.el (diary-file): Doc fix.
14692 (calendar-buffer-list): Return buffers rather than strings (fixes
14693 previous change).
14694 (hebrew-holidays-4): Fix typo.
14695
14696 * calendar/holidays.el (displayed-month, displayed-year):
14697 Move declarations where needed.
14698 (calendar-holiday-list, calendar-list-holidays)
14699 (holiday-filter-visible-calendar): Move definitions before use.
14700 (list-holidays): Use cadr.
14701 Relocate obsolete aliases after their replacements.
14702
14703 * calendar/lunar.el (date, displayed-month, displayed-year):
14704 Move declarations where needed.
14705 (lunar-phase-list): Move definition after functions it uses.
14706 (calendar-phases-of-moon, diary-phases-of-moon)
14707 (lunar-new-moon-on-or-after): Use cadr, nth.
14708 (lunar-new-moon-on-or-after): Doc fix.
14709
14710 * textmodes/org-irc.el (top-level): CL not required when compiling.
14711 (org-irc-visit-erc): Replace runtime CL functions.
14712
14713 * textmodes/org-publish.el (declare-function): Add compatibility stub.
14714 (org-publish-delete-dups): Declare as function.
14715
14716 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
14717
14718 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
14719 (vc-bzr-show-log-entry): Make regexp match more cases.
14720 (vc-diff-switches-list): Remove autoload, not needed.
14721
14722 2008-03-14 Juri Linkov <juri@jurta.org>
14723
14724 * isearch.el (isearch-edit-string): Remove one call to
14725 `isearch-push-state' not to push an inconsistent state,
14726 but keep another correct call to `isearch-push-state'.
14727 (isearch-ring-adjust): Call `isearch-push-state' only when
14728 `search-ring-update' is non-nil since `isearch-edit-string'
14729 already pushes its state.
14730 (isearch-message): Improve matching the failed part by checking
14731 if the original message starts with the last successful message.
14732
14733 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
14734 (dired-perm-write): Rename from `dired-warn-writable'.
14735 Change parent face from `font-lock-warning-face' to
14736 `font-lock-comment-delimiter-face'.
14737 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
14738 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
14739 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
14740 with `dired-perm-write-face'.
14741
14742 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
14743
14744 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
14745 Create cache dir only if it doesn't already exist.
14746
14747 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14748
14749 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
14750 of \ and '.
14751
14752 2008-03-13 Johan Bockgård <bojohan@gnu.org>
14753
14754 * net/browse-url.el (browse-url-text-xterm):
14755 Unquote browse-url-text-browser.
14756
14757 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
14758
14759 * textmodes/org-mouse.el: Version number change.
14760
14761 * textmodes/org-publish.el (org-publish-expand-components):
14762 Remove null projects from the list of components.
14763 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
14764 Remove unused retrieval of the :publishing-directory property.
14765 (org-publish-file): Bugfix: when using a relative directory as the
14766 publishing directory, convert it to a directory filename.
14767 (org-publish-project): New alias.
14768 (org-publish-get-files): Protect against empty p.
14769 (org-publish-file): Send an error when file is not part of any project.
14770 (org-publish-file): Offer to refresh the list of files in known
14771 project when the current file is not part of any project.
14772 (org-publish-before-export-hook)
14773 (org-publish-after-export-hook): New hooks.
14774 (org-publish-org-to): Use new hooks and kill buffers.
14775 (org-publish-file): Remove the code for killing buffers.
14776 (org-publish-initialize-files-alist): Use interactive.
14777 (org-publish-file): If the publishing function creates a new
14778 buffer, kill it after publishing.
14779 (org-publish-timestamp-filename): Protect ":" in file name path
14780 under windows.
14781
14782 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
14783 change that killed the LaTeX buffer.
14784
14785 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
14786 in the decision tree.
14787 (org-select-remember-template): Clean the code.
14788 (org-prepare-dblock): Add the extra :content parameter.
14789 (org-write-agenda): New output type ".ics" files.
14790 (org-write-agenda): Call `org-icalendar-verify-function', both for
14791 time stamps and for TODO entries.
14792 (org-agenda-collect-markers, org-create-marker-find-array)
14793 (org-check-agenda-marker-table): New functions.
14794 (org-agenda-marker-table): New variable.
14795 (org-export-as-html): Revert the change that killed the html
14796 buffer. Side effects first need to be studied carefully.
14797 (org-get-tags-at): Fix the structure of the condition-case statement.
14798 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
14799 (org-timestamp-change): Fix regular expressions to swallow the
14800 extra character for repeat-shift control.
14801 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
14802 (org-get-legal-level): Alias to `org-get-valid-level'.
14803 (org-dblock-write:clocktable): Add a :link parameter, linking
14804 headlines to their location in the Org agenda files.
14805 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
14806 throwing an error when getting tags before headlines.
14807 (org-timestamp-change, org-modify-ts-extra)
14808 (org-ts-regexp1): Fix timestamp editing.
14809 (org-agenda-custom-commands-local-options): New constant.
14810 (org-agenda-custom-commands):
14811 Use `org-agenda-custom-commands-local-options' to improve customize
14812 type. "htmlize": Removed hack to fix face problem with htmlize,
14813 it no longer seem necessary.
14814 (org-follow-link-hook): New hook.
14815 (org-agenda-custom-commands): Add "Component" as a tag for each
14816 item in a command series.
14817 (org-open-at-point): Run `org-follow-link-hook'.
14818 (org-agenda-schedule): Bugfix: don't display marker type when it
14819 is nil.
14820 (org-store-link): org-irc required.
14821 (org-set-regexps-and-options): Parse the new logging options.
14822 (org-extract-log-state-settings): New function.
14823 (org-todo): Handle the new ways of recording state change stuff.
14824 (org-local-logging): New function.
14825 (org-columns-open-link): Fix bug with opening link in column view.
14826 (org-local-logging): New function.
14827 (org-todo): Make sure that LOGGING properties are honoured.
14828 (org-todo-keywords): Improve docstring.
14829 (org-startup-options): Cleanup startup options.
14830 (org-set-regexps-and-options): Process the "!" markers.
14831 (org-todo): Respect the new logging stuff.
14832 (org-log-note-how): New variable.
14833 (org-add-log-maybe): New parameter HOW that defines how logging
14834 should be done and also overrides PURPOSE. Add a docstring.
14835 (org-add-log-note): Check if we really need to ask for a note.
14836 (org-get-current-options): Digest the new keyword.
14837 (org-agenda-reset-markers): Rename from
14838 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
14839 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
14840 function, without force argument.
14841 (org-buffer-property-keys): Bind local variables s and p.
14842 (org-make-tags-matcher): Allow "" to match an empty or
14843 non-existent property value.
14844 (org-export-as-html): Join unsorted lists when they directly
14845 follow each other. Such lists may be created by headlines that
14846 are converted to lists.
14847 (org-nofm-to-completion): New function.
14848 (org-export-as-html): Use :html-extension instead of
14849 org-export-html-extension.
14850 (org-store-link): Support for links from `rmail-summary-mode'.
14851 (org-columns-new, org-complete, org-set-property): Set the
14852 `include-columns' argument in the call to
14853 `org-buffer-property-keys'.
14854 (org-buffer-property-keys): New argument `include-columns', to
14855 include properties expected by any of the COLUMNS formats in the
14856 current buffer.
14857 (org-cleaned-string-for-export): Get rid of drawers first, so that
14858 they will be removed also in the text before the first headline.
14859 (org-clock-report): Show the clocktable when found.
14860 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
14861 (org-version): With prefix argument, insert `org-version' at point.
14862 (org-agenda-goto): Recenter the window after finding the target
14863 location, to make sure the correct position will be displayed.
14864 (org-agenda-get-deadlines): Don't scale priority with the warning
14865 period.
14866 (org-insert-heading): Don't break line in the middle of the line.
14867 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
14868 be 0.
14869 (org-update-checkbox-count): Revamp to deal with hierarchical
14870 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
14871 (org-remove-timestamp-with-keyword): New function.
14872 (org-schedule, org-deadline):
14873 Use `org-remove-timestamp-with-keyword' to make sure all such time
14874 stamps are removed.
14875 (org-mode): Support for `align'.
14876 (org-agenda-get-deadlines): Make sure priorities increase as the
14877 due date approaches and is passed.
14878 (org-remember-apply-template): Fix problem with tags that
14879 contain "_" or "@".
14880 (org-make-link-regexps): Improve the regular expression for plain links.
14881 (org-agenda-get-closed): List each clocking entry.
14882 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
14883 (org-special-ctrl-k): New option.
14884 (org-kill-line): New function.
14885 (org-archive-all-done): Fix incorrect number of stars in regexp.
14886 (org-refile-get-location): New function.
14887 (org-refile-goto-last-stored): New function.
14888 (org-global-tags-completion-table): Add the value of org-tag-alist
14889 in each buffer, to make sure that also unused tags will be
14890 available for completion.
14891 (org-columns-edit-value)
14892 (org-columns-next-allowed-value): Only update if not in agenda.
14893 (org-clocktable-steps): New function.
14894 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
14895 (org-archive-subtree): Add the outline tree context as a property.
14896 (org-closest-date): New optional argument `prefer'.
14897 (org-goto-auto-isearch): New option.
14898 (org-goto-map, org-get-location): Implement auto-isearch.
14899 (org-goto-local-auto-isearch-map): New variable.
14900 (org-goto-local-search-forward-headings)
14901 (org-goto-local-auto-isearch): New functions.
14902
14903 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
14904
14905 * textmodes/org-irc.el: New file.
14906
14907 2008-03-13 John Wiegley <johnw@gnu.org>
14908
14909 * textmodes/org-mac-message.el: New file.
14910
14911 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
14912
14913 * font-lock.el (font-lock-comment-face): Set the foreground for
14914 the light background 8 colors case.
14915
14916 2008-03-13 Glenn Morris <rgm@gnu.org>
14917
14918 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
14919 generate-autoload-cookie patterns.
14920
14921 * startup.el (command-line-1): Rename -scriptload to -internal-script.
14922
14923 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
14924 (MH_E_SRC): Remove variable.
14925 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
14926 Simplify file header. Use $@ for generated-autoload-file.
14927
14928 * Makefile.in (LOADDEFS): New variable.
14929 (AUTOGENEL): Use $LOADDEFS.
14930 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
14931 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
14932 ($(lisp)/calendar/hol-loaddefs.el): New targets.
14933 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14934 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
14935 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
14936 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
14937 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
14938 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
14939 Add calendar-specific autoload cookies, and remove any setting of
14940 generated-autoload-file.
14941 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
14942 * calendar/diary-lib.el: Replace explicit autoloads with reading of
14943 diary-loaddefs.
14944 * calendar/holidays.el: Replace explicit autoloads with reading of
14945 hol-loaddefs.
14946
14947 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
14948 (calendar-buffer-list): Simplify.
14949 (generate-calendar-window): Use calendar-mark-holidays rather than
14950 obsolete alias.
14951
14952 * calendar/cal-hebrew.el (list-yahrzeit-dates):
14953 Use cal-hebrew-yahrzeit-buffer.
14954
14955 * calendar/cal-x.el (calendar-only-one-frame-setup)
14956 (calendar-two-frame-setup): Doc fixes.
14957 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
14958
14959 * calendar/appt.el (appt-mode-string): Mark as risky.
14960 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
14961
14962 * calendar/cal-html.el (diary-list-entries):
14963 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
14964 (calendar-iso-from-absolute): Fix autoloads.
14965
14966 * calendar/cal-iso.el (calendar-absolute-from-iso)
14967 (calendar-iso-read-args): Simplify.
14968 (calendar-iso-date-string, calendar-iso-read-args)
14969 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
14970
14971 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
14972 (displayed-month, displayed-year): Move declarations where needed.
14973 (calendar-print-astro-day-number): Doc fix.
14974
14975 * calendar/cal-persia.el (persian-calendar-month-name-array)
14976 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
14977 (persian-prompt-for-date): Remove local variable `today'.
14978
14979 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
14980
14981 * calendar/solar.el (solar-moment, solar-exact-local-noon)
14982 (solar-sunrise-sunset, solar-sunrise-sunset-string)
14983 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
14984 (diary-sabbath-candles, solar-equinoxes/solstices)
14985 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
14986 (solar-time-equation, solar-date-to-et): Simplify.
14987
14988 * mail/supercite.el: Remove the `function' in `(function (lambda'.
14989 Replace `(car (cdr' with cadr'.
14990
14991 * progmodes/f90.el (f90-font-lock-n): New function.
14992 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
14993 Use f90-font-lock-n.
14994 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
14995
14996 * progmodes/f90.el (f90-mode-abbrev-table):
14997 * progmodes/fortran.el (fortran-mode-abbrev-table):
14998 Use newer form of define-abbrev, where supported. No need to bind
14999 abbrevs-changed for system abbrevs.
15000
15001 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15002
15003 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
15004 delete-frame-functions.
15005
15006 * bookmark.el (Info-current-node): Remove.
15007
15008 2008-03-12 Juri Linkov <juri@jurta.org>
15009
15010 * help.el (describe-project): Remove defaliases for view-todo and
15011 describe-project that are now unnecessary after the merge from
15012 emacs--rel--22 that added define-obsolete-function-alias.
15013
15014 * startup.el (inhibit-startup-screen): Revert incomplete
15015 2008-03-10 merge from emacs--rel--22 that partly reverted
15016 2008-02-28 change that added initial message to *scratch* buffer
15017 regardless of the value of `inhibit-startup-screen'.
15018 Now keep this change in the trunk, but not in the 22 branch.
15019
15020 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15021
15022 * international/quail.el (quail-setup-completion-buf, quail-help):
15023 * mail/binhex.el (binhex-decode-region-internal):
15024 * mail/uudecode.el (uudecode-decode-region-internal):
15025 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15026 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15027 setting default-enable-multibyte-characters.
15028
15029 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
15030
15031 * comint.el: Fix up indentation and comment style. Remove `function'.
15032
15033 * international/mule-cmds.el (reset-language-environment)
15034 (set-language-environment-nonascii-translation):
15035 Don't set-unibyte-charset.
15036
15037 * doc-view.el: Remove all cb-args, use closures instead.
15038 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
15039 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
15040 doing an incorrect check). Update all callers to use the new name.
15041 (doc-view-doc->txt): Add missing `txt' argument.
15042
15043 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
15044
15045 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
15046 md5 sum calculation to single-byte.
15047
15048 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15049
15050 * doc-view.el (doc-view-new-window-function): Add assertion.
15051 (doc-view-doc-type): New var.
15052 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
15053 (doc-view-intersection): New fun.
15054 (doc-view-mode): Use it to set the new var.
15055
15056 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
15057
15058 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
15059 (doc-view-already-converted-p): New functions.
15060 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
15061 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
15062 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
15063 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
15064 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
15065 (doc-view-convert-current-doc): Don't hardwire the functions the
15066 sentinels call. Now they're provided by two args CALLBACK and
15067 CB-ARGS to the functions.
15068 (doc-view-search): Use doc-view-doc->txt.
15069 (doc-view-initiate-display): Use doc-view-already-converted-p.
15070 Mention new binding C-c C-t if doc-view-mode doesn't work.
15071
15072 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
15073
15074 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
15075
15076 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15077
15078 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
15079 Mark " outside of tags as punctuation.
15080
15081 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
15082
15083 * menu-bar.el (minibuffer-local-map): Use the same command for the
15084 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
15085 Prefer RET over C-j for exit-minibuffer.
15086
15087 * files.el (display-buffer-other-frame): Eliminate problematic code.
15088
15089 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
15090 (menu-bar-select-buffer): Remove.
15091 (menu-bar-select-frame): Make non-interactive and take a frame arg.
15092 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
15093
15094 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
15095
15096 * icomplete.el (icomplete-completions): Remove obsolete code.
15097
15098 * net/net-utils.el (iwconfig-program-options): Doc fix.
15099 (net-utils-run-program, run-network-program): Define as functions.
15100
15101 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
15102
15103 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
15104
15105 2008-03-11 Glenn Morris <rgm@gnu.org>
15106
15107 * faces.el (mode-line-emphasis): New face.
15108 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
15109
15110 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
15111
15112 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
15113
15114 * simple.el (set-mark-command): Doc fix.
15115
15116 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15117
15118 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
15119
15120 * emacs-lisp/autoload.el (autoload-find-destination):
15121 Don't force raw-text.
15122
15123 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
15124 * calendar/cal-loaddefs.el: Don't version control.
15125
15126 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
15127
15128 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
15129 entries and add :help to the existing ones.
15130
15131 2008-03-10 Glenn Morris <rgm@gnu.org>
15132
15133 * calendar/cal-hebrew.el (date, entry, number): Move declarations
15134 to where they are needed.
15135
15136 * calendar/calendar.el (diary-file, hebrew-holidays-1)
15137 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
15138 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
15139 (calendar-version): Doc fixes.
15140 (calendar-absolute-from-gregorian): Use zerop.
15141 (calendar-mode-line-format): Make it a defcustom.
15142
15143 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
15144 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
15145 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
15146 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
15147 (mark-included-diary-files, mark-calendar-days-named)
15148 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
15149 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
15150 (insert-monthly-diary-entry, insert-yearly-diary-entry)
15151 (insert-anniversary-diary-entry, insert-block-diary-entry)
15152 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
15153 (diary-font-lock-sexps): Doc fixes.
15154 (diary-remind-message, mark-calendar-month): Use zerop.
15155 (diary-attrtype-convert, diary-pull-attrs): Simplify.
15156 (diary-list-entries): Revert let to let* (previous change).
15157
15158 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
15159
15160 2008-03-10 Kim F. Storm <storm@cua.dk>
15161
15162 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
15163 function aliases for the old names.
15164
15165 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
15166
15167 * iswitchb.el (iswitchb-use-faces): Doc fix.
15168 (iswitchb-buffer-ignore, iswitchb-read-buffer):
15169 Fix typos in docstrings.
15170
15171 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
15172
15173 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
15174 Fix typo.
15175 (verilog-type-font-keywords): Reindent.
15176
15177 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
15178
15179 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
15180 Fix bug in the grouping-keyword regular expression.
15181 (verilog-font-lock-keywords): Allow users to toggle special
15182 highlight of grouping-keywords.
15183 (verilog-highlight-grouping-keywords): The toggle for special
15184 highlighting of grouping keywords.
15185
15186 2008-03-10 Juri Linkov <juri@jurta.org>
15187
15188 * startup.el: Revert 2008-02-28 change that adds initial message
15189 to *scratch* buffer regardless of the value of
15190 `inhibit-startup-screen'.
15191
15192 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
15193
15194 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
15195 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
15196 * progmodes/verilog-mode.el (verilog-mode):
15197 * net/socks.el (socks):
15198 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
15199
15200 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
15201
15202 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
15203 (doc-view-bookmark-make-record): Use them.
15204 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
15205 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
15206
15207 * bookmark.el (bookmark-make-record-function): Change expected return
15208 value to include a suggested bookmark name.
15209 (bookmark-make): Split into bookmark-make-record and bookmark-store.
15210 Fix reversed `overwrite' semantics.
15211 (bookmark-set): Call bookmark-make-record before prompting the user.
15212 Then pass the result to bookmark-store later on.
15213 (bookmark-make-name-function): Remove.
15214 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
15215 * info.el (bookmark-make-name-function): Remove.
15216 (Info-mode): Don't set it.
15217 (Info-bookmark-make-name): Remove.
15218 (Info-bookmark-make-record): Use Info-current-node as suggested default
15219 bookmark name.
15220
15221 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
15222 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
15223 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
15224 (bookmark-annotation-buffer, bookmark-annotation-file)
15225 (bookmark-annotation-point, bookmark-send-annotation)
15226 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
15227 (bookmark-edit-annotation-text-func): Rename from
15228 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
15229 (bookmark-edit-annotation-mode-map): Move initialization into
15230 declaration.
15231
15232 * bookmark.el: Remove spurious * in docstrings.
15233 (bookmark-minibuffer-read-name-map): New var.
15234 (bookmark-set): Use it. Also pass the default value as it should.
15235 (bookmark-send-edited-annotation): Take no chances with text properties.
15236 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
15237 (bookmark-insert-buffer-name): Remove.
15238 (bookmark-buffer-file-name): Signal an error rather than returning nil.
15239
15240 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
15241
15242 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
15243
15244 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
15245
15246 * diff-mode.el (diff-mode-menu): Add :help.
15247
15248 2008-03-09 Glenn Morris <rgm@gnu.org>
15249
15250 * calendar/calendar.el (general-holidays, oriental-holidays)
15251 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
15252 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
15253 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
15254 (calendar-holidays): Restore autoload cookies, because people are
15255 used to using these variables without loading calendar.el.
15256
15257 * calendar/cal-islam.el (diary-islamic-date): Move to end.
15258 (date, number): Declare where needed.
15259
15260 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
15261 (list-sexp-diary-entries): Doc fixes.
15262 (diary-list-entries): Doc fix. Remove free variable `entry'.
15263 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
15264 Simplify setting of `date-holiday-list'.
15265 (mark-diary-entries): Remove free variable `entry'.
15266 (diary-list-entries, include-other-diary-files, fancy-diary-display):
15267 Use let where let* is not needed.
15268
15269 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
15270
15271 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
15272 make-record function, instead paste it in afterwards.
15273 (bookmark-make-record-for-text-file):
15274 * doc-view.el (doc-view-bookmark-make-record):
15275 * info.el (Info-bookmark-make-record): Don't mess with annotations.
15276
15277 2008-03-08 Glenn Morris <rgm@gnu.org>
15278
15279 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
15280
15281 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
15282
15283 * calendar/diary-lib.el (diary-list-entries)
15284 (include-other-diary-files, mark-diary-entries)
15285 (mark-sexp-diary-entries, mark-included-diary-files)
15286 (diary-entry-time, list-sexp-diary-entries): Remove the special
15287 handling of ^M that dates back to the use of selective-display.
15288 (simple-diary-display): Obey setting of pop-up-frames.
15289 (body, entry): Remove unnecessary declarations.
15290
15291 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
15292 (bookmark-get-annotation, bookmark-set-annotation)
15293 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
15294 (bookmark-set-position, bookmark-get-front-context-string)
15295 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
15296 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
15297 * info.el (Info-bookmark-make-record): Don't bother recording point.
15298 (bookmark-get-filename, bookmark-get-front-context-string)
15299 (bookmark-get-rear-context-string, bookmark-get-position):
15300 Don't declare any more.
15301 (bookmark-get-info-node): Remove.
15302 (bookmark-prop-get): Declare.
15303 (Info-bookmark-jump): Use it.
15304
15305 2008-03-08 Johan Bockgård <bojohan@gnu.org>
15306
15307 * subr.el (while-no-input): Don't splice BODY directly into the
15308 `or' form.
15309
15310 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
15311
15312 * diff-mode.el (diff-ignore-whitespace-hunk):
15313 Bind inhibit-read-only before trying to change the buffer.
15314
15315 2008-03-08 Glenn Morris <rgm@gnu.org>
15316
15317 * calendar/appt.el (appt): Move custom group here from calendar.el.
15318 (appt-disp-window, appt-convert-time): Doc fixes.
15319
15320 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
15321 (calendar-bahai-mark-date-pattern):
15322 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
15323 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
15324 * calendar/cal-julian.el (calendar-absolute-from-julian):
15325 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
15326
15327 * calendar/cal-china.el (chinese-calendar): Move custom group here from
15328 calendar.el.
15329 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
15330 Make constants.
15331 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
15332 (chinese-calendar-daylight-savings-starts)
15333 (chinese-calendar-daylight-savings-ends)
15334 (chinese-calendar-daylight-savings-starts-time)
15335 (chinese-calendar-daylight-savings-ends-time)
15336 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
15337 Doc fixes.
15338
15339 * calendar/cal-coptic.el (coptic-name): Add doc string.
15340
15341 * calendar/cal-french.el (french-calendar-month-name-array)
15342 (french-calendar-day-name-array, french-calendar-special-days-array):
15343 Add doc strings.
15344
15345 * calendar/cal-bahai.el (diary-bahai-mark-entries)
15346 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
15347 (diary-bahai-insert-yearly-entry):
15348 * calendar/cal-dst.el (calendar-next-time-zone-transition)
15349 (calendar-time-zone):
15350 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
15351 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
15352 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
15353 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
15354 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
15355 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
15356 (list-islamic-diary-entries, mark-islamic-diary-entries)
15357 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
15358 (insert-yearly-islamic-diary-entry):
15359 * calendar/cal-iso.el (calendar-iso-read-args):
15360 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
15361 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
15362 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
15363 (calendar-next-calendar-round-date)
15364 (calendar-mayan-long-count-common-era):
15365 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
15366 (cal-menu-x-popup-menu, calendar-mouse-holidays)
15367 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
15368 (calendar-mouse-goto-date):
15369 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
15370 * calendar/holidays.el (holidays):
15371 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
15372 * calendar/time-date.el (date-to-time, time-subtract, time-add)
15373 (safe-date-to-time): Doc fixes.
15374
15375 * calendar/cal-persia.el (persian-calendar-month-name-array)
15376 (persian-calendar-epoch): Make constants.
15377
15378 * calendar/cal-tex.el (calendar-tex): Move custom group here from
15379 calendar.el.
15380
15381 * calendar/cal-x.el (diary-frame-parameters)
15382 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15383 (calendar-after-frame-setup-hooks): Make defcustoms.
15384 (calendar-one-frame-setup, calendar-only-one-frame-setup)
15385 (calendar-two-frame-setup): Doc fix.
15386
15387 * calendar/cal-loaddefs.el: New file.
15388
15389 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
15390 * calendar/cal-french.el, calendar/cal-html.el:
15391 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
15392 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
15393 * calendar/cal-tex.el, calendar/cal-x.el:
15394 Unquote lambda functions. Add autoload cookies to functions formerly
15395 autoloaded in calendar.el. Set `generated-autoload-file' to
15396 "cal-loaddefs.el".
15397
15398 * calendar/calendar.el: Move many autoloads to separate file,
15399 cal-loaddefs.el. Move defcustoms to start and re-order.
15400 (calendar-month-name-array, calendar-starred-day): No need to
15401 declare for compiler.
15402 (cal-loaddefs): Require it.
15403 (appt, chinese-calendar, calendar-tex): Move custom groups to the
15404 appropriate file.
15405 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
15406 Reverse logic.
15407 (diary-face, diary-file-name-prefix-function, diary-include-string)
15408 (diary-glob-file-regexp-prefix, diary-face-attrs)
15409 (diary-file-name-prefix, sexp-diary-entry-symbol)
15410 (print-diary-entries-hook, list-diary-entries-hook)
15411 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
15412 (nongregorian-diary-marking-hook, diary-list-include-blanks):
15413 Move to diary-lib.
15414 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
15415 (all-bahai-calendar-holidays): Doc fix.
15416 (calendar-insert-indented): Doc fix. Use when rather than if.
15417 (exit-calendar): Use mapc rather than mapcar.
15418 (calendar-cursor-to-date): Use zerop.
15419 (calendar-mark-ring): Add doc-string.
15420 (calendar-starred-day): Defvar it.
15421 (calendar-mode): Make calendar-starred-day local.
15422 (calendar-star-date): No need to make calendar-starred-day local.
15423
15424 * calendar/diary-lib.el: Move defcustoms to start.
15425 (diary-include-string, diary-list-include-blanks)
15426 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
15427 (diary-file-name-prefix, diary-file-name-prefix-function)
15428 (sexp-diary-entry-symbol, list-diary-entries-hook)
15429 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
15430 (nongregorian-diary-marking-hook, print-diary-entries-hook):
15431 Move here from calendar.el.
15432 (diary-file-name-prefix-function): Use 'identity.
15433 (diary-face): Make it a defcustom, and mark as obsolete.
15434 (top-level): No need to require cal-hebrew, cal-islam when compiling.
15435 (calendar-hebrew-month-name-array-leap-year)
15436 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
15437 Define for compiler.
15438 (diary-font-lock-keywords): Use format rather than concat.
15439 Add bahai-diary-entry-symbol.
15440
15441 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
15442 * calendar/solar.el: Unquote lambda functions.
15443
15444 * calendar/solar.el (calendar-location-name, calendar-latitude)
15445 (calendar-longitude, solar-setup, solar-sin-degrees)
15446 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
15447 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
15448 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
15449 (solar-exact-local-noon, solar-julian-ut-centuries)
15450 (solar-ephemeris-time, solar-date-next-longitude)
15451 (solar-horizontal-coordinates, solar-equatorial-coordinates)
15452 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
15453 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
15454 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
15455 Doc fixes.
15456 (solar-horizontal-coordinates, solar-equatorial-coordinates)
15457 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
15458 (solar-ecliptic-coordinates): Use unless.
15459 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
15460 Use or.
15461
15462 * calendar/timeclock.el: Add doc-strings to all functions.
15463 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
15464 (timeclock-entry-list-length, timeclock-entry-list-projects)
15465 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
15466
15467 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
15468
15469 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
15470 (org-get-entries-from-diary): Require diary-lib.
15471
15472 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
15473
15474 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
15475 Pacify byte-compiler.
15476
15477 2008-03-07 Alan Mackenzie <acm@muc.de>
15478
15479 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
15480 paren/bracket pairs parsed, to solve performance problem.
15481
15482 2008-03-07 Bastien Guerry <bzg@altern.org>
15483
15484 * bookmark.el (bookmark-set): Don't check for
15485 `bookmark-make-name-function' since `bookmark-buffer-file-name'
15486 already takes care of this.
15487 (bookmark-buffer-name, bookmark-buffer-file-name):
15488 Remove Info-mode specific code.
15489
15490 * info.el (bookmark-get-info-node): Define this function in
15491 info.el, not in bookmark.el.
15492 (Info-mode): Set `bookmark-make-name-function' to
15493 `Info-bookmark-make-name' locally.
15494 (Info-bookmark-make-name): New function.
15495
15496 * bookmark.el (bookmark-make-name-function): New variable.
15497
15498 2008-03-07 Karl Fogel <kfogel@red-bean.com>
15499
15500 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
15501 buffer-local, not `bookmark-make-cell-function' (the old name).
15502
15503 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
15504
15505 * doc-view.el (doc-view-bookmark-make-record):
15506 * image-mode.el (image-bookmark-make-record):
15507 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
15508
15509 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
15510
15511 * vc.el (vc-status-menu-map-filter): Return orig-binding if
15512 boundp 'vc-ignore-menu-filter.
15513 (vc-status-tool-bar-map): Make it defvar.
15514 (vc-status-mode): vc-status-tool-bar-map now variable.
15515 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
15516
15517 2008-03-07 Karl Fogel <kfogel@red-bean.com>
15518
15519 Give a better name to part of the bookmark interface.
15520
15521 This was originally a much larger change, but halfway through I
15522 updated and discovered that Stefan Monnier had done the rest.
15523 It looks like he anticipated the new name too, because he used
15524 `the-record' instead of `the-cell' for some internal variable names.
15525
15526 * bookmark.el (bookmark-make-record-function): Was
15527 `bookmark-make-cell-function'.
15528 (bookmark-make, bookmark-send-annotation): Update for above.
15529 (bookmark-make-record-for-text-file):
15530 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
15531
15532 * info.el: Adjust accordingly.
15533 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
15534
15535 * image-mode.el: Adjust accordingly.
15536 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
15537
15538 * doc-view.el: Adjust accordingly.
15539 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
15540
15541 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
15542
15543 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
15544 Move initialization into declaration.
15545 (bookmark-get-info-node, bookmark-set-info-node): Remove.
15546 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
15547 (bookmark-info-current-node): Remove.
15548 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
15549 Add relocation fallback. Set bookmark-current-bookmark.
15550 (bookmark-default-handler): Rename from bookmark-jump-noselect.
15551 Remove relocation fallback. Don't set bookmark-current-bookmark.
15552 (bookmark-set): Let it be used even if there's no buffer-file-name
15553 as long as there is a bookmark-make-cell-function.
15554 * info.el (Info-bookmark-jump): Remove relocation fallback.
15555 Don't set bookmark-current-bookmark.
15556
15557 2008-03-07 Glenn Morris <rgm@gnu.org>
15558
15559 * calendar/appt.el (appt-issue-message)
15560 (appt-message-warning-time, appt-audible, appt-visible)
15561 (appt-msg-window, appt-display-mode-line, appt-display-duration)
15562 (appt-display-diary): Remove autoload cookies.
15563
15564 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
15565 Remove leading `*' from defcustom doc-strings.
15566
15567 * calendar/cal-dst.el (calendar-dst): New custom group.
15568 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
15569 (calendar-time-zone, calendar-daylight-time-offset)
15570 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
15571 (calendar-daylight-savings-starts-time)
15572 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
15573 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
15574 Move to start.
15575
15576 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
15577
15578 * calendar/calendar.el (calendar-version): Use emacs-version and
15579 make it obsolete. Move to end.
15580 (calendar-offset, view-diary-entries-initially)
15581 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
15582 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
15583 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
15584 (all-bahai-calendar-holidays, calendar-load-hook)
15585 (initial-calendar-window-hook, today-visible-calendar-hook)
15586 (today-invisible-calendar-hook, calendar-move-hook)
15587 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
15588 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
15589 (diary-include-string, sexp-diary-entry-symbol)
15590 (abbreviated-calendar-year, american-date-diary-pattern)
15591 (european-date-diary-pattern, european-calendar-display-form)
15592 (american-calendar-display-form, print-diary-entries-hook)
15593 (list-diary-entries-hook, diary-hook, diary-display-hook)
15594 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
15595 (nongregorian-diary-marking-hook, diary-list-include-blanks)
15596 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
15597 (local-holidays, other-holidays, hebrew-holidays-1)
15598 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
15599 (hebrew-holidays, christian-holidays, islamic-holidays)
15600 (bahai-holidays, solar-holidays, calendar-setup)
15601 (calendar-week-start-day): Remove autoload cookies.
15602 (diary-glob-file-regexp-prefix): Doc fix.
15603 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
15604 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
15605 (calendar-week-start-day, calendar-debug-sexp): Move to start.
15606
15607 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
15608 (calendar-time-display-form, calendar-latitude)
15609 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
15610 cookies.
15611 (calendar-latitude, calendar-longitude): Move functions after
15612 variables.
15613 (diary-sabbath-candles-minutes): Move to start.
15614 (solar-setup): Use or rather than if.
15615 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
15616 Remove condition-case.
15617 (solar-atn2): Use zerop.
15618 (solar-equinoxes-solstices): Doc fix.
15619
15620 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
15621 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
15622
15623 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
15624 (calendar-longitude, calendar-latitude, calendar-location-name):
15625 Declare for compiler.
15626
15627 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15628
15629 * arc-mode.el (archive-ar-file-header-re): New const.
15630 (archive-ar-summarize, archive-ar-extract): New funs.
15631 (archive-find-type): Recognize ar archives.
15632
15633 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
15634 New functions.
15635
15636 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
15637
15638 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
15639
15640 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15641 Replace :enable (mark-active) with :enable mark-active.
15642
15643 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
15644
15645 * vms-patch.el (make-legal-file-name): New obsolete alias.
15646 (make-valid-file-name): Rename from `make-legal-file-name'.
15647 (make-auto-save-file-name): Use it.
15648
15649 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
15650 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
15651 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
15652
15653 * textmodes/org.el (org-export-html-style): Doc fix.
15654 (org-get-legal-level): New obsolete alias.
15655 (org-get-valid-level): Rename from `org-get-legal-level'.
15656 (org-promote, org-demote, org-archive-subtree)
15657 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
15658
15659 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
15660
15661 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
15662
15663 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
15664 (vc-status-toggle-mark): New functions.
15665 (vc-status-mode): Set tool bar map.
15666
15667 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
15668
15669 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
15670 Reported by Drew Adams <drew.adams@oracle.com>.
15671
15672 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
15673
15674 * subr.el (read-quoted-char): Resolve modifiers of the character
15675 event.
15676
15677 * comint.el (comint-exec-1): Don't change the coding-system for
15678 decoding to dos-like EOL.
15679 (comint-carriage-motion): Fully rewrite.
15680
15681 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
15682
15683 * epg.el (epg-context-include-certs): Reflow docstring.
15684 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
15685 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
15686 (epg-context-set-signers, epg-context-set-sig-notations)
15687 (epg-make-import-status, epg-make-import-result)
15688 (epg-start-delete-keys): Fix typos in docstrings.
15689 (epg-start-sign-keys, epg-sign-keys):
15690 Fix typos in obsolescence declarations.
15691
15692 * iswitchb.el: Don't check for `cadr' and `last'.
15693 (iswitchb-define-mode-map, iswitchb-default-keybindings):
15694 Add obsolescence declaration and remove redundant info from docstring.
15695 (iswitchb-set-common-completion, iswitchb-set-matches)
15696 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
15697 (recentf-list, most-len, most-is-exact):
15698 Don't wrap defvars within `eval-when-compile'.
15699
15700 2008-03-05 Glenn Morris <rgm@gnu.org>
15701
15702 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
15703 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
15704 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
15705 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
15706 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
15707
15708 * ediff-hook.el (ediff-window-setup-function): Don't autoload
15709 declaration for compiler.
15710 (ediff-xemacs-init-menus): Use when rather than if.
15711
15712 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
15713 if+and to just and.
15714 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
15715 (ediff-delete-overlay): Move the XEmacs test inside the definition.
15716
15717 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
15718
15719 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
15720 test inside XEmacs test.
15721 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
15722 since it was doing nothing on Emacs.
15723 (ediff-make-bullet-proof-overlay): Use when rather than if.
15724
15725 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
15726 (ediff-setup-control-frame): Remove
15727 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
15728 a (featurep 'xemacs) test.
15729
15730 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
15731
15732 * calc/calc-ext.el (calc-extended-command-history): New variable.
15733 (calc-execute-extended-command): Use `calc-extended-command-history'.
15734
15735 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
15736
15737 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
15738 (standard-mode-line-position): Add mouse-face.
15739
15740 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
15741 * progmodes/grep.el (grep-mode-map): Add :help.
15742
15743 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
15744 initialize in one step. Add :help. Use :enable to activate menu
15745 items. Show the key binding for edebug-defun.
15746 (lisp-interaction-mode-map): Add a menu.
15747
15748 * term.el (term-mode-map): Define and initialize in one step.
15749
15750 * ediff-init.el (ediff-color-display-p): Simplify.
15751 (Xor): Remove unused function.
15752 (ediff-with-syntax-table): Simplify for Emacs.
15753
15754 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
15755 menu-bar being loaded, it always is.
15756
15757 2008-03-05 Glenn Morris <rgm@gnu.org>
15758
15759 * textmodes/tex-mode.el (tex-mode): Suppress warning about
15760 multiple definitions when compiling.
15761
15762 2008-03-04 Alan Mackenzie <acm@muc.de>
15763
15764 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
15765
15766 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
15767 doc-string, "c-old-LEN" -> "c-old-END".
15768
15769 2008-03-04 Jason Rumney <jasonr@gnu.org>
15770
15771 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
15772 namespaces.
15773
15774 2008-03-04 Glenn Morris <rgm@gnu.org>
15775
15776 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
15777
15778 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
15779 than mapcar.
15780
15781 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
15782
15783 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
15784 (byte-compile-nilconstp): Can't use recursion in a defsubst.
15785
15786 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
15787 so that M-q can fill comments.
15788 (tex-executable-exists-p, tex-compile): Extend with special syntax for
15789 commands implemented in elisp.
15790 (tex-compile-commands): Add an entry to use doc-view for pdf files.
15791 (tex-format-cmd): New function.
15792 (tex-compile): Use it to let the user specify default arguments.
15793 (tex-cmd-bibtex-args): New var.
15794 (tex-cmd-doc-view): New function.
15795
15796 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
15797
15798 * faces.el (face-spec-set): Fix typos in docstring.
15799
15800 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
15801
15802 * bindings.el (mode-line-column-line-number-mode-map): New variable.
15803 (standard-mode-line-position): Use it to add a menu for toggling
15804 column number and line number display.
15805
15806 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
15807
15808 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15809 Remove optimization that was working around the form-code-walker bug.
15810
15811 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
15812 Walk into the body of lambdas after byte-compile-unfold-lambda.
15813
15814 2008-03-03 Glenn Morris <rgm@gnu.org>
15815
15816 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
15817 value, if set, over frame value.
15818
15819 * simple.el (transient-mark-mode): Don't turn on by default.
15820
15821 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
15822 accidentally removed by the 2007-12-05 merge from Gnus.
15823
15824 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
15825
15826 * progmodes/compile.el (compilation-menu-map): Add menu entries
15827 for useful options.
15828
15829 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
15830 Glenn Morris <rgm@gnu.org>
15831
15832 * emacs-lisp/bytecomp.el (byte-recompile-directory)
15833 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
15834 Give a `bytecomp-' prefix to local variables with common names.
15835
15836 2008-03-01 Glenn Morris <rgm@gnu.org>
15837
15838 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15839 Restore code commented out 2007-11-10.
15840
15841 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
15842
15843 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
15844 Delete macro.
15845 * emulation/viper-cmd.el, emulation/viper-ex.el:
15846 * emulation/viper-init.el, emulation/viper-keym.el:
15847 * emulation/viper-mous.el, emulation/viper-util.el:
15848 * emulation/viper.el:
15849 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
15850 featurep test.
15851
15852 Replace obsolete frame-local variables with frame-parameters.
15853 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
15854 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
15855 (viper-vi-state-cursor-color): Only call make-variable-frame-local
15856 on XEmacs.
15857 * emulation/viper-util.el (viper-frame-value): New macro.
15858 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15859 (viper-R-state-post-command-sentinel)
15860 (viper-replace-state-post-command-sentinel)
15861 (viper-change-state-to-insert, viper-change-state-to-emacs):
15862 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
15863 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
15864 (viper-get-saved-cursor-color-in-insert-mode)
15865 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
15866 Use viper-frame-value for viper-replace-overlay-cursor-color,
15867 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
15868 viper-vi-state-cursor-color values.
15869
15870 * emulation/viper-cmd.el (zmacs-region-stays):
15871 * emulation/viper-util.el (zmacs-region-stays): No need to define
15872 for compiler.
15873
15874 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
15875 mapcar on Emacs.
15876
15877 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
15878 on XEmacs.
15879
15880 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
15881 rather than if.
15882
15883 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15884
15885 * whitespace.el: New version 9.3. As the glyph code generation was
15886 fixed, it is possible now to use character code above ?\x1FFFF in the
15887 display table. Fix `whitespace-indentation-regexp' to not include an
15888 extra ending character. Reported by Michael Welsh Duggan
15889 <mwd@cert.org>. Added hook actions when buffer is written or killed as
15890 the original whitespace package had. Suggested by Eric Cooper
15891 <ecc@cmu.edu>. Doc fix.
15892 (whitespace-action): New option.
15893 (whitespace-display-mappings): Changed default newline visualization to
15894 display downwards arrow, as the glyph code generation was fixed.
15895 (whitespace-unload-function): Assure that all local whitespace mode is
15896 turned off.
15897 (whitespace-global-modes): Fix type customization.
15898 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
15899 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
15900 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
15901 Fix code.
15902 (whitespace-buffer): Command removed.
15903 (whitespace-trailing-regexp, whitespace-mark-x)
15904 (whitespace-display-window, whitespace-action-when-on)
15905 (whitespace-add-local-hook, whitespace-remove-local-hook)
15906 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
15907 (whitespace-action): New funs.
15908 (whitespace-report-list, whitespace-report-text)
15909 (whitespace-report-buffer-name): New consts.
15910 (whitespace-report, whitespace-report-region): New commands.
15911
15912 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
15913
15914 * disp-table.el (make-glyph-code): Don't test the result of
15915 `face-id', which already signals an error for invalid faces.
15916 (glyph-face): Simplify.
15917
15918 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
15919 running `desktop-not-loaded-hook' to allow modifying it.
15920 Don't show warning message if `desktop-dirname' was modified.
15921
15922 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
15923
15924 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
15925 we still expect more lines.
15926
15927 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
15928 comment-paragraph filling if the commark doesn't match
15929 comment-start-skip.
15930
15931 2008-03-01 Daiki Ueno <ueno@unixuser.org>
15932
15933 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
15934 the `imap' variant.
15935
15936 2008-03-01 Jason Rumney <jasonr@gnu.org>
15937
15938 * files.el (make-auto-save-file-name): Encode more characters in
15939 non-file buffer names. Use url-encoding.
15940
15941 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
15942
15943 * net/net-utils.el (ftp-program): Fix typo in docstring.
15944 (ifconfig-program-options, netstat-program-options)
15945 (arp-program-options, route-program-options, nslookup-program-options)
15946 (ftp-program-options, smbclient-program-options)
15947 (dns-lookup-program-options, arp, route): Doc fixes.
15948
15949 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
15950 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
15951 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
15952 Fix typos in docstrings.
15953 (gdb-pending-triggers): Reflow docstring.
15954 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
15955
15956 2008-03-01 Alan Mackenzie <acm@muc.de>
15957
15958 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
15959 typing "#" at EOB.
15960
15961 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
15962
15963 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
15964
15965 2008-02-29 Kim F. Storm <storm@cua.dk>
15966
15967 * emulation/cua-base.el (cua-remap-control-v)
15968 (cua-remap-control-z): New defcustoms.
15969 (cua-mode): Add them to set-after property.
15970 (cua--init-keymaps): Use them.
15971 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
15972
15973 * help.el (view-emacs-todo): Rename from view-todo.
15974 (describe-gnu-project): Rename from describe-project. Users changed.
15975 (view-help-file): New helper function.
15976 (describe-distribution, describe-copying, describe-gnu-project)
15977 (view-todo, view-order-manuals, view-emacs-problems): Use it.
15978 (view-emacs-debugging, view-external-packages): New commands.
15979 (help-map): Move describe-distribution to C-h C-o (ordering).
15980 Move view-emacs-problems to C-h C-p (problems).
15981 Bind view-emacs-debugging to C-h C-d (debugging).
15982 Bind view-external-packages to C-h C-e (extras).
15983 (help-for-help-internal): Cleanup and align descriptions.
15984 Remove command names to reduce clutter.
15985
15986 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
15987
15988 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
15989 and quieter face (not a warning).
15990
15991 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
15992
15993 * vc.el (vc-status-crt-marked): New variable.
15994 (vc-status-mode): Make it local.
15995 (vc-status-refresh): Use it to save the marked files.
15996 (vc-update-vc-status-buffer): Use it to restore the marked files.
15997
15998 * vc-svn.el (vc-svn-after-dir-status):
15999 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
16000
16001 2008-02-29 Glenn Morris <rgm@gnu.org>
16002
16003 * allout.el (allout-topic-encryption-bullet)
16004 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
16005 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
16006 from 22.0 to 22.1.
16007
16008 * net/imap.el (imap-ping-server):
16009 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
16010 Change defcustom :version from 23.0 to 23.1.
16011
16012 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
16013
16014 * desktop.el (desktop-save): Save the buffer name if the
16015 uniquified base name is empty.
16016
16017 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
16018
16019 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
16020 correctly when user has "set print address off".
16021
16022 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
16023
16024 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
16025 version number of the next major Emacs release, not 23.0.
16026
16027 * longlines.el (longlines-unload-function): New function.
16028
16029 2008-02-28 Juri Linkov <juri@jurta.org>
16030
16031 * startup.el (normal-splash-screen): Add argument `concise'.
16032 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
16033 to the created buffer. If `concise' is non-nil, call
16034 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
16035 (display-startup-screen): Add argument `concise' to the call to
16036 `normal-splash-screen'.
16037
16038 2008-02-28 Kim F. Storm <storm@cua.dk>
16039
16040 * startup.el (startup-echo-area-message): Check for about-emacs.
16041
16042 2008-02-28 Juri Linkov <juri@jurta.org>
16043
16044 * startup.el: Always add initial message to *scratch* buffer if
16045 `initial-scratch-message' is non-nil regardless of the value of
16046 `inhibit-startup-screen'.
16047 (inhibit-startup-screen, initial-scratch-message): Doc fix.
16048 (command-line-1): Move code that inserts `initial-scratch-message'
16049 up before the if-form that checks for `inhibit-startup-screen'.
16050 Suggested by Jonathan Rockway <jon@jrock.us>.
16051
16052 2008-02-28 Juri Linkov <juri@jurta.org>
16053
16054 * cus-edit.el (custom-mode-map, custom-mode-link-map):
16055 Rename `custom-mode' to `Custom-mode' in docstrings.
16056 (custom-buffer-create-internal, customize-browse):
16057 Rename `custom-mode' to `Custom-mode'.
16058 (custom-mode-hook): Rename to `Custom-mode-hook'.
16059 (Custom-mode-hook): Renamed from `custom-mode-hook'.
16060 (custom-mode): Rename to `Custom-mode'.
16061 (Custom-mode): Renamed from `custom-mode'. Doc fix.
16062 (custom-mode): Add backward-compatible non-interactive variant of
16063 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
16064 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
16065
16066 * info-look.el: Rename `custom-mode' to `Custom-mode'.
16067
16068 * emulation/viper.el (viper-emacs-state-mode-list):
16069 Rename `custom-mode' to `Custom-mode'.
16070
16071 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
16072 Capitalize "Tagged Files".
16073 (minibuffer-local-map): Add menu items for next/previous
16074 history elements and isearch history forward/backward.
16075
16076 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
16077 `hs-isearch-open' with t instead of `comment' in :selected
16078 for "Code and Comment blocks" menu item.
16079
16080 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
16081
16082 * uniquify.el (uniquify-buffer-base-name): Undo last change.
16083 Should be done in desktop.el instead.
16084
16085 2008-02-28 Glenn Morris <rgm@gnu.org>
16086
16087 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
16088
16089 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
16090
16091 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
16092 (Info-menu, Info-goto-node): Remove declarations.
16093 (report-emacs-bug-info): Use info rather than Info-goto-node.
16094
16095 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
16096 (idlwave-convert-xml-system-routine-info): Don't require xml.
16097 (idlwave-show-commentary, idlwave-shell-show-commentary):
16098 Don't require finder.
16099 (idlwave-info): Don't require info. Use info rather than
16100 Info-goto-node.
16101
16102 * textmodes/org.el (Info-goto-node): Remove declaration.
16103 (org-info): Use info rather than Info-goto-node.
16104
16105 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
16106 (reftex-info): Don't require info. Use info rather than Info-goto-node.
16107
16108 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
16109
16110 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
16111 the menu.
16112
16113 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
16114 (vc-finish-logentry): Check for vc-status-mode, not only for
16115 vc-dired-mode.
16116
16117 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
16118
16119 * isearch.el (isearch-printing-char): Don't check
16120 keyboard-coding-system.
16121 Call isearch-process-search-multibyte-characters only when
16122 current-input-method is non-nil.
16123
16124 2008-02-27 Kim F. Storm <storm@cua.dk>
16125
16126 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
16127 (glyph-char, glyph-face): Handle cons encoding.
16128
16129 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
16130
16131 * uniquify.el (uniquify-buffer-base-name): If the base name is an
16132 empty string, return nil to allow the caller to default to the
16133 buffer name. Reported by Martin Fischer <parozusa@web.de>.
16134
16135 * tool-bar.el (tool-bar-setup): Doc fix.
16136
16137 * mail/supercite.el (sc-describe):
16138 Fix typos in obsolescence declaration.
16139
16140 2008-02-27 Glenn Morris <rgm@gnu.org>
16141
16142 * autoinsert.el (auto-insert-alist): Change permission text to
16143 match FSF's GPLv3 form.
16144
16145 * mail/supercite.el (sc-cite-original): Doc fix.
16146 (sc-version): Make obsolete.
16147 (sc-describe): Show the SC info page. Make obsolete.
16148
16149 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16150
16151 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
16152 when using transient-mark-mode.
16153 (default-indicate-unused-lines): Remove unused var.
16154
16155 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
16156
16157 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
16158 and previous.
16159
16160 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
16161
16162 2008-02-26 Glenn Morris <rgm@gnu.org>
16163
16164 * net/net-utils.el (top-level): Don't require comint when compiling.
16165 (nslookup-font-lock-keywords): Don't require font-lock.
16166 Use font-lock faces rather than variables.
16167 (nslookup, ftp, smbclient, network-service-connection):
16168 Don't require comint.
16169 (comint-prompt-regexp, comint-input-autoexpand)
16170 (comint-input-ring): Declare for compiler.
16171 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
16172 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
16173
16174 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
16175 doc-string.
16176
16177 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16178
16179 * doc-view.el (doc-view-current-page): Add a `win' argument.
16180
16181 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
16182
16183 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
16184 Demote it to plain defvar.
16185 (doc-view-conversion-refresh-interval): Reduce interval.
16186 (doc-view-goto-page): Allow moving to pages not yet rendered.
16187 (doc-view-goto-page): Construct a file name rather than extracting it
16188 from doc-view-current-files.
16189 (doc-view-kill-proc): Ignore errors from kill-process.
16190 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
16191 (doc-view-insert-image): Use appropriate text if the page hasn't been
16192 rendered yet. Adjust scrolling so the text is displayed.
16193 (doc-view-display): Detect not just that a page is available, but also
16194 that it wasn't available before, so as to avoid refreshing all pages
16195 repeatedly.
16196 (doc-view-mode): Make doc-view-cache-directory if needed.
16197
16198 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16199
16200 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
16201 toggle-read-only.
16202
16203 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
16204 refering to a missing required field with the OPT prefix.
16205 Make unwindform more robust.
16206
16207 * textmodes/bibtex.el: Remove support for hideshow minor mode as
16208 it duplicates the bibtex support in progmodes/hideshow.el.
16209 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
16210 entries that do not start at the beginning of a line.
16211
16212 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
16213
16214 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
16215
16216 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
16217
16218 * help-fns.el (describe-variable): Add phrases about
16219 initialization file with and without customization;
16220 use new button type help-info-variable.
16221
16222 * help-mode.el (help-info-variable):
16223 New button able to read Info files for help-fns.el.
16224
16225 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
16226
16227 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
16228 (grep-mode): Use grep-mode-tool-bar-map.
16229
16230 * progmodes/compile.el (tool-bar): Require tool-bar.
16231 (compilation-mode-tool-bar-map): New variable.
16232 (compilation-mode): Use compilation-mode-tool-bar-map.
16233
16234 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
16235
16236 2008-02-25 Glenn Morris <rgm@gnu.org>
16237
16238 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
16239
16240 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
16241
16242 * diff-mode.el (diff-file-junk-re): New const.
16243 (diff-beginning-of-file-and-junk): Use it.
16244 (diff-file-kill): Make sure we were really inside a file diff.
16245
16246 * diff-mode.el: Make it more robust in the presence of empty context
16247 lines in unified hunks.
16248 (diff-valid-unified-empty-line): New var.
16249 (diff-unified->context, diff-sanity-check-hunk): Obey it.
16250 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
16251 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
16252 (diff-hunk-header-re-unified): New const.
16253 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
16254 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
16255 (diff-sanity-check-hunk): Use it.
16256
16257 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
16258 Index: line, don't search backward for the previous one.
16259
16260 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
16261
16262 * international/fontset.el (setup-default-fontset): Add non-OTF
16263 lao font for lao script.
16264
16265 * language/tibetan.el: Register tibetan-composition-function in
16266 composition-function-table.
16267
16268 * language/tibet-util.el (tibetan-composition-function):
16269 Adjust for the new calling way (argument changed). Try font-shape-text
16270 if possible.
16271
16272 * language/lao.el: Register lao-composition-function in
16273 composition-function-table.
16274
16275 * language/lao-util.el (lao-composition-function): Adjust for the new
16276 calling way (argument changed). Try font-shape-text if possible.
16277
16278 2008-02-25 Jason Rumney <jasonr@gnu.org>
16279
16280 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
16281
16282 2008-02-25 Juri Linkov <juri@jurta.org>
16283
16284 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
16285 background, "red4" for a dark background, "red" for 16 and
16286 8 colors, "grey" for grayscale, and inverse video otherwise.
16287 Add :version tag.
16288 (isearch-message): Keep the original isearch-message intact, and
16289 add text properties to it where necessary. Add `isearch-error' to
16290 the condition that checks if isearch is unsuccessful.
16291
16292 2008-02-24 Juri Linkov <juri@jurta.org>
16293
16294 * progmodes/compile.el (compilation-handle-exit):
16295 Use compilation-error face instead of font-lock-warning-face.
16296 Display the same message in the minibuffer as is inserted
16297 at the end of the compilation buffer.
16298
16299 2008-02-24 Glenn Morris <rgm@gnu.org>
16300
16301 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
16302 multiple file case.
16303
16304 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
16305
16306 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
16307 multiple file case. Use a single `let' rather than two.
16308
16309 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
16310
16311 * progmodes/compile.el (compilation-start): Specify a face for
16312 mode-line-process.
16313 (compilation-handle-exit): Specify a face and a tooltip for
16314 mode-line-process.
16315
16316 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16317
16318 * hilit-chg.el: Remove spurious * in defcustom docstrings.
16319 (hilit-chg-make-ov): Simplify.
16320 (hilit-chg-fixup): Use remove-overlays.
16321 (hilit-chg-set-face-on-change): Remove redundant call to
16322 `remove-text-properties'.
16323
16324 * dired.el (dired-mark-prompt): Don't count/display the t element.
16325 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
16326
16327 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
16328
16329 * progmodes/verilog-mode.el (eval-when-compile): Don't define
16330 add-submenu.
16331 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
16332 Remove. Move contents to the only use ...
16333 (verilog-menu): ... here.
16334 (verilog-statement-menu): Remove. Move contents to the only use ...
16335 (verilog-stmt-menu): ... here.
16336 (verilog-mark-defun): Simply call mark-defun for emacs.
16337 (occur-pos-list): Declare for byte compiler.
16338 (mode-popup-menu): Don't defvar.
16339 (verilog-add-statement-menu): Remove.
16340 (verilog-mode-hook): Don't add verilog-add-statement-menu.
16341 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
16342
16343 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
16344
16345 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
16346 conditional.
16347 (verilog-font-grouping-keywords-face): Make the begin..end
16348 keywords standout more than other verilog keywords.
16349 (verilog-type-font-keywords): Move the begin..end out of this list
16350 to facilitate making them to (potentially) stand out more.
16351 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
16352 function & task blocks.
16353 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
16354 initial, function & task blocks.
16355 (verilog-forward-sexp): Handle the new "disable fork" statement of
16356 IEEE-1800 Verilog.
16357 (verilog-beg-block-re-ordered): Handle the new "disable fork"
16358 statement of IEEE-1800 Verilog.
16359 (verilog-calc-1): Handle the new "disable fork" statement of
16360 IEEE-1800 Verilog.
16361 (verilog-disable-fork-re): Add const to help handle the new
16362 "disable fork" statement of IEEE-1800 Verilog.
16363 (verilog-declaration-core-re): Add port directions by themselves,
16364 with no qualification, as base item of a declaration.
16365 (verilog-pretty-declarations): Add new flag to ask it to refrain
16366 from printing to the message buffer.
16367 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
16368 printing to the message buffer. Improve handling of the many
16369 types of expression line up.
16370 (verilog-just-one-space): Remove printing of an empty message.
16371 (verilog-get-lineup-indent): Rework to support the better handling
16372 of expression lineup for verilog-pretty-expr.
16373 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
16374
16375 2008-02-24 Alan Mackenzie <acm@muc.de>
16376
16377 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
16378 yesterday's commit.
16379
16380 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
16381
16382 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
16383 to mouse-set-point in buffers that aren't associated with files.
16384
16385 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
16386
16387 2008-02-24 Alan Mackenzie <acm@muc.de>
16388
16389 Set of changes so that "obtrusive" syntactic elements in a
16390 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
16391 unmatched paren) don't interact syntactically with stuff outside
16392 the CPP line.
16393
16394 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
16395 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
16396 off-by-one bug.
16397 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
16398 a bit of refactoring.
16399 (c-awk-extend-and-syntax-tablify-region): Takes some of the
16400 functionality of c-awk-advise-fl-for-awk-region, which has been
16401 refactored away.
16402
16403 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
16404 (c-clear-char-property-with-value): New function and macro which
16405 remove text-properties `equal' to a supplied value.
16406
16407 * progmodes/cc-engine.el: Comment about text properties amended.
16408
16409 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
16410 parens around "error\\|warning".
16411
16412 * progmodes/cc-langs.el (c-get-state-before-change-function)
16413 (c-before-font-lock-function, c-anchored-cpp-prefix):
16414 New language variables.
16415 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
16416
16417 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
16418 syntax-table text properties.
16419 (c-common-init): Call language specific before/after-change
16420 functions at mode initialisation.
16421 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
16422 (c-extend-region-for-CPP, c-neutralize-CPP-line)
16423 (c-neutralize-syntax-in-CPP): New functions.
16424 (c-before-change, c-after-change): Call the new language specific
16425 change functions defined in cc-langs.el.
16426 (c-advise-fl-for-region): New macro.
16427 (awk-mode): Remove AWK specific stuff which has been refactored
16428 into language independent stuff.
16429
16430 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
16431
16432 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
16433 (gdb): (Re)set gdb-flush-pending-output to nil here...
16434 (gdb-init-1): ...instead of here (before gdb-prompt).
16435
16436 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16437
16438 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
16439 Recognize ''' just like any other char-constant.
16440
16441 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16442
16443 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
16444 careful enough. Detect the uid-change all within the main loop.
16445
16446 2008-02-24 Stefan Monnier <monnier@pastel.home>
16447
16448 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
16449
16450 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16451
16452 * hilit-chg.el (highlight-save-buffer-state): New macro.
16453 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
16454 (hilit-chg-clear): Use it to preserve the modified-p flag.
16455 (highlight-changes-rotate-faces): Don't mess with the undo-list.
16456
16457 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16458
16459 * font-lock.el (font-lock-set-defaults): Unset previously set variables
16460 when needed.
16461
16462 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
16463
16464 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
16465 from gnus-button-url-regexp.
16466
16467 2008-02-24 Eli Zaretskii <eliz@gnu.org>
16468
16469 * progmodes/compile.el (compilation-next-error): Doc fix.
16470 (compilation-find-file): Doc fix.
16471
16472 2008-02-24 Glenn Morris <rgm@gnu.org>
16473
16474 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
16475 Add obsolete aliases to the old names.
16476
16477 2008-02-24 Richard Stallman <rms@gnu.org>
16478
16479 * net/net-utils.el (ifconfig): Rename from ipconfig.
16480 (ipconfig): Alias to ifconfig.
16481 (ifconfig-program): Rename from ipconfig-program.
16482 (ifconfig-program-options): Rename from ipconfig-program-options.
16483
16484 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
16485
16486 * progmodes/verilog-mode.el (verilog-declaration-core-re):
16487 Add port directions by themselves, with no qualification, as base
16488 item of a declaration.
16489 (verilog-pretty-declarations): Add new flag that inhibits printing
16490 to the message buffer.
16491 (verilog-pretty-expr): Add new flag that inhibits printing to the
16492 message buffer. Improve handling of the many types of expression
16493 line up.
16494 (verilog-just-one-space): Don't print an empty message.
16495 (verilog-get-lineup-indent): Rework to support the better handling
16496 of expression lineup for verilog-pretty-expr.
16497 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
16498 (verilog-mode-version, verilog-mode-release-date): Update.
16499
16500 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16501
16502 * subr.el (cancel-change-group): Don't move point.
16503
16504 2008-02-23 Markus Triska <markus.triska@gmx.at>
16505
16506 * linum.el (linum-after-config): Update all visible windows.
16507
16508 2008-02-23 Glenn Morris <rgm@gnu.org>
16509
16510 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
16511 Add :help for Solitaire and Tetris.
16512
16513 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
16514
16515 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
16516 (smtpmail-code-conv-from): Doc fix. Fix custom type.
16517 (smtpmail-queue-index-file): Make it a defcustom.
16518 (smtpmail-queue-index): Delete.
16519 (smtpmail-send-it, smtpmail-send-queued-mail):
16520 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
16521 smtpmail-queue-index.
16522
16523 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
16524 Add :version.
16525
16526 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
16527
16528 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
16529 New variables.
16530 (iwconfig): New function.
16531
16532 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
16533
16534 * vc.el (vc-find-revision): Make vc-parent-buffer local before
16535 setting it.
16536 (vc-status-menu-map): Do not define using easy-menu.
16537 (vc-status-menu-map): New defalias.
16538 (vc-status-mode-map): Hook up the menu.
16539 (top-level): Update TODO.
16540
16541 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
16542
16543 * vc-bzr.el (vc-bzr-init-version): Rename to ...
16544 (vc-bzr-init-revision): ... this.
16545
16546 2008-02-23 Jason Rumney <jasonr@gnu.org>
16547
16548 * makefile.w32-in (WINS_ALMOST): Remove term.
16549 (WINS): Add term here.
16550 (custom-deps, finder-data): Use WINS_ALMOST.
16551
16552 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
16553
16554 * faces.el (font-weight-table): Fix value of `semi-light'.
16555
16556 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
16557
16558 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
16559 Make those tables bijective.
16560
16561 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
16562
16563 Finish pdbtrack integration cleanup, settling missing-functions
16564 byte compiler warnings appropriately.
16565
16566 * progmodes/python.el (python-point): Remove this - beginning-of-line
16567 was all that was necessary for `python-pdbtrack-overlay-arrow'.
16568 (python-end-of-def-or-class, python-beginning-of-def-or-class)
16569 (python-goto-initial-line): Drop these - they were only needed for
16570 python-point.
16571 (python-comint-output-filter-function): Use condition-case and
16572 beginning-of-line directly, instead of python-mode.el functions
16573 which require all sorts of baggage.
16574 (point-safe): Unnecessary - we're using condition-case directly,
16575 instead.
16576 (python-execute-file): Include for python-shell, which I'm leaving
16577 in keeping despite it being unnecessary for pdb tracking.
16578
16579 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
16580
16581 * progmodes/scheme.el (scheme-font-lock-keywords-2):
16582 Add SRFI 11 support.
16583 (let-values, let*-values): Specify scheme-indent-function.
16584
16585 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
16586
16587 * vc.el (vc-exec-after): Move setting mode-line-process in the
16588 busy case ...
16589 (vc-set-mode-line-busy-indicator): ... in this new function.
16590 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
16591 (vc-update-vc-status-buffer): Reset mode-line-process.
16592 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
16593 mark/unmark all the files with the same state as the current one.
16594 With a prefix argument mark/unmark all files.
16595 (vc-status-mode-menu): Adjust strings.
16596 (vc-update-vc-status-buffer): Only do something when the argument
16597 is not nil.
16598 (vc-status-kill-dir-status-process): New function.
16599 (vc-status-mode-map): Bind it.
16600 (vc-status-process-buffer): New variable.
16601 (vc-status-mode): Make it local.
16602 (vc-status-refresh): Set it.
16603
16604 * vc-hg.el (vc-hg-dir-status):
16605 * vc-git.el (vc-git-dir-status):
16606 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
16607 command is run.
16608
16609 2008-02-22 Glenn Morris <rgm@gnu.org>
16610
16611 * json.el (top-level): No need to require thingatpt.
16612 (json-read-keyword): Use thing-at-point rather than word-at-point.
16613
16614 * time.el (top-level): No need to require time-date when compiling.
16615
16616 * emacs-lisp/copyright.el (copyright-update-year):
16617 Fix subexpression numbering for the case when years are split over
16618 lines, and for the replace case.
16619
16620 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
16621 (tpu-caar, tpu-cadr): Delete functions.
16622 (zmacs-regions): No need to declare for compiler.
16623 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
16624 (tpu-spell-check): Rewrite, and handle mark after point.
16625 (tpu-special-insert): Use or rather than if.
16626
16627 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
16628 rather than spell-region.
16629
16630 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
16631 warnings about spell-region.
16632
16633 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
16634
16635 * ldefs-boot.el: Regenerated.
16636
16637 * loadup.el: Don't load language/devanagari, language/kannada,
16638 language/malayalam, and language/tamil. Load language/sinhala.
16639
16640 * language/indian.el (indian-font-foundry)
16641 (indian-script-language-alist, indian-font-char-index-table)
16642 (indian-font-char, indian-font-char-range, indian-script-table)
16643 (indian-default-script, indian-composable-pattern): Delete them.
16644 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
16645 language environments moved to here.
16646 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
16647 New language environments.
16648
16649 * language/devanagari.el, language/devan-util.el,
16650 * language/kannada.el, language/knd-util.el, language/malayalam.el,
16651 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
16652 Delete them.
16653
16654 * language/sinhala.el: New file.
16655
16656 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
16657
16658 Update Nick Robert's port of pdb tracking from python-mode.el.
16659
16660 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
16661 Clarify docstring.
16662 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
16663 tracking is happening.
16664 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
16665 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
16666 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
16667 Tracking is plugged in to all comint buffers once python.el is loaded.
16668 (python-pdbtrack-overlay-arrow): Toggle activation of
16669 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
16670 (python-pdbtrack-track-stack-file): Use new
16671 `python-pdbtrack-get-source-buffer' for more flexible access to
16672 debugging source files.
16673 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
16674 according to pdb stack trace, optionally using new
16675 `python-pdbtrack-grub-for-buffer' if file is not locally available.
16676 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
16677 named buffer, or having function with indicated name.
16678 (python-shell): Remove comint-output-filter-functions hook
16679 addition, it's being done elsewhere. Wrap long line.
16680
16681 2008-02-21 Michael Olson <mwolson@gnu.org>
16682
16683 * json.el: Replace XEmacs compatibility code to get rid of
16684 compiler warnings.
16685
16686 * time.el: Fix compiler warning.
16687
16688 2008-02-21 Edward O'Connor <ted@oconnor.cx>
16689
16690 * json.el: New file (JavaScript Object Notation parser / generator).
16691
16692 2008-02-21 Dave Love <fx@gnu.org>
16693
16694 * progmodes/sym-comp.el: New file.
16695
16696 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
16697 Require sym-comp. Add Python buffer to same-window-buffer-names.
16698 Fixup whitespaces.
16699 (python-font-lock-keywords): Add highlighting for Python builtins.
16700 (python-font-lock-syntactic-keywords): Rewrite.
16701 (python-quote-syntax): Use syntax-ppss-context instead of parsing
16702 ppss directly.
16703 (python-mode-map): Add binding for python-find-function.
16704 (python-calculate-indentation): Clean up the logic.
16705 (python-beginning-of-defun): Explicitly set return value.
16706 (python-beginning-of-statement): Stop looping if we get stuck
16707 going backwards.
16708 (python-next-statement): Stop looping if we somehow end up inside
16709 a string while advancing.
16710 (python-preoutput-continuation, python-version-checked): New vars.
16711 (python-check-version): New function.
16712 (run-python): Set default command to python-command instead of
16713 python-python-command.
16714 (run-python): Use python-check-version. Give PYTHONPATH
16715 precedence over data-directory in the process environment.
16716 Load function definitions in python process after.
16717 (python-check-comint-prompt): New function.
16718 (python-send-command, python-send-receive): Use it.
16719 (python-complete-symbol, python-try-complete): Functions deleted.
16720 Use symbol-complete instead of python-complete-symbol throughout.
16721 (python-fill-paragraph): Further refine the fenced-string regexp.
16722 (def-python-skeleton): Expand to the original abbrev instead if in
16723 a comment or string. Tweak skeletons for `if', `while', `for',
16724 `try/except', `try/finally', `name'.
16725 (python-pea-hook, python-abbrev-pc-hook): New functions.
16726 (python-abbrev-syntax-table): New var.
16727 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
16728 Use symbol-completion-try-complete for hippie expansion.
16729 Turn on font lock unconditionally.
16730 (python-mode-hook): Defcustom it. No need to use make-local
16731 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
16732 option, since it's buffer-local.
16733
16734 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
16735
16736 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
16737
16738 2008-02-21 Drew Adams <drew.adams@oracle.com>
16739
16740 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
16741 "Turn off" and a "Help" entry when the minor mode has no menu.
16742
16743 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
16744
16745 * vc.el (vc-status-mark, vc-status-unmark): New functions.
16746 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
16747 vc-status-mark-file and vc-status-unmark-file.
16748 (vc-status-mark-unmark): New function.
16749 (vc-status-previous-line, vc-status-next-line): No longer interactive.
16750
16751 2008-02-21 Glenn Morris <rgm@gnu.org>
16752
16753 * composite.el (encode-composition-rule): Fix typo in error message.
16754 (composition-function-table, auto-composition-mode): Doc fixes.
16755
16756 * subr.el (sit-for): Fix obsolete form for nil second argument.
16757
16758 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
16759 (spell-string): Make obsolete, in favor of ispell.
16760
16761 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
16762
16763 * language/devanagari.el: Don't setup composition-function-table
16764 here.
16765 ("Devanagari"): Change charset, coding-system, coding-priority to
16766 Unicode-based ones. Don't require the feature devan-util.
16767
16768 * composite.el (compose-chars-after): Fix arguments for a function
16769 in composition-function-table.
16770 (auto-compose-region): Likewise.
16771
16772 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
16773 for Ethiopic.
16774 (ps-mule-plot-string): Ignore glyph-string based compositions.
16775
16776 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16777
16778 * doc-view.el: Allow different windows to show different pages.
16779 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
16780 (doc-view-current-image, doc-view-current-overlay): Remove variables,
16781 add them back as macros instead, using image-mode-winprops instead.
16782 Update all users of those variables.
16783 (doc-view-new-window-function): New function to create a new overlay
16784 for each new window.
16785 (doc-view-mode): Use it and image-mode-setup-winprops.
16786 (doc-view-clone-buffer-hook): Rewrite accordingly.
16787
16788 * image-mode.el: Extend [hv]scroll support to per-window properties.
16789 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
16790 (image-mode-winprops-alist): New var to replace them.
16791 (image-mode-new-window-functions): New hook.
16792 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
16793 New funs.
16794 (image-set-window-vscroll, image-set-window-hscroll): Use them.
16795 Remove the `window' argument, update callers.
16796 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
16797 Use the new functions.
16798 (image-mode-reapply-winprops): New fun.
16799 (image-mode): Use it.
16800
16801 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
16802
16803 * calc/calc-math.el (math-sin-raw): Add optional argument
16804 to keep track of original argument.
16805 (math-cos-raw): Use optional argument when calling math-sin-raw.
16806 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
16807 with close to original precision.
16808
16809 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16810
16811 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
16812 args in calls of sit-for.
16813
16814 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
16815
16816 * vc-svn.el (vc-svn-program): Fix typo in docstring.
16817 (vc-svn-checkin): Fix typo in error message.
16818
16819 * help-mode.el: Require easymenu when compiling.
16820
16821 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
16822
16823 * help-mode.el (help-mode-menu): New menu.
16824
16825 2008-02-20 Glenn Morris <rgm@gnu.org>
16826
16827 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
16828 on Windows.
16829
16830 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
16831
16832 * ps-mule.el (ps-mule-encode-region): Return a single string.
16833 (ps-mule-plot-string): Adjust for the above change.
16834 (ps-mule-encode-header-string): Likewise.
16835
16836 * international/latin1-disp.el (latin1-display): Don't use
16837 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
16838 standard-display-table.
16839 (latin1-display-identities): Adjust for the change of what is
16840 returned by (get-language-info charset 'charset).
16841
16842 * international/mule-util.el (char-displayable-p): Fix for Latin-1
16843 characters and terminal case.
16844
16845 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
16846
16847 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
16848
16849 * progmodes/python.el: Also require comint when loading.
16850 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
16851 Replace python-shell with run-python on menu bar.
16852 (python-shell-map): New map.
16853 (python-default-interpreter, python-python-command-args)
16854 (python-jython-command-args, python-pdbtrack-do-tracking-p):
16855 New options.
16856 (python-which-shell, python-which-args, python-which-bufname):
16857 New buffer local variables.
16858 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
16859
16860 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
16861 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
16862 New constants.
16863
16864 Pdbtrack features:
16865
16866 (python-point, python-end-of-def-or-class)
16867 (python-beginning-of-def-or-class, python-goto-initial-line)
16868 (python-comint-output-filter-function)
16869 (python-pdbtrack-overlay-arrow)
16870 (python-pdbtrack-track-stack-file, python-toggle-shells)
16871 (python-shell, python-pdbtrack-toggle-stack-tracking)
16872 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
16873 New functions.
16874
16875 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16876
16877 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
16878 when the argument is nil.
16879
16880 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
16881
16882 * vc.el (dir-status): Add a brief description.
16883
16884 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
16885
16886 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
16887 If non-nil, reverse the sense of the check.
16888
16889 * vc-rcs.el (vc-rcs-root): New func.
16890 * vc-cvs.el (vc-cvs-root): New func.
16891 * vc-svn.el (vc-svn-root): New func.
16892 * vc-sccs.el (vc-sccs-root): New func.
16893
16894 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
16895
16896 * language/japan-util.el (setup-japanese-environment-internal):
16897 Call use-cjk-char-width-table.
16898
16899 * language/japanese.el ("Japanese"): Set exit-function to
16900 use-default-char-width-table.
16901
16902 * international/characters.el: Delete occurrences of non-Unicode
16903 tibetan and ethiopic characters.
16904 (cjk-char-width-table): New variable.
16905 (use-cjk-char-width-table, use-default-char-width-table):
16906 New functions.
16907
16908 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
16909
16910 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
16911 (vc-status-mode-menu): Add a :filter.
16912 (vc-status-printer): Add faces.
16913
16914 * vc-hg.el (vc-hg-extra-status-menu): New function.
16915 (vc-hg-dir-status): Clean up the buffer before using it.
16916
16917 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
16918
16919 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
16920 (gdb): Initialize it here instead.
16921
16922 * files.el (locate-dominating-file): Fix thinko in last change.
16923 Reported by Bruce Stephens <bruce.stephens@isode.com>.
16924
16925 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
16926
16927 * vc.el (vc-status-mode-menu): New menu for vc-status.
16928
16929 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
16930
16931 * progmodes/verilog-mode.el (customize): Fix typo in error message.
16932 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
16933 (verilog-mode-auto, verilog-indent-level-module)
16934 (verilog-minimum-comment-distance, verilog-library-flags)
16935 (verilog-library-directories, verilog-library-files)
16936 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
16937 (verilog-xemacs-menu, verilog-set-compile-command)
16938 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
16939 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
16940 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
16941 (verilog-batch-inject-auto, verilog-batch-indent)
16942 (verilog-continued-line, verilog-type-keywords)
16943 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
16944 (verilog-read-inst-pins, verilog-read-arg-pins)
16945 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
16946 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
16947 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
16948 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
16949 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
16950 (verilog-mode-version, verilog-mode-release-date)
16951 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
16952 (verilog-simulator, verilog-compiler)
16953 (verilog-auto-sense-defines-constant, verilog-company)
16954 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
16955 Fix typos in docstrings.
16956 (verilog-set-auto-endcomments, verilog-calculate-indent)
16957 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
16958 Reflow docstrings.
16959 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
16960 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
16961 (electric-verilog-forward-sexp, verilog-in-case-region-p)
16962 (verilog-in-struct-region-p, verilog-in-generate-region-p)
16963 (verilog-leap-to-head, verilog-current-indent-level)
16964 (verilog-case-indent-level, verilog-cpp-keywords)
16965 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
16966 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
16967 (verilog-signals-not-in, verilog-symbol-detick-text)
16968 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
16969 (verilog-forward-close-paren, verilog-backward-open-paren)
16970 (verilog-backward-open-bracket): Doc fixes.
16971
16972 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
16973 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
16974 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
16975 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
16976 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
16977 Fix typos in docstrings.
16978
16979 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
16980
16981 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
16982
16983 * info.el (Info-read-node-name): Removed unused `default' arg.
16984
16985 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
16986
16987 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
16988
16989 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16990
16991 * image-mode.el (image-get-display-property): New fun.
16992 (image-forward-hscroll, image-next-line, image-eol, image-eob)
16993 (image-mode, image-minor-mode, image-toggle-display-text)
16994 (image-toggle-display): Use it.
16995
16996 2008-02-18 Jason Rumney <jasonr@gnu.org>
16997
16998 * international/mule.el (xml-find-file-coding-system): Don't warn
16999 about utf-16 with BOM.
17000
17001 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
17002
17003 * international/mule.el (sgml-xml-auto-coding-function): Detect and
17004 warn if file encoding is not utf-8 and encoding not specified.
17005 (xml-find-file-coding-system): New function.
17006 * international/mule-conf.el (file-coding-system-alist): Use it.
17007
17008 2008-02-17 Glenn Morris <rgm@gnu.org>
17009
17010 * international/mule-cmds.el (set-locale-environment):
17011 Pass `frame' to getenv for LC_MESSAGES.
17012
17013 2008-02-17 Juri Linkov <juri@jurta.org>
17014
17015 * time.el (emacs-init-time): Use format instead of format-seconds.
17016
17017 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17018
17019 * textmodes/bibtex.el (bibtex-search-entry): Rename from
17020 bibtex-find-entry. Add autoload cookie.
17021 (bibtex-find-entry): Alias for bibtex-search-entry.
17022 (bibtex-search-crossref): Rename from bibtex-find-crossref.
17023 (bibtex-find-crossref): Alias for bibtex-search-crossref.
17024 (bibtex-clean-entry): atomic-change-group removed.
17025 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
17026 to locate buffer location where error occurred.
17027 Make error messages more specific.
17028 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
17029
17030 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
17031
17032 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
17033 top level.
17034
17035 * simple.el (transient-mark-mode): Add an :init-value.
17036
17037 * startup.el (command-line): Use custom-reevaluate-setting for
17038 transient-mark-mode.
17039
17040 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
17041
17042 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
17043
17044 2008-02-16 Juri Linkov <juri@jurta.org>
17045
17046 * startup.el (after-init-time): New variable.
17047 (command-line): Set `after-init-time' to the current time.
17048
17049 * time.el (emacs-init-time): New function.
17050
17051 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
17052
17053 * files.el (locate-dominating-file): Remove initial loop because it's
17054 not careful enough. Detect the uid-change all within the main loop.
17055
17056 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
17057
17058 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
17059
17060 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
17061
17062 * vc.el (vc-annotate): Add new argument.
17063 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
17064
17065 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
17066 Move make-variable-buffer-local code after the corresponding defvar.
17067 (hs-minor-mode-map): Define and initialize in one step.
17068 (hs-minor-mode): Change from defun to define-minor-mode.
17069
17070 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
17071
17072 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
17073 (gdb-ready): Move declaration...
17074
17075 * progmodes/gdb-ui.el (gdb-ready): ...to here.
17076 (gdb-early-user-input): New variable.
17077 (gdb): Reset gdb-flush-pending-output to nil and set
17078 comint-input-sender here (before gdb-prompt), instead of...
17079 (gdb-init-1): ...here.
17080 (gdb-send): If Emacs is not ready, defer user input to...
17081 (gdb-prompt): ...here.
17082
17083 2008-02-16 Glenn Morris <rgm@gnu.org>
17084
17085 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
17086
17087 * startup.el (emacs-startup-time): Rename to `before-init-time'.
17088 (before-init-time): New name for `emacs-startup-time'.
17089 (command-line): Use before-init-time rather than emacs-startup-time.
17090 * time.el (emacs-uptime): Use before-init-time rather than
17091 emacs-startup-time.
17092
17093 * composite.el (composition-function-table): Doc fix.
17094
17095 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
17096 in favor of `%z' specifier.
17097 (emacs-uptime): Move to time.el.
17098 * time.el (emacs-uptime): Move here from time-date.el. Add optional
17099 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
17100 argument of format-seconds.
17101
17102 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
17103
17104 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
17105
17106 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
17107
17108 * ielm.el (ielm-is-whitespace): Remove.
17109 (ielm-is-whitespace-or-comment): New function.
17110 (ielm-eval-input): Use it.
17111
17112 2008-02-15 Jason Rumney <jasonr@gnu.org>
17113
17114 * term/mac-win.el: Fix coding tag.
17115
17116 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
17117
17118 * vc-hooks.el (vc-menu-map):
17119 * bindings.el (mode-line-mode-menu): Add tooltips.
17120
17121 * bindings.el (help-echo): Add more tooltips. Use a less
17122 telegraphic style for existing tooltips.
17123
17124 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
17125
17126 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
17127 from the auto-generated one.
17128
17129 2008-02-14 Glenn Morris <rgm@gnu.org>
17130
17131 * mail/rmail-spam-filter.el (rmail-spam-filter):
17132 Let-bind message-spam-status.
17133
17134 * mail/smtpmail.el (password-cache-add): Declare as function.
17135
17136 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
17137
17138 * mail/smtpmail.el: Use password-cache.
17139
17140 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
17141
17142 * uniquify.el (uniquify-buffer-base-name): New function.
17143 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17144
17145 * desktop.el (uniquify-managed): Don't defvar.
17146 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
17147 `uniquify-managed'. Return also the buffer's base name.
17148 (desktop-save): When saving the buffer info, filter out the base name,
17149 and save it as buffer name if the buffer is managed by uniquify.
17150 (uniquify-item-base): Don't declare; not called anymore.
17151
17152 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
17153
17154 * vc.el (vc-annotate-find-revision-at-line): New function.
17155 (vc-annotate-mode-map): Bind it.
17156 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
17157 some entries.
17158
17159 2008-02-14 Glenn Morris <rgm@gnu.org>
17160
17161 * calendar/time-date.el (format-seconds): New function.
17162 (emacs-uptime): Use format-seconds.
17163
17164 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
17165 Remove `LC_ALL=C', since it's included in $(emacs) now.
17166
17167 2008-02-14 Zhang Wei <id.brep@gmail.com>
17168
17169 * textmodes/org-publish.el (org-publish-timestamp-filename):
17170 Replace colon characters in filename too.
17171
17172 2008-02-13 Bastien Guerry <bzg@altern.org>
17173
17174 * mail/rmail.el (rmail-header-name): New face.
17175 (rmail-font-lock-keywords): Use rmail-header-name.
17176
17177 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
17178 against X-Spam-Status header field.
17179 (rmail-spam-filter): Also check X-Spam-Status header field.
17180
17181 2008-02-14 Mark A. Hershberger <mah@everybody.org>
17182
17183 * progmodes/flymake.el (flymake-allowed-file-name-masks):
17184 Add support for .pm files and .php files.
17185 (flymake-err-line-patterns): Add pattern for PHP errors.
17186 (flymake-php-init): New function. PHP support for flymake.
17187
17188 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17189 Add regular expression for PHP errors.
17190
17191 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
17192
17193 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
17194 This DTRT even on w32 machines.
17195 (ange-ftp-cf1): Quote FILENAME.
17196
17197 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
17198
17199 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
17200 (smerge-auto-combine): New fun.
17201
17202 2008-02-12 Juri Linkov <juri@jurta.org>
17203
17204 * startup.el (fancy-startup-screen, normal-splash-screen):
17205 Set default-directory to command-line-default-directory.
17206
17207 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
17208 after reading the desktop.
17209
17210 * progmodes/compile.el (compilation-auto-jump):
17211 Call compile-goto-error only when compilation-auto-jump-to-first-error
17212 is non-nil.
17213 (compilation-scroll-output): Replace :type 'boolean with a choice
17214 that has three options including a third option `first-error'.
17215 Doc fix.
17216 (compilation-start, compilation-forget-errors): Add an alternate
17217 condition comparing compilation-scroll-output with `first-error'
17218 in addition to compilation-auto-jump-to-first-error (to call
17219 compilation-auto-jump in the proper place).
17220
17221 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
17222
17223 * international/mule.el (sgml-html-meta-auto-coding-function):
17224 Make sure the search limit is ahead.
17225
17226 * tar-mode.el: Fix broken indentation.
17227 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
17228 Use with-current-buffer.
17229
17230 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
17231
17232 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
17233 it is already automatically buffer-local.
17234
17235 2008-02-12 Drew Adams <drew.adams@oracle.com>
17236
17237 * help.el (describe-key): Join some split lines to facilitate filling.
17238 * help-fns.el (describe-function-1): Fill text of overlong lines.
17239
17240 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
17241
17242 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
17243 Use unibyte-string instead of string-make-unibyte.
17244
17245 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
17246
17247 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
17248
17249 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
17250 works also for buffers w/o buffer-file-name. Update callers.
17251 (doc-view-clone-buffer-hook): New fun.
17252 (doc-view-mode): Use it for indirect clones. Mark the overlays with
17253 the `doc-view' property so they can be recognized.
17254
17255 * simple.el (clone-indirect-buffer-hook): New hook.
17256 (clone-indirect-buffer): Run it.
17257
17258 2008-02-11 Michael Olson <mwolson@gnu.org>
17259
17260 * epa-setup.el:
17261 * epg-package-info.el: Files removed.
17262
17263 2008-02-11 Daiki Ueno <ueno@unixuser.org>
17264
17265 * epa.el (epa-menu-mode): Merge into epa-mode.
17266 (epa-menu-items): Rename the label "EasyPG Assistant" to
17267 "Encryption/Decryption".
17268
17269 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
17270 (epa-dired-mode-map): Rename from epa-dired-map.
17271 (epa-global-dired-mode): Rename the global minor mode.
17272
17273 2008-02-11 Drew Adams <drew.adams@oracle.com>
17274
17275 * isearch.el (isearch-fail): New face.
17276 (isearch-message): Highlight failure part of input.
17277
17278 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17279
17280 * ibuffer.el (ibuffer-header-line-format): New var.
17281 (ibuffer-mode): Set it instead of header-line-format.
17282 (ibuffer-update): Use it to set header-line-format.
17283
17284 * international/mule-cmds.el (ucs-insert): Inherit surrounding
17285 properties like self-insert-command.
17286
17287 2008-02-11 Drew Adams <drew.adams@oracle.com>
17288
17289 * progmodes/etags.el: Add many doc strings.
17290
17291 2008-02-11 Jason Rumney <jasonr@gnu.org>
17292
17293 * ldefs-boot.el: Regenerated.
17294
17295 2008-02-11 Glenn Morris <rgm@gnu.org>
17296
17297 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17298 Shorten some names.
17299
17300 * ffap.el (ffap-rfc-directories): Add :version.
17301
17302 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
17303
17304 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
17305 files, and backup files of same.
17306
17307 2008-02-11 Kevin Ryde <user42@zip.com.au>
17308
17309 * ffap.el (ffap-rfc-directories): New variable.
17310 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
17311
17312 * info.el (Info-next-reference, Info-prev-reference)
17313 (Info-try-follow-nearest-node): Move to and follow https:// links too.
17314
17315 * simple.el (completion-list-mode): Show full completion-list-mode-map
17316 in the docstring.
17317
17318 2008-02-11 Sam Steingold <sds@gnu.org>
17319
17320 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
17321
17322 2008-02-11 Glenn Morris <rgm@gnu.org>
17323
17324 * startup.el (emacs-startup-time): New variable.
17325 (command-line): Set emacs-startup-time.
17326
17327 * calendar/time-date.el (emacs-uptime): New function.
17328
17329 2008-02-10 Bastien Guerry <bzg@altern.org>
17330
17331 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
17332 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
17333 it is nil.
17334
17335 2008-02-10 Daiki Ueno <ueno@unixuser.org>
17336
17337 * epg-config.el: Expand the contents of epg-package-info.el.
17338 (epg-package-name): New constant.
17339 (epg-version-number): New constant.
17340 (epg-bug-report-address): New constant.
17341
17342 * epa-mail.el (epa-mail-mode): Add autoload cookie.
17343 (epa-global-mail-mode): New global minor mode.
17344
17345 * epa-file.el (epa-file-mode): New global minor mode.
17346
17347 * epa-dired.el (epa-dired-mode): New global minor mode.
17348
17349 * epa.el (epa-menu): New variable.
17350 (epa-menu-items): New variable.
17351 (epa-menu-mode): New global minor mode.
17352 (epa-global-minor-modes): New user option.
17353 (epa-mode): New global minor mode.
17354
17355 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
17356
17357 * net/dbus.el: Remove `no-byte-compile' cookie.
17358 (dbus-call-method, dbus-register-signal, dbus-debug)
17359 (dbus-registered-functions-table): Declare them with
17360 `declare-function' or `defvar', respectively.
17361 (top): Don't assert any longer. Require 'cl when compiling.
17362 Apply `ignore-errors' but `dbus-ignore-errors'.
17363
17364 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
17365
17366 * diff-mode.el (diff-add-change-log-entries-other-window):
17367 Use add-change-log-entry.
17368
17369 2008-02-09 Jason Rumney <jasonr@gnu.org>
17370
17371 * button.el (button-map):
17372 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
17373 * ldefs-boot.el: Regenerate.
17374
17375 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
17376
17377 * epa.el (epa-faces, epa):
17378 * epa-file.el (epa-file):
17379 * epg-config.el (epg): Add :version.
17380
17381 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
17382
17383 * vc.el (vc-exec-after): Append CODE to previous fragments.
17384 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
17385 take MESSAGES instead of VERBOSE; use it when non-nil.
17386 (vc-diff-internal): Compute messages once; use them;
17387 update call to vc-diff-finish.
17388
17389 2008-02-09 Michael Olson <mwolson@gnu.org>
17390
17391 * net/tramp.el (tramp-process-sentinel): Avoid error when process
17392 buffer has been killed, such as by
17393 `tramp-cleanup-all-connections'.
17394
17395 2008-02-09 Miles Bader <miles@gnu.org>
17396
17397 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
17398
17399 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17400
17401 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
17402 splitter in context hunks.
17403
17404 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
17405
17406 * international/fontset.el (setup-default-fontset): Fix arabic otf
17407 font specification.
17408
17409 2008-02-08 Daiki Ueno <ueno@unixuser.org>
17410
17411 * epa-dired.el:
17412 * epa-file.el:
17413 * epa-mail.el:
17414 * epa-setup.el:
17415 * epa.el:
17416 * epg-config.el:
17417 * epg-package-info.el:
17418 * epg.el: Initial check-in of EasyPG.
17419
17420 2008-02-08 Glenn Morris <rgm@gnu.org>
17421
17422 * woman.el (woman-locale): New defcustom.
17423 (woman-expand-locale, woman-manpath-add-locales): New functions.
17424 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
17425
17426 * international/mule-cmds.el (locale-translate): New function,
17427 with old code extracted from set-locale-environment.
17428 (set-locale-environment): Use locale-translate. Set woman-locale.
17429
17430 * cus-start.el (selection-coding-system): Remove, since it's now
17431 defined in select.el rather than in xselect.c.
17432 * select.el (selection-coding-system): Make it a defcustom, and
17433 add the properties from cus-start.el. Bump :version.
17434
17435 * custom.el (custom-theme-set-variables): Sort symbols that are
17436 dependencies before symbols that depend on them.
17437 (custom-enabled-themes): Set after custom-theme-directory.
17438
17439 * pcmpl-unix.el (top-level): Move provide statement to end.
17440 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
17441 `*' from doc-string. Allow to be nil.
17442 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
17443 Allow to be nil. Add :version.
17444 (pcmpl-ssh-hosts): Move definition before use. Handle lines
17445 without hostnames, and multiple hostnames per line.
17446
17447 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
17448
17449 2008-02-08 Phil Hagelberg <phil@evri.com>
17450
17451 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
17452 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
17453
17454 2008-02-07 Timo Savola <timo.savola@iki.fi>
17455
17456 * startup.el (command-line-x-option-alist): Add --parent-id.
17457
17458 * term/x-win.el (x-handle-parent-id): New function.
17459
17460 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
17461
17462 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
17463 "Font Menu".
17464
17465 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
17466
17467 * net/dbus.el (dbus-interface-peer): New defconst.
17468 (dbus-ping): New defun.
17469
17470 2008-02-06 Sam Steingold <sds@gnu.org>
17471
17472 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
17473
17474 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17475
17476 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
17477 Just return nil and let the C code provide a fallback.
17478
17479 2008-02-05 Glenn Morris <rgm@gnu.org>
17480
17481 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
17482 tramp-flush-connection-property for removed 2nd argument.
17483
17484 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
17485
17486 * diff-mode.el (diff-add-change-log-entries-other-window):
17487 Rename from diff-create-changelog. Change users.
17488 Minor change to hopefully work with plain diffs.
17489 (diff-mode-map): Add binding for it.
17490
17491 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
17492
17493 * diff-mode.el: Add new TODO entry.
17494 (diff-create-changelog): New function.
17495 (diff-mode-menu): Bind it.
17496
17497 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
17498
17499 * international/mule-diag.el (print-fontset-element): Handle the
17500 case of inhibiting the fallback fonts.
17501
17502 2008-02-04 Kim F. Storm <storm@cua.dk>
17503
17504 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17505 (ido-magic-delete-char): Use prefix arg.
17506
17507 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
17508
17509 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
17510 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
17511 of today, the most recent libpng is 1.2.24).
17512
17513 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
17514
17515 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
17516
17517 * net/dbus.el (top): Check (featurep 'dbusbind).
17518
17519 * net/tramp.el (tramp-process-sentinel): New defun.
17520 (tramp-do-copy-or-rename-file-out-of-band)
17521 (tramp-maybe-open-connection): Use it as process sentinel.
17522 (tramp-handle-delete-directory): Don't use the "-f" option; it
17523 isn't portable.
17524 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
17525 after the command.
17526 (tramp-handle-shell-command): Set `mode-line-process' in the
17527 asynchronous case.
17528
17529 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
17530
17531 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
17532 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
17533 Use `tramp-process-sentinel' as process sentinel.
17534
17535 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
17536
17537 * whitespace.el (global-whitespace-mode): Revert last change.
17538 (whitespace-unload-function): Force `global-whitespace-mode'
17539 to deactivate local modes in a slightly less intrusive way.
17540
17541 2008-02-02 Eli Zaretskii <eliz@gnu.org>
17542
17543 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
17544
17545 2008-02-02 Glenn Morris <rgm@gnu.org>
17546
17547 * international/latin1-disp.el (latin1-display):
17548 * progmodes/fortran.el (fortran-comment-indent-char):
17549 * progmodes/idlw-shell.el (top-level):
17550 * term/mac-win.el (mac-keyboard-translate-char):
17551 * whitespace.el (whitespace-char-valid-p):
17552 * wid-edit.el (widget-key-sequence-read-event):
17553 Use characterp rather than char-valid-p.
17554
17555 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
17556 to capitalized-find-word-boundary. Doc fix. Update callers.
17557 (capitalized-next-word-boundary-function-table): Rename to
17558 capitalized-find-word-boundary-function-table. Doc fix. Update users.
17559
17560 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
17561 string-to-int.
17562
17563 * ps-def.el (declare-function): Add compatibility definition.
17564 (ps-plot-with-face, ps-plot-string): Declare as functions.
17565 (ps-bold-faces, ps-italic-faces): Declare variables.
17566
17567 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
17568 (ps-mule-end-job): Declare as functions.
17569
17570 * wid-edit.el (widget-string-complete): Use assoc-string rather
17571 than assoc-ignore-case.
17572
17573 See ChangeLog.13 for earlier changes.
17574
17575 ;; Local Variables:
17576 ;; coding: utf-8
17577 ;; End:
17578
17579 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
17580
17581 This file is part of GNU Emacs.
17582
17583 GNU Emacs is free software: you can redistribute it and/or modify
17584 it under the terms of the GNU General Public License as published by
17585 the Free Software Foundation, either version 3 of the License, or
17586 (at your option) any later version.
17587
17588 GNU Emacs is distributed in the hope that it will be useful,
17589 but WITHOUT ANY WARRANTY; without even the implied warranty of
17590 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17591 GNU General Public License for more details.
17592
17593 You should have received a copy of the GNU General Public License
17594 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
17595
17596 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc