]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(split-height-threshold, split-width-threshold): Add
[gnu-emacs] / lisp / ChangeLog
1 2008-06-08 Martin Rudalics <rudalics@gmx.at>
2
3 * window.el (split-height-threshold, split-width-threshold): Add
4 choice nil.
5 (split-window-preferred-function): Allow either nil or a function.
6 (window--splittable-p, window--try-to-split-window): Handle
7 changed option values.
8
9 (window--frame-usable-p): Handle nil argument.
10
11 (display-buffer): Call get-lru-window when pop-up-windows is nil
12 and window can't be split.
13
14 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
15
16 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
17
18 * net/tramp.el (top): Quote feature names. Remove
19 `tramp-rfn-eshadow-setup-minibuffer' from
20 `rfn-eshadow-setup-minibuffer-hook' when unloading.
21 (tramp-read-passwd): There is only one call to
22 `auth-source-user-or-password' needed. Pacify byte compiler.
23
24 2008-06-08 Andreas Schwab <schwab@suse.de>
25
26 * window.el (display-buffer): Use lru window if current window
27 cannot be split.
28
29 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * apropos.el (apropos-library): New command and new button.
32 (apropos-library-button): New function.
33
34 * apropos.el: Remove spurious * in docstrings.
35 (apropos-label-face): Use variable pitch.
36 (apropos-print): Use dolist and with-current-buffer.
37 (apropos-print-doc): Use when.
38
39 * window.el (special-display-p, display-buffer):
40 Fix up C->Elisp transcription error.
41
42 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
43
44 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
45 (byte-compile-file): Initialize it.
46 (byte-compile-nogroup-warn): Keep track of the current group.
47
48 2008-06-08 Glenn Morris <rgm@gnu.org>
49
50 * Makefile.in (compile, compile-always, bootstrap-prepare):
51 Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
52
53 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
54
55 * language/hanja-util.el (hanja-init-load): Use a char-table for
56 hanja-table.
57 (hangul-to-hanja-char): Adjust for the above change.
58
59 2008-06-07 Glenn Morris <rgm@gnu.org>
60
61 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
62 lm-keywords.
63
64 * mail/sendmail.el (mail-interactive): Add :version.
65
66 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
67 obsolete alias.
68
69 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
70 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
71 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
72 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
73 * eshell/esh-util.el, international/mule-cmds.el:
74 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
75 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
76 Remove unnecessary eval-when-compiles and eval-and-compiles.
77
78 * Makefile.in (bootstrap-clean): Run autogen-clean.
79 (maintainer-clean): No need to run autogen-clean now it is included in
80 bootstrap-clean.
81
82 2008-06-06 Miles Bader <miles@gnu.org>
83
84 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
85
86 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
87
88 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
89 longlines mode.
90
91 * replace.el (replace-search-function)
92 (replace-re-search-function): New vars.
93 (perform-replace): Use them.
94
95 * longlines.el (longlines-re-search-forward): New function.
96 (longlines-mode): Bind replace-search-function and
97 replace-re-search-function, to ensure that replacement commands
98 treat newlines as spaces.
99 (longlines-show-effect): Default to a pilcrow sign.
100
101 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
102
103 * help.el (function-called-at-point):
104 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
105 even when calling find-tag-default.
106
107 2008-06-06 Daniel Colascione <danc@merrillpress.com>
108
109 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
110 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
111 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
112 (nxml-fontify-buffer, nxml-do-fontify):
113 Remove obsolete variables and functions.
114 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
115 (nxml-degrade, nxml-after-change, nxml-after-change1)
116 (nxml-extend-region, nxml-extend-after-change-region)
117 (nxml-extend-after-change-region1, nxml-fontify-matcher)
118 (nxml-toggle-char-ref-extra-display): Use font-lock, and
119 font-lock-extend-region-functions in particular, to fontify
120 nxml-mode buffers.
121 (nxml-debug-region): New debugging helper function.
122
123 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
124 (nxml-scan-after-change, nxml-move-tag-backwards):
125 Adapt for font-lock changes.
126
127 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
128 (nxml-debug-set-inside, nxml-debug-clear-inside):
129 New debugging functions.
130 (nxml-with-degradation-on-error): New helper macro.
131
132 2008-06-06 Martin Rudalics <rudalics@gmx.at>
133
134 * window.el (display-buffer): Remove dead call to get-lru-window.
135
136 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
137
138 * mail/sendmail.el (mail-interactive): Change default.
139
140 2008-06-05 John Paul Wallington <jpw@pobox.com>
141
142 * bindings.el (completion-ignored-extensions):
143 Add .p64fsl, .d64fsl, and .dx64fsl.
144
145 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
146
147 * ffap.el (ffap-prompter): Don't use the region.
148
149 2008-06-05 Sam Steingold <sds@gnu.org>
150
151 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
152 subdirectory to be registered.
153
154 2008-06-05 Martin Rudalics <rudalics@gmx.at>
155
156 * window.el (display-buffer-function, special-display-p)
157 (special-display-buffer-names, special-display-regexps)
158 (special-display-function, same-window-p, same-window-buffer-names)
159 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
160 (pop-up-frame-function, pop-up-windows, even-window-heights)
161 (split-window-preferred-function, split-height-threshold)
162 (window--display-buffer-1, display-buffer, pop-to-buffer):
163 Move from window.c and buffer.c.
164 (window--splittable-p, window--try-to-split-window)
165 (window--frame-usable-p, window--display-buffer-2)
166 (window--even-window-heights): New functions.
167 (split-width-threshold): New option.
168 (split-window-preferred-horizontally): Remove.
169
170 * cus-start.el: Remove corresponding declarations.
171
172 2008-06-05 Sam Steingold <sds@gnu.org>
173
174 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
175 an error on modified buffers.
176
177 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
178
179 * progmodes/etags.el (tags-verify-table): Be careful to use and update
180 tags-file-name and tags-table-list from the right buffer.
181 (tags-table-check-computed-list, tags-table-extend-computed-list)
182 (find-tag-noselect): Use with-current-buffer.
183
184 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
185 Use print-circle.
186
187 * minibuffer.el (minibuffer-local-must-match-filename-map):
188 Declare obsolete alias for the old name.
189
190 * abbrev.el (unexpand-abbrev): Better preserve markers.
191
192 2008-06-05 Glenn Morris <rgm@gnu.org>
193
194 * emacs-lisp/autoload.el (autoload-rubric): New function,
195 extracted from autoload-ensure-default-file.
196 (autoload-ensure-default-file): Use autoload-rubric.
197
198 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
199 (custom-dependencies-no-scan-regexp): New variable.
200 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
201 Don't scan files matching custom-dependencies-no-scan-regexp.
202 Disable undo in the output buffer. Remove kept-new-versions wackiness.
203
204 * finder.el (finder-headmark): Initialize and add doc string.
205 (generated-finder-keywords-file): Doc fix.
206 (finder-no-scan-regexp): New variable.
207 (finder-compile-keywords): Use a single let binding.
208 Disable undo in the output buffer. Use autoload-rubric.
209 Use mapc rather than mapcar. Don't scan files matching
210 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
211 rather than concat. Use directory-files to do regexp matching.
212 No need to require jka-compr.
213 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
214 (finder-list-matches): Disable undo.
215 (finder-commentary): Use let rather than let*. Disable undo.
216 (finder-current-item): Use zerop.
217 (finder-mode): Use define-derived-mode.
218 (finder-exit): Doc fix. Use dolist.
219
220 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
221 (custom-deps): Don't require $(lisp)/cus-load.el.
222 (custom-deps, finder-data): Don't depend on autoloads.
223 Should not be needed now, and doing so was causing make install to
224 re-dump emacs post-bootstrap.
225 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
226 mid-build forces some things to be rebuilt.
227
228 2008-06-05 Miles Bader <miles@gnu.org>
229
230 * face-remap.el
231 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
232 (face-remap-remove-relative): Renamed from
233 `remove-relative-face-remapping'.
234 (face-remap-reset-base): Renamed from
235 `set-default-base-face-remapping'.
236 (face-remap-set-base): Renamed from `set-base-face-remapping'.
237 (text-scale-increase): Renamed from `increase-buffer-face-height'.
238 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
239 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
240
241 * face-remap.el (variable-pitch-mode): Autoload.
242
243 2008-06-04 Sam Steingold <sds@gnu.org>
244
245 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
246 Generate extra status headers for a Mercurial tree.
247
248 2008-06-04 John Paul Wallington <jpw@pobox.com>
249
250 * echistory.el (electric-history-map): Define within defvar.
251 Add docstring.
252
253 * font-lock.el (font-lock-turn-off-thing-lock)
254 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
255 Use `bound-and-true-p'.
256 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
257 Doc fixes.
258
259 * international/ccl.el (define-ccl-program): Add `doc-string'
260 declaration.
261
262 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
263
264 * face-remap.el (variable-pitch-mode): Reflow docstrings.
265 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
266
267 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
268
269 * emacs-lisp/rx.el (rx): Doc fix.
270
271 2008-06-04 Markus Triska <markus.triska@gmx.at>
272
273 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
274
275 2008-06-04 Miles Bader <miles@gnu.org>
276
277 * face-remap.el (adjust-buffer-face-height): New function.
278 Add autoloaded keybindings in ctl-x-map.
279 (increase-buffer-face-height, decrease-buffer-face-height):
280 Simplify interactive spec to just "p". Remove autoloaded keybindings.
281
282 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
283
284 * simple.el (line-move-1): If we did not move as far as desired,
285 ensure that point-left and point-entered hooks are called.
286
287 2008-06-03 Sam Steingold <sds@gnu.org>
288
289 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
290
291 2008-06-03 John Paul Wallington <jpw@pobox.com>
292
293 * progmodes/make-mode.el (makefile-cleanup-continuations)
294 (makefile-warn-suspicious-lines, makefile-warn-continuations):
295 Use `derived-mode-p'.
296
297 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
300 (ELCFILES): Update.
301
302 2008-06-03 Miles Bader <miles@gnu.org>
303
304 * face-remap.el: New file.
305 * Makefile.in (ELCFILES): Add face-remap.elc.
306
307 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
308
309 * progmodes/flymake.el (flymake-process-filter): Make sure the source
310 buffer isn't dead.
311
312 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
313 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
314 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
315 * obsolete/auto-show.el, obsolete/hscroll.el:
316 Remove packages that were obsolete in Emacs-20, or that were obsolete
317 in Emacs-21 and do not contain any more code.
318
319 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
320 vc-client-mode is not set.
321
322 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
323 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
324
325 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
326 yet a bit more clever at distinguishing / from /.
327
328 2008-06-03 Kenichi Handa <handa@m17n.org>
329
330 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
331
332 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
333
334 * language/hanja-util.el: New file.
335
336 2008-06-03 Glenn Morris <rgm@gnu.org>
337
338 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
339 Check that end-of-word follows "type".
340
341 2008-06-02 Daiki Ueno <ueno@unixuser.org>
342
343 * epa-file.el (epa-file-write-region): Write the entire buffer
344 content if START is nil.
345
346 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
347
348 * select.el (x-get-selection): Fix typo.
349
350 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
351
352 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
353 (describe-char): Use `looking-at-p', `string-match-p' when possible.
354
355 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * tar-mode.el (tar-header-block-summarize): Ensure one space around
358 user&group.
359
360 2008-05-31 John Paul Wallington <jpw@pobox.com>
361
362 * help-fns.el (describe-variable-custom-version-info):
363 Handle dotted `package-version' info.
364
365 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
366
367 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
368
369 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
370
371 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
372 names and improve support for unregistered files.
373
374 2008-05-31 Glenn Morris <rgm@gnu.org>
375
376 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
377 Remove shell variable `elc'. Split tests to hopefully be more portable.
378 Fix `sel' assignment.
379
380 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
381
382 * minibuffer.el (completion-table-dynamic): Doc fix.
383
384 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
387 Try and return `unregistered' when applicable.
388
389 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
390 Don't encourage naming variables with "-flag".
391
392 2008-05-30 Glenn Morris <rgm@gnu.org>
393
394 * Makefile.in (update-elclist): Hide the warning when it does not apply,
395 make it milder when it does.
396 (autogen-clean): New target.
397 (maintainer-clean): Use autogen-clean.
398
399 * calendar/diary-lib.el (diary-display-function): New name for
400 diary-display-hook. Keep old name as obsolete alias. Doc fix.
401 Change custom type and version.
402 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
403 (diary-fancy-display): Doc fixes.
404 (diary-list-entries, diary-include-other-diary-files)
405 (diary-mail-entries):
406 Use diary-display-function rather than diary-display-hook.
407
408 * calendar/appt.el (appt-check): Use diary-display-function rather than
409 diary-display-hook.
410 * calendar/cal-x.el (calendar-dedicate-diary): Update for
411 diary-display-function replacing diary-display-hook.
412 * org/org-agenda.el (org-get-entries-from-diary): Also set
413 diary-display-function.
414
415 * calendar/cal-html.el (cal-html-list-diary-entries):
416 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
417 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
418 argument of diary-list-entries rather than setting diary-display-hook.
419
420 2008-05-30 Kenichi Handa <handa@m17n.org>
421
422 * international/mule-conf.el (utf-8-with-signature): Renamed from
423 utf-8-sig.
424 (utf-8-auto): Adjusted for the above change.
425
426 * international/mule-diag.el (describe-font): Don't check fontset
427 here, and just call font-info. Get the default font by from the
428 default face.
429
430 2008-05-29 Kenichi Handa <handa@m17n.org>
431
432 * international/mule-conf.el (utf-8-sig, utf-8-auto):
433 New coding systems.
434
435 * international/mule.el (define-coding-system): Accept :bom for utf-8.
436
437 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
438
439 * international/utf-7.el (utf-7-encode): Use the right escape char
440 depending on imap/nonimap encoding.
441
442 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
443
444 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
445
446 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
447
448 * icomplete.el (icomplete-prospects-height): Add :group.
449
450 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * icomplete.el (icomplete-prospects-length): Make obsolete.
453 (icomplete-prospects-height): New var.
454 (icomplete-completions): Use it.
455
456 2008-05-29 David Kastrup <dak@gnu.org>
457
458 * autoinsert.el (auto-insert): Add :link.
459
460 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
461
462 * tar-mode.el (tar-header): New field `header-start'.
463 (tar-header-block-tokenize): Set it when useful.
464 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
465 (tar-header-data-end): New function.
466 (tar-summarize-buffer): Use it.
467 (tar-next-line): Fix goal column for long usernames.
468 (tar-expunge-internal): Use header-start.
469 (tar-rename-entry): Handle ustar-style long names.
470 (tar-alter-one-field): Add optional `descriptor' argument.
471 (tar-subfile-save-buffer): Use it.
472
473 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
474
475 * tar-mode.el (tar-header): New field `header-start'.
476 (tar-header-block-tokenize): Set header-start for longlink entries.
477 (tar-expunge-internal): Use header-start to expunge longlink entries.
478
479 * files.el (hack-local-variables): Don't signal an error if the local
480 variable section is not properly terminated.
481
482 * emacs-lisp/easymenu.el (easy-menu-convert-item)
483 (easy-menu-convert-item-1): Move the duplicate-generation outside of
484 the caching so it also works for identical entries.
485
486 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
487 (tar-mode): Use write-region-annotate-functions rather than
488 write-contents-functions.
489 (tar-extract): Remove unused var `pos'.
490 (tar-subfile-save-buffer): Remove unused var `following-descs'.
491 (tar-mode-write-file): Remove.
492 (tar-write-region-annotate): New function.
493
494 * progmodes/flymake.el (flymake-save-buffer-in-file):
495 * shadowfile.el (shadow-copy-file):
496 * arc-mode.el (archive-*-write-file-member):
497 * files.el (diff-buffer-with-file):
498 * subr.el (with-temp-file): Pass nil to write-region.
499 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
500
501 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
502 the custom.
503
504 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
505 to write-region.
506
507 2008-05-28 Glenn Morris <rgm@gnu.org>
508
509 * Makefile.in (update-elclist): Work around non-portability of "\"
510 in various implementations of echo.
511
512 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
513
514 * international/mule-diag.el (describe-current-coding-system):
515 Don't assume selection-coding-system is always defined.
516
517 * tar-mode.el: Use defstruct and markers.
518 (tar-setf): Remove.
519 (tar-header): Use defstruct. Add `data-start' field.
520 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
521 (tar-desc-data-start): Remove (now called tar-header-data-start).
522 (tar-roundup-512): New fun.
523 (tar-header-block-tokenize): Receive a buffer position rather than
524 a string. Handle @longLink here, be more careful about it.
525 Create a marker for data-start.
526 (tar-summarize-buffer): Don't handle @LongLink here any more.
527 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
528 data-start on the following entries any more.
529 (tar-chown-entry, tar-chgrp-entry): Use read-number.
530
531 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
532 (tar-header-offset): Remove.
533 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
534 Not permanent any more.
535 (tar-data-buffer): New var.
536 (tar-data-swapped-p, tar-change-major-mode-hook)
537 (tar-mode-kill-buffer-hook): New funs.
538 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
539 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
540 (tar-clear-modification-flags, tar-alter-one-field)
541 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
542 Change accordingly.
543
544 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
545
546 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
547 (vc-dir-resynch-file): ... this. Update callers.
548 Use vc-string-prefix-p. Ignore directory args.
549 (vc-string-prefix-p): CSE.
550 (vc-resynch-buffer): Restore conditional.
551
552 * vc-hooks.el (vc-after-save): Improve test.
553 (vc-mode-line): Fix indentation.
554
555 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
556
557 * calendar/parse-time.el (parse-time-months)
558 (parse-time-weekdays): Add long-form month and day names.
559
560 2008-05-27 Glenn Morris <rgm@gnu.org>
561
562 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
563
564 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * vc-dispatcher.el (vc-string-prefix-p): New function.
567 (vc-dir-parent-marked-p): Use it.
568
569 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
570
571 * vc.el (Problems): Remove fixed issues.
572 (vc-expand-dirs): Avoid returning directories.
573 (vc-dir): Fix C-x v v binding.
574 (vc-make-backend-object): Fix name.
575 (vc-dir-show-fileentry): Fix docstring.
576 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
577 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
578 Reset the state for directories.
579 (vc-dir-headers): Align labels.
580 (vc-default-status-printer): Do no call prettify-state-info.
581 (vc-deduce-fileset): Replace implementation with one based on a
582 working older version.
583 (vc-next-action): Use the new form of vc-deduce-fileset.
584 Fix dealing with unregistered files.
585
586 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
587 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
588 (vc-dir-child-files): New function.
589 (vc-dir-node-directory): New function.
590 (vc-dir-update, vc-dir-parent-marked-p)
591 (vc-dir-children-marked-p, vc-dir-mark-all-files)
592 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
593
594 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
595
596 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
599 (diff-font-lock-keywords, diff-context->unified)
600 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
601 (diff-hunk-text, diff-find-source-location): Use it.
602 (diff-post-command-hook): Let the user edit the hunk headers.
603
604 2008-05-26 Andreas Schwab <schwab@suse.de>
605
606 * vc.el (vc-default-prettify-state-info): Fix formatting of an
607 unknown state.
608
609 * tar-mode.el (tar-summarize-buffer): Comment fix.
610
611 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
612
613 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
614
615 2008-05-26 Glenn Morris <rgm@gnu.org>
616
617 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
618
619 2008-05-25 John Paul Wallington <jpw@pobox.com>
620
621 * proced.el (proced-next-line, proced-previous-line):
622 Avoid calling `next-line' and `previous-line' from Lisp code.
623
624 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
625
626 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
627 Use diary-ordinal-suffix.
628
629 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
630
631 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
632 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
633 (edebug-save-displayed-buffer-points, edebug-initial-mode)
634 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
635 (edebug-print-length, edebug-print-level, edebug-print-circle)
636 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
637 (edebug-global-break-condition, edebug-sit-for-seconds):
638 Remove spurious * from defcustom docstrings.
639 (edebug-unwrap*, edebug-signal, edebug-eval-display):
640 Improve argument/docstring consistency.
641 (edebug-test-coverage, edebug-gensym, edebug-read)
642 (edebug-top-level-nonstop, edebug-eval-result-list)
643 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
644 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
645 (edebug-display-freq-count): Reflow docstrings.
646 (edebug-restore-status): Doc fix.
647
648 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
649
650 * proced.el (proced-header-line): Use the :align-to 0 feature
651 rather than computing the corresponding position manually.
652 (proced-update): Don't hardcode point-min==1.
653
654 2008-05-24 Alan Mackenzie <acm@muc.de>
655
656 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
657 if c-file-style is set to a non-string.
658
659 (c-neutralize-CPP-line): Surround by `save-excursion'.
660 (c-neutralize-syntax-in-CPP): Optimize for speed.
661
662 2008-05-24 Glenn Morris <rgm@gnu.org>
663
664 * Makefile.in (update-elclist): New target, to update ELCFILES.
665 (bootstrap-after): Run update-elclist.
666
667 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
668
669 * icalendar.el (icalendar-version): Increase to "0.19".
670 (icalendar--date-style): New function.
671 (icalendar--datetime-to-diary-date): Doc fix.
672 Use icalendar--date-style.
673 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
674 (icalendar--convert-yearly-to-ical)
675 (icalendar--convert-recurring-to-diary): Handle iso date style,
676 use icalendar-date-style.
677
678 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
679
680 * vc.el (vc-delete-file): Make sure the buffer is deleted and
681 vc-dir buffers are updated.
682
683 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 * vc.el (vc-delete-file): Don't try to resynch the buffer.
686
687 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
688
689 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
690 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
691 (reftex-extra-bindings): Use it.
692
693 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
694 away from the user-reserved keys.
695
696 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
697 New vars.
698 (ada-create-keymap): Use them.
699
700 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
701
702 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
703 a properly-grouped regexp.
704
705 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
706
707 * progmodes/cap-words.el (capitalized-words-mode):
708 Fix typos in docstring.
709
710 2008-05-23 Kenichi Handa <handa@m17n.org>
711
712 * international/mule-conf.el: Don't define the charset `emacs'
713 here, just put :docstring, :short-name, and :long-name.
714
715 2008-05-22 Kenichi Handa <handa@m17n.org>
716
717 * international/mule-diag.el (font-show-log): Limit each listing
718 to 20 items.
719
720 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
721
722 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
723 (gdb-annotation-rules): New entry for "thread-changed".
724 (gdb-thread-changed): New function.
725
726 2008-05-23 Glenn Morris <rgm@gnu.org>
727
728 * Makefile.in (SOURCES): Remove, unused.
729 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
730 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
731 Exclude more '*loaddefs' files.
732 (compile-always): Simplify '.elc' deletion.
733
734 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
735
736 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
737 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
738
739 * minibuffer.el (completion-boundaries): Change calling
740 convention, so `string' has the same semantics as in
741 try-completion and all-completions.
742 (completion-table-with-context, completion--embedded-envvar-table)
743 (completion--file-name-table)
744 (completion-pcm--find-all-completions): Adjust code accordingly.
745
746 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
747
748 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
749 prune image-mode-winprops-alist, preventing it from growing
750 indefinitely.
751 (image-mode-reapply-winprops): Use it.
752
753 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
754
755 * net/netrc.el (netrc-machine): Always match if the port is not given.
756
757 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
758
759 * minibuffer.el (completion-pcm--find-all-completions):
760 Don't add pseudo-completions.
761
762 * icomplete.el (icomplete-eoinput): Remove.
763 (icomplete-overlay): New var to replace it.
764 (icomplete-tidy): Rewrite.
765 (icomplete-exhibit): Use an overlay.
766 (icomplete-completions): Use completion-all-sorted-completions.
767 Obey completion-ignore-case.
768
769 * files.el (locate-dominating-file): Accept non-existing argument.
770 (project-find-settings-file): Rewrite, using locate-dominating-file.
771
772 2008-05-22 Kenichi Handa <handa@m17n.org>
773
774 * faces.el (font-weight-table, font-slant-table, font-width-table):
775 Delete them. Don't call internal-set-font-style-table.
776
777 * international/mule-diag.el (font-show-log): New function.
778
779 * international/fontset.el (script-representative-chars): Add more
780 chars for latin. Add data for symbol.
781 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
782
783 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
784
785 * minibuffer.el (completion-all-sorted-completions): New var.
786 (completion--flush-all-sorted-completions)
787 (completion-all-sorted-completions): New functions.
788 (minibuffer-force-complete): New command.
789
790 2008-05-21 Glenn Morris <rgm@gnu.org>
791
792 * files.el (c-postprocess-file-styles): Declare for compiler.
793
794 * Makefile.in: Allow for parallel byte-compiling.
795 (ELCFILES): New variable.
796 (.el.elc): Remove prerequisites from suffix rule. Print a message.
797 (compile-first, compile-main, compile-last): New targets.
798 (compile-always): Simplify - delete .elc files, then `make compile'.
799
800 * Makefile.in (compile-calc): Use glob rather than find.
801 ($(lisp)/progmodes/cc-mode.elc): Use $@.
802
803 * eshell/esh-module.el: No need for cl when compiling.
804
805 * eshell/eshell.el (eshell-defgroup): New alias.
806 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
807 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
808 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
809 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
810 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
811 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
812 Autoload the custom group. Set generated-autoload-file.
813 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
814 for eshell-defgroup.
815 * eshell/esh-module.el (eshell-load-defgroups): Remove.
816 Require esh-groups rather than loading it.
817
818 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
819
820 * proced.el (proced-header-line): New variable and new function.
821 (proced-mode): Set header-line-format.
822 (proced-update): Set proced-header-line.
823 (proced-send-signal): Use proced-header-line.
824
825 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
826
827 * macros.el (insert-kbd-macro): Use prin1-char.
828
829 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
830
831 * minibuffer.el (completion-boundaries): New function.
832 (completion--some): Delay errors.
833 (complete-with-action, completion-table-with-context):
834 Handle `boundaries' case.
835 (completion--try-word-completion): Avoid partial-completion
836 when the user hasn't entered anything yet.
837 (minibuffer-local-map, minibuffer-local-filename-completion-map)
838 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
839 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
840 Setup default keybindings.
841 (completion--embedded-envvar-re): New var.
842 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
843 (completion--file-name-table): Handle `boundaries' case.
844 (completion-pcm--pattern->regex): Avoid pathological backtracking.
845 (completion-pcm--all-completions): Add a `prefix' arg.
846 (completion-pcm--find-all-completions): New function.
847 (completion-pcm-all-completions, completion-pcm-try-completion):
848 Use it.
849
850 * icomplete.el (icomplete-completions): Don't use `predicate' with
851 a table of a different type than `candidates'.
852
853 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
854
855 * proced.el (proced-goal-column): Rename from proced-procname-column.
856 (proced-goal-header-re): Rename from proced-procname-column-regexp.
857 (proced-move-to-goal-column): Rename from proced-move-to-procname.
858 (proced-header-face, proced-header-regexp): Remove.
859 (proced-font-lock-keywords): Remove proced-header-face.
860 (proced-header-alist, proced-sorting-schemes-re): New variables.
861 (proced): Rename Proced buffer to *Proced*.
862 (proced-next-line, proced-previous-line): New commands.
863 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
864 (proced-hide-processes): Do not treat first line as special.
865 (proced-header-space): New function.
866 (proced-update): Use header-line-format.
867 Initialize proced-header-alist and proced-sorting-schemes-re.
868 Set proced-goal-column. Include proced-command in mode-name.
869 (proced-send-signal): Use header-line-format for *Marked
870 Processes* buffer.
871 (proced-sort): Restrict minibuffer completion to applicable
872 sorting schemes.
873 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
874
875 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * icomplete.el (icomplete-simple-completing-p):
878 Allow icomplete-with-completion-tables to say "use it everywhere".
879 (icomplete-completions): Obey completion-styles. Try to accommodate
880 partial-completion style.
881
882 2008-05-20 Michael Olson <mwolson@gnu.org>
883
884 * files.el (project-find-settings-file): Change concat to
885 expand-file-name.
886
887 2008-05-19 Tom Tromey <tromey@redhat.com>
888
889 * files.el (normal-mode): Call hack-project-variables.
890 (hack-local-variables-confirm): Add 'project' argument.
891 (hack-local-variables-apply): New function.
892 (hack-local-variables): Use it.
893 (project-class-alist, project-directory-alist): New variables.
894 (project-get-alist): New function.
895 (project-collect-bindings-from-alist)
896 (project-collect-binding-list, set-directory-project)
897 (project-find-settings-file, project-define-from-project-file)
898 (hack-project-variables): New functions.
899
900 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
903
904 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
905
906 * faces.el (font-weight-table): Fix typo in docstring.
907
908 2008-05-18 David Hull <david@snap.com> (tiny change)
909
910 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
911 (vc-hg-annotate-command): Allow white space before version number.
912
913 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
914
915 * calc/calc-yank.el (calc-register-alist): New variable.
916 (calc-set-register,calc-get-register,calc-copy-to-register)
917 (calc-insert-register,calc-add-to-register,calc-append-to-register)
918 (calc-prepend-to-register): New functions.
919
920 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
921 `calc-copy-to-register' and `calc-insert-register'.
922 Autoload new register functions.
923
924 * calc/calc-help.el (calc-r-prefix-help): Add help for register
925 functions.
926
927 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
928
929 * vc.el (Todo): Add known problems.
930 (vc-dir-backend): New variable.
931 (vc-dir): Set it.
932 (vc-make-backend-object, vc-generic-status-printer)
933 (vc-generic-state, vc-generic-status-fileinfo-extra)
934 (vc-dir-extra-menu): Use it.
935 (vc-generic-dir-headers): Remove, unused.
936
937 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
938 vc-dir-prev-directory for consistency with vc-dir-previous-line.
939 (vc-dir-mode-map): Fix bindings.
940
941 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
942
943 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
944
945 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
946 operated on.
947 (calc-kill-region): Kill entire lines.
948
949 2008-05-17 Glenn Morris <rgm@gnu.org>
950
951 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
952 simplify initial value.
953 (defezimage): Drop support for Emacs without defimage, use a featurep
954 test rather than fboundp when defining, drop with-no-warnings.
955 (ezimage-insert-over-text): Move featurep test inside
956 add-text-properties.
957
958 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
959
960 * net/tramp.el (top-level): Load auth-source when compiling.
961
962 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
963
964 2008-05-17 Andreas Schwab <schwab@suse.de>
965
966 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
967
968 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
969
970 * vc.el (vc-annotate-show-diff-revision-at-line): Change
971 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
972
973 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
974
975 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
976
977 2008-05-17 Jim Meyering <meyering@redhat.com>
978
979 * ido.el (ido-save-history): Do not emit a trailing newline at the
980 end of the ido history file.
981
982 2008-05-16 John Paul Wallington <jpw@pobox.com>
983
984 * vc-dispatcher.el (top-level): Revert previous change: require cl
985 when compiling.
986
987 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
988
989 * vc.el (vc-default-status-printer)
990 (vc-default-prettify-state-info): Enhance the state prettyprinter
991 to deal better with unknown states and indirect through it when
992 painting vc-dir buffers.
993
994 2008-05-16 John Paul Wallington <jpw@pobox.com>
995
996 * vc-dispatcher.el (top-level): Don't require cl when compiling.
997 (vc-dir-mode-map): Fix backquote.
998 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
999
1000 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
1001
1002 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
1003 Reported by Glenn Morris <rgm@gnu.org>.
1004
1005 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
1006
1007 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
1008 the end of the file, it was good work at one time but has been
1009 stale since 1995 and may now be actively misleading.
1010 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
1011 CVS repository and module (assumptions for the latter a bit iffy).
1012 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
1013 SVN repository.
1014
1015 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
1016
1017 * vc-rcs.el (vc-rcs-create-tag):
1018 * vc-sccs.el (vc-sccs-create-tag):
1019 Fix typo in error message and pass backend arg.
1020
1021 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
1022
1023 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
1024
1025 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
1026
1027 * net/tramp.el: Load auth-source library.
1028 (tramp-read-passwd): Use it for password, not login.
1029
1030 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
1031
1032 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
1033 (ses-print-cell): Use string-width, truncate-string-to-width,
1034 delete-region rather than length, substring, delete-char.
1035 (ses-setup): Set inhibit-point-motion-hooks to t.
1036 Calculate position by actually moving point rather than just using
1037 unibyte character length.
1038 (ses-mode): Set indent-tabs-mode to nil.
1039 (ses-center): Use string-width rather than length.
1040
1041 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
1042
1043 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
1044 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
1045 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
1046 vc-*-create-tag and vc-*-retrieve-tag respectively.
1047
1048 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
1049 unneeded defalias.
1050
1051 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
1052
1053 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
1054 about buffer names.
1055
1056 2008-05-15 Glenn Morris <rgm@gnu.org>
1057
1058 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
1059
1060 * org/org-exp.el (org-infojs-options-inbuffer-template):
1061 Fix declaration.
1062
1063 * progmodes/cc-mode.el (declare-function): Add compat definition.
1064 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
1065
1066 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
1067
1068 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
1069 list to a cons so the caller can get back both expanded and
1070 unexpanded filesets.
1071 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
1072 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
1073 Change handling of selection-set returns as required.
1074
1075 2008-05-15 John Paul Wallington <jpw@pobox.com>
1076
1077 * add-log.el (top-level): Don't require cl when compiling.
1078
1079 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
1080 (archive-*-extract): Use `zerop'
1081 (archive-*-write-file-member): Use `or', use `zerop'.
1082
1083 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
1084
1085 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
1086 (ibuffer-mark-interactive, ibuffer-set-mark)
1087 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
1088 (ibuffer-map-lines, ibuffer-switch-format)
1089 (ibuffer-update-title-and-summary)
1090 (ibuffer-redisplay-engine): Use it.
1091
1092 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
1093 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
1094 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
1095 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
1096 (ibuffer-mark-read-only-buffers)
1097 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
1098
1099 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
1100 (define-ibuffer-column, define-ibuffer-sorter)
1101 (define-ibuffer-op, define-ibuffer-filter): Add declarations
1102 containing indentation specs, replacing equivalent top-level
1103 forms that set `lisp-indent-function' properties.
1104 (define-ibuffer-op): Use `derived-mode-p'.
1105 (define-ibuffer-filter): Remove redundant `concat' call.
1106
1107 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
1108
1109 * net/tramp.el (tramp-echo-mark): Update docstring.
1110 (tramp-echo-mark-marker): New defconst.
1111 (tramp-check-for-regexp): Use it.
1112
1113 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
1114
1115 * vc.el (vc-deduce-fileset): Do the right thing when visting a
1116 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
1117 as parent.
1118
1119 2008-05-14 John Paul Wallington <jpw@pobox.com>
1120
1121 * international/mule.el (convert-define-charset-argument):
1122 Remove period from end of error message.
1123 (coding-system-mnemonic): Doc fix.
1124 (ctext-pre-write-conversion): Doc fix.
1125
1126 2008-05-14 Simon Marshall <simon@gnu.org>
1127
1128 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
1129 from its default value and give it the risky-local-variable
1130 property (CVE-2008-2142).
1131
1132 2008-05-14 Kenichi Handa <handa@m17n.org>
1133
1134 * language/korean.el ("Korean"): Set `iso639-language'
1135 property to `ko'.
1136
1137 * language/japanese.el ("Japanese"): Set `iso639-language'
1138 property to `ja'.
1139
1140 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
1141 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
1142 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
1143
1144 * international/mule-cmds.el (set-language-environment):
1145 Set current-iso639-language.
1146
1147 * international/fontset.el (setup-default-fontset): For kana, han,
1148 hangul, and cjk-misc, move an entry with font-spec at the end.
1149 (generate-fontset-menu): Exclue fontset-auto* from the list.
1150
1151 * composite.el (compose-chars-after): Assume that WINDOW is always
1152 non-nil.
1153
1154 * faces.el (font-weight-table, font-slant-table)
1155 (font-swidth-table): Declare them by defconst. Change the format
1156 of elements. Call internal-set-font-style-table after their
1157 declaration.
1158 (face-valid-attribute-values): Call font-family-list. Get values
1159 for width, weight, and slant from font-xxx-table.
1160
1161 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
1162
1163 2008-05-13 John Paul Wallington <jpw@pobox.com>
1164
1165 * ibuffer.el (ibuffer-buffer-file-name): New function.
1166 (define-ibuffer-column filename): Use it.
1167
1168 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
1169
1170 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
1171
1172 * talk.el (talk): Simplify. Pass display arg to talk-add-display
1173 as a string.
1174 (talk-add-display): Simplify. Accept only string args.
1175
1176 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
1177
1178 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
1179
1180 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 * Makefile.in (bootstrap-prepare): Don't chmod files.
1183 (autoloads): Do it here instead, where it's actually needed.
1184
1185 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
1186
1187 * tool-bar.el (tool-bar-make-keymap): Account for the optional
1188 KEY-BINDING-DATA field in menu-item list.
1189
1190 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1191
1192 * dired.el (dired-read-dir-and-switches): Move things about to use less
1193 recursion during macroexpansion.
1194
1195 * dired.el (dired-read-dir-and-switches): Use read-file-name.
1196
1197 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
1198 completion-ignored-extension directories if there's something else.
1199 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
1200 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
1201 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
1202 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
1203 buffer-read-only -> inhibit-read-only.
1204
1205 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
1206
1207 * vc.el (vc-expand-dirs): Stop this function from tossing out
1208 explicitly specified files.
1209
1210 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1211
1212 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
1213 to `insert'.
1214
1215 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
1216
1217 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
1218 cons. Use vc-annotate-backend.
1219 (with-vc-file, edit-vc-file): Remove unused macros.
1220
1221 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
1222
1223 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
1224 (smtpmail-try-auth-methods): Use it.
1225
1226 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1227
1228 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
1229 (setf (nthcdr ..) ..) doesn't require CL at runtime.
1230
1231 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
1232
1233 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
1234
1235 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1236
1237 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
1238 (vc-bzr-revision-completion-table): Use process-file.
1239 (vc-bzr-working-revision): Pass relative file names.
1240
1241 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
1242
1243 2008-05-11 Juri Linkov <juri@jurta.org>
1244
1245 * wid-edit.el (widget-image-directory): Change default image data
1246 subdirectory from "custom" to "images/custom".
1247
1248 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
1249 before recursive call to `Info-next-preorder' to not add
1250 intermediate nodes to the history.
1251
1252 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
1253
1254 * emulation/cua-base.el: Put isearch-scroll property
1255 on cua-scroll-up and cua-scroll-down.
1256
1257 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
1258
1259 * vc-hooks.el (vc-recompute-state): Remove (dead code).
1260
1261 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
1262
1263 * vc-dispatcher.el (ewoc): Require.
1264 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
1265
1266 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
1267
1268 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
1269
1270 * term/w32-win.el (x-colors):
1271 * term/mac-win.el (x-colors):
1272 * term/x-win.el (x-colors): Re-order colors.
1273
1274 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
1275
1276 * smerge-mode.el (smerge-command-prefix): Fix custom type.
1277
1278 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
1279
1280 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
1281 New functions implementing motion to next and previous directory.
1282
1283 * vc-arch.el (vc-arch-command):
1284 * vc-bzr.el (vc-bzr-command):
1285 * vc-cvs.el (vc-cvs-command):
1286 * vc-dispatcher.el (vc-do-command):
1287 * vc-git.el (vc-git-command):
1288 * vc-hg.el (vc-hg-command):
1289 * vc-mcvs.el (vc-mvcs-command):
1290 * vc-mtn.el (vc-mtn-command):
1291 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
1292 (vc-sccs-workfile-unchanged-p):
1293 * vc-svn.el (vc-svn-command, vc-svn-create-repo),
1294 * vc-rcs.el (all methods): Remove assumption about what a nil
1295 argument to vc-do-command means. This means no buffer name needs
1296 to be hardcoded into the dispatcher layer, and it's better to be
1297 explicit anyway.
1298
1299 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
1300
1301 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
1302
1303 * vc.el: Update todo.
1304
1305 * vc-sccs.el (vc-sccs-dir-status):
1306 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
1307 backends and returning up to date files.
1308
1309 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
1310
1311 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
1312
1313 * vc.el (vc-dir):
1314 * vc-hooks.el: Tweak the VC directory bindings. These are now
1315 documented in the manual.
1316
1317 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
1318 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
1319 (vc-dispatcher-selection-set): Allow callers to pass in an
1320 observer flag that says no buffer sync is required.
1321 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
1322 Use the observer flag.
1323
1324 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
1325
1326 * simple.el (start-file-process): Clarify docstring.
1327
1328 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
1329
1330 * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
1331 Remove stub implementations of, and references to, wash-log.
1332 * vc-rcs.el (vc-rcs-comment-history):
1333 * vc-cvs.el (vc-cvs-comment-history):
1334 Inline the code that used to be wash-log.
1335
1336 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
1337 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
1338 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
1339 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
1340 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
1341 (vc-rcs-print-log): Grok directories.
1342
1343 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 * vc.el (vc-mark-resolved): Add `backend' argument.
1346 (vc-next-action): Pass it the backend.
1347 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
1348 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
1349 (vc-default-comment-history, vc-default-create-snapshot)
1350 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
1351 (vc-annotate-revision-previous-to-line)
1352 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
1353 * vc-svn.el (vc-svn-checkout):
1354 * vc-mcvs.el (vc-mcvs-checkout):
1355 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
1356 (vc-working-revision, vc-before-save, vc-mode-line):
1357 Prefer vc-call-backend to vc-call so as not to recompute the backend.
1358
1359 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
1360 state to be consistent since it's often an unwarranted restriction.
1361 Don't return the state either.
1362 (vc-next-action): Check that the state is consistent.
1363 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
1364 (vc-rollback, vc-update): Adapt to new return value of
1365 vc-deduce-fileset.
1366
1367 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
1368 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
1369 (vc-dispatcher-in-fileset-p): New fun.
1370 (vc-dispatcher-selection-set): Use it to properly handle directories.
1371
1372 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
1373
1374 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
1375 (vc-update): Remove unused let bindings.
1376
1377 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
1378
1379 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
1380 (vc-diff, vc-revert, vc-rollback, vc-update):
1381 * vc-dispatcher.el (vc-dispatcher-selection-set):
1382 Get rid of 4 special cases in fileset selection. This involved
1383 changing the return value of (vc-deduce-fileset) so that it passes
1384 back a deduced state as well as a deduced back end.
1385
1386 2008-05-08 Sam Steingold <sds@gnu.org>
1387
1388 * progmodes/compile.el (compilation-minor-mode-map)
1389 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
1390 * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
1391 to `compilation-minor-mode-map' (instead of an explicit `cons').
1392
1393 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
1394
1395 * org/org.el (org-modules, org-format-latex-options):
1396 * org/org-archive.el (org-archive-stamp-time)
1397 (org-archive-save-context-info):
1398 * org/org-faces.el (org-hide):
1399 * org/org-irc.el (org-irc-parse-link):
1400 * org/org-macs.el (org-call-with-arg, org-autoload):
1401 * org/org-mew.el (org-mew-store-link):
1402 * org/org-remember.el (org-remember-store-without-prompt)
1403 (org-remember-templates): Fix typos in docstrings.
1404
1405 * org/org-info.el (org-info-store-link): Remove leftover docstring.
1406
1407 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1408 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1409 (org-bbdb-anniv-split): Fix typos in docstrings.
1410
1411 * org/org-publish.el (org-publish-project-alist): Doc fixes.
1412 (org-publish-use-timestamps-flag): Reflow docstring.
1413 (org-publish-files-alist): Fix typos in docstring.
1414
1415 2008-05-07 Sam Steingold <sds@gnu.org>
1416
1417 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
1418 appears to be too aggressive with window removal.
1419
1420 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
1421
1422 * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
1423 as pragma keywords.
1424 (verilog-pretty-expr): Support lining up assignments which include
1425 part selects.
1426 (verilog-mode): More portable check for the availability of
1427 hideshow support.
1428 (verilog-do-indent): Remove special indent for declarations inside
1429 a parenthetical list. The code is ill-advised, and doesn't work
1430 given the new user defined types.
1431 (verilog-set-auto-endcomments): Enhance function automatic
1432 endcomment to support functions that return user defined types.
1433 (verilog-mode): Add code to tell which-function-mode minor mode
1434 that Verilog supports this feature.
1435
1436 2008-05-08 Eli Zaretskii <eliz@gnu.org>
1437
1438 * epa-file.el: Require epa-hook.
1439
1440 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
1441
1442 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
1443 file-names clashes on 8+3 filesystems. Provide epa-hook.
1444
1445 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
1446 file-names clashes on 8+3 filesystems.
1447
1448 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
1449
1450 * org/org.el (org-read-date-get-relative): Interpret lone
1451 weekday abbreviation as relative to today.
1452
1453 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
1454
1455 * abbrev.el (define-abbrev-table):
1456 * composite.el (toggle-auto-composition):
1457 * json.el (json-alist-p, json-plist-p):
1458 * minibuffer.el (completion-table-with-predicate):
1459 * ps-mule.el (ps-mule-external-libraries):
1460 * emacs-lisp/advice.el (ad-special-form-p):
1461 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1462 * eshell/em-smart.el (eshell-review-quick-commands):
1463 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
1464 (python-skip-out, python-check-comint-prompt):
1465 Don't use `iff' in docstrings.
1466
1467 * international/robin.el (robin-package-alist): Fix typo in docstring.
1468 (robin-current-package-name): Doc fix.
1469 (robin-activate): Don't use `iff' in docstring.
1470
1471 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
1472
1473 * vc.el, vc-dispatcher.el: VC-Dired support removed.
1474 The code uses a ewoc-based implementation now.
1475 * vc-hooks.el: Support for Meta-CVS has been removed.
1476
1477 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1478
1479 * tool-bar.el: Choose images dynamically.
1480 (tool-bar-make-keymap, tool-bar-find-image): New function.
1481 (tool-bar-find-image-cache): New var.
1482 (tool-bar-local-item, tool-bar-local-item-from-menu):
1483 Don't select the image yet, do it later in tool-bar-make-keymap.
1484
1485 2008-05-07 Andreas Schwab <schwab@suse.de>
1486
1487 * window.el: Require 'cl when compiling.
1488
1489 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
1490
1491 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
1492
1493 2008-05-07 Glenn Morris <rgm@gnu.org>
1494
1495 * subr.el (ignore-errors): Move here from cl-macs.el.
1496 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
1497
1498 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
1499 oddness.
1500
1501 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
1502
1503 * vc-hooks.el (vc-find-file-hook):
1504 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
1505 further from vc.el.
1506 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
1507
1508 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
1509
1510 * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
1511 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
1512 (verilog-auto-inout, verilog-auto-inout-module)
1513 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
1514 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1515 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
1516 (verilog-auto-sense-sigs, verilog-auto-tieoff)
1517 (verilog-auto-unused, verilog-auto-wire)
1518 (verilog-decls-get-assigns, verilog-decls-get-consts)
1519 (verilog-decls-get-gparams, verilog-decls-get-inouts)
1520 (verilog-decls-get-inputs, verilog-decls-get-outputs)
1521 (verilog-decls-get-ports, verilog-decls-get-regs)
1522 (verilog-decls-get-signals, verilog-decls-get-wires)
1523 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
1524 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
1525 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
1526 (verilog-inject-sense, verilog-library-filenames)
1527 (verilog-mode-release-date, verilog-mode-version)
1528 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
1529 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
1530 (verilog-modi-get-assigns, verilog-modi-get-consts)
1531 (verilog-modi-get-gparams, verilog-modi-get-inouts)
1532 (verilog-modi-get-inputs, verilog-modi-get-outputs)
1533 (verilog-modi-get-ports, verilog-modi-get-regs)
1534 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
1535 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
1536 (verilog-modi-get-wires, verilog-preserve-cache)
1537 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
1538 (verilog-read-sub-decls, verilog-read-sub-decls-line)
1539 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
1540 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
1541 Add caching of additional state, and rework signal extraction
1542 routines to improve AUTO expansion performance by 300%++.
1543
1544 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
1545
1546 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1547 Tweak Open Watcom regexp to distinguish between errors and warnings.
1548
1549 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1550
1551 * dired.el (dired-read-dir-and-switches): Fix up last change.
1552
1553 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
1554
1555 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
1556 out of this function, move it to vc-dispatcher-selection-set.
1557
1558 2008-05-05 Sam Steingold <sds@gnu.org>
1559
1560 * window.el (delete-other-windows-vertically): New function.
1561
1562 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1563
1564 * dired.el (dired-read-dir-and-switches):
1565 Obey read-file-name-completion-ignore-case.
1566
1567 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
1568
1569 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1570 Add regexp for Open Watcom compiler output.
1571
1572 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
1573
1574 * progmodes/python.el (python-block-pairs): Align finally with except.
1575
1576 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
1579
1580 2008-05-05 Tom Tromey <tromey@redhat.com>
1581
1582 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
1583 looking at conflict marker.
1584
1585 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
1588 client-mode -> vc-client-object, and guess `funcall' was meant.
1589 (vc-dir-mode): Rename client-mode -> vc-client-mode.
1590
1591 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
1592
1593 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
1594 (dbus-debug): Move declarations outside eval-when-compile.
1595
1596 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1597
1598 * proced.el (proced-command-alist): Fix system-type values.
1599 Fix defcustom.
1600 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
1601 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
1602 (proced-sort-start, proced-sort, proced-sort-time): New commands.
1603 (proced-update): Use proced-sorting-scheme. Update modeline.
1604 (proced-send-signal): Use nreverse.
1605 (proced-sorting-scheme-p): New function.
1606
1607 2008-05-04 Andreas Schwab <schwab@suse.de>
1608
1609 * vc.el: Require dired when compiling.
1610
1611 * minibuffer.el (completion--insert-strings): Don't delete past bol.
1612
1613 2008-05-03 Glenn Morris <rgm@gnu.org>
1614
1615 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
1616 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
1617 Simplify compilation requirements.
1618 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
1619 declarations.
1620
1621 2008-05-03 Dave Love <fx@gnu.org>
1622
1623 * progmodes/python.el (python-beginning-of-statement):
1624 Loop at least once (fixes 2008-02-21 change).
1625
1626 2008-05-03 Eli Zaretskii <eliz@gnu.org>
1627
1628 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
1629 instead of `length' for comparing length of user and group names.
1630
1631 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
1632
1633 * vc-dispatcher.el: New file, separates out the UI and command
1634 execution machinery from VCS-specific logic left in vc.el.
1635 The separation is not yet completely clean, but it's a good start.
1636 * vc.el: This file is about 1700 lines shorter now.
1637 Remove obsolete logentry-check from the backend API.
1638 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
1639 implementation of the logentry-check method, and it guarded against
1640 a log length limit that has probably been obsolete for 15 years (!).
1641
1642 2008-05-02 Sam Steingold <sds@gnu.org>
1643
1644 * progmodes/compile.el (compilation-start): Move setting of
1645 compilation-directory after (funcall mode) as that resets local
1646 variables, this fixes recompile in grep buffers.
1647 * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
1648
1649 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1650
1651 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
1652 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1653 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
1654 has one of these and that all are called in compatible ways.
1655 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
1656 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1657 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
1658 backend has one of these.
1659
1660 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1661
1662 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
1663 initialization into define-abbrev-table. Use :regexp.
1664 (octave-mode-syntax-table): Don't set word syntax for `.
1665
1666 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
1667 than only value.
1668
1669 * dired.el (dired-read-dir-and-switches):
1670 Set minibuffer-completing-file-name and call substitute-in-file-name.
1671 (dired-format-columns-of-files): Use completion--insert-strings.
1672
1673 * minibuffer.el (completion-hilit-commonality): Revert last change:
1674 the leftover code was actually useful.
1675 (completion--insert-strings): Use string-width rather than length.
1676
1677 2008-05-02 Sam Steingold <sds@gnu.org>
1678
1679 * vc.el (vc-dir-mode-map): Enable mouse bindings.
1680 (vc-at-event): New macro: run the body at the even location.
1681 (vc-dir-menu, vc-dir-toggle-mark): Use it.
1682 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
1683 * subr.el (mouse-event-p): Check if the even is mouse-related.
1684
1685 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
1686
1687 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
1688 Don't throw error if no file is found.
1689
1690 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
1691
1692 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
1693 (vc-default-state-heuristic): Doc fix.
1694
1695 2008-05-02 Richard Sharman <rsharman@pobox.com>
1696
1697 * hilit-chg.el (highlight-changes-mode): Remove references to
1698 hooks that no longer exist. Because define-minor-mode is used the
1699 hook highlight-changes-mode-hook exists and can do what both the
1700 old hooks used to do. The documentation at the top of the file
1701 was updated to demonstrate this.
1702 (highlight-changes-mode): Remove commented out call to a hook
1703 function that is no longer there.
1704 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
1705
1706 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1707
1708 * vc.el (vc-default-dired-state-info): Change name of primitive
1709 to prettify-state-info, in preparation for ripping out dired mode.
1710 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
1711 to prettify-state-info, in preparation for ripping out dired mode.
1712 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
1713 tries this on a version-controlled buffer. It will do useless or
1714 actively bad things on any version control system newer than RCS.
1715 * vc-hooks.el (vc-dired-resynch-file):
1716 * vc.el (vc-dired-resynch-file): Change name of primitive to
1717 vc-directory-resynch-file, preparing to remove dired.
1718
1719 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
1720
1721 * vc-rcs.el (vc-rcs-state): Fix typos.
1722
1723 * vc.el (vc-register): Change argument order so that the prefix
1724 argument is assigned correctly.
1725 (vc-next-action, vc-dir-register): Update for the above change.
1726
1727 2008-05-01 Juri Linkov <juri@jurta.org>
1728
1729 * replace.el (occur-read-primary-args): Set default to the car of
1730 regexp-history and display it in the prompt, but don't add to the
1731 list of minibuffer defaults. Bind history-add-new-input to nil to
1732 not add automatically `default'. For empty input return `default'.
1733 Otherwise, add `input' to regexp-history and return it.
1734 (occur-1): Signal an error for the empty regexp.
1735
1736 * progmodes/compile.el (compilation-auto-jump):
1737 Set window point to `pos' explicitly.
1738
1739 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
1740
1741 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
1742 when appropriate.
1743 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
1744 we report the 'unregistered state reliably.
1745 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
1746 we report the 'unregistered state reliably.
1747 * vc-git.el (vc-git-state): Call vc-git-unregistered so
1748 we report the 'unregistered state reliably.
1749 * vc-hooks (vc-state): Document that vc-unregistered is
1750 now expected to be returned reliably.
1751 * vc.el (vc-default-dired-state): Change needs-patch state to
1752 needs-update, since the name now shows up in dir-status listings
1753 and was somewhat misleading.
1754 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
1755 immediately after removing the file.
1756 * vc.el (vc-next-action): More informative messages when a fileset
1757 is in a mixed state or files are missing.
1758
1759 2008-05-01 Sam Steingold <sds@gnu.org>
1760
1761 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
1762
1763 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1764
1765 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
1766
1767 2008-05-01 Daiki Ueno <ueno@unixuser.org>
1768
1769 * epa-file-hook.el: New file split from epa-file.el.
1770 * epa-file.el: Require 'epa-file-hook.
1771 (epa-file-handler): Add autoload cookie.
1772 * loadup.el: Load epa-file-hook.
1773 * startup.el (command-line): Eval the body of auto-encryption-mode.
1774
1775 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1776
1777 * vc.el (vc-dir-mode-map): Don't bind "r".
1778
1779 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
1780 (vc-hg-status-printer): New function.
1781 (vc-hg-after-dir-status): Deal with copied and renamed files.
1782 (vc-hg-dir-status): Add flag to show copied files.
1783
1784 2008-05-01 John Paul Wallington <jpw@pobox.com>
1785
1786 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
1787 (ibuffer-do-sort-by-recency): Reverse sorting order if last
1788 sorting mode was recency.
1789
1790 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
1791 reverse sorting order if last sorting mode was the sorter's.
1792
1793 2008-05-01 Jason Rumney <jasonr@gnu.org>
1794
1795 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
1796
1797 2008-04-30 John Paul Wallington <jpw@pobox.com>
1798
1799 * ibuffer.el (define-ibuffer-column filename): When the major mode
1800 is `vc-dir-mode' show the buffer's default directory.
1801
1802 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
1803 major mode is `vc-dir-mode' use the buffer's default directory.
1804
1805 2008-04-30 Sam Steingold <sds@gnu.org>
1806
1807 * vc.el (vc-dir-delete-file): Add.
1808 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
1809 (vc-delete-file): Do not barf when the file has been already deleted.
1810
1811 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1812
1813 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
1814
1815 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
1816
1817 * progmodes/octave-mod.el (octave-help): New function.
1818 * progmodes/octave-hlp.el: Delete.
1819 * info-look.el (octave-mode): Add operator index.
1820
1821 * vc.el (vc-checkout): Typo.
1822
1823 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1824
1825 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
1826 Add "..." in the appropriate places.
1827
1828 * epa.el (epa-key-list-mode-map): Add more menu entries.
1829 Add "..." in the appropriate places.
1830
1831 * dired.el (dired-mode-map): Add :help.
1832
1833 * vc.el (vc-deduce-fileset): Add new parameter.
1834 (vc-dir-marked-only-files): New function.
1835 (vc-next-action): Don't ignore directories, look at the files
1836 inside them.
1837 (vc-dir-mode): Document how the mark/unmark commands work.
1838
1839 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
1840
1841 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1842 Rule out trailing spaces in file and directory names as well.
1843
1844 * minibuffer.el (completion--do-completion): Move point even if the
1845 completion makes no change.
1846 (completion-pcm-try-completion): Fix computation of new point.
1847
1848 2008-04-30 David Hansen <david.hansen@gmx.net>
1849
1850 * dired.el: Require 'cl.
1851
1852 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
1853
1854 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
1855 hollow if not in innermost frame.
1856
1857 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1858
1859 Make `checkout-model' apply to filesets.
1860 * vc-hooks.el (vc-checkout-model): Rewrite.
1861 (vc-before-save, vc-after-save): Adjust callers accordingly.
1862 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
1863 (vc-transfer-file): Adjust callers accordingly.
1864 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
1865 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
1866 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
1867 instead of vc-checkout-model.
1868 * vc-mcvs.el (vc-mcvs-revert):
1869 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
1870 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
1871 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
1872 * vc-svn.el (vc-svn-checkout-model):
1873 * vc-hg.el (vc-hg-checkout-model):
1874 * vc-git.el (vc-git-checkout-model):
1875 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
1876
1877 * dired.el (dired-read-dir-and-switches): Replace last change with
1878 a new approach that mixes read-file-name and read-directory-name.
1879
1880 * files.el (read-buffer-to-switch):
1881 Avoid making assumptions about `other-buffer'.
1882
1883 2008-04-29 Sam Steingold <sds@gnu.org>
1884
1885 * vc.el (vc-dir-mode-hook): Add normal hook.
1886 (vc-dir-mode): Run it.
1887
1888 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
1889
1890 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
1891 Always split windows.
1892 (gdb-speedbar-timer-fn): Only raise frame after user input.
1893 (gdb-same-frame): Reverse initial value.
1894 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
1895
1896 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
1897 gdb-speedbar-timer-fn.
1898
1899 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1900
1901 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
1902
1903 2008-04-29 Daiki Ueno <ueno@unixuser.org>
1904
1905 * epa.el (epa-key-list-mode-map): Add menu.
1906 (epa-delete-keys, epa-import-keys): Fix typo.
1907
1908 2008-04-29 Glenn Morris <rgm@gnu.org>
1909
1910 * find-cmd.el (top-level): Does not need cl when compiling.
1911
1912 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
1913
1914 * find-cmd.el: New file.
1915
1916 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1917
1918 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
1919 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
1920 (completion-pcm--hilit-commonality): New function.
1921 (completion-pcm-all-completions): Use it.
1922
1923 * minibuffer.el (completion-common-substring): Mark obsolete.
1924 (completions-first-difference, completions-common-part):
1925 Move from simple.el.
1926 (completion-hilit-commonality): New fun.
1927 (display-completion-list, completion-emacs21-all-completions)
1928 (completion-emacs22-all-completions): Use it.
1929 * simple.el (completions-first-difference, completions-common-part):
1930 Move to minibuffer.el.
1931 (choose-completion-string): Use field functions and minibufferp.
1932 (completion-setup-function): Don't set completions faces.
1933
1934 2008-04-29 Glenn Morris <rgm@gnu.org>
1935
1936 * calendar/calendar.el (calendar-nth-named-absday)
1937 (calendar-nth-named-day):
1938 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
1939 * calendar/holidays.el (holiday-float): Doc fixes.
1940
1941 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
1942 the `full' case.
1943
1944 * org/org-agenda.el (calendar-iso-from-absolute):
1945 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
1946 Fix declarations.
1947
1948 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
1949
1950 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
1951 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
1952 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
1953 (gdb-assembler-custom): Be careful not to match other addresses.
1954
1955 2008-04-29 Jason Rumney <jasonr@gnu.org>
1956
1957 * battery.el (battery-status-function): Use w32-battery-status
1958 on Windows.
1959 (battery-echo-area-format): Make apm format the general case.
1960 (battery-mode-line-format): Merge apm and pmset formats as the
1961 general case.
1962
1963 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
1964
1965 * progmodes/gdb-ui.el (gdb-info-stack-custom):
1966 Use gud-tool-bar-item-visible-no-fringe.
1967 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
1968 is already visible in frame. Remove optional size parameter
1969 and add optional frame parameter.
1970
1971 * progmodes/gud.el (gud-display-line): Only consider visible
1972 frames when looking for source buffer.
1973
1974 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
1975
1976 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
1977 argument to get-char-property, in case the current buffer hasn't
1978 been assigned to that window yet.
1979 (doc-view-display): Default to selected window if the current
1980 buffer hasn't been assigned to a window yet.
1981
1982 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
1983
1984 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
1985
1986 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
1987
1988 * net/tramp.el (tramp-mode): New defcustom.
1989 (tramp-file-name-handler, tramp-completion-file-name-handler):
1990 Use it.
1991 (tramp-replace-environment-variables): Handle "$$".
1992
1993 2008-04-28 Sam Steingold <sds@gnu.org>
1994
1995 * vc-hg.el (vc-hg-rename-file): Fix argument order.
1996
1997 2008-04-28 Bastien Guerry <bzg@altern.org>
1998
1999 * whitespace.el (whitespace-trailing): Fix typo.
2000
2001 2008-04-28 Sam Steingold <sds@gnu.org>
2002
2003 * textmodes/remember.el (diary-make-entry): Update the autoload.
2004
2005 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2006
2007 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
2008 all-completions.
2009
2010 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
2011
2012 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
2013
2014 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2015
2016 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
2017 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
2018 (vc-dir-mark-file): Add an optional argument.
2019 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
2020
2021 2008-04-27 Daiki Ueno <ueno@unixuser.org>
2022
2023 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
2024 rather than obsolete alias find-file-hooks.
2025 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
2026 Use find-file-hook rather than obsolete alias find-file-hooks.
2027 Add to find-file-not-found-functions.
2028 (epa-file-handler): Put 'safe-magic and 'operations properties.
2029
2030 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
2031 (epa-menu-items): Remove.
2032
2033 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
2034 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
2035 (epa-dired-mode, epa-global-dired-mode): Remove.
2036
2037 * dired.el (dired-mode-map): Bind encryption/decryption commands.
2038
2039 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
2040
2041 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
2042
2043 2008-04-27 Glenn Morris <rgm@gnu.org>
2044
2045 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
2046 Remove un-needed local `orig-list'. Replace cl `copy-list'.
2047
2048 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
2049
2050 * org/org.el (org-html-level-start): Always have id's in HTML.
2051 (org-export-as-html): Use `org-link-protocols' to
2052 retrieve the export form of the link.
2053 (org-add-link-type): Final parameter renamed from PUBLISH.
2054 Better documentation of how it is to be used. Avoid double entries for
2055 the same link type.
2056 (org-add-link-props): New function.
2057 (org-modules-loaded): New variable.
2058 (org-load-modules-maybe, org-set-modules): New function.
2059 (org-modules): New option.
2060 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
2061 (orgtbl-mode, org-store-link, org-insert-link-global)
2062 (org-open-at-point): Call `org-load-modules-maybe'.
2063 (org-search-view): Add more text properties.
2064 (org-agenda-schedule, org-agenda-deadline): Allow also in
2065 search-type agendas.
2066 (org-search-view): Order of arguments has been changed.
2067 Interpret prefix-arg as TODO-ONLY.
2068 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
2069 Take new argument order of `org-search-view' into account.
2070 (org-todo-only): New variable.
2071 (org-search-syntax-table): New variable and function.
2072 (org-search-view): Do the search with the special syntax table.
2073 (define-obsolete-function-alias): Make work with XEmacs.
2074 (org-add-planning-info): Use old date as default when modifying an
2075 existing deadline or scheduled item.
2076 (org-agenda-compute-time-span): Make argument N optional.
2077 (org-agenda-format-date-aligned): Require `cal-iso'.
2078 (org-agenda-list): Include week into agenda heading, don't
2079 list it at each date (only on Mondays).
2080 (org-read-date-analyze): Define local variable `iso-date'.
2081 (org-agenda-format-date-aligned): Remove dependency on
2082 `calendar-time-from-absolute'.
2083 (org-remember-apply-template, org-go-to-remember-target):
2084 Interpret filenames relative to `org-directory'.
2085 (org-complete): Silently fail when trying to complete
2086 keywords that don't have a default value.
2087 (org-get-current-options): Add a #+DATE: option.
2088 (org-additional-option-like-keywords): Remove "DATE:" from the
2089 list of additional keywords.
2090 (org-export-as-html): Remove (current-time) as unnecessary second
2091 argument of `format-time-string'.
2092 (org-clock-find-position): Handle special case at end of buffer.
2093 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
2094 `org-agenda-change-time-span'.
2095 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
2096 `org-agenda-change-time-span'.
2097 (org-agenda-month-view): New argument MONTH, pass it on to
2098 `org-agenda-change-time-span'.
2099 (org-agenda-year-view): New argument YEAR, pass it on to
2100 `org-agenda-change-time-span'.
2101 (org-agenda-change-time-span): New optional argument N, pass it on
2102 to `org-agenda-compute-time-span'.
2103 (org-agenda-compute-time-span): New argument N, interpret it by
2104 changing the starting day.
2105 (org-small-year-to-year): New function.
2106 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
2107 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
2108 into the future, and that the shift is at least one interval, never 0.
2109 (org-update-checkbox-count): Fix bug with checkbox counting.
2110 (org-add-note): New command.
2111 (org-add-log-setup): Rename from `org-add-log-maybe'.
2112 (org-log-note-headings): New entry for plain notes (i.e. notes not
2113 related to state changes or clocking).
2114 (org-get-org-file): Check for availability of `remember-data-file'.
2115 (org-cached-entry-get): Allow a regexp value for
2116 `org-use-property-inheritance'.
2117 (org-use-property-inheritance): Allow regexp value. Fix bug in
2118 customization type.
2119 (org-use-tag-inheritance): Allow a list and a regexp value for
2120 this variable.
2121 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
2122 (org-entry-get): Respect value `selective' for the INHERIT argument.
2123 (org-tag-inherit-p, org-property-inherit-p): New functions.
2124 (org-agenda-format-date-aligned): Allow 10 characters for
2125 weekday, to acomodate German locale.
2126 (org-add-archive-files): New function.
2127 (org-agenda-files): New argument `ext', to get archive files as well.
2128 (org-tbl-menu): Protect the use of variables that
2129 are only available when org-table.el gets loaded.
2130 (org-read-agenda-file-list): Error if `org-agenda-files' is a
2131 single directory.
2132 (org-open-file): Allow a batch process to trigger
2133 waiting after executing a system command.
2134 (org-store-link): Link to headline when there is not
2135 target and no region in an org-mode buffer when creating a link.
2136 (org-link-types-re): New variable.
2137 (org-make-link-regexps): Compute `org-link-types-re'.
2138 (org-make-link-description-function): New option.
2139 (org-agenda-date, org-agenda-date-weekend): New faces.
2140 (org-archive-sibling-heading): New option.
2141 (org-archive-to-archive-sibling): New function.
2142 (org-iswitchb): New command.
2143 (org-buffer-list): New function.
2144 (org-agenda-columns): Also try the #+COLUMNS line in
2145 the buffer associated with the entry at point (or with the first
2146 entry in the agenda view).
2147 (org-modules): Add entry for org-bibtex.el.
2148 (org-completion-fallback-command): Move into `org-completion' group.
2149 (org-clock-heading-function): Move to `org-progress' group.
2150 (org-auto-repeat-maybe): Make sure that a note can
2151 be enforces if `org-log-repeat' is `note'.
2152 (org-modules): Allow additional symbols for external packages.
2153 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
2154 (org-clock-goto): Hide drawers after showing an
2155 entry with `org-clock-goto.'
2156 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
2157 Try also a clocktable block shift.
2158 (org-clocktable-try-shift): New function.
2159 (org-columns-hscoll-title): New function.
2160 (org-columns-previous-hscroll): New variable.
2161 (org-columns-full-header-line-format): New variable.
2162 (org-columns-display-here-title, org-columns-remove-overlays):
2163 Install `org-columns-hscoll-title' in post-command-hook.
2164
2165 * org/org.el: Split into many small files.
2166
2167 * org/org-agenda.el: New file, split off from org.el.
2168
2169 * org/org-archive.el: New file, split off from org.el.
2170
2171 * org/org-bbdb.el: New file.
2172
2173 * org/org-bibtex.el: New file, split off from org.el.
2174
2175 * org/org-clock.el: New file, split off from org.el.
2176
2177 * org/org-colview.el: New file, split off from org.el.
2178
2179 * org/org-compat.el: New file, split off from org.el.
2180
2181 * org/org-exp.el: New file, split off from org.el.
2182
2183 * org/org-faces.el: New file, split off from org.el.
2184
2185 * org/org-gnus.el: New file, split off from org.el.
2186
2187 * org/org-info.el: New file, split off from org.el.
2188
2189 * org/org-infojs.el: New file.
2190
2191 * org/org-irc.el: New file.
2192
2193 * org/org-macs.el: New file, split off from org.el.
2194
2195 * org/org-mew.el: New file.
2196
2197 * org/org-mhe.el: New file, split off from org.el.
2198
2199 * org/org-publish.el: New file, split off from org.el.
2200
2201 * org/org-remember.el: New file, split off from org.el.
2202
2203 * org/org-rmail.el: New file, split off from org.el.
2204
2205 * org/org-table.el: New file, split off from org.el.
2206
2207 * org/org-vm.el: New file, split off from org.el.
2208
2209 * org/org-wl.el: New file, split off from org.el.
2210
2211 2008-04-27 Jason Riedy <jason@acm.org>
2212
2213 * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
2214 parameter that supresses lines that evaluate to NIL.
2215 (orgtbl-get-fmt): New inline function for
2216 picking apart formats that may be lists.
2217 (orgtbl-apply-fmt): New inline function for applying formats that
2218 may be functions.
2219 (orgtbl-eval-str): New inline function for strings that may be
2220 functions.
2221 (orgtbl-format-line, orgtbl-to-generic): Use and document.
2222 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
2223 (*orgtbl-llfmt*, *orgtbl-llstart*)
2224 (*orgtbl-llend*): Dynamic variables for last-line formatting.
2225 (orgtbl-format-section): Shift formatting to support detecting the
2226 last line and formatting it specially.
2227 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
2228 formats unless overridden.
2229 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
2230 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
2231 bound variables to hold the input collection of lines and output
2232 formatted text.
2233 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
2234 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
2235 format parameters.
2236 (orgtbl-format-line): New function encapsulating formatting for a
2237 single line.
2238 (orgtbl-format-section): Similar for each section. Rebinding the
2239 dynamic vars customizes the formatting for each section.
2240 (orgtbl-to-generic): Use orgtbl-format-line and
2241 orgtbl-format-section.
2242 (org-get-param): Now unused, so delete.
2243 (orgtbl-gather-send-defs): New function to
2244 gather all the SEND definitions before a table.
2245 (orgtbl-send-replace-tbl): New function to find the RECEIVE
2246 corresponding to the current name.
2247 (orgtbl-send-table): Use the previous two functions and implement
2248 multiple destinations for each table.
2249
2250 * doc/org.texi (A LaTeX example): Note that fmt may be a
2251 one-argument function, and efmt may be a two-argument function.
2252 (Radio tables): Document multiple destinations.
2253
2254 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
2255
2256 * org/org-agenda.el (org-add-to-diary-list): New function.
2257 (org-prefix-has-effort): New variable.
2258 (org-sort-agenda-noeffort-is-high): New option.
2259 (org-agenda-columns-show-summaries)
2260 (org-agenda-columns-compute-summary-properties): New options.
2261 (org-format-agenda-item): Compute the duration of the item.
2262 (org-agenda-weekend-days): New variable.
2263 (org-agenda-list, org-timeline): Use the proper faces for dates in
2264 the agenda and timeline buffers.
2265 (org-agenda-archive-to-archive-sibling): New command.
2266 (org-agenda-start-with-clockreport-mode): New option.
2267 (org-agenda-clockreport-parameter-plist): New option.
2268 (org-agenda-clocktable-mode): New variable.
2269 (org-agenda-deadline-leaders): Allow a function value for the
2270 deadline leader.
2271 (org-agenda-get-deadlines): Deal with new function value.
2272
2273 * lisp/org-clock.el (org-clock): New customization group.
2274 (org-clock-into-drawer, org-clock-out-when-done)
2275 (org-clock-in-switch-to-state, org-clock-heading-function):
2276 Move into the new group.
2277 (org-clock-out-remove-zero-time-clocks): New option.
2278 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
2279 (org-dblock-write:clocktable): Allow a Lisp form for the scope
2280 parameter.
2281 (org-dblock-write:clocktable): Fix bug with total time calculation.
2282 (org-dblock-write:clocktable): Request the unrestricted list of files.
2283 (org-get-clocktable): New function.
2284 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
2285 be strings but also integers (an absolute day number) and lists (m d y).
2286
2287 * org/org-colview.el (org-columns-next-allowed-value)
2288 (org-columns-edit-value): Limit the effort for updating in the
2289 agenda to recomputing a single file.
2290 (org-columns-compute): Only write property value if it has changed.
2291 This avoids raising the buffer-change-flag unnecessarily.
2292 (org-agenda-colview-summarize)
2293 (org-agenda-colview-compute): New functions.
2294 (org-agenda-columns): Call `org-agenda-colview-summarize'.
2295
2296 * org/org-exp.el (org-export-run-in-background): New option.
2297 (org-export-icalendar): Allow a batch process to trigger waiting
2298 after executing a system command.
2299 (org-export-preprocess-string): Rename from
2300 `org-cleaned-string-for-export'.
2301 (org-export-html-style): Made target class look like normal text.
2302 (org-export-as-html): Make use of the better proprocessing in
2303 `org-cleaned-string-for-export'.
2304 (org-cleaned-string-for-export): Better treatment of heuristic
2305 targets, many more internal links will now work in HTML export.
2306 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
2307 (org-export-inbuffer-options-extra): New variable.
2308 (org-export-options-filters): New hook.
2309 (org-infile-export-plist): Find also the settings keywords in
2310 `org-export-inbuffer-options-extra'.
2311 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
2312 multiple #+INFOJS_OPT lines.
2313 (org-export-html-handle-js-options): New function.
2314 (org-export-html-infojs-setup): New option.
2315 (org-export-as-html): Call `org-export-html-handle-js-options'.
2316 Add autoload to all entry points.
2317 (org-skip-comments): Function removed.
2318
2319 * org/org-table.el (org-table-make-reference): Extra parenthesis
2320 around single fields, to make sure that algebraic formulas get
2321 correctly interpreted by calc.
2322 (org-table-current-column): No longer interactive.
2323
2324 * org/org-export-latex.el (org-export-latex-preprocess):
2325 Rename from `org-export-latex-cleaned-string'.
2326
2327 2008-04-27 Bastien Guerry <bzg@altern.org>
2328
2329 * org/org-publish.el (org-publish-get-base-files-1): New function.
2330 (org-publish-get-base-files): Use it.
2331 (org-publish-temp-files): New variable.
2332 Don't require 'dired-aux anymore.
2333 (org-publish-initial-buffer): New variable.
2334 (org-publish-org-to, org-publish): Use it.
2335 (org-publish-get-base-files-1): Bug fix: get
2336 the proper list of files when recursing thru a directory.
2337 (org-publish-get-base-files): Use the :exclude property to skip
2338 both files and directories.
2339
2340 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
2341
2342 * net/tramp.el (tramp-handle-make-symbolic-link)
2343 (tramp-handle-file-name-directory)
2344 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
2345 (tramp-do-copy-or-rename-file-directly)
2346 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
2347 (tramp-handle-substitute-in-file-name)
2348 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2349 * net/tramp-cache.el (tramp-get-file-property)
2350 (tramp-set-file-property, tramp-flush-file-property)
2351 (tramp-flush-directory-property)
2352 * net/tramp-compat.el (tramp-compat-make-temp-file)
2353 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2354 Disable `file-name-handler-alist' when handling localname.
2355 It could have a remote file syntax, like a VMS file name.
2356
2357 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2358
2359 * whitespace.el: New version 11.1.
2360 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
2361 enclosed by \\( and \\)$. Docstring fix.
2362 (whitespace-trailing-regexp): Fun removed.
2363 (whitespace-report-list): Const initialization fix.
2364 (whitespace-color-on): Code fix.
2365
2366 2008-04-27 Andreas Schwab <schwab@suse.de>
2367
2368 * Makefile.el: Unbreak bootstrap.
2369
2370 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
2371
2372 * net/tramp.el (tramp-replace-environment-variables): New defun.
2373 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
2374 Use it.
2375
2376 2008-04-27 Glenn Morris <rgm@gnu.org>
2377
2378 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
2379
2380 * calculator.el (calculator-expt): Replace cl function `oddp'.
2381
2382 2008-04-27 Johan Bockgård <bojohan@gnu.org>
2383
2384 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
2385 Simplify. Collect `defun' and `autoload' entries.
2386 Avoid modifying load-history.
2387
2388 2008-04-26 Glenn Morris <rgm@gnu.org>
2389
2390 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
2391
2392 * simple.el (quoted-insert, zap-to-char): Revert previous change.
2393
2394 2008-04-26 John Paul Wallington <jpw@pobox.com>
2395
2396 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
2397 `hexl-mode-old-eldoc-documentation-function'.
2398 (hexl-mode-exit): Restore it.
2399 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
2400
2401 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
2402
2403 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
2404
2405 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
2406 (completion-pcm--all-completions): Doc fix.
2407 (completion-styles-alist, completion-all-completions):
2408 Fix typos in docstrings.
2409
2410 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2411
2412 * whitespace.el: There is now only one variable (whitespace-style) to
2413 specify which kind of blank is visualized. Doc and docstring fix.
2414 New version 11.0.
2415 (whitespace-style): New option, replace whitespace-style-mark and
2416 whitespace-style-color.
2417 (whitespace-style-mark, whitespace-style-color): Options removed.
2418 (whitespace-hspace, whitespace-tab, whitespace-newline)
2419 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
2420 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
2421 (whitespace-hspace-regexp, whitespace-space-regexp)
2422 (whitespace-tab-regexp, whitespace-trailing-regexp)
2423 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
2424 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2425 (whitespace-space-after-tab-regexp, whitespace-line-column)
2426 (whitespace-display-mappings, whitespace-report): Docstring fix.
2427 (whitespace-color-value-list, whitespace-mark-value-list)
2428 (whitespace-active-color, whitespace-active-mark)
2429 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
2430 (whitespace-style-value-list, whitespace-active-style)
2431 (whitespace-toggle-style): New vars.
2432 (whitespace-toggle-option-alist, whitespace-help-text):
2433 Var initialization and docstring fix.
2434 (whitespace-toggle-options, global-whitespace-toggle-options)
2435 (whitespace-cleanup, whitespace-cleanup-region)
2436 (whitespace-report-region, whitespace-interactive-char)
2437 (whitespace-toggle-list): Docstring and code fix.
2438 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
2439 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
2440 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
2441 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
2442
2443 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2444
2445 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
2446 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
2447 (diff-sanity-check-hunk): Adjust code accordingly.
2448
2449 2008-04-26 Glenn Morris <rgm@gnu.org>
2450
2451 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
2452
2453 * forms-d2.dat: Move to ../etc.
2454 * forms-d2.el (forms-file): Adapt for above change.
2455
2456 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
2457 `translation-table-for-input'.
2458
2459 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
2460 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
2461
2462 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
2463 to punctuation now it's not needed for abbrevs.
2464 (fortran-mode-abbrev-table): Remove defvar, make use of new
2465 define-abbrev-table :regexp feature.
2466
2467 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
2468 insert, now that translation-table-for-input is not needed.
2469
2470 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
2471
2472 * emacs-lisp/pp.el (pp-display-expression): New function,
2473 extracted from pp-eval-expression.
2474 (pp-eval-expression): Use pp-display-expression.
2475 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
2476 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
2477 (pp-eval-last-sexp): Use pp-last-sexp.
2478
2479 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2480
2481 * abbrev.el (define-abbrev-table): Apply props even if the table
2482 exists already.
2483
2484 * minibuffer.el (completion-table-with-context): Fix `pred' for the
2485 various kinds of completion tables.
2486 (completion-emacs22-try-completion): Place cursor after the /, as was
2487 done in Emacs-22's minibuffer-complete-word.
2488 Fix bug reported by David Hansen <david.hansen@gmx.net>.
2489 (completion-emacs22-try-completion): Merge all mergable text rather
2490 than just /.
2491 (completion-pcm--delim-wild-regex): New var.
2492 (completion-pcm-word-delimiters): New custom.
2493 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
2494 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
2495 (completion-pcm--all-completions, completion-pcm-all-completions)
2496 (completion-pcm--merge-completions, completion-pcm--pattern->string)
2497 (completion-pcm-try-completion): New functions.
2498 (completion-styles-alist): Add them.
2499 (completion-styles): Add it to the default.
2500
2501 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
2502
2503 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
2504 (gdb-var-create-handler): ...until here when there are values.
2505 (gdb-post-prompt): Don't do -var-update with no watch expressions.
2506 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
2507
2508 2008-04-25 Eli Zaretskii <eliz@gnu.org>
2509
2510 * ls-lisp.el (ls-lisp-format): Fix last change.
2511 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
2512 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
2513 (ls-lisp-filesize-f-fmt): New defvars.
2514 (ls-lisp-insert-directory): Dynamically compute format specifiers
2515 for displaying UID, GID, and file size, and store them in the
2516 above variables.
2517 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
2518 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
2519 instead of constant format strings.
2520 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
2521 ls-lisp-filesize-d-fmt instead of constant format strings.
2522
2523 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
2524
2525 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
2526 value of addresses rather than (partial) string value.
2527 (gdb-frame-handler): Change regexp according to above change.
2528 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2529 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
2530 (gdb-assembler-mode): Disable undo in these buffers.
2531
2532 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
2533
2534 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
2535 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
2536
2537 2008-04-24 Sam Steingold <sds@gnu.org>
2538
2539 * textmodes/remember.el (remember-diary-extract-entries): Use
2540 diary-make-entry instead of the obsolete make-diary-entry.
2541
2542 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * subr.el (translation-table-for-input): Mark as obsolete.
2545
2546 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
2547
2548 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
2549
2550 * textmodes/ispell.el (ispell-dictionary-alist-1)
2551 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
2552 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
2553 (ispell-dictionary-alist-6): Remove.
2554 (ispell-dictionary-base-alist): New var, merges the above.
2555 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
2556 Use it.
2557 (ispell-dictionary-alist): Default to nil. Remove autoload.
2558 (ispell-local-dictionary-alist): Remove autoload.
2559
2560 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
2561 (f90-mode-abbrev-table): Use the new :regexp feature.
2562 Merge defvar and mapc into define-abbrev-table.
2563 (f90-imenu-type-matcher): Remove unused `l'.
2564 (f90-imenu-generic-expression): Remove unused `not-ib'.
2565 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
2566 (f90-change-keywords): Use restore-buffer-modified-p.
2567
2568 2008-04-24 Glenn Morris <rgm@gnu.org>
2569
2570 * net/goto-addr.el (goto-address-prog-mode):
2571 * progmodes/bug-reference.el (bug-reference-prog-mode):
2572 Define for compiler.
2573
2574 * minibuffer.el (x-file-dialog): Declare as function.
2575
2576 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
2577 dframe-update-speed rather than obsolete alias speedbar-update-speed.
2578
2579 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
2580 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
2581 work with easymenu. Add :keys where needed.
2582
2583 * calendar/cal-move.el (calendar-scroll-left): Handle case when
2584 event-start is nil.
2585
2586 * calendar/calendar.el (calendar-mode-map): Fix typo.
2587
2588 2008-04-24 Tom Tromey <tromey@redhat.com>
2589
2590 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2591 Document keywords. Add :suppress.
2592 * pcvs-defs.el (cvs-mode-map): Use :suppress.
2593
2594 * net/goto-addr.el (goto-address-unfontify): New function.
2595 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
2596 (goto-address-fontify-region, goto-address-mode)
2597 (goto-address-prog-mode): New functions.
2598
2599 * progmodes/bug-reference.el: New file.
2600
2601 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2602
2603 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
2604
2605 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2606
2607 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
2608 macros within lambdas.
2609
2610 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2611
2612 * minibuffer.el (completion-try-completion): Add `point' argument.
2613 Change return value.
2614 (completion-all-completions): Add `point' argument.
2615 (minibuffer-completion-help): Pass the new `point' argument.
2616 (completion--do-completion): Pass the whole field to try-completion.
2617 (completion--try-word-completion): Rewrite, making fewer assumptions.
2618 (completion-emacs21-try-completion, completion-emacs21-all-completions)
2619 (completion-emacs22-try-completion, completion-emacs22-all-completions)
2620 (completion-basic-try-completion, completion-basic-all-completions):
2621 New functions.
2622 (completion-styles-alist): Use them.
2623
2624 2008-04-23 Agustin Martin <agustin.martin@hispalinux.es>
2625
2626 * ispell.el (ispell-set-spellchecker-params): New function to make sure
2627 right params and dictionary alists are used after spellchecker changes.
2628 (ispell-aspell-dictionary-alist, ispell-last-program-name)
2629 (ispell-initialize-spellchecker-hook): New variables and hook.
2630 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
2631 (ispell-maybe-find-aspell-dictionaries): Remove.
2632 Calls replaced by (ispell-set-spellchecker-params) calls.
2633 (ispell-have-aspell-dictionaries): Remove.
2634 * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
2635 ispell-set-spellchecker-params.
2636
2637 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * complete.el (PC-do-completion): Be more robust in the presence of
2640 unexpected values in minibuffer-completion-predicate.
2641
2642 * minibuffer.el (read-file-name): Don't let-bind default-directory.
2643 Only abbreviate default-filename if it's a file.
2644
2645 * minibuffer.el (read-file-name-function, read-file-name-predicate)
2646 (read-file-name-completion-ignore-case, insert-default-directory):
2647 New vars, moved from fileio.c.
2648 (read-file-name): New fun, moved from fileio.c.
2649 * cus-start.el: Remove insert-default-directory and
2650 read-file-name-completion-ignore-case.
2651
2652 2008-04-23 Magnus Henoch <mange@freemail.hu>
2653
2654 * tar-mode.el (tar-untar-buffer): If the entry has directory
2655 link type, extract it as a directory even if its file name doesn't
2656 end with a slash. Fixes extraction of NetBSD tar archives.
2657
2658 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2659
2660 * server.el (server-start): Also don't get confused by CRs since we
2661 don't quote them.
2662
2663 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
2664
2665 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
2666 (gdb-set-gud-minor-mode-existing-buffers)
2667 (gdb-info-breakpoints-custom, gdb-get-location)
2668 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2669 Previously gdb-create-define-alist wasn't always run and added to
2670 after-save-hook.
2671
2672 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
2673
2674 2008-04-23 Kevin Ryde <user42@zip.com.au>
2675
2676 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
2677 comments like unindented ones.
2678
2679 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2680
2681 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
2682 parameter origins.
2683
2684 2008-04-23 Kevin Ryde <user42@zip.com.au>
2685
2686 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2687 Bind print-level to ensure output forms aren't truncated if
2688 print-level is set to eval-expression-print-level when going via
2689 eval-defun and friends, or has been otherwise fiddled with.
2690
2691 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 * progmodes/cc-mode.el (c-basic-common-init): Don't set
2694 font-lock-extend-after-change-region-function globally.
2695
2696 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
2697
2698 * speedbar.el (speedbar-use-tool-tips-flag)
2699 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
2700 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
2701 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
2702 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
2703 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
2704 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
2705 (speedbar-separator-face): Fix typos in docstrings.
2706 (speedbar-stealthy-function-list, speedbar-verbosity-level)
2707 (speedbar-supported-extension-expressions, speedbar-update-current-file)
2708 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
2709 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
2710 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
2711 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
2712 (speedbar-check-vc-this-line, speedbar-files-line-directory)
2713 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
2714 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
2715 (speedbar-recenter): Doc fixes.
2716 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
2717 declaration and remove redundant info in docstring.
2718
2719 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2720
2721 * vc-git.el (vc-git-status-printer): Deal with directories.
2722
2723 * vc.el (vc-next-action): Look at more than the first file to
2724 determine the state.
2725
2726 2008-04-23 Glenn Morris <rgm@gnu.org>
2727
2728 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
2729 timers. Doc fix.
2730 (dframe-update-speed): Drop support for XEmacs < 20.
2731 (dframe-frame-mode): Drop support for Emacs < 20.
2732 (dframe-set-timer-internal): Drop support for Emacs without timers.
2733 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
2734
2735 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
2736 versions. Add doc-string. Mark as obsolete.
2737
2738 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
2739
2740 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
2741 rather than using an Emacs version test.
2742
2743 * tree-widget.el (tree-widget-image-enable): Use display-images-p
2744 rather than an Emacs version test.
2745
2746 * calendar/cal-china.el (holiday-chinese-qingming)
2747 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
2748 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
2749 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
2750
2751 * calendar/cal-islam.el (holiday-islamic): Doc fix.
2752
2753 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
2754 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
2755 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2756
2757 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
2758
2759 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
2760 (gdb-previous-frame-pc-address): ...to this.
2761 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
2762 of "info frame" with Gdb 6.4+.
2763 (gdb-stack-list-frames-regexp): New regexp.
2764 (gdb-frame-handler-1): Parse output of -stack-info-frame.
2765
2766 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
2767
2768 * tar-mode.el (tar-prefix-offset): New constant.
2769 (tar-header-block-tokenize): Support paths with long names
2770 which use the "ustar" standard.
2771
2772 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
2773
2774 * image-dired.el (image-dired-track-original-file)
2775 (image-dired-modify-mark-on-thumb-original-file):
2776 Use `dired-goto-file' instead of `search-forward'. This solves
2777 a bug with finding files where the file name is a subset of other
2778 file names. Doc fix.
2779
2780 2008-04-22 Juri Linkov <juri@jurta.org>
2781
2782 * menu-bar.el (buffers-menu-max-size): Move its definition down to
2783 the "Buffers Menu" section. Change group name `mouse' to `menu'.
2784 (yank-menu-length): Change group name `mouse' to `menu'.
2785 (buffers-menu-buffer-name-length): New user option.
2786 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
2787 instead of the hard-coded number 27.
2788
2789 2008-04-22 Juri Linkov <juri@jurta.org>
2790
2791 * isearch.el (eval-when-compile): Require `help-macro'.
2792 (isearch-help-for-help-internal): Isearch specific Help screen
2793 created by `make-help-screen'.
2794 (isearch-help-map): New variable that binds "b", "k", "m" to
2795 isearch-specific commands, and binds other keys to
2796 isearch-other-control-char, thus allowing other Help keys to
2797 exit isearch mode and execute their global definitions.
2798 (isearch-help-for-help, isearch-describe-bindings)
2799 (isearch-describe-key, isearch-describe-mode): New commands.
2800 (isearch-mode-help): Define alias to isearch-describe-mode
2801 and remove its old function definition.
2802 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
2803 Remove old comments because this issue is settled now.
2804 (isearch-forward): Describe three new Help commands in the docstring.
2805 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
2806 leave the single sentence at the first line of the docstring,
2807 and prepend the word "function" before `isearch-forward'
2808 to make the Help link to the function instead of variable.
2809
2810 2008-04-22 Juri Linkov <juri@jurta.org>
2811
2812 * isearch.el (isearch-success-function): New variable with default
2813 to `isearch-success-function-default'.
2814 (isearch-search): Call a function from `isearch-success-function'
2815 instead of calling the hard-coded `isearch-range-invisible'.
2816 (isearch-success-function-default): New function that calls
2817 `isearch-range-invisible' and inverts its return value.
2818
2819 * info.el (Info-search): In two similar places that skip
2820 undesired search matches move code to Info-search-success-function,
2821 and call `isearch-success-function' instead.
2822 (Info-search-success-function): New function copied from code
2823 in Info-search. Replace isearch-range-invisible with
2824 text-property-not-all that checks for 'invisible and 'display
2825 properties to skip partially invisible matches (whose display
2826 properties were set by Info-fontify-node).
2827 (Info-mode): Set buffer-local isearch-success-function
2828 to Info-search-success-function.
2829
2830 2008-04-22 Juri Linkov <juri@jurta.org>
2831
2832 * minibuffer.el (internal-complete-buffer-except): New function.
2833
2834 * files.el (read-buffer-to-switch): New function.
2835 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
2836 Change interactive spec to call read-buffer-to-switch instead of
2837 using the letter "B".
2838
2839 * simple.el (minibuffer-default-add-shell-commands): New function.
2840 Use declare-function for mailcap-file-default-commands from "mailcap".
2841 (shell-command): Set local minibuffer-default-add-function to
2842 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
2843 before calling read-shell-command. Set 4th arg default-value of
2844 read-shell-command to relative buffer-file-name in file buffers.
2845
2846 * dired-aux.el (dired-read-shell-command-default): Move it to
2847 gnus/mailcap.el and change its name to more general name
2848 mailcap-file-default-commands.
2849 (minibuffer-default-add-dired-shell-commands): New function.
2850 Use declare-function for mailcap-file-default-commands from "mailcap".
2851 (dired-read-shell-command): Set local minibuffer-default-add-function
2852 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
2853 before calling read-shell-command. Remove dired-read-shell-command-default
2854 from the default value arg because default values are not set in
2855 minibuffer-default-add-dired-shell-commands. Doc fix.
2856
2857 * dired-x.el (dired-smart-shell-command): Sync arguments and
2858 interactive spec with changes in `shell-command'.
2859 Use dired-get-filename to get the dired file name at point
2860 as the default value in dired mode.
2861
2862 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
2863
2864 * info.el (Info-complete-menu-item): Add missing parenthesis.
2865
2866 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2867
2868 * info.el (Info-complete-menu-item): Save point.
2869
2870 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
2871
2872 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
2873
2874 2008-04-22 Andreas Schwab <schwab@suse.de>
2875
2876 * Makefile.in (emacs-deps): Define.
2877 Use it instead of $(lisp)/subdirs.el.
2878
2879 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2880
2881 * vc.el (vc-next-action): Do not consider directories when
2882 checking for state compatibility.
2883 (vc-transfer-file): Use when not if.
2884 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
2885 (vc-dir-mark-file): Use them.
2886 (vc-deduce-fileset): Also return the backend.
2887 (vc-diff-internal): Take as argument the value returned by
2888 vc-deduce-fileset instead of just the fileset.
2889 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
2890 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
2891 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
2892
2893 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
2894
2895 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
2896 set-window-vscroll but image-scroll-down. Fixes a bug where a
2897 command following SPC scrolled up again.
2898
2899 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
2900
2901 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
2902 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
2903 (gud-watch): Add "$" prefix when in registers buffer.
2904
2905 2008-04-22 Glenn Morris <rgm@gnu.org>
2906
2907 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
2908
2909 * whitespace.el (whitespace-display-table)
2910 (whitespace-display-table-was-local): Move definitions before use.
2911
2912 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
2913 (copyright-limit): Respect copyright-at-end-flag.
2914 (copyright-re-search, copyright-start-point)
2915 (copyright-offset-too-large-p): New functions.
2916 (copyright-update-year): Use copyright-re-search.
2917 (copyright-update, copyright-fix-years): Use copyright-start-point,
2918 and copyright-re-search.
2919 (copyright): Use copyright-offset-too-large-p.
2920 * add-log.el (change-log-mode): Set copyright-at-end-flag.
2921
2922 * add-log.el (top-level): Require 'cl when compiling.
2923
2924 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2925
2926 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
2927 Treat minibuffer-completion-predicate as a predicate.
2928
2929 * minibuffer.el (completion--file-name-table): Accept both the old
2930 `dir' arg or the new `pred' arg.
2931
2932 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
2933 `predicate' argument to pass non-predicate data.
2934 (ffap-read-url-internal, ffap-read-file-or-url-internal):
2935 Use second arg as proper predicate.
2936
2937 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
2938 (vc-bzr-revision-completion-table): Use completion-table-with-context
2939 instead.
2940
2941 * simple.el (choose-completion-string): Use minibuffer-completion-table.
2942
2943 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
2944
2945 * term.el (term-emulate-terminal): Perform redisplay after the
2946 process filter has finished running.
2947
2948 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2949
2950 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
2951
2952 * minibuffer.el (completion-try-completion): Change magic symbol
2953 property name. Rename from minibuffer-try-completion.
2954 (completion-all-completions): Rename from minibuffer-all-completions.
2955 Remove hide-spaces argument.
2956 (completion--do-completion): Rename from minibuffer--do-completion.
2957 (minibuffer-complete-and-exit): Call just try-completion rather than
2958 completion-try-completion to fix up the case.
2959 (completion--try-word-completion): Try to add space or hyphen before
2960 making `string' a prefix of `completion'.
2961 (completion--insert-strings): Rename from minibuffer--insert-strings.
2962
2963 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
2964
2965 * net/tls.el (tls-program): Add -ign_eof argument to call the
2966 openssl commands.
2967 (tls-checktrust): Ditto.
2968
2969 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
2970
2971 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
2972
2973 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
2974 (vc-check-master-templates, vc-file-not-found-hook)
2975 (vc-kill-buffer-hook):
2976 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
2977 (vc-find-position-by-context, vc-buffer-context)
2978 (vc-restore-buffer-context, vc-responsible-backend)
2979 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
2980 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
2981 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
2982 (vc-version-diff, vc-diff, vc-insert-headers)
2983 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
2984 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
2985 (vc-revert, vc-rollback, vc-version-backup-file)
2986 (vc-rename-master, vc-delete-file, vc-rename-file)
2987 (vc-branch-part, vc-default-retrieve-snapshot)
2988 (vc-annotate-display-autoscale, vc-annotate-display-select)
2989 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
2990 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
2991 (vc-dir-update): Handle directories.
2992 (vc-default-status-printer): Simplify.
2993
2994 * progmodes/asm-mode.el (asm-mode-map):
2995 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
2996
2997 * progmodes/m4-mode.el (m4-mode-map): Add menu.
2998
2999 2008-04-21 Kenichi Handa <handa@m17n.org>
3000
3001 * select.el (xselect-convert-to-string): Send a C_STRING only if
3002 the polymorphic target TEXT is requested.
3003
3004 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
3005
3006 * minibuffer.el (completion-setup-hook, display-completion-list)
3007 (completion--file-name-table): Fix typos in docstrings.
3008 (completion-table-dynamic): Fix typo, and reflow docstring.
3009
3010 2008-04-20 Andreas Schwab <schwab@suse.de>
3011
3012 * server.el (server-switch-buffer): Also consider clients in the
3013 selected frame.
3014
3015 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
3016
3017 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
3018 Select window clicked on first.
3019 (gdb): Display thread number in mode-line.
3020 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
3021 (gdb-breakpoints-header): New variable.
3022 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
3023
3024 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3025
3026 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
3027 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
3028 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
3029 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
3030 (vc-sccs-print-log): Use it.
3031
3032 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
3033
3034 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
3035 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
3036
3037 * tooltip.el (tooltip-previous-message): New var.
3038 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
3039 the C code (avoid overwriting a minibuffer, restore previous echo
3040 message, ...).
3041 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
3042 Simplify.
3043
3044 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
3045
3046 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
3047 (gdb-init-1): Initialise it.
3048 (gdb-annotation-rules): New entry for "new-thread".
3049 (gdb-thread-identification): New function to customize
3050 mode-line-buffer-identification.
3051 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
3052 (gdb-assembler-mode): Use it.
3053 (gdb-threads-mode): Force "info threads" onto queue.
3054
3055 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3056
3057 * files.el (locate-file-completion-table): Rename from
3058 locate-file-completion and make it use `pred' in the normal way.
3059 (locate-file-completion): New compatibility wrapper.
3060 (load-library): Use locate-file-completion-table.
3061 * finder.el (finder-commentary):
3062 * subr.el (locate-library):
3063 * emacs-lisp/find-func.el (find-library): Likewise.
3064 * info.el: Use with-current-buffer and inhibit-read-only.
3065 (Info-read-node-name-2): Change to use `predicate' in the normal way.
3066 (Info-read-node-name-1): Adjust uses accordingly.
3067
3068 * minibuffer.el (completion-table-with-context): Add support for `pred'.
3069 (completion-table-with-terminator): Don't use complete-with-action
3070 since we have to distinguish all three cases anyway.
3071 (completion-table-with-predicate): New function.
3072 (dynamic-completion-table): Add obsolete alias.
3073
3074 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
3075
3076 2008-04-18 Sam Steingold <sds@gnu.org>
3077
3078 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
3079 Use quit-window instead of bury-buffer.
3080
3081 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3082
3083 * minibuffer.el (completion-table-with-terminator): Fix last fix.
3084
3085 2008-04-18 Andreas Schwab <schwab@suse.de>
3086
3087 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
3088 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
3089 Depend on $(lisp)/subdirs.el.
3090
3091 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
3092
3093 * descr-text.el (describe-char-after):
3094 Use `define-obsolete-function-alias'.
3095
3096 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
3097
3098 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
3099
3100 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
3101 Remove redundant obsolescence info in docstring.
3102
3103 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
3104 (vc-header-alist): Add WHEN to obsolescence declaration.
3105 (vc-state): Fix typo in docstring.
3106
3107 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
3108 Use `define-obsolete-variable-alias'.
3109
3110 * emulation/tpu-edt.el (tpu-have-ispell):
3111 * international/codepage.el (codepage-setup):
3112 Fix typo in obsolescence declaration.
3113
3114 * international/mule.el (char-coding-system-table):
3115 Remove redundant obsolescence info in docstring.
3116 (charset-list, generic-char-p, set-char-table-default):
3117 Fix typos in obsolescence decarations.
3118
3119 * international/mule-diag.el (non-iso-charset-alist):
3120 Fix typo in obsolescence declaration.
3121 (decode-codepage-char): Remove redundant obsolescence info in docstring.
3122
3123 * font-core.el (font-lock-defaults-alist):
3124 * font-lock.el (font-lock-reference-face):
3125 * frame.el (screen-height, screen-width, set-screen-width)
3126 (set-screen-height):
3127 * hilit-chg.el (highlight-changes-initial-state):
3128 * isearch.el (isearch-return-char):
3129 * log-edit.el (cvs-commit-buffer-require-final-newline)
3130 (cvs-changelog-full-paragraphs):
3131 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
3132 (mouse-popup-menubar-stuff):
3133 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
3134 (mouse-wheel-click-button):
3135 * outline.el (outline-visible):
3136 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
3137 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
3138 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
3139 * progmodes/compile.el (compile-internal):
3140 Add WHEN to obsolescence declarations.
3141
3142 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3143
3144 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
3145 is not better anyway.
3146
3147 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3148
3149 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
3150 properly.
3151
3152 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
3155 (python-use-skeletons): Remove, unused.
3156 (python-skeletons): Remove. Use the abbrev table instead.
3157 (python-mode-abbrev-table): Fix regexp;
3158 add enable-function and case-fixed.
3159 (def-python-skeleton): Simplify.
3160 (python-expand-template): Use the abbrev-table and abbrev-insert.
3161 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
3162 Remove.
3163 (python-mode): Don't set pre-abbrev-expand-hook.
3164
3165 * skeleton.el: Set coding-tag.
3166
3167 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
3168 (expand-abbrev): Use it.
3169 (abbrev-table-menu): New function.
3170
3171 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
3172
3173 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
3174
3175 2008-04-17 Sam Steingold <sds@gnu.org>
3176
3177 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
3178 idiosyncratic bury-buffer/delete-window logic.
3179
3180 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
3181
3182 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
3183 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
3184
3185 2008-04-17 Kenichi Handa <handa@m17n.org>
3186
3187 * international/characters.el: Don't make the width of U+00AD to 0.
3188
3189 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
3190
3191 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
3192 (gdb, gdb-starting, gdb-frames-mode): Use it.
3193 (gdb-invalidate-frames): Advise to call "info stack" only if
3194 execution has occurred.
3195 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
3196 selected frame if no execution has occurred.
3197 (gdb-frames-force-update): New interactive function.
3198 (gdb-frames-mode-map): Bind it to "F".
3199
3200 2008-04-17 Michael Olson <mwolson@gnu.org>
3201
3202 * textmodes/remember.el (remember-version): Release Remember 2.0.
3203
3204 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
3205
3206 * textmodes/artist.el:
3207 * progmodes/vhdl-mode.el:
3208 * progmodes/verilog-mode.el:
3209 * progmodes/vera-mode.el:
3210 * progmodes/simula.el:
3211 * progmodes/ps-mode.el:
3212 * progmodes/cmacexp.el:
3213 * obsolete/hilit19.el:
3214 * emulation/viper.el:
3215 * ediff.el: Cleanup the bug-report email addresses and make sure the
3216 maintainer is still willing to handle bug reports.
3217
3218 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3219
3220 * vc.el (vc-dir-kill-query): Fix thinko.
3221
3222 2008-04-16 Glenn Morris <rgm@gnu.org>
3223
3224 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
3225 by diary-sexp-entry.
3226
3227 2008-04-16 Markus Triska <markus.triska@gmx.at>
3228
3229 * proced.el (proced-command-alist): Add support for darwin.
3230
3231 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3232
3233 * proced.el (proced-mode): Redefine as just the major-mode.
3234 (proced): Separate it from proced-mode.
3235
3236 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
3237
3238 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3239
3240 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
3241 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
3242 `tab-width' setting from user. New version 10.0. Doc and docstring
3243 fix.
3244 (whitespace-style, whitespace-chars): Remove options.
3245 (whitespace-style-mark): New option, replace whitespace-style deleted
3246 option. Fix docstring.
3247 (whitespace-style-color): New option, replace whitespace-chars deleted
3248 option. Fix docstring.
3249 (whitespace-space, whitespace-hspace, whitespace-tab)
3250 (whitespace-newline, whitespace-trailing, whitespace-line)
3251 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
3252 (whitespace-space-after-tab, whitespace-hspace-regexp)
3253 (whitespace-space-regexp, whitespace-tab-regexp)
3254 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
3255 (whitespace-empty-at-eob-regexp, whitespace-line-column)
3256 (whitespace-toggle-option-alist): Fix docstring.
3257 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
3258 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
3259 docstring and initialization.
3260 (global-whitespace-mode): Autoloaded global minor mode.
3261 (whitespace-chars-value-list, whitespace-style-value-list)
3262 (whitespace-active-chars, whitespace-active-style)
3263 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
3264 (whitespace-color-value-list): New var, replace
3265 whitespace-chars-value-list removed var.
3266 (whitespace-mark-value-list): New var, replace
3267 whitespace-style-value-list removed var.
3268 (whitespace-active-color): New var, replace whitespace-active-chars
3269 removed var.
3270 (whitespace-active-mark): New var, replace whitespace-active-style
3271 removed var.
3272 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
3273 removed var.
3274 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
3275 removed var.
3276 (whitespace-toggle-option-alist, whitespace-report-list)
3277 (whitespace-report-text, whitespace-help-text): Fix initialization.
3278 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
3279 (whitespace-toggle-options, global-whitespace-toggle-options)
3280 (whitespace-cleanup-region, whitespace-report-region)
3281 (whitespace-interactive-char): Fix docstring and code.
3282 (whitespace-cleanup, whitespace-report): Fix docstring.
3283 (whitespace-replace-spaces-by-tabs): Remove fun.
3284 (whitespace-replace-action): New fun, replace
3285 whitespace-replace-spaces-by-tabs removed fun.
3286 (whitespace-regexp, whitespace-indentation-regexp)
3287 (whitespace-space-after-tab-regexp, whitespace-insert-value)
3288 (whitespace-kill-buffer): New funs.
3289 (whitespace-insert-option-mark, whitespace-help-on)
3290 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
3291 (whitespace-color-on, whitespace-color-off)
3292 (whitespace-display-char-on): Fix code.
3293
3294 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
3297 (mouse-throw-magnifier-with-mouse-movement): Remove.
3298 (mouse-throw-magnifier-base): New const.
3299 (mouse-drag-scroll-delta): New fun.
3300 (mouse-drag-throw): Use it.
3301
3302 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
3303
3304 * international/uni-bidi.el, international/uni-category.el:
3305 * international/uni-combining.el, international/uni-comment.el:
3306 * international/uni-decimal.el, international/uni-decomposition.el:
3307 * international/uni-digit.el, international/uni-lowercase.el:
3308 * international/uni-mirrored.el, international/uni-name.el:
3309 * international/uni-numeric.el, international/uni-old-name.el:
3310 * international/uni-titlecase.el, international/uni-uppercase.el:
3311 * international/charprop.el: Regenerate.
3312
3313 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
3314
3315 * vc.el (vc-status-fileinfo): Add new member directoryp.
3316 (vc-default-status-printer): Print directories.
3317 (vc-status-update): Sort files before subdirectories.
3318
3319 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
3320 Add alternative implementation based on "cvs update".
3321
3322 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
3323
3324 * doc-view.el: Changed requirements section to tell that only one
3325 of dvipdf or dvipdfm is needed.
3326 (doc-view-already-converted-p): Fix bug that forced reconversion
3327 if doc was already converted.
3328
3329 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3330
3331 * minibuffer.el (minibuffer-message):
3332 Make sure we can put-text-property.
3333
3334 * emacs-lisp/crm.el: Complete rewrite.
3335
3336 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
3337 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
3338 case of an error in display-completion-list.
3339
3340 * filecache.el (file-cache-completions-keymap): Move init from
3341 file-cache-completion-setup-function into declaration.
3342 (file-cache-minibuffer-complete): Simplify.
3343 (file-cache-completion-setup-function): Use standard-output,
3344 preserve current-buffer.
3345
3346 * vc.el (vc-status-update): Fix typo.
3347 (vc-status-update): Set needs-update.
3348 (vc-status-refresh): η-reduce.
3349
3350 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
3351
3352 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
3353 to image-eol.
3354
3355 2008-04-14 Alexandre Julliard <julliard@winehq.org>
3356
3357 * vc.el (vc-status-update): Undo the previous revert.
3358
3359 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3360
3361 * minibuffer.el (completion-table-with-terminator): Those completions
3362 are never valid w.r.t test-completion.
3363 (completion--file-name-table):
3364 Check completion-all-completions-with-base-size.
3365
3366 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
3367
3368 * doc-view.el (doc-view-dvipdf-program): New variable.
3369 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
3370 (doc-view-mode-p): Check for doc-view-dvipdf-program as
3371 alternative for doc-view-dvipdfm-program.
3372 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
3373
3374 * doc-view.el (doc-view-start-process): Don't set
3375 default-directory to "~/" if the current value is valid.
3376 This broke PS files that run other files in the same directory.
3377
3378 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
3379
3380 * vc.el (vc-status-kill-query): New function.
3381 (vc-status-mode): Add it to kill-buffer-query-functions.
3382 (vc-status-show-fileentry): New function.
3383 (vc-status-menu-map): Bind it. Bind vc-next-action.
3384
3385 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3386
3387 * minibuffer.el (minibuffer-message): Put cursor at the right place.
3388
3389 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3390
3391 * proced.el (proced-send-signal): Fix error recognition.
3392
3393 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3394
3395 * proced.el (proced-command-alist): Remove sort column.
3396 (proced-command, proced-procname-column):
3397 Use make-variable-buffer-local.
3398 (proced-signal-function): Rename from proced-kill-program.
3399 Allow for elisp symbols and string values representing system calls.
3400 (proced-marker-regexp, proced-success-message): New functions.
3401 (proced): Use defalias. Add autoload cookie.
3402 (proced-unmark-backward, proced-toggle-marks)
3403 (proced-hide-processes): New commands.
3404 (proced-do-mark): Simplify code.
3405 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
3406 (proced-update): Remove sorting.
3407 (proced-send-signal): Display number of processes to operate on.
3408 Allow for system calls or elisp functions to send signals.
3409 Check if signal was sent successfully.
3410
3411 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 * minibuffer.el (completion-all-completion-with-base-size): New var.
3414 (completion--some): New function.
3415 (completion-table-with-context, completion--file-name-table):
3416 Return the base-size if requested.
3417 (completion-table-in-turn): Generalize to multiple arguments.
3418 (complete-in-turn): Compatibility alias.
3419 (completion-styles-alist): New var.
3420 (completion-styles): New customization.
3421 (minibuffer-try-completion, minibuffer-all-completions):
3422 New functions.
3423 (minibuffer--do-completion, minibuffer-complete-and-exit)
3424 (minibuffer-try-word-completion): Use them.
3425 (display-completion-list, minibuffer-completion-help): Use them.
3426 Handle all-completions's new base-size info to set completion-base-size.
3427 * info.el (Info-read-node-name-1): Use completion-table-with-context,
3428 completion-table-with-terminator and complete-with-action.
3429 Remove the now obsolete completion-base-size-function property.
3430 * simple.el (completion-list-mode-map): Move init into declaration.
3431 (completion-list-mode): Use define-derived-mode.
3432 (completion-setup-function): Use any completion-base-size that may
3433 have been set before. Remove handling of completion-base-size-function.
3434 * loadup.el: Move abbrev.el up earlier.
3435
3436 2008-04-13 Alexandre Julliard <julliard@winehq.org>
3437
3438 * vc-git.el (vc-git-after-dir-status-stage)
3439 (vc-git-dir-status-goto-stage): New functions.
3440 (vc-git-after-dir-status-stage1)
3441 (vc-git-after-dir-status-stage1-empty-db)
3442 (vc-git-after-dir-status-stage2): Remove, functionality moved
3443 into the new generic stage functions.
3444 (vc-git-dir-status-files): New function.
3445
3446 * vc.el (vc-status-update): Revert an incorrect rewrite.
3447 Add some comments.
3448 (vc-status-refresh-files): New function.
3449 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
3450 state of up-to-date files.
3451 (vc-default-dir-status-files): New function.
3452
3453 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
3454
3455 * minibuffer.el (completion--embedded-envvar-table)
3456 (read-file-name-internal): Fix typos in 2008-04-11 change.
3457
3458 * faces.el (read-face-name): Use `completion-table-in-turn',
3459 not `complete-in-turn'.
3460
3461 2008-04-13 Andreas Schwab <schwab@suse.de>
3462
3463 * progmodes/etags.el: Require 'cl when compiling.
3464
3465 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
3466
3467 * progmodes/gud.el (gud-menu-map): Expand tooltip.
3468
3469 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
3470 (menu): Add/expand menu tooltips.
3471
3472 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3473
3474 * progmodes/sh-script.el (sh-show-indent): Fix typo.
3475 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
3476
3477 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
3478 considered registered.
3479
3480 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
3481
3482 * emacs-lisp/copyright.el (copyright-update-directory): New command.
3483
3484 * ediff-wind.el (ediff-split-window-function)
3485 (ediff-merge-split-window-function): Improve custom type.
3486
3487 2008-04-12 Eli Zaretskii <eliz@gnu.org>
3488
3489 * loadup.el ("minibuffer"): Move after "faces".
3490
3491 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3492
3493 * progmodes/hideif.el (hif-factor): Handle unary minus.
3494
3495 2008-04-12 Glenn Morris <rgm@gnu.org>
3496
3497 * calendar/cal-china.el (chinese-calendar-time-zone):
3498 Mark obsolete name as risky too.
3499
3500 * calendar/calendar.el (calendar-faces): New custom group.
3501 (calendar-today, diary, holiday): Doc fix.
3502 Move to calendar-faces group.
3503 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
3504 (diary-button): Doc fix. Move to calendar-faces group.
3505
3506 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3507 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
3508 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
3509 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
3510 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
3511 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
3512 not in dumped files before the associated defcustom.
3513
3514 2008-04-11 Johan Bockgård <bojohan@gnu.org>
3515
3516 * minibuffer.el (lazy-completion-table): Fix debug spec.
3517
3518 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3519
3520 * minibuffer.el (complete-with-action, lazy-completion-table):
3521 Move from subr.el.
3522 (apply-partially, completion-table-dynamic)
3523 (completion-table-with-context, completion-table-with-terminator)
3524 (completion-table-in-turn): New funs.
3525 (completion--make-envvar-table, completion--embedded-envvar-table):
3526 New funs.
3527 (read-file-name-internal): Use them.
3528 (completion-setup-hook): Move from simple.el.
3529 * subr.el (complete-with-action, lazy-completion-table):
3530 * simple.el (completion-setup-hook): Move to minibuffer.el.
3531
3532 2008-04-11 Glenn Morris <rgm@gnu.org>
3533
3534 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
3535
3536 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3537
3538 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
3539
3540 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
3541
3542 * textmodes/fill.el (fill-forward-paragraph-function): New var.
3543 (fill-forward-paragraph): New fun.
3544 (fill-paragraph, fill-region): Use it.
3545
3546 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
3547 (vc-status-create-fileinfo): Make `extra' optional.
3548 (vc-status-busy): New fun.
3549 (vc-status-menu-map): Use it.
3550 (vc-status-crt-marked): Remove.
3551 (vc-status-update): Rename from vc-status-add-entries.
3552 Add argument so as to prevent addition of entries. Rewrite.
3553 (vc-update-vc-status-buffer): Remove.
3554 (vc-status-refresh): Don't remove old entries, set them to
3555 up-to-date instead. Also do it after the update is complete.
3556 (vc-status-marked-files): η-reduce.
3557
3558 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
3559 for non-dialogs.
3560
3561 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
3562
3563 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
3564
3565 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
3566
3567 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
3568 to t and don't truncate msg.
3569
3570 2008-04-11 Glenn Morris <rgm@gnu.org>
3571
3572 * calendar/calendar.el (diary, holidays):
3573 Move custom groups to other files.
3574 (holiday-general-holidays, holiday-oriental-holidays)
3575 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
3576 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3577 (holiday-hebrew-holidays, holiday-christian-holidays)
3578 (holiday-islamic-holidays, holiday-bahai-holidays)
3579 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
3580 * calendar/diary-lib.el: Move custom group here from calendar.el.
3581 * calendar/holidays-lib.el: Move custom group and variables here
3582 from calendar.el.
3583
3584 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
3585
3586 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3587 Fix custom group.
3588 (calendar-current-time-zone-cache): Autoload riskiness.
3589
3590 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
3591
3592 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
3593
3594 * woman.el (woman2-TH): Use string-equal instead of string-match.
3595
3596 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3597
3598 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
3599 (smerge-resolve): Merge the "2-way refinement" case with one half of
3600 the "mere whitespace" resolution.
3601
3602 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
3603
3604 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
3605
3606 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
3607
3608 * subr.el (assoc-ignore-case, assoc-ignore-representation):
3609 Add WHEN to obsolescence declaration.
3610
3611 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
3612
3613 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
3614
3615 * vc-hooks.el (vc-state): Add new state `conflict'.
3616 (vc-after-save): Use when not if.
3617 (vc-default-mode-line-string): Deal with the conflict state.
3618 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
3619
3620 * vc.el (vc-editable-p, vc-default-status-printer)
3621 (vc-next-action): Deal with the conflict state.
3622 (vc-mark-resolved): New function.
3623 (vc-status-mode): Fix mode name.
3624 (vc-default-comment-history): Use when not if.
3625 (Todo): Add new entries, remove old ones.
3626
3627 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
3628 (vc-cvs-parse-status, vc-cvs-after-dir-status):
3629 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
3630 Detect the conflict state.
3631
3632 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
3633
3634 2008-04-10 Glenn Morris <rgm@gnu.org>
3635
3636 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
3637 Respect truncate-partial-width-windows in non-full windows,
3638 with regards to :toggle and :enable state.
3639
3640 * simple.el (toggle-truncate-lines): Doc fix.
3641
3642 * Makefile.in (MH_E_DIR): New variable.
3643 (MH_E_SRC): Restore variable removed 2008-03-13.
3644 (mh-loaddefs.el): Depend on $MH_E_SRC.
3645 (CAL_DIR, CAL_SRC): New variables.
3646 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
3647 Depend on CAL_SRC.
3648
3649 * calendar/calendar.el (calendar, diary): Add :prefix.
3650 (holidays): Change :prefix.
3651 (calendar-today, holiday, calendar-holiday-marker)
3652 (european-calendar-style): Change custom groups.
3653
3654 * calendar/calendar.el (diary-hook, diary-display-hook):
3655 Move to diary-lib.el.
3656 * calendar/diary-lib.el (diary-hook, diary-display-hook):
3657 Move here from calendar.el.
3658 * calendar/appt.el: Require diary-lib rather than calendar.
3659 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
3660
3661 * calendar/appt.el (appt): Add :prefix.
3662
3663 * calendar/diary-lib.el (diary-hook): Doc fix.
3664 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
3665
3666 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3667
3668 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
3669 New functions.
3670
3671 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
3672 the arg to recursive calls.
3673
3674 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
3675
3676 * minibuffer.el (completion-auto-help): Fix typo.
3677
3678 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3679
3680 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
3681
3682 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
3683
3684 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
3685 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
3686
3687 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3688
3689 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
3690
3691 * minibuffer.el (minibuffer): Move group from cus-edit.el.
3692 (completion-auto-help): Move from C code.
3693 (minibuffer--maybe-completion-help): Remove.
3694 (minibuffer--bitset): New function.
3695 (minibuffer--do-completion): Rename from minibuffer-do-completion.
3696 Renumber a bit. Really complete on string *before* point.
3697 Add argument used for word-completion.
3698 Join trailing / in completion with following text, as done in
3699 minibuffer-complete-word.
3700 Handle new value `lazy' for completion-auto-help.
3701 (minibuffer-try-word-completion): New function extracted from
3702 minibuffer-complete-word.
3703 (minibuffer-complete-word): Use minibuffer--do-completion.
3704 (minibuffer--insert-strings): Rename from
3705 minibuffer-complete-insert-strings.
3706 (exit-minibuffer): Fix typo.
3707 * cus-edit.el (minibuffer): Move group to minibuffer.el.
3708 * cus-start.el: Remove completion-auto-help.
3709
3710 2008-04-09 Alexandre Julliard <julliard@winehq.org>
3711
3712 * vc.el (vc-status-add-entries): New function.
3713 (vc-status-add-entry): Remove.
3714 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
3715 Use vc-status-add-entries.
3716
3717 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
3718 order.
3719
3720 2008-04-09 Jason Rumney <jasonr@gnu.org>
3721
3722 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
3723 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
3724 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
3725 (AUTOGENEL): New variable.
3726 (distclean, maintainer-clean): New targets.
3727
3728 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
3729
3730 * emacs-lisp/regexp-opt.el (regexp-opt):
3731 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
3732
3733 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
3734
3735 * nxml/nxml-mode.el (nxml-cleanup): New function.
3736 (nxml-mode): Add it to change-major-mode-hook.
3737
3738 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
3739
3740 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
3741
3742 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
3743
3744 * calc/.cvsignore: New file.
3745
3746 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
3747
3748 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
3749
3750 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
3751 show-help-function when turning tooltip off.
3752 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
3753 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
3754
3755 2008-04-09 Alan Mackenzie <acm@muc.de>
3756
3757 * font-lock.el (font-lock-extend-after-change-region-function):
3758 Make it buffer local.
3759
3760 2008-04-09 Glenn Morris <rgm@gnu.org>
3761
3762 * calendar/calendar.el (diary-file, european-calendar-style):
3763 Remove autoload cookies.
3764
3765 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3766
3767 * outline.el (outline-mode-menu-bar-map):
3768 * log-view.el (log-view-mode-menu):
3769 * log-edit.el (log-edit-menu): Add :help.
3770
3771 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
3772
3773 * emacs-lisp/regexp-opt.el (regexp-opt-group):
3774 Use substring-no-properties for correct handling of unibyte strings.
3775
3776 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3777
3778 * add-log.el (change-log-next-buffer): Handle the case where version<
3779 signals an error.
3780
3781 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
3782 mouse-major-mode-menu.
3783 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
3784 (mouse-major-mode-menu, mouse-popup-menubar)
3785 (mouse-popup-menubar-stuff): Use them.
3786 (C-down-mouse-3): Bind to a dynamic map rather than to
3787 mouse-popup-menubar-stuff.
3788
3789 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
3790 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
3791
3792 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3793
3794 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
3795 file:// access method.
3796
3797 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3798
3799 * minibuffer.el: New file.
3800 * loadup.el: Load it.
3801
3802 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3803
3804 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
3805 rather than subdirs.el. It introduces an ugly circular dependency, tho.
3806
3807 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
3808 (calc-mode-map, calc-digit-map, calc-dispatch-map):
3809 Move initialization into declaration.
3810 * calc/calc-yank.el:
3811 * calc/calc-misc.el:
3812 * calc/calc-embed.el:
3813 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
3814
3815 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
3816
3817 * ps-samp.el (ps-add-printer, ps-remove-printer)
3818 (ps-make-dynamic-printer-menu): New functions.
3819
3820 * net/zeroconf.el: New file.
3821
3822 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
3825
3826 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3827
3828 * vc-rcs.el (vc-rcs-modify-change-comment):
3829 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
3830
3831 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
3832
3833 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
3834
3835 * international/mule-cmds.el (set-locale-environment): Don't warn if
3836 coding system doesn't agree with system locale (this reverts changes
3837 by Dave Love, dated 2002-10-27 and 2002-10-09).
3838
3839 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3840 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
3841
3842 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
3843
3844 2008-04-08 Glenn Morris <rgm@gnu.org>
3845
3846 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
3847 * textmodes/remember.el (remember-diary-convert-entry):
3848 Require calendar.
3849
3850 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
3851 diary-file, since it is the default for make-diary-entry anyway.
3852
3853 * calendar/cal-menu.el (cal-menu-event-to-date):
3854 Rename calendar-event-to-date. Update callers.
3855 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
3856 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
3857 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
3858 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
3859 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
3860 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
3861 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
3862 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
3863 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
3864 (calendar-mouse-tex-month-landscape):
3865 Rename cal-tex-mouse-month-landscape.
3866 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
3867 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
3868 (calendar-mouse-tex-year-landscape):
3869 Rename cal-tex-mouse-year-landscape.
3870 (cal-menu-context-mouse-menu): Update for above name changes.
3871
3872 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3873 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3874 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
3875 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
3876 * calendar/holidays.el: Replace int-to-string with number-to-string.
3877
3878 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
3879
3880 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
3881 region if point moves.
3882
3883 2008-04-08 Kenichi Handa <handa@m17n.org>
3884
3885 * faces.el (font-slant-table): Change numeric values for `r',
3886 `roman', and `normal'.
3887
3888 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
3889
3890 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
3891
3892 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
3893
3894 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
3895 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
3896
3897 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
3898
3899 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
3900 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
3901
3902 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3903
3904 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
3905
3906 2008-04-07 Sam Steingold <sds@gnu.org>
3907
3908 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
3909 Add helper functions.
3910 (lisp-do-defun): Extract the common part of lisp-eval-defun and
3911 lisp-compile-defun; DEFVAR forms reset the variables to the init
3912 values, just like in emacs-lisp mode eval-defun.
3913 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
3914 (lisp-compile-region): Use lisp-compile-string.
3915
3916 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3917
3918 * subr.el (combine-and-quote-strings): Also quote strings that contain
3919 the separator.
3920
3921 * pcvs-util.el (cvs-map): Avoid recursion :-(
3922
3923 2008-04-07 Glenn Morris <rgm@gnu.org>
3924
3925 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
3926
3927 * calendar.el (diary-view-entries-initially-flag): Rename
3928 view-diary-entries-initially. Keep old name as alias, update users.
3929 (calendar-mark-diary-entries-flag): Rename
3930 mark-diary-entries-in-calendar. Keep old name as alias, update users.
3931 (calendar-view-holidays-initially-flag): Rename
3932 view-calendar-holidays-initially. Keep old name as alias, update users.
3933 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
3934 Keep old name as alias, update users.
3935 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
3936 Keep old name as alias, update users.
3937 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
3938 Keep old name as alias, update users.
3939 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
3940 Keep old name as alias, update users.
3941 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
3942 (diary-american-date-forms): Rename american-date-diary-pattern.
3943 Keep old name as alias, update users.
3944 (diary-european-date-forms): Rename european-date-diary-pattern.
3945 Keep old name as alias, update users.
3946 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
3947 Keep old name as alias, update users.
3948 (calendar-european-date-display-form): Rename
3949 european-calendar-display-form. Keep old name as alias, update users.
3950 (calendar-american-date-display-form): Rename
3951 european-calendar-display-form. Keep old name as alias, update users.
3952 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
3953 Keep old name as alias, update users.
3954 (holiday-general-holidays): Rename general-holidays.
3955 Keep old name as alias, update users.
3956 (holiday-oriental-holidays): Rename oriental-holidays.
3957 Keep old name as alias, update users.
3958 (holiday-local-holidays): Rename local-holidays.
3959 Keep old name as alias, update users.
3960 (holiday-other-holidays): Rename other-holidays.
3961 Keep old name as alias, update users.
3962 (holiday-hebrew-holidays): Rename hebrew-holidays.
3963 Keep old name as alias, update users.
3964 (holiday-christian-holidays): Rename christian-holidays.
3965 Keep old name as alias, update users.
3966 (holiday-islamic-holidays): Rename islamic-holidays.
3967 Keep old name as alias, update users.
3968 (holiday-bahai-holidays): Rename bahai-holidays.
3969 Keep old name as alias, update users.
3970 (holiday-solar-holidays): Rename solar-holidays.
3971 Keep old name as alias, update users.
3972 (diary-fancy-buffer): Rename fancy-diary-buffer.
3973 Keep old name as alias, update users.
3974 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
3975 Update users.
3976 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
3977 Update users.
3978 (calendar-increment-month): Rename increment-calendar-month.
3979 Keep old name as alias, update callers.
3980 (calendar-increment-month-cons): Rename old calendar-increment-month.
3981 Update callers.
3982 (calendar-extract-month): Rename extract-calendar-month.
3983 Keep old name as alias, update callers
3984 (calendar-extract-day): Rename extract-calendar-day.
3985 Keep old name as alias, update callers.
3986 (calendar-extract-year): Rename extract-calendar-year.
3987 Keep old name as alias, update callers.
3988 (calendar-generate-window): Rename generate-calendar-window.
3989 Update callers.
3990 (calendar-generate): Rename generate-calendar. Update callers.
3991 (calendar-generate-month): Rename generate-calendar-month.
3992 Update callers.
3993 (calendar-redraw): Rename redraw-calendar. Update callers.
3994 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
3995 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
3996 Update callers.
3997 (calendar-update-mode-line): Rename update-calendar-mode-line.
3998 Update callers.
3999 (calendar-exit): Rename exit-calendar. Keep old name as alias,
4000 update callers.
4001 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
4002 Keep old name as alias, update callers.
4003 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4004 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
4005 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
4006 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
4007 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
4008 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
4009 * calendar/solar.el: Update for calendar.el name changes.
4010 * org/org.el (org-agenda-format-date-aligned)
4011 (org-agenda-execute-calendar-command): Access date elements directly
4012 rather than using calendar functions.
4013 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
4014 Also set calendar-view-diary-initially-flag,
4015 calendar-view-holidays-initially-flag
4016 (org-get-entries-from-diary): Also set diary-fancy-buffer.
4017 (org-agenda-execute-calendar-command): No need to set displayed-day.
4018
4019 2008-04-06 Alan Mackenzie <acm@muc.de>
4020
4021 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
4022 typo in the doc string.
4023
4024 * progmodes/cc-mode.el (c-basic-common-init):
4025 Set font-lock-extend-after-change-region-function.
4026 (c-extend-after-change-region): New function, used in
4027 font-lock-extend-after-change-region-function, thus superseding
4028 advice on the Font Lock after change functions.
4029 (c-advise-fl-for-region): Remove this macro.
4030
4031 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4032
4033 * textmodes/flyspell.el (flyspell-duplicate-distance):
4034 Improve custom type.
4035
4036 2008-04-06 Glenn Morris <rgm@gnu.org>
4037
4038 * calendar/diary-lib.el (diary-sexp-entry-symbol):
4039 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
4040 (diary-list-entries-hook): Rename list-diary-entries-hook.
4041 Keep old name as alias, update users.
4042 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
4043 Keep old name as alias, update users.
4044 (diary-nongregorian-listing-hook): Rename
4045 nongregorian-diary-listing-hook. Keep old name as alias, update users.
4046 (diary-nongregorian-marking-hook): Rename
4047 nongregorian-diary-marking-hook. Keep old name as alias, update users.
4048 (diary-print-entries-hook): Rename print-diary-entries-hook.
4049 Keep old name as alias, update users.
4050 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
4051 Keep old name as alias, update users.
4052 (diary-number-of-entries): Rename number-of-diary-entries.
4053 Keep old name as alias, update users.
4054 (view-diary-entries, list-diary-entries, show-all-diary-entries):
4055 Give version of obsolescence.
4056 (diary-view-other-diary-entries): Rename view-other-diary-entries.
4057 Keep old name as alias, update callers.
4058 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
4059 update callers.
4060 (diary-include-other-diary-files): Rename include-other-diary-files.
4061 Keep old name as alias, update callers.
4062 (diary-simple-display): Rename simple-diary-display.
4063 Keep old name as alias, update callers.
4064 (diary-fancy-display): Rename fancy-diary-display.
4065 Keep old name as alias, update callers.
4066 (diary-print-entries): Rename print-diary-entries.
4067 Keep old name as alias, update callers.
4068 (diary-marking-entries-flag): Rename marking-diary-entries.
4069 Update users.
4070 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
4071 (diary-mark-entries): Rename mark-diary-entries.
4072 Keep old name as alias, update callers.
4073 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
4074 Keep old name as alias, update callers.
4075 (diary-mark-included-diary-files): Rename mark-included-diary-files.
4076 Keep old name as alias, update callers.
4077 (calendar-mark-days-named): Rename mark-calendar-days-named.
4078 Keep old name as alias, update callers.
4079 (calendar-mark-month): Rename mark-calendar-month.
4080 Keep old name as alias, update callers.
4081 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
4082 Keep old name as alias, update callers.
4083 (diary-sort-entries): Rename sort-diary-entries.
4084 Keep old name as alias, update callers.
4085 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
4086 Keep old name as alias, update callers.
4087 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
4088 update callers.
4089 (diary-insert-entry): Rename insert-diary-entry.
4090 Keep old name as alias.
4091 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
4092 Keep old name as alias.
4093 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
4094 Keep old name as alias.
4095 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
4096 Keep old name as alias.
4097 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
4098 Keep old name as alias.
4099 (diary-insert-block-entry): Rename insert-block-diary-entry.
4100 Keep old name as alias.
4101 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
4102 Keep old name as alias.
4103 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
4104 Keep old name as alias, update users.
4105 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
4106 Keep old name as alias, update callers.
4107 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
4108 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
4109 * calendar/icalendar.el: Update for diary-lib name changes.
4110
4111 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
4112
4113 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
4114
4115 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
4116 for copy, move, and link operations.
4117
4118 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
4119
4120 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
4121 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
4122
4123 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
4124 'require' statements with 1-argument ones (wrapped in if's).
4125 For compatibility with the current stable version of XEmacs.
4126
4127 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4128
4129 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
4130
4131 2008-04-06 Jason Rumney <jasonr@gnu.org>
4132
4133 * language/burmese.el ("Burmese"): Make sample text consistent with
4134 language name.
4135
4136 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
4137
4138 * progmodes/gdb-ui.el (gdb): New group.
4139 (gdb-debug-log-max, gdb-enable-debug)
4140 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
4141 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
4142 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
4143 (gdb-show-changed-values, gdb-max-children)
4144 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
4145 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
4146 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
4147 (gdb-memory-unit): Move to new group from GUD group.
4148 (menu): Allow customization from GDB-UI menu-item.
4149
4150 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
4151
4152 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
4153
4154 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
4157 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4158 Revision numbers can include ".".
4159
4160 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
4161 "+" lines not accounted for by counting "-" and context lines.
4162
4163 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4164
4165 * term/mac-win.el (mac-service-open-file): Use file URL instead of
4166 file name string.
4167
4168 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
4171 (vc-bzr-annotate-time): Accept space used to preserve alignment.
4172
4173 2008-04-05 Richard Stallman <rms@gnu.org>
4174
4175 * emacs-lisp/advice.el (defadvice): Add usage pattern.
4176
4177 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
4178
4179 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
4180 thread in [h-e-w]).
4181
4182 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
4183
4184 * files.el (abort-if-file-too-large): Fix typo in docstring.
4185
4186 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4187
4188 * subr.el (functionp): Return nil for special forms.
4189
4190 2008-04-05 Glenn Morris <rgm@gnu.org>
4191
4192 * emacs-lisp/autoload.el (autoload-ensure-default-file):
4193 Provide a feature.
4194 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
4195 Require loaddef file rather than loading it.
4196 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
4197 autoload-ensure-default-file provides a feature.
4198
4199 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
4200 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
4201 (compile, compile-always, recompile): Use $LOADDEFS.
4202 (cal-autoloads): Remove.
4203
4204 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
4205 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
4206
4207 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
4208 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
4209
4210 * calendar/calendar.el (diary-hebrew-entry-symbol):
4211 Rename hebrew-diary-entry-symbol. Keep old name as alias.
4212 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
4213 Keep old name as alias.
4214 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
4215 Keep old name as alias.
4216 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
4217 to diary-bahai-entry-symbol.
4218 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
4219 to diary-hebrew-entry-symbol.
4220 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
4221 to diary-islamic-entry-symbol.
4222 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
4223
4224 * calendar/solar.el (diary-sabbath-candles-minutes)
4225 (diary-sabbath-candles): Move to cal-hebrew.
4226 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
4227 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
4228 Doc fix. Keep old name as alias.
4229 (diary-hebrew-sabbath-candles): Simplify.
4230 (solar-setup, solar-sunrise-sunset, calendar-latitude)
4231 (calendar-longitude, calendar-time-zone): Declare for compiler.
4232 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
4233 rename.
4234
4235 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
4236 Rename coptic-calendar-month-name-array. Update callers.
4237 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
4238 (calendar-coptic-name): Rename coptic-name. Update callers.
4239 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
4240 Update callers.
4241 (calendar-coptic-last-day-of-month):
4242 Rename coptic-calendar-last-day-of-month. Update callers.
4243 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
4244 Keep old name as alias, update callers.
4245 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
4246 Keep old name as alias, update callers.
4247 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
4248 Keep old name as alias.
4249 (calendar-ethiopic-month-name-array):
4250 Rename ethiopic-calendar-month-name-array. Update callers.
4251 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
4252 Update callers.
4253 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
4254 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
4255 Keep old name as alias, update callers.
4256 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
4257 Keep old name as alias, update callers.
4258 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
4259 Keep old name as alias.
4260
4261 * calendar/cal-french.el (calendar-french-epoch):
4262 Rename french-calendar-epoch. Update callers.
4263 (calendar-french-month-name-array): Rename variable and function
4264 french-calendar-month-name-array. Update callers.
4265 (calendar-french-multibyte-month-name-array):
4266 Rename french-calendar-multibyte-month-name-array. Update callers.
4267 (calendar-french-day-name-array): Rename variable and function
4268 french-calendar-day-name-array. Update callers.
4269 (calendar-french-special-days-array): Rename variable and function
4270 french-calendar-special-days-array. Update callers.
4271 (calendar-french-multibyte-special-days-array):
4272 Rename french-calendar-multibyte-special-days-array. Update callers.
4273 (calendar-french-accents-p): Rename french-calendar-accents.
4274 Update callers.
4275 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
4276 Update callers.
4277 (calendar-french-last-day-of-month):
4278 Rename french-calendar-last-day-of-month. Update callers.
4279 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
4280 Keep old name as alias, update callers.
4281 (calendar-french-print-date): Rename calendar-print-french-date.
4282 Keep old name as alias, update callers.
4283 (calendar-french-goto-date): Rename calendar-goto-french-date.
4284 Keep old name as alias.
4285
4286 * calendar/cal-menu.el, calendar/calendar.el:
4287 Update for Coptic and French name changes.
4288
4289 * calendar/cal-china.el (calendar-chinese): Rename custom group
4290 from chinese-calendar. Update users.
4291 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
4292 Keep old name as alias, update users.
4293 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
4294 Keep old name as alias.
4295 (calendar-chinese-daylight-time-offset):
4296 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
4297 update users.
4298 (calendar-chinese-standard-time-zone-name):
4299 Rename chinese-calendar-standard-time-zone-name.
4300 Keep old name as alias, update users.
4301 (calendar-chinese-daylight-saving-start):
4302 Rename chinese-calendar-daylight-savings-starts.
4303 Keep old name as alias, update users.
4304 (calendar-chinese-daylight-saving-end):
4305 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
4306 update users.
4307 (calendar-chinese-daylight-saving-start-time):
4308 Rename chinese-calendar-daylight-savings-starts-time.
4309 Keep old name as alias, update users.
4310 (calendar-chinese-daylight-saving-end-time):
4311 Rename chinese-calendar-daylight-savings-ends-time.
4312 Keep old name as alias, update users.
4313 (calendar-chinese-celestial-stem): Rename
4314 calendar-chinese-celestial-stem. Keep old name as alias, update users.
4315 (calendar-chinese-terrestrial-branch):
4316 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
4317 update users.
4318 (calendar-chinese-zodiac-sign-on-or-after):
4319 Rename chinese-zodiac-sign-on-or-after. Update callers.
4320 (calendar-chinese-new-moon-on-or-after):
4321 Rename chinese-new-moon-on-or-after. Update callers.
4322 (calendar-chinese-month-list): Rename chinese-month-list.
4323 Update callers.
4324 (calendar-chinese-number-months): Rename number-chinese-months.
4325 Update callers.
4326 (calendar-chinese-compute-year): Rename compute-chinese-year.
4327 Update callers.
4328 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
4329 (calendar-chinese-year): Rename chinese-year. Update callers.
4330 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
4331 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
4332 Keep old name as alias, update callers.
4333 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
4334 Keep old name as alias, update callers.
4335 (calendar-chinese-months-to-alist):
4336 Rename make-chinese-month-assoc-list. Update callers.
4337 (calendar-chinese-months): Rename chinese-months. Update callers.
4338 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
4339 Keep old name as alias, update callers.
4340
4341 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
4342 Rename hebrew-calendar-leap-year-p. Update callers.
4343 (calendar-hebrew-last-month-of-year):
4344 Rename hebrew-calendar-last-month-of-year. Update callers.
4345 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
4346 Update callers.
4347 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
4348 Update callers.
4349 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
4350 Update callers.
4351 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
4352 Update callers.
4353 (calendar-hebrew-last-day-of-month):
4354 Rename hebrew-calendar-last-day-of-month. Update callers.
4355 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
4356 Keep old name as alias, update callers.
4357 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
4358 Keep old name as alias, update callers.
4359 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
4360 Keep old name as alias, update callers.
4361 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
4362 Keep old name as alias.
4363 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
4364 Keep old name as alias.
4365 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
4366 Keep old name as alias.
4367 (holiday-hebrew-passover): Rename holiday-passover-etc.
4368 Keep old name as alias.
4369 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
4370 Keep old name as alias, update callers.
4371 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
4372 Keep old name as alias.
4373 (calendar-hebrew-mark-date-pattern):
4374 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
4375 update callers.
4376 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
4377 Keep old name as alias.
4378 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
4379 Keep old name as alias.
4380 (diary-hebrew-insert-monthly-entry):
4381 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
4382 (diary-hebrew-insert-yearly-entry):
4383 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
4384 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
4385 Keep old name as alias.
4386 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
4387 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
4388 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
4389 Keep old name as alias.
4390 (calendar-hebrew-parashiot-names):
4391 Rename hebrew-calendar-parashiot-names. Update callers.
4392 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
4393 (calendar-hebrew-year-Saturday-incomplete-Sunday):
4394 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
4395 (calendar-hebrew-year-Saturday-complete-Tuesday):
4396 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
4397 (calendar-hebrew-year-Monday-incomplete-Tuesday):
4398 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
4399 (calendar-hebrew-year-Monday-complete-Thursday):
4400 Rename hebrew-calendar-year-Monday-complete-Thursday.
4401 (calendar-hebrew-year-Tuesday-regular-Thursday):
4402 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
4403 (calendar-hebrew-year-Thursday-regular-Saturday):
4404 Rename hebrew-calendar-year-Thursday-regular-Saturday.
4405 (calendar-hebrew-year-Thursday-complete-Sunday):
4406 Rename hebrew-calendar-year-Thursday-complete-Sunday.
4407 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
4408 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
4409 (calendar-hebrew-year-Saturday-complete-Thursday):
4410 Rename hebrew-calendar-year-Saturday-complete-Thursday.
4411 (calendar-hebrew-year-Monday-incomplete-Thursday):
4412 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
4413 (calendar-hebrew-year-Monday-complete-Saturday):
4414 Rename hebrew-calendar-year-Monday-complete-Saturday.
4415 (calendar-hebrew-year-Tuesday-regular-Saturday):
4416 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
4417 (calendar-hebrew-year-Thursday-incomplete-Sunday):
4418 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
4419 (calendar-hebrew-year-Thursday-complete-Tuesday):
4420 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
4421 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
4422 Update for above name changes of constants.
4423
4424 * calendar/cal-menu.el, calendar/calendar.el:
4425 Update for chinese and hebrew name changes.
4426 * calendar/diary-lib.el: Update for hebrew name changes.
4427
4428 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * subr.el (keymap-canonicalize): Correct thinko.
4431
4432 * server.el: Undo part of the multi-tty change, which is only
4433 needed if server.el is preloaded, and broke server-running-p.
4434 (server-socket-dir): Initialize in the defvar, as before.
4435 (server-start): Remove initialization of server-socket-dir.
4436
4437 2008-04-05 Eli Zaretskii <eliz@gnu.org>
4438
4439 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
4440 3-member cons cells.
4441
4442 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
4443
4444 * cus-face.el (custom-face-attributes): Handle roman slant.
4445
4446 * faces.el (default): Ensure the face-defface-spec property is set.
4447
4448 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4449
4450 * files.el (abort-if-file-too-large): New function.
4451 (find-file-noselect, insert-file-1): Use it.
4452
4453 2008-04-05 Reto Zimmermann <reto@gnu.org>
4454
4455 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
4456 Replace C-c[a-zA-Z] key bindings.
4457
4458 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4459
4460 * progmodes/hideif.el (hif-token-alist): New var.
4461 (hif-token-regexp, hif-tokenize): Use it.
4462 (hif-mathify-binop): New macro.
4463 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
4464 (hif-greater-equal, hif-less-equal): Use it.
4465 (hif-logior, hif-logand): New functions.
4466 (hif-math): Accept | and & as well.
4467
4468 * progmodes/etags.el: Fix problem with completion for buffer-local
4469 tables. Reported by Radey Shouman <shouman@comcast.net>.
4470 (tags-complete-tag): Remove.
4471 (tags-lazy-completion-table): New function to replace it.
4472 (find-tag-tag, complete-tag): Update users.
4473
4474 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
4475
4476 * vc-rcs.el (vc-rcs-dir-status):
4477 * vc-sccs.el (vc-sccs-dir-status): New function.
4478
4479 * outline.el (outline-mode-menu-bar-map):
4480 * term.el (terminal-signal-menu): Add :help.
4481
4482 * net/eudc.el (eudc-mode-map): Declare and define in one step.
4483 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
4484
4485 * emacs-lisp/re-builder.el (reb-mode-map):
4486 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
4487
4488 * diff-mode.el (diff-file-junk-re): Recognize the git format for
4489 new files, deleted files and for changing permissions.
4490 (diff-mode): Set beginning-of-defun-function and
4491 end-of-defun-function.
4492
4493 * vc-bzr.el (vc-bzr-state): Use when instead of if.
4494
4495 * vc.el (vc-default-status-fileinfo-extra): New function.
4496 (vc-status-mark-buffer-changed): Use it.
4497 (vc-update-vc-status-buffer): Allow for partial updates.
4498
4499 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 * net/tramp.el (after-init-hook): Don't wrap a lambda around
4502 tramp-register-completion-file-name-handler.
4503
4504 * subr.el (keymap-canonicalize): New function.
4505 * mouse.el (mouse-menu-non-singleton): Use it.
4506 (mouse-major-mode-menu): Remove hack made unnecessary.
4507
4508 * simple.el (set-fill-column): Prompt rather than error by default.
4509
4510 2008-04-04 Andreas Schwab <schwab@suse.de>
4511
4512 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
4513 Reset new-rules after each round.
4514
4515 * Makefile.in (cal-autoloads): New target.
4516 (compile, compile-always, recompile): Depend on it.
4517 ($(lisp)/calendar/cal-loaddefs.el)
4518 ($(lisp)/calendar/diary-loaddefs.el)
4519 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
4520
4521 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
4522
4523 * ediff*.el: Replace load with require in eval-when-compile.
4524
4525 * ediff-hook: Delete all invocations of (autoload ...).
4526
4527 * ediff-util.el (ediff-setup): Make window-min-height a local variable
4528 in ediff control window, and set its min height to 2.
4529 (ediff-setup-control-buffer): Dedicate the control window.
4530 (ediff-toggle-multiframe): Undedicate control window.
4531 Work directly with ediff-setup-windows-multiframe and
4532 ediff-setup-windows-plain.
4533
4534 * ediff-wind (ediff-choose-window-setup-function-automatically):
4535 New function.
4536 (ediff-window-setup-function): Change initialization.
4537 (ediff-setup-windows-automatic): Delete.
4538 (ediff-setup-windows-plain-merge): Make control window dedicated.
4539 (ediff-destroy-control-frame): Do not skip frames if working in a
4540 single frame.
4541
4542 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
4543 eval-when-compile.
4544
4545 * emulation/viper-util.el: Move provide's forward, prevent recursion in
4546 eval-when-compile.
4547
4548 2008-04-04 Glenn Morris <rgm@gnu.org>
4549
4550 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
4551 calendar-absolute-from-bahai. Update callers, keep old name as alias.
4552
4553 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
4554 Rename islamic-calendar-leap-year-p. Update callers.
4555 (calendar-islamic-last-day-of-month):
4556 Rename islamic-calendar-last-day-of-month. Update callers.
4557 (calendar-islamic-day-number):
4558 Rename islamic-calendar-day-number. Update callers.
4559 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
4560 Update callers, keep old name as alias.
4561 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
4562 Update callers, keep old name as alias.
4563 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
4564 Keep old name as alias.
4565 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
4566 Update callers, keep old name as alias.
4567 (calendar-islamic-mark-date-pattern):
4568 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
4569 name as alias.
4570 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
4571 Keep old name as alias.
4572 (diary-islamic-insert-monthly-entry):
4573 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
4574 (diary-islamic-insert-yearly-entry):
4575 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
4576
4577 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
4578 calendar-absolute-from-iso. Update callers, keep old name as alias.
4579 (calendar-iso-print-date): Rename calendar-print-iso-date.
4580 Update callers, keep old name as alias.
4581 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
4582 Keep old name as alias.
4583 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
4584 Keep old name as alias.
4585
4586 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
4587 calendar-absolute-from-julian. Update callers, keep old name as alias.
4588 (calendar-julian-print-date): Rename calendar-print-julian-date.
4589 Update callers, keep old name as alias.
4590 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
4591 Update callers, keep old name as alias.
4592 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
4593 Update callers, keep old name as alias.
4594 (calendar-astro-print-day-number):
4595 Rename calendar-print-astro-day-number. Update callers, keep old
4596 name as alias.
4597 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
4598 Update callers, keep old name as alias.
4599
4600 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
4601 Rename calendar-string-to-mayan-long-count. Update callers.
4602 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
4603 Update callers, keep old name as alias.
4604 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
4605 Update callers.
4606 (calendar-mayan-read-tzolkin-date):
4607 Rename calendar-read-mayan-tzolkin-date. Update callers.
4608 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
4609 Keep old name as alias.
4610 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
4611 Keep old name as alias.
4612 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
4613 Keep old name as alias.
4614 (calendar-mayan-previous-tzolkin-date):
4615 Rename calendar-previous-tzolkin-date. Keep old name as alias.
4616 (calendar-mayan-next-round-date):
4617 Rename calendar-next-calendar-round-date. Keep old name as alias.
4618 (calendar-mayan-previous-round-date):
4619 Rename calendar-previous-calendar-round-date. Keep old name as alias.
4620 (calendar-mayan-long-count-to-absolute): Rename
4621 calendar-absolute-from-mayan-long-count. Keep old name as alias.
4622 (calendar-mayan-goto-long-count-date):
4623 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
4624
4625 * calendar/cal-persia.el (calendar-persian-month-name-array):
4626 Rename persian-calendar-month-name-array. Update callers.
4627 (calendar-persian-epoch): Rename persian-calendar-epoch.
4628 Update callers.
4629 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
4630 Update callers.
4631 (calendar-persian-last-day-of-month):
4632 Rename persian-calendar-last-day-of-month. Update callers.
4633 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
4634 Update callers, keep old name as alias.
4635 (calendar-persian-print-date): Rename calendar-print-persian-date.
4636 Update callers, keep old name as alias.
4637 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
4638 Keep old name as alias.
4639
4640 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
4641 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
4642 * calendar/solar.el: Update for cal-julian name changes.
4643
4644 * calendar/cal-dst.el: Update for persian name changes.
4645
4646 * calendar/cal-menu.el, calendar/calendar.el:
4647 Update for islamic, iso, julian, mayan, persian name changes.
4648
4649 * calendar/diary-lib.el: Update for islamic name changes.
4650
4651 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
4652 Rename all-hebrew-calendar-holidays. Update callers, keep old name
4653 as alias.
4654 (calendar-christian-all-holidays-flag):
4655 Rename all-christian-calendar-holidays. Update callers, keep old
4656 name as alias.
4657 (calendar-islamic-all-holidays-flag):
4658 Rename all-islamic-calendar-holidays. Update callers, keep old
4659 name as alias.
4660 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
4661 Update callers, keep old name as alias.
4662 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
4663 Update for the above name changes.
4664
4665 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
4666
4667 * hilit-chg.el (global-highlight-changes-mode)
4668 (highlight-changes-passive-string, highlight-changes-active-string):
4669 Mark as obsolete since 23.1, not 22.1.
4670
4671 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
4672
4673 * hilit-chg.el (highlight-changes-visibility-initial-state)
4674 (hilit-chg-update, highlight-changes-mode-turn-on):
4675 Fix typos in docstrings.
4676
4677 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
4678
4679 * newcomment.el (comment-enter-backward): Be careful to restore
4680 position changed during narrowing.
4681
4682 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
4683
4684 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4685 Recognize `sub ($$)'.
4686
4687 2008-04-03 Richard Sharman <rsharman@pobox.com>
4688
4689 * hilit-chg.el (highlight-changes-mode): Rename from
4690 highlight-changes; no longer uses sub-modes active and passive;
4691 implemented by define-minor-mode.
4692 (highlight-changes-toggle-visibility): New function, to replace
4693 the old passive/active submodes of global-highlight-changes-mode;
4694 implemented by define-minor-mode.
4695 (global-highlight-changes-mode): Rename from global-highlight-changes;
4696 rewrite using define-globalized-minor-mode.
4697 (hilit-chg-major-mode-hook, hilit-chg-check-global)
4698 (hilit-chg-post-command-hook, hilit-chg-check-global)
4699 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
4700 to use of define-globalized-minor-mode.
4701 (highlight-changes-global-initial-state): Change to be boolean.
4702 (highlight-changes-visible-string, highlight-changes-invisible-string):
4703 Rename from highlight-changes-active-string and
4704 highlight-changes-passive-string.
4705 (hilit-chg-update, hilit-chg-set): Use them.
4706 (global-highlight-changes-mode): Rename from global-highlight-changes.
4707 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
4708 docstring.
4709 (hilit-chg-hide-changes): Rewrite to use dolist.
4710 (hilit-chg-set-face-on-change, hilit-chg-update)
4711 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
4712 variable instead of testing highlight-changes-mode.
4713 (highlight-markup-buffers): Add require ediff-util; argument on calls
4714 to highlight-changes-mode changed.
4715 (highlight-compare-with-file): Fix problems with interactive
4716 call giving invalid default file.
4717
4718 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
4719
4720 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4721 Fix in disassembly buffer (regression in 22.2).
4722
4723 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
4724
4725 * emulation/viper-macs.el (viper-read-fast-keysequence):
4726 Use viper-read-event instead of viper-read-key.
4727
4728 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
4729
4730 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
4731 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
4732 let-statements.
4733
4734 * emulation/viper-ex.el, emulation/viper-macs.el:
4735 * emulation/viper-mous.el:
4736 Replace load with require in eval-when-compile.
4737
4738 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4739
4740 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
4741
4742 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
4743 (archive-try-jka-compr): New function.
4744 (archive-set-buffer-as-visiting-file): Use it.
4745
4746 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
4747
4748 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
4749
4750 * simple.el (handle-shift-selection): New arg.
4751
4752 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
4755
4756 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
4757
4758 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
4759
4760 * shell.el (shell-dynamic-complete-filename): New fun.
4761 (shell-dynamic-complete-functions): Use it.
4762
4763 * help-fns.el (describe-variable): Undo 2008-02-25 change.
4764
4765 2008-04-03 Kenichi Handa <handa@m17n.org>
4766
4767 * international/fontset.el (create-fontset-from-x-resource):
4768 Handle the error of X resource more gracefully.
4769
4770 * international/latin1-disp.el (latin1-display): Don't use make-char.
4771 Fix the argument to set-char-table-range.
4772 (latin1-display-identities): Don't use make-char.
4773 (latin1-display-reset): Use map-charset-chars instead of directly
4774 calling standard-display-default.
4775 (latin1-display-check-font): Don't use make-char.
4776 (latin1-display-setup): Likewise.
4777 (latin1-display-ucs-per-lynx): Likewise.
4778
4779 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
4782 name the fields, to make the code clearer.
4783 Rewrite all `aset' and `aref' using the defined accessors.
4784 (timer--time): New pseudo-field.
4785 (timer-set-time, timer-set-idle-time, timer-inc-time)
4786 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
4787 (timer--time-less-p): New function.
4788 (timer--activate): New function, extracted from timer-activate.
4789 (timer-activate-when-idle, timer-activate): Use it.
4790 (cancel-function-timers): Use dolist.
4791
4792 2008-04-03 Glenn Morris <rgm@gnu.org>
4793
4794 * add-log.el (c-beginning-of-defun, c-end-of-defun):
4795 Remove declarations; no longer used.
4796 (c-cpp-define-name, c-defun-name): Declare as functions.
4797
4798 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
4799 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
4800
4801 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
4802 (holiday-passover-etc, holiday-hanukkah): Doc fix.
4803 Add optional argument. Simplify.
4804 (holiday-tisha-b-av-etc): Use memq rather than unless.
4805 (holiday-julian): Autoload it.
4806 (holiday-hebrew-misc): New function.
4807
4808 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
4809
4810 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
4811 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
4812 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
4813 all-hebrew-calendar-holidays.
4814 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
4815 Simplify using new functions.
4816 (calendar-holidays): Doc fix.
4817 (generate-calendar-window): Use bound-and-true-p.
4818
4819 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
4820
4821 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
4822 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
4823 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
4824 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
4825
4826 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
4827
4828 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4829
4830 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
4831
4832 * vc-bzr.el (vc-bzr-checkout): Simplify.
4833
4834 * image-mode.el (image-mode-fit-frame): New command.
4835
4836 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
4837 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
4838 (keyboard-escape-quit): Check region-active-p i.s.o
4839 transient-mark-mode.
4840
4841 2008-04-02 Simon Josefsson <simon@josefsson.org>
4842
4843 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
4844 (imap-message-copyuid-1): Use it.
4845 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
4846 J. Williams in
4847 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4848
4849 2008-04-02 Alan Mackenzie <acm@muc.de>
4850
4851 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
4852 New optimised functions to get the name of the current defun/macro.
4853
4854 * add-log.el (add-log-current-defun): Move the functionality which
4855 gets the current function name for C like modes to cc-cmds.el,
4856 thus optimising for speed.
4857
4858 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
4859
4860 * simple.el (deactivate-mark): When the mark is temporarily
4861 active, restore the original value of transient-mark-mode.
4862 (set-mark-command): First deactivate the mark if was temporarily active.
4863 (exchange-point-and-mark): Reactivate the mark if it was
4864 temporarily active.
4865 (handle-shift-selection): New fun.
4866 (transient-mark-mode): Move var documentation here from buffer.c.
4867 (next-line, previous-line, backward-word, move-end-of-line)
4868 (move-beginning-of-line, forward-to-indentation)
4869 (backward-to-indentation, back-to-indentation)
4870 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
4871
4872 * mouse.el (mouse-set-region-1): Save the old value of
4873 transient-mark-mode.
4874 (mouse-drag-track): Ignore the now-obsolete value `identity' for
4875 transient-mark-mode.
4876
4877 * textmodes/paragraphs.el (forward-paragraph)
4878 (backward-paragraph, forward-sentence, backward-sentence): Add ^
4879 interactive spec.
4880
4881 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
4882
4883 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
4884
4885 * net/tramp.el (tramp-make-tramp-temp-file):
4886 Use `tramp-drop-volume-letter' for the local file name part.
4887
4888 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4889
4890 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
4891 Add menu entries corresponding to all the key bindings.
4892
4893 * emacs-lisp/debug.el (debugger-mode-map):
4894 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
4895 (conf-align-assignments): Only work on the region if it is active.
4896 (conf-quote-normal): Use when instead of if. Remove redundant test.
4897
4898 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4899 for tracing and re-builder.
4900
4901 2008-04-02 Glenn Morris <rgm@gnu.org>
4902
4903 * calendar/appt.el (appt-disp-window-function): Doc fix.
4904 (appt-display-message): Move beep before display.
4905 (appt-check): Make interactive. Reduce the number of lets.
4906 Use string-equal to compare mode-line strings.
4907 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
4908 read-only.
4909 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
4910 (appt-delete): Simplify.
4911
4912 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
4913
4914 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
4915
4916 * calendar/cal-hebrew.el (list-yahrzeit-dates):
4917 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
4918 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
4919
4920 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
4921 (calendar-holiday-marker, mark-visible-calendar-date):
4922 * calendar/diary-lib.el (fancy-diary-display):
4923 Check for font-lock-mode before using faces.
4924
4925 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
4926 (calendar-gregorian-from-absolute): Reduce the number of lets.
4927 (hebrew-holidays-4, generate-calendar-window): Simplify.
4928 (calendar-for-loop): Make obsolete.
4929 (calendar-nth-named-day): Doc fix.
4930
4931 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
4932 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
4933 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
4934 Reduce the number of lets.
4935 (mark-sexp-diary-entries, calendar-mark-complex):
4936 Expand calendar-for-loops.
4937
4938 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
4939
4940 * find-dired.el (find-dired-filter): Fix last patch to handle
4941 multi-line process input. Pad link numbers too.
4942
4943 2008-04-01 Jari Aalto <jari.aalto@cante.net>
4944
4945 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
4946
4947 2008-04-01 Jason Rumney <jasonr@gnu.org>
4948
4949 * international/characters.el (script-list): Add phonetic script,
4950 covering IPA (previously Latin), Phonetic Extensions and
4951 Phonetic Extensions Supplement (both previously unassigned).
4952
4953 * international/fontset.el (setup-default-fontset): Use unicode fonts
4954 that cover bopomofo script for bopomofo.
4955 Likewise for braille and mathematical.
4956 Use unicode scripts that cover the phonetic script for IPA.
4957
4958 2008-04-01 Johan Bockgård <bojohan@gnu.org>
4959
4960 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
4961 return the assigned value.
4962
4963 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4964
4965 * abbrev.el (abbrev-mode): Use define-minor-mode.
4966
4967 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
4968 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
4969 Use map-keymap.
4970 (minor-mode-menu-from-indicator): Use it. Simplify.
4971
4972 * bindings.el (mode-line-mode-menu): Move before (new) first use.
4973 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
4974 Bind the key directly to the menu.
4975 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
4976
4977 2008-04-01 Daiki Ueno <ueno@unixuser.org>
4978
4979 * epa.el (epa-decrypt-region): Explain the reason why this
4980 function should not be used in Lisp programs.
4981 (epa-decrypt-armor-in-region): Ditto.
4982 (epa-verify-region): Ditto.
4983 (epa-verify-cleartext-in-region): Ditto.
4984 (epa-sign-region): Ditto.
4985 (epa-encrypt-region): Ditto.
4986
4987 * epg.el (epg-start-receive-keys): Fix typo in docstring.
4988
4989 * epa.el (epa-select-keys): Show menu even if there is no key in
4990 GnuPG's keyring.
4991
4992 2008-04-01 Glenn Morris <rgm@gnu.org>
4993
4994 * calendar/calendar.el (calendar-make-temp-face): New function.
4995 (mark-visible-calendar-date):
4996 * calendar/diary-lib.el (fancy-diary-display): Use it.
4997
4998 * vc-hooks.el (vc-responsible-backend): Declare as function.
4999
5000 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
5001 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
5002 * calendar/cal-julian.el (holiday-julian): Use it.
5003
5004 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
5005 (calendar-hebrew-date-is-visible-p): Extract some common code into
5006 separate function.
5007 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
5008
5009 * calendar/cal-menu.el (cal-menu-holidays-menu):
5010 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
5011 rather than obsolete alias.
5012
5013 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
5014 for mark characters.
5015 (calendar-unmark): Unmark by removing all overlays, rather than
5016 redrawing.
5017 (calendar-starred-day): Remove.
5018 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
5019 (calendar-cursor-to-date): No need for special star handling now
5020 using overlays.
5021 (calendar-star-date): Use overlays.
5022
5023 * calendar/cal-french.el (calendar-goto-french-date):
5024 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
5025 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
5026 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
5027 * calendar/cal-persia.el (calendar-persian-date-string):
5028 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5029 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
5030 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
5031 * calendar/solar.el (solar-equinoxes-solstices):
5032 Reduce nesting of some lets.
5033
5034 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
5035 (calendar-goto-mayan-long-count-date): Simplify.
5036
5037 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
5038 Simplify by using mapcar.
5039 (calendar-list-holidays): Return holiday-list.
5040 (list-holidays): Use let rather than let*. Remove un-needed locals
5041 `d', `never'.
5042 (calendar-check-holidays): Return result from dolist.
5043 (holiday-float): Use a single let*. Simplify if-and to and.
5044 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
5045 single let*.
5046
5047 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
5048
5049 * calc/calc.el: Autoload `calc-yank'.
5050 (calc-mode-map): Add keybindings for `calc-yank'.
5051 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
5052 assignments for `calc-yank'.
5053
5054 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
5055
5056 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
5057 (vc-status-mark-buffer-changed): Handle the extra field.
5058
5059 * vc-bzr.el (vc-bzr-after-dir-status):
5060 * vc-cvs.el (vc-cvs-after-dir-status):
5061 * vc-hg.el (vc-hg-after-dir-status):
5062 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
5063
5064 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5065
5066 * doc-view.el: Compute displayed pages first (in PDF).
5067 (doc-view-current-converter-processes): Rename from
5068 doc-view-current-converter-process. Update users.
5069 (doc-view-sentinel): Test buffer's liveness.
5070 (doc-view-pdf/ps->png-sentinel): Remove.
5071 (doc-view-start-process): New function.
5072 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
5073 (doc-view-ps->pdf): Use it.
5074 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
5075 New functions.
5076 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
5077 (doc-view-mode): Kill the processes when leaving the mode.
5078
5079 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
5080
5081 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
5082 Use `byte-compile-warning-types'. Add docstring.
5083
5084 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5085
5086 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
5087 (smerge-resolve): Add various resolution heuristics.
5088
5089 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
5090 in 3-way conflicts.
5091
5092 2008-03-31 Glenn Morris <rgm@gnu.org>
5093
5094 * calendar/cal-bahai.el (diary-bahai-mark-entries):
5095 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
5096 * calendar/cal-islam.el (mark-islamic-diary-entries):
5097 Fix argument order in call to diary-mark-entries-1.
5098
5099 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
5100 pre-Bahai dates.
5101 (holiday-bahai): Use an algorithm actually relevant to this calendar
5102 system.
5103
5104 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
5105
5106 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
5107 Use and.
5108
5109 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
5110 in the last fortnight in Julian October.
5111
5112 * calendar/calendar.el (increment-calendar-month): Optionally handle
5113 systems without 12 months per year.
5114
5115 (calendar-date-is-visible-p): Doc fix. Simplify.
5116
5117 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
5118 from dolist.
5119
5120 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
5121
5122 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
5123 (hi-lock-unload-function): New function.
5124
5125 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
5126
5127 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
5128 overwriting when NEWNAME is a local file.
5129
5130 * net/trampver.el: Update release number.
5131
5132 2008-03-30 Alexandre Julliard <julliard@winehq.org>
5133
5134 * vc-git.el: Make vc-status display information about copies,
5135 renames and permission changes.
5136 (vc-git-extra-fileinfo): New defstruct.
5137 (vc-git-escape-file-name, vc-git-file-type-as-string)
5138 (vc-git-rename-as-string, vc-git-permissions-as-string)
5139 (vc-git-status-printer): New functions.
5140 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
5141 (vc-git-after-dir-status-stage1): Look for copies, renames and
5142 permission changes.
5143 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
5144 (vc-git-dir-status): Ask for staged files and renames.
5145
5146 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5147
5148 * vc.el: Allow backends to display backend specific information in
5149 the vc-status listing.
5150 (vc-status-fileinfo): Add a field for backend specific information.
5151 (vc-status-printer): Rename to ...
5152 (vc-default-status-printer): ... this.
5153 (vc-status-printer): New function.
5154 (vc-update-vc-status-buffer): Set the backend specific file info
5155 if provided.
5156
5157 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5158
5159 * textmodes/remember.el (remember-diary-convert-entry): Revert last
5160 change (ill-conceived).
5161
5162 2008-03-29 Glenn Morris <rgm@gnu.org>
5163
5164 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
5165 * calendar/cal-julian.el (holiday-julian): Simplify.
5166
5167 * calendar/holidays.el (list-holidays): Use or.
5168
5169 2008-03-29 Juri Linkov <juri@jurta.org>
5170
5171 * window.el (split-window-preferred-horizontally): New function.
5172
5173 * cus-start.el (split-window-preferred-function):
5174 Set choice for "vertically" to nil instead of split-window.
5175 Set choice for "horizontally" to split-window-preferred-horizontally
5176 instead of lambda.
5177
5178 2008-03-29 Juri Linkov <juri@jurta.org>
5179
5180 * simple.el (minibuffer-default-add-function): New variable with
5181 the default to minibuffer-default-add-completions.
5182 (minibuffer-default-add-done): New variable. Make it buffer-local.
5183 (minibuffer-default-add-completions): New function.
5184 (goto-history-element): Set minibuffer-default-add-done to t and
5185 call a function in minibuffer-default-add-function when the
5186 specified absolute history position is greater than the length of
5187 the minibuffer-default list and minibuffer-default-add-done is nil.
5188 Change "^End of history; no next item$" to "^End of defaults;
5189 no next item$".
5190
5191 * bindings.el (debug-ignored-errors): Change "^End of history;
5192 no next item$" to "^End of defaults; no next item$".
5193
5194 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5195
5196 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
5197
5198 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
5199 to with-no-warnings.
5200
5201 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
5202
5203 Sync with Tramp 2.1.13.
5204
5205 * net/tramp-ftp.el: Require 'cl when byte-compiling.
5206
5207 * net/trampver.el: Update release number.
5208
5209 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
5210
5211 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
5212 the current backend.
5213
5214 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
5215 (vc-status-refresh): Create a temporary buffer and call the
5216 `dir-status' backend function from that buffer.
5217
5218 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
5219 (vc-bzr-after-dir-status): Don't kill the buffer.
5220
5221 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
5222 (vc-cvs-after-dir-status): Don't kill the buffer.
5223
5224 * vc-git.el (vc-git-dir-status): Don't create a buffer.
5225 (vc-git-after-dir-status-stage2): Don't kill the buffer.
5226
5227 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
5228 (vc-hg-after-dir-status): Don't kill the buffer.
5229
5230 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
5231 (vc-svn-after-dir-status): Don't kill the buffer.
5232
5233 2008-03-29 Glenn Morris <rgm@gnu.org>
5234
5235 * calendar/calendar.el (diary-file, american-date-diary-pattern)
5236 (european-date-diary-pattern, european-calendar-display-form)
5237 (american-calendar-display-form, diary-display-hook): Doc fixes.
5238 (european-calendar-style): Doc fix. Use calendar-set-date-style for
5239 custom :set. Mark as obsolete.
5240 (calendar-date-style, iso-date-diary-pattern)
5241 (iso-calendar-display-form): New user variables.
5242 (diary-date-forms, calendar-date-display-form): Set using
5243 calendar-date-style. Doc fix.
5244 (calendar-set-date-style): New command.
5245 (european-calendar, american-calendar): Use calendar-set-date-style.
5246 Mark as obsolete.
5247
5248 * calendar/diary-lib.el (number): Move declaration where needed.
5249 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
5250 (diary-make-date): New function.
5251 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
5252 Use diary-make-date.
5253 (diary-date-display-form, diary-insert-entry-1): New functions.
5254 (insert-monthly-diary-entry, insert-yearly-diary-entry):
5255 Use diary-insert-entry-1.
5256 (insert-anniversary-diary-entry, insert-block-diary-entry)
5257 (insert-cyclic-diary-entry): Use diary-date-display-form.
5258
5259 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5260 Autoload diary-insert-entry-1.
5261 * calendar/cal-bahai.el (diary-bahai-insert-entry)
5262 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5263 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
5264 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
5265 * calendar/cal-islam.el (insert-islamic-diary-entry)
5266 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
5267 Use diary-insert-entry-1.
5268
5269 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
5270 (diary-yahrzeit): Doc fix. Use diary-make-date.
5271
5272 * calendar/icalendar.el (icalendar--datetime-to-american-date):
5273 New name for icalendar--datetime-to-noneuropean-date. Make old name
5274 obsolete alias.
5275 (icalendar--datetime-to-iso-date): New function.
5276 (icalendar--datetime-to-diary-date): Doc fix. Respect
5277 calendar-date-style if bound.
5278
5279 * textmodes/remember.el (remember-diary-convert-entry):
5280 Respect calendar-date-style if bound.
5281
5282 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5283
5284 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
5285 (xterm-mouse-handle-delete-frame): Delete.
5286
5287 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
5288 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
5289 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
5290 in xterm-modify-other-keys-terminal-list.
5291
5292 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
5293 are conflicts.
5294
5295 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
5296
5297 * vc.el (vc-update): Check if the buffer is unsaved only if it
5298 actually exists.
5299 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
5300 vc-print-log.
5301
5302 2008-03-28 Magnus Henoch <mange@freemail.hu>
5303
5304 * net/dns.el (dns-write): Use set-buffer-multibyte.
5305
5306 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5307
5308 * vc-bzr.el (vc-bzr-sha1): New fun.
5309 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
5310 (vc-bzr-registered): Use it.
5311
5312 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
5313
5314 * vc.el (vc-status-kill-dir-status-process): Simplify.
5315 (vc-status-refresh): Make sure the buffer is live.
5316 (ring): Don't require it, not used.
5317
5318 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
5319
5320 * progmodes/verilog-mode.el (verilog-auto-inout-module):
5321 Add optional regular expression to AUTOINOUTMODULE.
5322 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
5323 (verilog-auto-inst-param, verilog-auto-reg)
5324 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
5325 (verilog-auto-output-every, verilog-auto-input)
5326 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
5327 (verilog-auto-unused, verilog-auto): Update documentation to use
5328 more obvious instance module names versus cell names.
5329
5330 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
5331
5332 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
5333 kill if a process is running.
5334
5335 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
5336
5337 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
5338
5339 * vc.el: Add new backend function 'status-extra-headers.
5340 (vc-default-status-extra-headers): New function.
5341 (vc-status-headers): Call 'status-extra-headers. Add colors.
5342
5343 * vc-git.el (vc-git-status-extra-headers): New function.
5344
5345 2008-03-28 Glenn Morris <rgm@gnu.org>
5346
5347 * calendar/cal-menu.el (cal-menu-holidays-menu)
5348 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
5349 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
5350 holiday-list is optional.
5351 (calendar-mouse-holidays): Remove un-needed local `l'.
5352
5353 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5354 Remove un-needed local `date'.
5355 (calendar-cursor-to-visible-date): Use let rather than let*.
5356 Remove un-needed local `first-of-month-weekday'.
5357
5358 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
5359
5360 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
5361 Doc fixes.
5362 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
5363 (diary-header-line-flag, diary-header-line-format): Declare.
5364 (diary-pull-attrs): Check for multiple matches.
5365 (diary-list-entries-2): Simplify finding start of date.
5366 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
5367 pop-up-frames.
5368 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
5369 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
5370
5371 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
5372
5373 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
5374
5375 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
5376
5377 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5378
5379 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
5380
5381 * image-mode.el (image-mode-reapply-winprops): Fix last change.
5382
5383 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
5384
5385 * international/mule-conf.el (define-iso-single-byte-charset):
5386 Don't make latin-iso8859-* supplementary.
5387 (#'set-charset-priority): Don't change the priority of charsets
5388 `unicode' and `emacs'.
5389
5390 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5391
5392 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
5393 temp buffer.
5394
5395 2008-03-27 Glenn Morris <rgm@gnu.org>
5396
5397 * calendar/cal-bahai.el (diary-bahai-list-entries):
5398 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
5399 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
5400
5401 * calendar/calendar.el (diary-file): Doc fix.
5402
5403 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
5404 (list-diary-entries-hook, mark-diary-entries-hook)
5405 (include-other-diary-files, diary-mail-entries)
5406 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
5407 (diary-set-header): New function.
5408 (diary-header-line-flag, diary-header-line-format):
5409 Use diary-set-header for custom :set function.
5410 (diary-set-maybe-redraw): Use symbol-value rather than eval.
5411 (diary-attrtype-convert): Use intern-soft rather than read.
5412 (diary-display-no-entries): New function.
5413 (simple-diary-display, fancy-diary-display): Use it.
5414 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
5415 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
5416
5417 * calendar/holidays.el (list-holidays): Doc fix.
5418
5419 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
5420
5421 * calc/calc-store.el (calc-read-var-name-history): New variable.
5422 (calc-read-var-name): Use `calc-read-var-name-history'.
5423
5424 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5425
5426 * image-mode.el (image-mode-reapply-winprops): Simplify now that
5427 window-configuration-change-hook works buffer-locally.
5428
5429 2008-03-26 Johan Bockgård <bojohan@gnu.org>
5430
5431 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
5432 for Emacs Lisp, not Lisp.
5433
5434 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
5435
5436 * help-fns.el (describe-function-1, describe-variable):
5437 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
5438
5439 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
5440 replacement is provided, don't print "use nil instead".
5441
5442 2008-03-26 Johan Bockgård <bojohan@gnu.org>
5443
5444 * complete.el (PC-do-completion): Use regexp-quote.
5445
5446 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
5447
5448 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
5449 Detect missing files.
5450
5451 * vc-git.el (vc-git-extra-menu-map): New key map.
5452 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
5453 New functions.
5454
5455 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
5456 and 'missing files.
5457
5458 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5459
5460 * calendar/holidays.el (list-holidays): Make Y2 optional.
5461
5462 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
5463 buffers shown to the user.
5464 (appt-disp-window): Disable undo explicitly now that the leading space
5465 is gone.
5466
5467 * simple.el (activate-mark): New function.
5468 (set-mark-command): Use it with region-active-p to clean up the code.
5469 (exchange-point-and-mark): Invert the meaning of C-u when
5470 transient-mark-mode is active.
5471
5472 * dired-aux.el (dired-create-files): Use dolist.
5473
5474 * bindings.el (mode-line-change-eol): Use with-selected-window.
5475
5476 * apropos.el (apropos-command): Include macros.
5477
5478 2008-03-26 Glenn Morris <rgm@gnu.org>
5479
5480 * calendar/cal-bahai.el: Require calendar, not cal-julian.
5481 (calendar-bahai-epoch): Doc fix.
5482
5483 * calendar/cal-china.el: Explicitly require calendar.
5484
5485 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
5486 Require calendar rather than cal-julian.
5487 Autoload calendar-absolute-from-julian.
5488 * calendar/cal-coptic.el (coptic-calendar-epoch):
5489 * calendar/cal-islam.el (calendar-islamic-epoch):
5490 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
5491
5492 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
5493
5494 * calendar/cal-dst.el: Don't require cal-persia.
5495 (calendar-absolute-from-persian): Autoload it.
5496 (dst-adjust-time): Doc fix.
5497
5498 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
5499 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
5500 calendar.
5501
5502 * calendar/cal-menu.el: Require calendar rather than declaring
5503 functions.
5504 * calendar/calendar.el: Provide calendar before requiring cal-menu.
5505
5506 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
5507 calendar-after-frame-setup-hooks. Update callers, make old name an
5508 obsolete alias. Doc fix.
5509 (calendar-frame-1): Doc fix.
5510
5511 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
5512
5513 * calendar/calendar.el (oriental-holidays, solar-holidays):
5514 * calendar/holidays.el (list-holidays): Assume atan always bound.
5515
5516 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
5517 Explicitly require calendar, not cal-julian.
5518 * calendar/lunar.el: Explicitly require cal-dst.
5519
5520 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5521
5522 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
5523
5524 * help-fns.el (describe-function-1, describe-variable): If no
5525 replacement is provided, don't print "use nil instead".
5526
5527 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5528
5529 * proced.el: New file.
5530
5531 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
5532
5533 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
5534
5535 2008-03-25 Juri Linkov <juri@jurta.org>
5536
5537 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
5538 in battery-mode-line-format.
5539
5540 * bindings.el (minibuffer-local-map): For the command
5541 file-cache-minibuffer-complete replace keymap minibuffer-local-map
5542 with map which is already locally bound to minibuffer-local-map.
5543
5544 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5545
5546 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
5547 Remove `sort-first' argument.
5548
5549 * subr.el (redisplay-end-trigger-functions)
5550 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
5551 (process-filter-multibyte-p, set-process-filter-multibyte):
5552 Mark as obsolete.
5553
5554 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
5555
5556 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
5557 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
5558 use the LOCAL arg of `add-hook'.
5559 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
5560 Remove spurious * from defcustom docstrings.
5561 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
5562 Fix typos in messages.
5563 (reb-mode-buffer-p): New function.
5564 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
5565 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
5566 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
5567 Use `unless', `when'.
5568 (re-builder-unload-function): New function.
5569
5570 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
5571
5572 * vc-hooks.el (vc-state): Add documentation for 'missing.
5573
5574 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
5575
5576 * progmodes/verilog-mode.el (verilog-auto-output)
5577 (verilog-auto-input, verilog-auto-inout, verilog-auto)
5578 (verilog-delete-auto): Add optional regular expression to
5579 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
5580 (verilog-signals-matching-regexp): New internal function for
5581 signal matching.
5582
5583 2008-03-25 Johan Bockgård <bojohan@gnu.org>
5584
5585 * info.el (Info-isearch-search): Always return point.
5586
5587 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5588
5589 * diff-mode.el (diff-remembered-defdir): New var.
5590 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
5591
5592 2008-03-25 Glenn Morris <rgm@gnu.org>
5593
5594 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
5595 calendar-bahai-prompt-for-date. Update callers, make old name an
5596 obsolete alias. Doc fix.
5597 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
5598 coptic-prompt-for-date. Update callers, make old name an
5599 obsolete alias. Doc fix.
5600 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
5601 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
5602 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
5603 calendar-islamic-prompt-for-date. Update callers. Doc fix.
5604 * calendar/cal-iso.el (calendar-iso-read-date): New name for
5605 calendar-iso-read-args. Update callers, make old name an obsolete
5606 alias.
5607 * calendar/cal-persia.el (calendar-persian-read-date): New name for
5608 persian-prompt-for-date. Update callers, make old name an
5609 obsolete alias. Doc fix. Move definition before use.
5610
5611 * calendar/cal-x.el (diary-frame-parameters)
5612 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
5613 (calendar-frame-1): Doc fixes.
5614 (make-fancy-diary-buffer): Remove declaration.
5615 (calendar-dedicate-diary): Replace call to deleted function
5616 make-fancy-diary-buffer.
5617 (calendar-frame-setup): New function.
5618 (calendar-one-frame-setup, calendar-only-one-frame-setup)
5619 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
5620 work, and mark as obsolete.
5621 (special-display-buffer-names): Don't mess with this; it's not our
5622 business.
5623 (cal-x-load-hook): Defvar it, and mark as obsolete.
5624
5625 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5626 Default to t. Add to 'calendar group.
5627 (calendar): Doc fix. Use calendar-frame-setup.
5628 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
5629 (generate-calendar-window): Doc fix.
5630
5631 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5632
5633 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
5634
5635 2008-03-24 Drew Adams <drew.adams@oracle.com>
5636
5637 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
5638 New variables.
5639 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
5640 (finder-exit): Ignore errors rather than avoiding them.
5641 Kill *Finder-package* buffer also.
5642
5643 2008-03-24 Andreas Schwab <schwab@suse.de>
5644
5645 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
5646
5647 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
5648
5649 * vc-hg.el (vc-hg-after-dir-status):
5650 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
5651
5652 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
5653 Detect removed files.
5654
5655 * vc.el (vc-status-printer): Use a different face for missing files.
5656 (vc-status-hide-up-to-date): Rename from
5657 vc-status-remove-up-to-date. Update all callers.
5658 (vc-status-mode-map): Bind C-m.
5659
5660 2008-03-24 Alexandre Julliard <julliard@winehq.org>
5661
5662 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
5663 code ...
5664 (vc-git--state-code): ... to this new function.
5665 (vc-git-state): Use it.
5666
5667 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
5668
5669 * textmodes/remember.el (remember-mail-date)
5670 (remember-store-in-mailbox): Write date and From line in such a
5671 way that Mutt can read it.
5672
5673 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
5674
5675 * simple.el (transient-mark-mode): Turn on by default.
5676
5677 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5678
5679 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
5680 'unregistered for unregistered files.
5681
5682 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
5683
5684 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
5685
5686 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
5687 subdirectories.
5688
5689 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
5690 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
5691 Add :enable for vc-status-refresh.
5692 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
5693 (vc-status-tool-bar-map): Add binding for
5694 vc-status-kill-dir-status-process.
5695 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
5696 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
5697 Reset vc-status-process-buffer.
5698 (vc-status-refresh): Don't run two refreshes at a time.
5699 (vc-status): If the buffer is already in vc-status-mode only refresh.
5700 (vc-status-mark-buffer-changed): Add an optional file parameter.
5701 (vc-resynch-buffer): Use it.
5702 (vc-delete-file): Expand the file name before using it.
5703 Be careful to not create a new buffer with the old file contents.
5704 Update the VC state after performing the operation.
5705
5706 2008-03-23 Andreas Schwab <schwab@suse.de>
5707
5708 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
5709 Fix radio button condition.
5710 [box]: Likewise.
5711 [customize]: Add radio button.
5712
5713 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
5714
5715 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
5716 (calc-user-parse-tables, calc-gnuplot-default-device)
5717 (calc-gnuplot-default-output, calc-gnuplot-print-device)
5718 (calc-gnuplot-print-output, calc-gnuplot-geometry)
5719 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5720 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
5721 (calc-undo-list, calc-redo-list, calc-main-buffer)
5722 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
5723 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
5724 (calc-said-hello, calc-executing-macro, calc-any-selections)
5725 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
5726 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
5727 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
5728 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
5729 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
5730 (calc-create-buffer, calc-quit): Add docstrings.
5731
5732 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
5733
5734 * makefile.w32-in (WINS_ALMOST): Add org.
5735
5736 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5737
5738 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
5739 New functions to implement vc-status support.
5740
5741 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
5742
5743 * vc.el (vc-status-prepare-status-buffer): New function.
5744 (vc-status): Use it.
5745
5746 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
5747 appropriate.
5748
5749 2008-03-22 Alexandre Julliard <julliard@winehq.org>
5750
5751 * vc-git.el (vc-git--empty-db-p)
5752 (vc-git-after-dir-status-stage1-empty-db): New functions.
5753 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
5754 Add support for empty repositories.
5755
5756 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
5757
5758 * vc-git.el (vc-git-annotate-extract-revision-at-line):
5759 Allow "^" in a version name.
5760
5761 * vc-mtn.el (vc-mtn-state): Support the added state.
5762
5763 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
5764
5765 * org: New directory for Org-mode.
5766
5767 * org/org-export-latex.el: Moved from lisp/texmodes.
5768
5769 * org/org-irc.el: Moved from lisp/texmodes.
5770
5771 * org/org-mac-message.el: Moved from lisp/texmodes.
5772
5773 * org/org-mouse.el: Moved from lisp/texmodes.
5774
5775 * org/org-publish.el: Moved from lisp/texmodes.
5776
5777 2008-03-21 Juri Linkov <juri@jurta.org>
5778
5779 * comint.el (comint-dynamic-simple-complete):
5780 Use variable `stub' for the second arg `common-substring'
5781 of `comint-dynamic-list-completions'.
5782 (comint-dynamic-list-filename-completions):
5783 Use variable `filenondir' for the second arg `common-substring'
5784 of `comint-dynamic-list-completions'.
5785 (comint-dynamic-list-completions): Add new optional arg
5786 `common-substring'. Add `common-substring' as the second arg of
5787 the call to `display-completion-list'. Doc fix.
5788
5789 * comint.el (comint-dynamic-complete-as-filename)
5790 (comint-dynamic-list-filename-completions)
5791 (comint-dynamic-simple-complete): Use `minibuffer-message'
5792 to display message "No completions of %s" when a command
5793 is called in the minibuffer.
5794 (comint-dynamic-simple-complete): Don't display other
5795 completion messages when a command is called in the minibuffer.
5796 (comint-dynamic-list-completions): Use `minibuffer-message'
5797 to display message " [Type space to flush ...]" when a command
5798 is called in the minibuffer.
5799
5800 * shell.el (shell-dynamic-complete-command)
5801 (shell-dynamic-complete-environment-variable): Don't display
5802 completion messages when command is called in the minibuffer.
5803
5804 * emacs-lisp/lisp.el (lisp-complete-symbol):
5805 Use `minibuffer-message' to display message "No completions of %s"
5806 when this command is called in the minibuffer.
5807
5808 * bindings.el (standard-mode-line-modes): Put special help-echo
5809 tooltip on recursive edit %[ %] mode-line constructs.
5810
5811 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
5812 "^No dynamic expansion for .* found$" to allow error messages like
5813 "No dynamic expansion for \"%s\" found in this-buffer".
5814
5815 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
5816
5817 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
5818 "psftp".
5819
5820 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5821
5822 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
5823 * vc.el (vc-default-dired-state-info): Use just "modified".
5824 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
5825 (vc-cvs-mode-line-string): Make use of the better default.
5826 (vc-cvs-parse-entry): Use the new `added'.
5827 (vc-cvs-dired-state-info): Remove.
5828 * vc-svn.el (vc-svn-dired-state-info): Remove.
5829 * vc-hg.el (vc-hg-dired-state-info): Remove.
5830 * vc-git.el (vc-git-dired-state-info): Remove.
5831
5832 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
5833
5834 * vc-git.el (vc-git-status-result): New variable.
5835 (vc-git-dir-status): Split out ...
5836 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
5837 ... these new functions and work asynchronously.
5838
5839 2008-03-21 Alexandre Julliard <julliard@winehq.org>
5840
5841 * vc-git.el (vc-git-after-dir-status): Remove.
5842 (vc-git-dired-state-info): Reimplement.
5843
5844 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
5845
5846 * replace.el (occur-mode-map): Add :help.
5847
5848 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
5849 for disassemble.
5850
5851 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
5852 the 'added state.
5853 (vc-status-remove-up-to-date): New function.
5854 (vc-status-mode-map, vc-status-menu-map): Bind it.
5855 (vc-status-printer): Use a different face up-to-date files.
5856 (vc-resynch-buffer): Update the vc-status buffer if it exists.
5857 (Todo): Remove solved entries.
5858
5859 * vc-hg.el (vc-hg-state):
5860 * vc-git.el (vc-git-state):
5861 * vc-cvs.el (vc-cvs-parse-status):
5862 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
5863 state.
5864
5865 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5866
5867 * progmodes/compile.el (compile):
5868 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
5869
5870 * simple.el (minibuffer-local-shell-command-map): New var.
5871 (minibuffer-complete-shell-command, read-shell-command): New funs.
5872 (shell-command, shell-command-on-region): Use them.
5873
5874 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5875
5876 * vc.el (vc-status-mark-buffer-changed): New function to implement
5877 updating of the *vc-status* buffer when a buffer is saved.
5878 (vc-status-mode): Use it for after-change-hook.
5879 (vc-add-to-vc-status-buffer): Rename to ...
5880 (vc-status-add-entry): ... this.
5881 (Todo): Add new entry.
5882
5883 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5884
5885 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
5886
5887 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
5888
5889 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
5890 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
5891 Remove spurious * from defcustom docstrings.
5892 (icomplete-compute-delay): Fix docstring and remove spurious *.
5893 (icomplete-delay-completions-threshold): Fix typo in docstring and
5894 remove spurious *.
5895 (icomplete-completions): While collecting the list of prospective
5896 candidates, don't overshoot `icomplete-prospects-length'.
5897
5898 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5899
5900 * textmodes/refbib.el:
5901 * textmodes/reftex.el:
5902 * textmodes/reftex-global.el:
5903 * textmodes/reftex-vars.el:
5904 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
5905 compiler pacifying defvars.
5906 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
5907 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
5908 not needed.
5909
5910 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
5911
5912 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
5913 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
5914 (verilog-customize, verilog-font-customize)
5915 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
5916 (verilog-mode): Update documentation strings to match tool tips.
5917 (verilog-auto-search-do, verilog-auto-re-search-do)
5918 (verilog-skip-forward-comment-or-string): Fix verilog-auto
5919 expansion when a .* appears inside a string.
5920 (verilog-re-search-forward, verilog-re-search-backward):
5921 Add comment to recall how this works.
5922 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
5923
5924 2008-03-20 Glenn Morris <rgm@gnu.org>
5925
5926 * calendar/calendar.el (calendar-other-dates): New function.
5927 (calendar-print-other-dates): Use calendar-other-dates.
5928 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
5929 the declarations it replaces.
5930 (calendar-mouse-print-dates): Use calendar-other-dates.
5931
5932 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
5933 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
5934 (calendar-absolute-from-bahai): Fix the leap-year case.
5935 (calendar-bahai-from-absolute): Re-use the Gregorian month.
5936 (calendar-bahai-date-string, calendar-bahai-print-date):
5937 Handle pre-Bahai dates.
5938
5939 * calendar/cal-china.el (chinese-calendar-celestial-stem)
5940 (chinese-calendar-terrestrial-branch): Make defcustoms.
5941
5942 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
5943 (calendar-mouse-view-diary-entries): Use or.
5944 (calendar-mouse-chinese-date): Remove unused command.
5945 (cal-menu-load-hook): Mark as obsolete.
5946
5947 * calendar/solar.el (calendar-location-name, calendar-latitude)
5948 (calendar-longitude, solar-arctan, sunrise-sunset)
5949 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
5950
5951 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
5952
5953 * calc/calc.el: Remove outdated comments.
5954 (defcalcmodevar, calc-mode-var-list-restore-default-values)
5955 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
5956 Add docstrings.
5957
5958 2008-03-19 Jason Rumney <jasonr@gnu.org>
5959
5960 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
5961
5962 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5963
5964 * net/tls.el (open-tls-stream): Reindent.
5965
5966 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
5967
5968 * net/tramp.el (tramp-let-maybe): Removed.
5969 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
5970 It does not exist under XEmacs.
5971 (tramp-handle-file-truename, tramp-handle-expand-file-name)
5972 (tramp-completion-file-name-handler): Let-bind
5973 `directory-sep-char'.
5974
5975 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
5976 `directory-sep-char'.
5977
5978 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5979
5980 * help-fns.el (describe-function-1): Don't signal "missing arglist"
5981 for autoloaded keymaps.
5982
5983 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
5984 (electric-verilog-terminate-line, verilog-in-struct-region-p)
5985 (verilog-backward-ws&directives, verilog-forward-ws&directives)
5986 (verilog-in-comment-p, verilog-in-star-comment-p)
5987 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
5988 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
5989 (verilog-skip-forward-comment-or-string, verilog-in-paren)
5990 (verilog-skip-forward-comment-p): Use it.
5991
5992 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
5993
5994 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
5995 (org-remember-templates, org-time-stamp-rounding-minutes)
5996 (org-back-over-empty-lines, org-find-base-buffer-visiting)
5997 (org-columns-new): Fix typos in docstrings.
5998
5999 2008-03-19 Glenn Morris <rgm@gnu.org>
6000
6001 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
6002 (tramp-handle-shell-command): Use condition-case rather than
6003 ignore-errors.
6004
6005 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6006
6007 * diff-mode.el (diff-header): Make the color louder.
6008 (diff-refine-change): Tone the color down.
6009
6010 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
6011
6012 * descr-text.el (describe-char): When `describe-char-unidata-list'
6013 is set to show all properties, list them in the right order.
6014
6015 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
6016
6017 * international/mule.el (load-with-code-conversion): Avoid setting
6018 default-enable-multibyte-characters.
6019
6020 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
6021
6022 * vc.el (vc-annotate-background): Fix custom type.
6023
6024 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
6025
6026 * descr-text.el (describe-char-unidata-list): Allow specifying
6027 just all properties.
6028 (describe-char): Handle that new value.
6029
6030 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
6031
6032 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
6033
6034 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
6035 instead of file name extension to make docs with uncommon
6036 extensions work.
6037
6038 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
6039
6040 * doc-view.el (require): Require cl at compile time because
6041 `assert' needs it.
6042
6043 2008-03-18 Glenn Morris <rgm@gnu.org>
6044
6045 * calendar/calendar.el (initial-calendar-window-hook)
6046 (today-visible-calendar-hook): Doc fixes.
6047
6048 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
6049
6050 * net/tramp.el (tramp-root-regexp): Simplify.
6051 (tramp-completion-file-name-regexp-separate): Don't insist on
6052 leading "[". This prevents method or user or host completion.
6053 (tramp-let-maybe): Autoload it.
6054 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
6055 is an alias for `identity'.
6056 (tramp-handle-write-region): Protect `last-coding-system-used'
6057 over the trailing statements.
6058 (tramp-completion-file-name-handler-post-function): Remove.
6059 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
6060 instead of calling `tramp-drop-volume-letter'.
6061
6062 * net/tramp.el:
6063 * net/tramp-uu.el:
6064 * net/trampver.el: Move coding cookie at the end.
6065
6066 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6067
6068 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
6069 elements which may be something else than characters.
6070
6071 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
6072
6073 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
6074 New functions to implement vc-status support.
6075
6076 * vc.el (vc-default-extra-status-menu)
6077 (vc-add-to-vc-status-buffer): New functions.
6078
6079 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6080 for eldoc and ielm.
6081
6082 2008-03-17 Glenn Morris <rgm@gnu.org>
6083
6084 * calendar/cal-x.el (diary-frame-parameters)
6085 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
6086 Fix custom type; add options.
6087 (calendar-frame, diary-frame): Doc fixes.
6088 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
6089 new functions.
6090 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
6091 Use calendar-frame-1 and calendar-dedicate-diary.
6092 (calendar-one-frame-setup): Also handle only-one-frame case.
6093 (calendar-only-one-frame-setup): Doc fix. Just call
6094 calendar-one-frame-setup.
6095
6096 * calendar/diary-lib.el: Re-order some definitions before their use.
6097 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
6098 (diary-list-entries): Doc fixes.
6099 (make-fancy-diary-display): Remove function.
6100
6101 * calendar/calendar.el (calendar-today-marker)
6102 (initial-calendar-window-hook, today-visible-calendar-hook)
6103 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
6104 (calendar-star-date, calendar-mark-today): Doc fixes.
6105 (today-visible-calendar-hook): Add options.
6106 (calendar-in-read-only-buffer): New macro.
6107 (calendar-basic-setup): Adapt for change in calendar-read-date.
6108 Place holiday let inside if.
6109 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
6110 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
6111 (calendar-print-other-dates): Use one let rather than many.
6112
6113 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
6114 (calendar-print-other-dates):
6115 * calendar/cal-hebrew.el (list-yahrzeit-dates):
6116 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
6117 * calendar/holidays.el (calendar-list-holidays, list-holidays)
6118 (calendar-cursor-holidays):
6119 * calendar/lunar.el (calendar-phases-of-moon): Use
6120 calendar-in-read-only-buffer to replace previous code and disable undo.
6121
6122 2008-03-16 Juri Linkov <juri@jurta.org>
6123
6124 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
6125 and regexp-search-ring-yank-pointer for the HISTPOS argument of
6126 read-from-minibuffer to provide the correct initial minibuffer
6127 history position in isearch-edit-string when it is called from
6128 isearch-ring-adjust.
6129
6130 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
6131 to check if the current buffer is the minibuffer, and in this case
6132 call abort-recursive-edit to kill the minibuffer. Doc fix.
6133 (kill-this-buffer-enabled-p): Allow this function to return non-nil
6134 when the current buffer is the minibuffer.
6135
6136 * simple.el (goto-line): Leave mark at previous position. Doc fix.
6137
6138 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
6139
6140 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
6141 Use non-nil PARENTS attribute of make-directory instead of
6142 explicitly checking existence the current cache directory.
6143
6144 2008-03-16 Daiki Ueno <ueno@unixuser.org>
6145
6146 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
6147 M-x epa-file-select-keys.
6148
6149 2008-03-16 Kenichi Handa <handa@m17n.org>
6150
6151 * international/mule.el (auto-coding-alist):
6152 Use no-conversion-multibyte for archive files.
6153
6154 2008-03-16 Glenn Morris <rgm@gnu.org>
6155
6156 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
6157 New functions.
6158 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
6159 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
6160 Use calendar-mark-1.
6161 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
6162 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
6163 Use calendar-mark-complex.
6164 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
6165 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
6166 Use calendar-mark-1.
6167
6168 * calendar/calendar.el (calendar-mod): Remove.
6169 * calendar/cal-china.el (calendar-chinese-from-absolute)
6170 (calendar-chinese-date-string): Expand calendar-mod calls.
6171 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
6172 Expand calendar-mod calls.
6173
6174 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
6175 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
6176 (diary-bahai-insert-yearly-entry): Use let rather than let*.
6177 Move obsolete aliases after the functions that replaced them.
6178
6179 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
6180 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
6181 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
6182 Use let rather than let*.
6183 (calendar-hebrew-prompt-for-date): New function.
6184 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
6185 (holiday-tisha-b-av-etc): Use unless, let.
6186
6187 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
6188 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
6189
6190 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
6191
6192 * calendar/calendar.el (calendar-for-loop): Add indent spec.
6193
6194 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
6195 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
6196 than concat.
6197 (diary): Remove un-needed let.
6198 (view-other-diary-entries): Rename argument.
6199 (diary-list-entries-2): New function.
6200 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
6201 (print-diary-entries): Use unless.
6202 (diary-mark-entries-1): Change argument order, make all but
6203 markfunc optional. Handle the standard (Gregorian) case.
6204 Use match-string-no-properties. Handle marks.
6205 (mark-diary-entries): Use diary-mark-entries-1.
6206 (diary-font-lock-keywords-1): New macro.
6207 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
6208
6209 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
6210
6211 * icalendar.el (icalendar-version): Increase to 0.18.
6212 (icalendar-export-hidden-diary-entries): New variable.
6213 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
6214 In case of error, insert full error-val.
6215 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
6216 Use calendar-day-of-week. Return the day number.
6217 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
6218
6219 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
6220
6221 * icalendar.el (icalendar-recurring-start-year): New variable.
6222 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
6223 (icalendar-export-region): Ignore hidden diary entries.
6224 (icalendar--convert-ordinary-to-ical): Fix case where event
6225 spans across midnight boundary.
6226 (icalendar-first-weekday-of-year): New function.
6227 (icalendar--convert-weekly-to-ical): Allow user-selectable start
6228 year for recurring events (Mozilla calendars do not propagate
6229 recurring events forever, so year 2000 start date was not working).
6230 (icalendar--convert-yearly-to-ical): Remove extra spaces in
6231 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
6232
6233 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
6234
6235 * net/tramp.el (tramp-root-regexp): New defconst.
6236 (tramp-completion-file-name-regexp-unified)
6237 (tramp-completion-file-name-regexp-separate)
6238 (tramp-completion-file-name-regexp-url): Use it.
6239 (tramp-do-copy-or-rename-file-via-buffer):
6240 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
6241 t for `insert-file-contents-literally'.
6242 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
6243 Autoload it.
6244 (tramp-completion-file-name-handler-post-function): New defconst.
6245 (tramp-completion-file-name-handler): Use it.
6246 (tramp-maybe-open-connection): Update calls to
6247 `tramp-flush-connection-property' for removed 2nd argument.
6248
6249 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6250
6251 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
6252 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
6253 New functions.
6254
6255 2008-03-15 Glenn Morris <rgm@gnu.org>
6256
6257 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
6258 New functions.
6259 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
6260 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
6261 (diary-list-entries-1, diary-mark-entries-1): Autoload.
6262 (diary-bahai-list-entries): Use diary-list-entries-1.
6263 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
6264 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
6265 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
6266 (diary-list-entries-1, diary-mark-entries-1): Autoload.
6267 (list-hebrew-diary-entries): Use diary-list-entries-1.
6268 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
6269 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
6270 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
6271 (diary-list-entries-1, diary-mark-entries-1): Autoload.
6272 (list-islamic-diary-entries): Use diary-list-entries-1.
6273 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
6274
6275 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
6276
6277 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
6278
6279 * calendar/cal-china.el (number-chinese-months)
6280 (calendar-chinese-from-absolute): Use nth, caar.
6281
6282 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
6283
6284 * calendar/cal-french.el (french-calendar-accents): Doc fix.
6285
6286 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
6287 (calendar-hebrew-month-name-array-leap-year)
6288 (hebrew-calendar-parashiot-names): Make constants.
6289 (diary-parasha): Move definition after constants it uses.
6290
6291 * calendar/cal-html.el (cal-html-insert-link-yearpage)
6292 (cal-html-htmlify-list): Doc fix.
6293 (cal-html-htmlify-entry): Use nth.
6294
6295 * calendar/cal-islam.el (calendar-islamic-month-name-array)
6296 (calendar-islamic-epoch): Make constants.
6297 (calendar-islamic-epoch): Doc fix.
6298
6299 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
6300
6301 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
6302 (cal-tex-month-name): Doc fix.
6303 (cal-tex-last-blank-p): Use zerop.
6304
6305 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
6306 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
6307 (calendar-cursor-to-date): Doc fix.
6308 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
6309 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
6310 (calendar-day-number): Use when.
6311 (generate-calendar-month): Use dotimes.
6312 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
6313 (calendar-set-mark): Reverse conditional.
6314 (calendar-make-alist): Move definition before use.
6315
6316 * calendar/diary-lib.el (diary-face-attrs)
6317 (diary-glob-file-regexp-prefix, diary-selective-display)
6318 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
6319 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
6320 (diary-anniversary, diary-cyclic)
6321 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
6322 (diary-header-line-format): Change wording.
6323 (diary-list-entries): Set `date-start' in let.
6324 (include-other-diary-files, mark-included-diary-files): Use format.
6325 (simple-diary-display, fancy-diary-display): Use cadr, unless.
6326 (mark-diary-entries): Use 1+.
6327 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
6328 (mark-calendar-month): Use dotimes.
6329
6330 * calendar/holidays.el (displayed-month, displayed-year):
6331 Move declarations where needed.
6332 (calendar-list-holidays): Doc fix.
6333
6334 * calendar/parse-time.el (parse-time-string): Simplify.
6335
6336 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
6337 Make constants.
6338 (solar-sunrise-sunset): Rename some local variables for clarity.
6339 (sunrise-sunset): Use zerop.
6340 (solar-mean-equinoxes/solstices): Doc fix.
6341
6342 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
6343 Use nth.
6344 (timeclock-completing-read, timeclock-generate-report): Use zerop.
6345 (timeclock-mean, timeclock-generate-report): Use dolist.
6346
6347 * calendar/todo-mode.el (todo-add-category): Simplify.
6348 (todo-more-important-p, todo-delete-item, todo-file-item):
6349 Use unless, when.
6350 (todo-top-priorities): Use zerop.
6351
6352 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
6353
6354 * buff-menu.el (list-buffers-noselect): Display buffer name in
6355 tooltip instead of mouse binding when it doesn't fit in the list.
6356
6357 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
6358
6359 * faces.el (xw-defined-colors):
6360 * simple.el (widget-convert, shell-mode): Declare as functions
6361 instead of autoloading.
6362
6363 * abbrev.el:
6364 * button.el:
6365 * cus-face.el:
6366 * ediff-hook.el:
6367 * emacs-lisp/backquote.el:
6368 * emacs-lisp/timer.el:
6369 * facemenu.el:
6370 * faces.el:
6371 * menu-bar.el:
6372 * simple.el:
6373 * subr.el:
6374 * textmodes/fill.el:
6375 * textmodes/paragraphs.el: Remove autoloads, redundant when the
6376 files are preloaded.
6377
6378 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * desktop.el (desktop-create-buffer): Don't catch errors if
6381 debug-on-error is set.
6382
6383 2008-03-14 Eli Zaretskii <eliz@gnu.org>
6384
6385 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
6386 ($(lisp)/calendar/diary-loaddefs.el)
6387 ($(lisp)/calendar/hol-loaddefs.el): New targets.
6388 (LOADDEFS): New macro.
6389 (autoloads): Depend on $(LOADDEFS).
6390
6391 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
6392
6393 * font-lock.el (featurep): Remove test, not useful anymore.
6394 (facemenu-keymap): Move key binding ...
6395 * facemenu.el (facemenu-keymap): ... here.
6396
6397 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
6398 for each file in the list.
6399 (vc-bzr-log-view-mode): Recognize the file marker.
6400
6401 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6402 for checkdoc and profiling.
6403
6404 2008-03-14 Bastien Guerry <bzg@altern.org>
6405
6406 * textmodes/flyspell.el (nxml-mode): Add the right
6407 `flyspell-mode-predicate'.
6408
6409 * wid-edit.el (link): Use 'mouse-face for :follow-link.
6410
6411 2008-03-14 Glenn Morris <rgm@gnu.org>
6412
6413 * calendar/solar.el: Reorder so that functions are defined before use.
6414 (displayed-month, displayed-year): Move declarations where needed.
6415 (solar-get-number): Move definition before use. Use unless.
6416 (solar-equatorial-coordinates): Simplify.
6417 (solar-sunrise-and-sunset): Use let rather than let*.
6418 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
6419
6420 * startup.el (command-line-1): Rename -internal-script back to
6421 -scriptload (reverts previous change).
6422
6423 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
6424 (calendar-bahai-leap-base): Add doc strings.
6425 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
6426 Move definition before use.
6427 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
6428 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
6429 variables outside the loop. Use dolist.
6430 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
6431
6432 * calendar/cal-china.el: Re-order so that functions are defined before
6433 use.
6434 (displayed-month, displayed-year): Move declarations where needed.
6435 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
6436 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
6437 Add doc strings.
6438 (chinese-year-cache): Recenter on 2010. Doc fix.
6439 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
6440 Doc fix. Simplify.
6441 (chinese-year-cache-init): New function.
6442 (compute-chinese-year, holiday-chinese-new-year)
6443 (calendar-chinese-date-string, calendar-goto-chinese-date)
6444 (make-chinese-month-assoc-list): Use cadr, nth.
6445 (chinese-months): Remove un-needed let.
6446
6447 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
6448 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
6449 (coptic-prompt-for-date): Move definition before use.
6450
6451 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
6452 (calendar-dst-find-data, calendar-daylight-time-offset)
6453 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
6454 (calendar-daylight-savings-starts-time)
6455 (calendar-daylight-savings-ends-time): Use cadr, nth.
6456
6457 * calendar/cal-french.el (french-calendar-epoch)
6458 (calendar-goto-french-date): Doc fix.
6459 (french-calendar-month-name-array)
6460 (french-calendar-multibyte-month-name-array)
6461 (french-calendar-day-name-array, french-calendar-special-days-array):
6462 Add doc strings.
6463
6464 * calendar/cal-hebrew.el (displayed-month, displayed-year)
6465 (original-date): Move declarations where needed.
6466 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
6467 Doc fix.
6468 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
6469 constant variables outside the loop. Use dolist.
6470
6471 * calendar/cal-islam.el (displayed-month, displayed-year)
6472 (original-date): Move declarations where needed.
6473 (islamic-calendar-day-number): Remove unused local variable `day'.
6474 (calendar-goto-islamic-date): Doc fix.
6475 (holiday-islamic): Use unless.
6476 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
6477 constant variables outside the loop. Use dolist.
6478 (mark-islamic-calendar-date-pattern): Move definition before use.
6479 Use unless.
6480 (mark-islamic-diary-entries): Doc fix.
6481 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
6482 (insert-yearly-islamic-diary-entry): Use let rather than let*.
6483
6484 * calendar/cal-julian.el (calendar-absolute-from-julian):
6485 Move definition before use. Remove un-needed local `day'.
6486 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
6487
6488 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
6489 (calendar-mayan-tzolkin-names-array): Add doc strings.
6490 (calendar-mayan-long-count-from-absolute): Use a single let.
6491 (calendar-string-to-mayan-long-count): Simplify.
6492 (calendar-next-haab-date, calendar-previous-haab-date)
6493 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
6494 (calendar-previous-calendar-round-date)
6495 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
6496 Doc fix.
6497 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
6498 (calendar-mayan-date-string, calendar-print-mayan-date)
6499 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
6500 (calendar-mayan-long-count-common-era): Move definitions before use.
6501
6502 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
6503 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
6504 Doc fix.
6505 (calendar-mouse-goto-date): Move definition before use.
6506
6507 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
6508 Move definition before use.
6509 (calendar-cursor-to-visible-date): Move definition before use.
6510 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
6511 and place inside the conditional.
6512 (calendar-forward-day): Simplify.
6513 (calendar-end-of-month): Use unless.
6514 (calendar-goto-day-of-year): Doc fix.
6515 Relocate obsolete aliases after their replacements.
6516
6517 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
6518
6519 * calendar/diary-lib.el (mark-diary-entries): Move some constant
6520 variables outside the diary-date-forms loop.
6521
6522 * calendar/calendar.el (diary-file): Doc fix.
6523 (calendar-buffer-list): Return buffers rather than strings (fixes
6524 previous change).
6525 (hebrew-holidays-4): Fix typo.
6526
6527 * calendar/holidays.el (displayed-month, displayed-year):
6528 Move declarations where needed.
6529 (calendar-holiday-list, calendar-list-holidays)
6530 (holiday-filter-visible-calendar): Move definitions before use.
6531 (list-holidays): Use cadr.
6532 Relocate obsolete aliases after their replacements.
6533
6534 * calendar/lunar.el (date, displayed-month, displayed-year):
6535 Move declarations where needed.
6536 (lunar-phase-list): Move definition after functions it uses.
6537 (calendar-phases-of-moon, diary-phases-of-moon)
6538 (lunar-new-moon-on-or-after): Use cadr, nth.
6539 (lunar-new-moon-on-or-after): Doc fix.
6540
6541 * textmodes/org-irc.el (top-level): CL not required when compiling.
6542 (org-irc-visit-erc): Replace runtime CL functions.
6543
6544 * textmodes/org-publish.el (declare-function): Add compatibility stub.
6545 (org-publish-delete-dups): Declare as function.
6546
6547 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
6548
6549 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
6550 (vc-bzr-show-log-entry): Make regexp match more cases.
6551 (vc-diff-switches-list): Remove autoload, not needed.
6552
6553 2008-03-14 Juri Linkov <juri@jurta.org>
6554
6555 * isearch.el (isearch-edit-string): Remove one call to
6556 `isearch-push-state' not to push an inconsistent state,
6557 but keep another correct call to `isearch-push-state'.
6558 (isearch-ring-adjust): Call `isearch-push-state' only when
6559 `search-ring-update' is non-nil since `isearch-edit-string'
6560 already pushes its state.
6561 (isearch-message): Improve matching the failed part by checking
6562 if the original message starts with the last successful message.
6563
6564 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
6565 (dired-perm-write): Rename from `dired-warn-writable'.
6566 Change parent face from `font-lock-warning-face' to
6567 `font-lock-comment-delimiter-face'.
6568 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
6569 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
6570 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
6571 with `dired-perm-write-face'.
6572
6573 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
6574
6575 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
6576 Create cache dir only if it doesn't already exist.
6577
6578 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6579
6580 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
6581 of \ and '.
6582
6583 2008-03-13 Johan Bockgård <bojohan@gnu.org>
6584
6585 * net/browse-url.el (browse-url-text-xterm):
6586 Unquote browse-url-text-browser.
6587
6588 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
6589
6590 * textmodes/org-mouse.el: Version number change.
6591
6592 * textmodes/org-publish.el (org-publish-expand-components):
6593 Remove null projects from the list of components.
6594 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
6595 Remove unused retrieval of the :publishing-directory property.
6596 (org-publish-file): Bugfix: when using a relative directory as the
6597 publishing directory, convert it to a directory filename.
6598 (org-publish-project): New alias.
6599 (org-publish-get-files): Protect against empty p.
6600 (org-publish-file): Send an error when file is not part of any project.
6601 (org-publish-file): Offer to refresh the list of files in known
6602 project when the current file is not part of any project.
6603 (org-publish-before-export-hook)
6604 (org-publish-after-export-hook): New hooks.
6605 (org-publish-org-to): Use new hooks and kill buffers.
6606 (org-publish-file): Remove the code for killing buffers.
6607 (org-publish-initialize-files-alist): Use interactive.
6608 (org-publish-file): If the publishing function creates a new
6609 buffer, kill it after publishing.
6610 (org-publish-timestamp-filename): Protect ":" in file name path
6611 under windows.
6612
6613 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
6614 change that killed the LaTeX buffer.
6615
6616 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
6617 in the decision tree.
6618 (org-select-remember-template): Clean the code.
6619 (org-prepare-dblock): Add the extra :content parameter.
6620 (org-write-agenda): New output type ".ics" files.
6621 (org-write-agenda): Call `org-icalendar-verify-function', both for
6622 time stamps and for TODO entries.
6623 (org-agenda-collect-markers, org-create-marker-find-array)
6624 (org-check-agenda-marker-table): New functions.
6625 (org-agenda-marker-table): New variable.
6626 (org-export-as-html): Revert the change that killed the html
6627 buffer. Side effects first need to be studied carefully.
6628 (org-get-tags-at): Fix the structure of the condition-case statement.
6629 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
6630 (org-timestamp-change): Fix regulear expressions to swallow the
6631 extra character for repeat-shift control.
6632 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
6633 (org-get-legal-level): Alias to `org-get-valid-level'.
6634 (org-dblock-write:clocktable): Add a :link parameter, linking
6635 headlines to their location in the Org agenda files.
6636 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
6637 throwing an error when getting tags before headlines.
6638 (org-timestamp-change, org-modify-ts-extra)
6639 (org-ts-regexp1): Fix timestamp editing.
6640 (org-agenda-custom-commands-local-options): New constant.
6641 (org-agenda-custom-commands):
6642 Use `org-agenda-custom-commands-local-options' to improve customize
6643 type. "htmlize": Removed hack to fix face problem with htmlize,
6644 it no longer seem necessary.
6645 (org-follow-link-hook): New hook.
6646 (org-agenda-custom-commands): Add "Component" as a tag for each
6647 item in a command serie.
6648 (org-open-at-point): Run `org-follow-link-hook'.
6649 (org-agenda-schedule): Bugfix: don't display marker type when it
6650 is nil.
6651 (org-store-link): org-irc required.
6652 (org-set-regexps-and-options): Parse the new logging options.
6653 (org-extract-log-state-settings): New function.
6654 (org-todo): Handle the new ways of recording state change stuff.
6655 (org-local-logging): New function.
6656 (org-columns-open-link): Fix bug with opening link in column view.
6657 (org-local-logging): New function
6658 (org-todo): Make sure that LOGGING properties are honoured.
6659 (org-todo-keywords): Improve docstring.
6660 (org-startup-options): Cleanup startup options.
6661 (org-set-regexps-and-options): Process the "!" markers.
6662 (org-todo): Respect the new logging stuff.
6663 (org-log-note-how): New variable.
6664 (org-add-log-maybe): New parameter HOW that defines how logging
6665 should be done and also overrides PURPOSE. Add a docstring.
6666 (org-add-log-note): Check if we really need to ask for a note.
6667 (org-get-current-options): Digest the new keyword.
6668 (org-agenda-reset-markers): Rename from
6669 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
6670 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
6671 function, without force argument.
6672 (org-buffer-property-keys): Bind local variables s and p.
6673 (org-make-tags-matcher): Allow "" to match an empty or
6674 non-existent property value.
6675 (org-export-as-html): Join unsorted lists when they directly
6676 follow each other. Such lists may be created by headlines that
6677 are converted to lists.
6678 (org-nofm-to-completion): New function.
6679 (org-export-as-html): Use :html-extension instead of
6680 org-export-html-extension.
6681 (org-store-link): Support for links from `rmail-summary-mode'.
6682 (org-columns-new, org-complete, org-set-property): Set the
6683 `include-columns' argument in the call to
6684 `org-buffer-property-keys'.
6685 (org-buffer-property-keys): New argument `include-columns', to
6686 include properties expected by any of the COLUMS formats in the
6687 current buffer.
6688 (org-cleaned-string-for-export): Get rid of drawers first, so that
6689 they will be removed also in the text before the first headline.
6690 (org-clock-report): Show the clocktable when found.
6691 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
6692 (org-version): With prefix argument, insert `org-version' at point.
6693 (org-agenda-goto): Recenter the window after finding the target
6694 location, to make sure the correct position will be displayed.
6695 (org-agenda-get-deadlines): Don't scale priority with the warning
6696 period.
6697 (org-insert-heading): Don't break line in the middle of the line.
6698 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
6699 be 0.
6700 (org-update-checkbox-count): Revamp to deal with hierarchical
6701 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
6702 (org-remove-timestamp-with-keyword): New function.
6703 (org-schedule, org-deadline):
6704 Use `org-remove-timestamp-with-keyword' to make sure all such time
6705 stamps are removed.
6706 (org-mode): Support for `align'.
6707 (org-agenda-get-deadlines): Make sure priorities increase as the
6708 due date approaches and is passed.
6709 (org-remember-apply-template): Fix problem with tags that
6710 contain "_" or "@".
6711 (org-make-link-regexps): Improve the regular expression for plain links.
6712 (org-agenda-get-closed): List each clocking entry.
6713 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
6714 (org-special-ctrl-k): New option.
6715 (org-kill-line): New function.
6716 (org-archive-all-done): Fix incorrect number of stars in regexp.
6717 (org-refile-get-location): New function.
6718 (org-refile-goto-last-stored): New function.
6719 (org-global-tags-completion-table): Add the value of org-tag-alist
6720 in each buffer, to make sure that also unused tags will be
6721 available for completion.
6722 (org-columns-edit-value)
6723 (org-columns-next-allowed-value): Only update if not in agenda.
6724 (org-clocktable-steps): New function.
6725 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
6726 (org-archive-subtree): Add the outline tree context as a property.
6727 (org-closest-date): New optional argument `prefer'.
6728 (org-goto-auto-isearch): New option.
6729 (org-goto-map, org-get-location): Implement auto-isearch.
6730 (org-goto-local-auto-isearch-map): New variable.
6731 (org-goto-local-search-forward-headings)
6732 (org-goto-local-auto-isearch): New functions.
6733
6734 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
6735
6736 * textmodes/org-irc.el: New file.
6737
6738 2008-03-13 John Wiegley <johnw@gnu.org>
6739
6740 * textmodes/org-mac-message.el: New file.
6741
6742 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
6743
6744 * font-lock.el (font-lock-comment-face): Set the foreground for
6745 the light background 8 colors case.
6746
6747 2008-03-13 Glenn Morris <rgm@gnu.org>
6748
6749 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
6750 generate-autoload-cookie patterns.
6751
6752 * startup.el (command-line-1): Rename -scriptload to -internal-script.
6753
6754 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
6755 (MH_E_SRC): Remove variable.
6756 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
6757 Simplify file header. Use $@ for generated-autoload-file.
6758
6759 * Makefile.in (LOADDEFS): New variable.
6760 (AUTOGENEL): Use $LOADDEFS.
6761 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
6762 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
6763 ($(lisp)/calendar/hol-loaddefs.el): New targets.
6764 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6765 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
6766 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
6767 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
6768 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
6769 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
6770 Add calendar-specific autoload cookies, and remove any setting of
6771 generated-autoload-file.
6772 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
6773 * calendar/diary-lib.el: Replace explicit autoloads with reading of
6774 diary-loaddefs.
6775 * calendar/holidays.el: Replace explicit autoloads with reading of
6776 hol-loaddefs.
6777
6778 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
6779 (calendar-buffer-list): Simplify.
6780 (generate-calendar-window): Use calendar-mark-holidays rather than
6781 obsolete alias.
6782
6783 * calendar/cal-hebrew.el (list-yahrzeit-dates):
6784 Use cal-hebrew-yahrzeit-buffer.
6785
6786 * calendar/cal-x.el (calendar-only-one-frame-setup)
6787 (calendar-two-frame-setup): Doc fixes.
6788 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
6789
6790 * calendar/appt.el (appt-mode-string): Mark as risky.
6791 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
6792
6793 * calendar/cal-html.el (diary-list-entries):
6794 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
6795 (calendar-iso-from-absolute): Fix autoloads.
6796
6797 * calendar/cal-iso.el (calendar-absolute-from-iso)
6798 (calendar-iso-read-args): Simplify.
6799 (calendar-iso-date-string, calendar-iso-read-args)
6800 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
6801
6802 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
6803 (displayed-month, displayed-year): Move declarations where needed.
6804 (calendar-print-astro-day-number): Doc fix.
6805
6806 * calendar/cal-persia.el (persian-calendar-month-name-array)
6807 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
6808 (persian-prompt-for-date): Remove local variable `today'.
6809
6810 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
6811
6812 * calendar/solar.el (solar-moment, solar-exact-local-noon)
6813 (solar-sunrise-sunset, solar-sunrise-sunset-string)
6814 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
6815 (diary-sabbath-candles, solar-equinoxes/solstices)
6816 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
6817 (solar-time-equation, solar-date-to-et): Simplify.
6818
6819 * mail/supercite.el: Remove the `function' in `(function (lambda'.
6820 Replace `(car (cdr' with cadr'.
6821
6822 * progmodes/f90.el (f90-font-lock-n): New function.
6823 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
6824 Use f90-font-lock-n.
6825 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
6826
6827 * progmodes/f90.el (f90-mode-abbrev-table):
6828 * progmodes/fortran.el (fortran-mode-abbrev-table):
6829 Use newer form of define-abbrev, where supported. No need to bind
6830 abbrevs-changed for system abbrevs.
6831
6832 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6833
6834 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
6835 delete-frame-functions.
6836
6837 * bookmark.el (Info-current-node): Remove.
6838
6839 2008-03-12 Juri Linkov <juri@jurta.org>
6840
6841 * help.el (describe-project): Remove defaliases for view-todo and
6842 describe-project that are now unnecessary after the merge from
6843 emacs--rel--22 that added define-obsolete-function-alias.
6844
6845 * startup.el (inhibit-startup-screen): Revert incomplete
6846 2008-03-10 merge from emacs--rel--22 that partly reverted
6847 2008-02-28 change that added initial message to *scratch* buffer
6848 regardless of the value of `inhibit-startup-screen'.
6849 Now keep this change in the trunk, but not in the 22 branch.
6850
6851 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6852
6853 * international/quail.el (quail-setup-completion-buf, quail-help):
6854 * mail/binhex.el (binhex-decode-region-internal):
6855 * mail/uudecode.el (uudecode-decode-region-internal):
6856 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6857 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6858 setting default-enable-multibyte-characters.
6859
6860 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
6861
6862 * comint.el: Fix up indentation and comment style. Remove `function'.
6863
6864 * international/mule-cmds.el (reset-language-environment)
6865 (set-language-environment-nonascii-translation):
6866 Don't set-unibyte-charset.
6867
6868 * doc-view.el: Remove all cb-args, use closures instead.
6869 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
6870 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
6871 doing an incorrect check). Update all callers to use the new name.
6872 (doc-view-doc->txt): Add missing `txt' argument.
6873
6874 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
6875
6876 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
6877 md5 sum calculation to single-byte.
6878
6879 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 * doc-view.el (doc-view-new-window-function): Add assertion.
6882 (doc-view-doc-type): New var.
6883 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
6884 (doc-view-intersection): New fun.
6885 (doc-view-mode): Use it to set the new var.
6886
6887 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
6888
6889 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
6890 (doc-view-already-converted-p): New functions.
6891 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
6892 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
6893 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
6894 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
6895 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
6896 (doc-view-convert-current-doc): Don't hardwire the functions the
6897 sentinels call. Now they're provided by two args CALLBACK and
6898 CB-ARGS to the functions.
6899 (doc-view-search): Use doc-view-doc->txt.
6900 (doc-view-initiate-display): Use doc-view-already-converted-p.
6901 Mention new binding C-c C-t if doc-view-mode doesn't work.
6902
6903 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
6904
6905 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
6906
6907 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6908
6909 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
6910 Mark " outside of tags as punctuation.
6911
6912 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
6913
6914 * menu-bar.el (minibuffer-local-map): Use the same command for the
6915 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
6916 Prefer RET over C-j for exit-minibuffer.
6917
6918 * files.el (display-buffer-other-frame): Eliminate problematic code.
6919
6920 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
6921 (menu-bar-select-buffer): Remove.
6922 (menu-bar-select-frame): Make non-interactive and take a frame arg.
6923 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
6924
6925 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
6926
6927 * icomplete.el (icomplete-completions): Remove obsolete code.
6928
6929 * net/net-utils.el (iwconfig-program-options): Doc fix.
6930 (net-utils-run-program, run-network-program): Define as functions.
6931
6932 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
6933
6934 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
6935
6936 2008-03-11 Glenn Morris <rgm@gnu.org>
6937
6938 * faces.el (mode-line-emphasis): New face.
6939 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
6940
6941 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
6942
6943 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
6944
6945 * simple.el (set-mark-command): Doc fix.
6946
6947 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6948
6949 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
6950
6951 * emacs-lisp/autoload.el (autoload-find-destination):
6952 Don't force raw-text.
6953
6954 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
6955 * calendar/cal-loaddefs.el: Don't version control.
6956
6957 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
6958
6959 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
6960 entries and add :help to the existing ones.
6961
6962 2008-03-10 Glenn Morris <rgm@gnu.org>
6963
6964 * calendar/cal-hebrew.el (date, entry, number): Move declarations
6965 to where they are needed.
6966
6967 * calendar/calendar.el (diary-file, hebrew-holidays-1)
6968 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6969 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
6970 (calendar-version): Doc fixes.
6971 (calendar-absolute-from-gregorian): Use zerop.
6972 (calendar-mode-line-format): Make it a defcustom.
6973
6974 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
6975 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
6976 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
6977 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
6978 (mark-included-diary-files, mark-calendar-days-named)
6979 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
6980 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
6981 (insert-monthly-diary-entry, insert-yearly-diary-entry)
6982 (insert-anniversary-diary-entry, insert-block-diary-entry)
6983 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
6984 (diary-font-lock-sexps): Doc fixes.
6985 (diary-remind-message, mark-calendar-month): Use zerop.
6986 (diary-attrtype-convert, diary-pull-attrs): Simplify.
6987 (diary-list-entries): Revert let to let* (previous change).
6988
6989 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
6990
6991 2008-03-10 Kim F. Storm <storm@cua.dk>
6992
6993 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
6994 function aliases for the old names.
6995
6996 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
6997
6998 * iswitchb.el (iswitchb-use-faces): Doc fix.
6999 (iswitchb-buffer-ignore, iswitchb-read-buffer):
7000 Fix typos in docstrings.
7001
7002 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
7003
7004 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
7005 Fix typo.
7006 (verilog-type-font-keywords): Reindent.
7007
7008 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
7009
7010 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
7011 grouping-keyword regular expression.
7012 (verilog-font-lock-keywords): Allow users to toggle special
7013 highlight of grouping-keywords.
7014 (verilog-highlight-grouping-keywords): The toggle for special
7015 highlighting of grouping keywords.
7016
7017 2008-03-10 Juri Linkov <juri@jurta.org>
7018
7019 * startup.el: Revert 2008-02-28 change that adds initial message
7020 to *scratch* buffer regardless of the value of
7021 `inhibit-startup-screen'.
7022
7023 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
7024
7025 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
7026 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
7027 * progmodes/verilog-mode.el (verilog-mode):
7028 * net/socks.el (socks):
7029 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
7030
7031 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
7032
7033 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
7034 (doc-view-bookmark-make-record): Use them.
7035 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
7036 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
7037
7038 * bookmark.el (bookmark-make-record-function): Change expected return
7039 value to include a suggested bookmark name.
7040 (bookmark-make): Split into bookmark-make-record and bookmark-store.
7041 Fix reversed `overwrite' semantics.
7042 (bookmark-set): Call bookmark-make-record before prompting the user.
7043 Then pass the result to bookmark-store later on.
7044 (bookmark-make-name-function): Remove.
7045 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
7046 * info.el (bookmark-make-name-function): Remove.
7047 (Info-mode): Don't set it.
7048 (Info-bookmark-make-name): Remove.
7049 (Info-bookmark-make-record): Use Info-current-node as suggested default
7050 bookmark name.
7051
7052 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
7053 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
7054 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
7055 (bookmark-annotation-buffer, bookmark-annotation-file)
7056 (bookmark-annotation-point, bookmark-send-annotation)
7057 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
7058 (bookmark-edit-annotation-text-func): Rename from
7059 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
7060 (bookmark-edit-annotation-mode-map): Move initialization into
7061 declaration.
7062
7063 * bookmark.el: Remove spurious * in docstrings.
7064 (bookmark-minibuffer-read-name-map): New var.
7065 (bookmark-set): Use it. Also pass the default value as it should.
7066 (bookmark-send-edited-annotation): Take no chances with text properties.
7067 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
7068 (bookmark-insert-buffer-name): Remove.
7069 (bookmark-buffer-file-name): Signal an error rather than returning nil.
7070
7071 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
7072
7073 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
7074
7075 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
7076
7077 * diff-mode.el (diff-mode-menu): Add :help.
7078
7079 2008-03-09 Glenn Morris <rgm@gnu.org>
7080
7081 * calendar/calendar.el (general-holidays, oriental-holidays)
7082 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
7083 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
7084 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
7085 (calendar-holidays): Restore autoload cookies, because people are
7086 used to using these variables without loading calendar.el.
7087
7088 * calendar/cal-islam.el (diary-islamic-date): Move to end.
7089 (date, number): Declare where needed.
7090
7091 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
7092 (list-sexp-diary-entries): Doc fixes.
7093 (diary-list-entries): Doc fix. Remove free variable `entry'.
7094 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
7095 Simplify setting of `date-holiday-list'.
7096 (mark-diary-entries): Remove free variable `entry'.
7097 (diary-list-entries, include-other-diary-files, fancy-diary-display):
7098 Use let where let* is not needed.
7099
7100 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
7101
7102 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
7103 make-record function, instead paste it in afterwards.
7104 (bookmark-make-record-for-text-file):
7105 * doc-view.el (doc-view-bookmark-make-record):
7106 * info.el (Info-bookmark-make-record): Don't mess with annotations.
7107
7108 2008-03-08 Glenn Morris <rgm@gnu.org>
7109
7110 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
7111
7112 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
7113
7114 * calendar/diary-lib.el (diary-list-entries)
7115 (include-other-diary-files, mark-diary-entries)
7116 (mark-sexp-diary-entries, mark-included-diary-files)
7117 (diary-entry-time, list-sexp-diary-entries): Remove the special
7118 handling of ^M that dates back to the use of selective-display.
7119 (simple-diary-display): Obey setting of pop-up-frames.
7120 (body, entry): Remove unnecessary declarations.
7121
7122 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
7123 (bookmark-get-annotation, bookmark-set-annotation)
7124 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7125 (bookmark-set-position, bookmark-get-front-context-string)
7126 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7127 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
7128 * info.el (Info-bookmark-make-record): Don't bother recording point.
7129 (bookmark-get-filename, bookmark-get-front-context-string)
7130 (bookmark-get-rear-context-string, bookmark-get-position):
7131 Don't declare any more.
7132 (bookmark-get-info-node): Remove.
7133 (bookmark-prop-get): Declare.
7134 (Info-bookmark-jump): Use it.
7135
7136 2008-03-08 Johan Bockgård <bojohan@gnu.org>
7137
7138 * subr.el (while-no-input): Don't splice BODY directly into the
7139 `or' form.
7140
7141 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
7142
7143 * diff-mode.el (diff-ignore-whitespace-hunk):
7144 Bind inhibit-read-only before trying to change the buffer.
7145
7146 2008-03-08 Glenn Morris <rgm@gnu.org>
7147
7148 * calendar/appt.el (appt): Move custom group here from calendar.el.
7149 (appt-disp-window, appt-convert-time): Doc fixes.
7150
7151 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
7152 (calendar-bahai-mark-date-pattern):
7153 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
7154 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
7155 * calendar/cal-julian.el (calendar-absolute-from-julian):
7156 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
7157
7158 * calendar/cal-china.el (chinese-calendar): Move custom group here from
7159 calendar.el.
7160 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
7161 Make constants.
7162 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
7163 (chinese-calendar-daylight-savings-starts)
7164 (chinese-calendar-daylight-savings-ends)
7165 (chinese-calendar-daylight-savings-starts-time)
7166 (chinese-calendar-daylight-savings-ends-time)
7167 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
7168 Doc fixes.
7169
7170 * calendar/cal-coptic.el (coptic-name): Add doc string.
7171
7172 * calendar/cal-french.el (french-calendar-month-name-array)
7173 (french-calendar-day-name-array, french-calendar-special-days-array):
7174 Add doc strings.
7175
7176 * calendar/cal-bahai.el (diary-bahai-mark-entries)
7177 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
7178 (diary-bahai-insert-yearly-entry):
7179 * calendar/cal-dst.el (calendar-next-time-zone-transition)
7180 (calendar-time-zone):
7181 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
7182 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
7183 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
7184 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
7185 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
7186 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
7187 (list-islamic-diary-entries, mark-islamic-diary-entries)
7188 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
7189 (insert-yearly-islamic-diary-entry):
7190 * calendar/cal-iso.el (calendar-iso-read-args):
7191 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
7192 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
7193 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
7194 (calendar-next-calendar-round-date)
7195 (calendar-mayan-long-count-common-era):
7196 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
7197 (cal-menu-x-popup-menu, calendar-mouse-holidays)
7198 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
7199 (calendar-mouse-goto-date):
7200 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
7201 * calendar/holidays.el (holidays):
7202 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
7203 * calendar/time-date.el (date-to-time, time-subtract, time-add)
7204 (safe-date-to-time): Doc fixes.
7205
7206 * calendar/cal-persia.el (persian-calendar-month-name-array)
7207 (persian-calendar-epoch): Make constants.
7208
7209 * calendar/cal-tex.el (calendar-tex): Move custom group here from
7210 calendar.el.
7211
7212 * calendar/cal-x.el (diary-frame-parameters)
7213 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
7214 (calendar-after-frame-setup-hooks): Make defcustoms.
7215 (calendar-one-frame-setup, calendar-only-one-frame-setup)
7216 (calendar-two-frame-setup): Doc fix.
7217
7218 * calendar/cal-loaddefs.el: New file.
7219
7220 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7221 * calendar/cal-french.el, calendar/cal-html.el:
7222 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
7223 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
7224 * calendar/cal-tex.el, calendar/cal-x.el:
7225 Unquote lambda functions. Add autoload cookies to functions formerly
7226 autoloaded in calendar.el. Set `generated-autoload-file' to
7227 "cal-loaddefs.el".
7228
7229 * calendar/calendar.el: Move many autoloads to separate file,
7230 cal-loaddefs.el. Move defcustoms to start and re-order.
7231 (calendar-month-name-array, calendar-starred-day): No need to
7232 declare for compiler.
7233 (cal-loaddefs): Require it.
7234 (appt, chinese-calendar, calendar-tex): Move custom groups to the
7235 appropriate file.
7236 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
7237 Reverse logic.
7238 (diary-face, diary-file-name-prefix-function, diary-include-string)
7239 (diary-glob-file-regexp-prefix, diary-face-attrs)
7240 (diary-file-name-prefix, sexp-diary-entry-symbol)
7241 (print-diary-entries-hook, list-diary-entries-hook)
7242 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
7243 (nongregorian-diary-marking-hook, diary-list-include-blanks):
7244 Move to diary-lib.
7245 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
7246 (all-bahai-calendar-holidays): Doc fix.
7247 (calendar-insert-indented): Doc fix. Use when rather than if.
7248 (exit-calendar): Use mapc rather than mapcar.
7249 (calendar-cursor-to-date): Use zerop.
7250 (calendar-mark-ring): Add doc-string.
7251 (calendar-starred-day): Defvar it.
7252 (calendar-mode): Make calendar-starred-day local.
7253 (calendar-star-date): No need to make calendar-starred-day local.
7254
7255 * calendar/diary-lib.el: Move defcustoms to start.
7256 (diary-include-string, diary-list-include-blanks)
7257 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
7258 (diary-file-name-prefix, diary-file-name-prefix-function)
7259 (sexp-diary-entry-symbol, list-diary-entries-hook)
7260 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
7261 (nongregorian-diary-marking-hook, print-diary-entries-hook):
7262 Move here from calendar.el.
7263 (diary-file-name-prefix-function): Use 'identity.
7264 (diary-face): Make it a defcustom, and mark as obsolete.
7265 (top-level): No need to require cal-hebrew, cal-islam when compiling.
7266 (calendar-hebrew-month-name-array-leap-year)
7267 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
7268 Define for compiler.
7269 (diary-font-lock-keywords): Use format rather than concat.
7270 Add bahai-diary-entry-symbol.
7271
7272 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
7273 * calendar/solar.el: Unquote lambda functions.
7274
7275 * calendar/solar.el (calendar-location-name, calendar-latitude)
7276 (calendar-longitude, solar-setup, solar-sin-degrees)
7277 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
7278 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
7279 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
7280 (solar-exact-local-noon, solar-julian-ut-centuries)
7281 (solar-ephemeris-time, solar-date-next-longitude)
7282 (solar-horizontal-coordinates, solar-equatorial-coordinates)
7283 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
7284 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
7285 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
7286 Doc fixes.
7287 (solar-horizontal-coordinates, solar-equatorial-coordinates)
7288 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
7289 (solar-ecliptic-coordinates): Use unless.
7290 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
7291 Use or.
7292
7293 * calendar/timeclock.el: Add doc-strings to all functions.
7294 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
7295 (timeclock-entry-list-length, timeclock-entry-list-projects)
7296 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
7297
7298 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
7299
7300 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
7301 (org-get-entries-from-diary): Require diary-lib.
7302
7303 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
7304
7305 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
7306 Pacify byte-compiler.
7307
7308 2008-03-07 Alan Mackenzie <acm@muc.de>
7309
7310 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
7311 paren/bracket pairs parsed, to solve performance problem.
7312
7313 2008-03-07 Bastien Guerry <bzg@altern.org>
7314
7315 * bookmark.el (bookmark-set): Don't check for
7316 `bookmark-make-name-function' since `bookmark-buffer-file-name'
7317 already takes care of this.
7318 (bookmark-buffer-name, bookmark-buffer-file-name):
7319 Remove Info-mode specific code.
7320
7321 * info.el (bookmark-get-info-node): Define this function in
7322 info.el, not in bookmark.el.
7323 (Info-mode): Set `bookmark-make-name-function' to
7324 `Info-bookmark-make-name' locally.
7325 (Info-bookmark-make-name): New function.
7326
7327 * bookmark.el (bookmark-make-name-function): New variable.
7328
7329 2008-03-07 Karl Fogel <kfogel@red-bean.com>
7330
7331 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
7332 buffer-local, not `bookmark-make-cell-function' (the old name).
7333
7334 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
7335
7336 * doc-view.el (doc-view-bookmark-make-record):
7337 * image-mode.el (image-bookmark-make-record):
7338 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
7339
7340 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
7341
7342 * vc.el (vc-status-menu-map-filter): Return orig-binding if
7343 boundp 'vc-ignore-menu-filter.
7344 (vc-status-tool-bar-map): Make it defvar.
7345 (vc-status-mode): vc-status-tool-bar-map now variable.
7346 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
7347
7348 2008-03-07 Karl Fogel <kfogel@red-bean.com>
7349
7350 Give a better name to part of the bookmark interface.
7351
7352 This was originally a much larger change, but halfway through I
7353 updated and discovered that Stefan Monnier had done the rest.
7354 It looks like he anticipated the new name too, because he used
7355 `the-record' instead of `the-cell' for some internal variable names.
7356
7357 * bookmark.el (bookmark-make-record-function): Was
7358 `bookmark-make-cell-function'.
7359 (bookmark-make, bookmark-send-annotation): Update for above.
7360 (bookmark-make-record-for-text-file):
7361 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
7362
7363 * info.el: Adjust accordingly.
7364 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
7365
7366 * image-mode.el: Adjust accordingly.
7367 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
7368
7369 * doc-view.el: Adjust accordingly.
7370 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
7371
7372 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7373
7374 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
7375 Move initialization into declaration.
7376 (bookmark-get-info-node, bookmark-set-info-node): Remove.
7377 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
7378 (bookmark-info-current-node): Remove.
7379 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
7380 Add relocation fallback. Set bookmark-current-bookmark.
7381 (bookmark-default-handler): Rename from bookmark-jump-noselect.
7382 Remove relocation fallback. Don't set bookmark-current-bookmark.
7383 (bookmark-set): Let it be used even if there's no buffer-file-name
7384 as long as there is a bookmark-make-cell-function.
7385 * info.el (Info-bookmark-jump): Remove relocation fallback.
7386 Don't set bookmark-current-bookmark.
7387
7388 2008-03-07 Glenn Morris <rgm@gnu.org>
7389
7390 * calendar/appt.el (appt-issue-message)
7391 (appt-message-warning-time, appt-audible, appt-visible)
7392 (appt-msg-window, appt-display-mode-line, appt-display-duration)
7393 (appt-display-diary): Remove autoload cookies.
7394
7395 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
7396 Remove leading `*' from defcustom doc-strings.
7397
7398 * calendar/cal-dst.el (calendar-dst): New custom group.
7399 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
7400 (calendar-time-zone, calendar-daylight-time-offset)
7401 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
7402 (calendar-daylight-savings-starts-time)
7403 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
7404 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
7405 Move to start.
7406
7407 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
7408
7409 * calendar/calendar.el (calendar-version): Use emacs-version and
7410 make it obsolete. Move to end.
7411 (calendar-offset, view-diary-entries-initially)
7412 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
7413 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
7414 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
7415 (all-bahai-calendar-holidays, calendar-load-hook)
7416 (initial-calendar-window-hook, today-visible-calendar-hook)
7417 (today-invisible-calendar-hook, calendar-move-hook)
7418 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
7419 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
7420 (diary-include-string, sexp-diary-entry-symbol)
7421 (abbreviated-calendar-year, american-date-diary-pattern)
7422 (european-date-diary-pattern, european-calendar-display-form)
7423 (american-calendar-display-form, print-diary-entries-hook)
7424 (list-diary-entries-hook, diary-hook, diary-display-hook)
7425 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
7426 (nongregorian-diary-marking-hook, diary-list-include-blanks)
7427 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
7428 (local-holidays, other-holidays, hebrew-holidays-1)
7429 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
7430 (hebrew-holidays, christian-holidays, islamic-holidays)
7431 (bahai-holidays, solar-holidays, calendar-setup)
7432 (calendar-week-start-day): Remove autoload cookies.
7433 (diary-glob-file-regexp-prefix): Doc fix.
7434 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
7435 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
7436 (calendar-week-start-day, calendar-debug-sexp): Move to start.
7437
7438 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
7439 (calendar-time-display-form, calendar-latitude)
7440 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
7441 cookies.
7442 (calendar-latitude, calendar-longitude): Move functions after
7443 variables.
7444 (diary-sabbath-candles-minutes): Move to start.
7445 (solar-setup): Use or rather than if.
7446 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
7447 Remove condition-case.
7448 (solar-atn2): Use zerop.
7449 (solar-equinoxes-solstices): Doc fix.
7450
7451 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
7452 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
7453
7454 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
7455 (calendar-longitude, calendar-latitude, calendar-location-name):
7456 Declare for compiler.
7457
7458 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * arc-mode.el (archive-ar-file-header-re): New const.
7461 (archive-ar-summarize, archive-ar-extract): New funs.
7462 (archive-find-type): Recognize ar archives.
7463
7464 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
7465 New functions.
7466
7467 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
7468
7469 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
7470
7471 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7472 Replace :enable (mark-active) with :enable mark-active.
7473
7474 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
7475
7476 * vms-patch.el (make-legal-file-name): New obsolete alias.
7477 (make-valid-file-name): Rename from `make-legal-file-name'.
7478 (make-auto-save-file-name): Use it.
7479
7480 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
7481 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
7482 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
7483
7484 * textmodes/org.el (org-export-html-style): Doc fix.
7485 (org-get-legal-level): New obsolete alias.
7486 (org-get-valid-level): Rename from `org-get-legal-level'.
7487 (org-promote, org-demote, org-archive-subtree)
7488 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
7489
7490 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
7491
7492 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
7493
7494 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
7495 (vc-status-toggle-mark): New functions.
7496 (vc-status-mode): Set tool bar map.
7497
7498 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
7499
7500 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
7501 Reported by Drew Adams <drew.adams@oracle.com>.
7502
7503 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
7504
7505 * subr.el (read-quoted-char): Resolve modifers of the character
7506 event.
7507
7508 * comint.el (comint-exec-1): Don't change the coding-system for
7509 decoding to dos-like EOL.
7510 (comint-carriage-motion): Fully rewrite.
7511
7512 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
7513
7514 * epg.el (epg-context-include-certs): Reflow docstring.
7515 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
7516 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
7517 (epg-context-set-signers, epg-context-set-sig-notations)
7518 (epg-make-import-status, epg-make-import-result)
7519 (epg-start-delete-keys): Fix typos in docstrings.
7520 (epg-start-sign-keys, epg-sign-keys):
7521 Fix typos in obsolescence declarations.
7522
7523 * iswitchb.el: Don't check for `cadr' and `last'.
7524 (iswitchb-define-mode-map, iswitchb-default-keybindings):
7525 Add obsolescence declaration and remove redundant info from docstring.
7526 (iswitchb-set-common-completion, iswitchb-set-matches)
7527 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
7528 (recentf-list, most-len, most-is-exact):
7529 Don't wrap defvars within `eval-when-compile'.
7530
7531 2008-03-05 Glenn Morris <rgm@gnu.org>
7532
7533 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7534 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7535 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
7536 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
7537 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
7538
7539 * ediff-hook.el (ediff-window-setup-function): Don't autoload
7540 declaration for compiler.
7541 (ediff-xemacs-init-menus): Use when rather than if.
7542
7543 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
7544 if+and to just and.
7545 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
7546 (ediff-delete-overlay): Move the XEmacs test inside the definition.
7547
7548 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
7549
7550 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
7551 test inside XEmacs test.
7552 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
7553 since it was doing nothing on Emacs.
7554 (ediff-make-bullet-proof-overlay): Use when rather than if.
7555
7556 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
7557 (ediff-setup-control-frame): Remove
7558 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
7559 a (featurep 'xemacs) test.
7560
7561 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
7562
7563 * calc/calc-ext.el (calc-extended-command-history): New variable.
7564 (calc-exectute-extended-command): Use `calc-extended-command-history'.
7565
7566 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
7567
7568 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
7569 (standard-mode-line-position): Add mouse-face.
7570
7571 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
7572 * progmodes/grep.el (grep-mode-map): Add :help.
7573
7574 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
7575 initialize in one step. Add :help. Use :enable to activate menu
7576 items. Show the key binding for edebug-defun.
7577 (lisp-interaction-mode-map): Add a menu.
7578
7579 * term.el (term-mode-map): Define and initialize in one step.
7580
7581 * ediff-init.el (ediff-color-display-p): Simplify.
7582 (Xor): Remove unused function.
7583 (ediff-with-syntax-table): Simplify for Emacs.
7584
7585 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
7586 menu-bar being loaded, it always is.
7587
7588 2008-03-05 Glenn Morris <rgm@gnu.org>
7589
7590 * textmodes/tex-mode.el (tex-mode): Suppress warning about
7591 multiple definitions when compiling.
7592
7593 2008-03-04 Alan Mackenzie <acm@muc.de>
7594
7595 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
7596
7597 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
7598 doc-string, "c-old-LEN" -> "c-old-END".
7599
7600 2008-03-04 Jason Rumney <jasonr@gnu.org>
7601
7602 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
7603 namespaces.
7604
7605 2008-03-04 Glenn Morris <rgm@gnu.org>
7606
7607 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
7608
7609 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
7610 than mapcar.
7611
7612 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7613
7614 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
7615 (byte-compile-nilconstp): Can't use recursion in a defsubst.
7616
7617 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
7618 so that M-q can fill comments.
7619 (tex-executable-exists-p, tex-compile): Extend with special syntax for
7620 commands implemented in elisp.
7621 (tex-compile-commands): Add an entry to use doc-view for pdf files.
7622 (tex-format-cmd): New function.
7623 (tex-compile): Use it to let the user specify default arguments.
7624 (tex-cmd-bibtex-args): New var.
7625 (tex-cmd-doc-view): New function.
7626
7627 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
7628
7629 * faces.el (face-spec-set): Fix typos in docstring.
7630
7631 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
7632
7633 * bindings.el (mode-line-column-line-number-mode-map): New variable.
7634 (standard-mode-line-position): Use it to add a menu for toggling
7635 column number and line number display.
7636
7637 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7638
7639 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
7640 Remove optimization that was working around the form-code-walker bug.
7641
7642 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7643 Walk into the body of lambdas after byte-compile-unfold-lambda.
7644
7645 2008-03-03 Glenn Morris <rgm@gnu.org>
7646
7647 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
7648 value, if set, over frame value.
7649
7650 * simple.el (transient-mark-mode): Don't turn on by default.
7651
7652 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
7653 accidentally removed by the 2007-12-05 merge from Gnus.
7654
7655 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
7656
7657 * progmodes/compile.el (compilation-menu-map): Add menu entries
7658 for useful options.
7659
7660 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
7661 Glenn Morris <rgm@gnu.org>
7662
7663 * emacs-lisp/bytecomp.el (byte-recompile-directory)
7664 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
7665 Give a `bytecomp-' prefix to local variables with common names.
7666
7667 2008-03-01 Glenn Morris <rgm@gnu.org>
7668
7669 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
7670 code commented out 2007-11-10.
7671
7672 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
7673
7674 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
7675 Delete macro.
7676 * emulation/viper-cmd.el, emulation/viper-ex.el:
7677 * emulation/viper-init.el, emulation/viper-keym.el:
7678 * emulation/viper-mous.el, emulation/viper-util.el:
7679 * emulation/viper.el:
7680 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
7681 featurep test.
7682
7683 Replace obselete frame-local variables with frame-parameters.
7684 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
7685 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
7686 (viper-vi-state-cursor-color): Only call make-variable-frame-local
7687 on XEmacs.
7688 * emulation/viper-util.el (viper-frame-value): New macro.
7689 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
7690 (viper-R-state-post-command-sentinel)
7691 (viper-replace-state-post-command-sentinel)
7692 (viper-change-state-to-insert, viper-change-state-to-emacs):
7693 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
7694 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
7695 (viper-get-saved-cursor-color-in-insert-mode)
7696 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
7697 Use viper-frame-value for viper-replace-overlay-cursor-color,
7698 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
7699 viper-vi-state-cursor-color values.
7700
7701 * emulation/viper-cmd.el (zmacs-region-stays):
7702 * emulation/viper-util.el (zmacs-region-stays): No need to define
7703 for compiler.
7704
7705 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
7706 mapcar on Emacs.
7707
7708 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
7709 on XEmacs.
7710
7711 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
7712 rather than if.
7713
7714 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7715
7716 * whitespace.el: New version 9.3. As the glyph code generation was
7717 fixed, it is possible now to use character code above ?\x1FFFF in the
7718 display table. Fix `whitespace-indentation-regexp' to not include an
7719 extra ending character. Reported by Michael Welsh Duggan
7720 <mwd@cert.org>. Added hook actions when buffer is written or killed as
7721 the original whitespace package had. Suggested by Eric Cooper
7722 <ecc@cmu.edu>. Doc fix.
7723 (whitespace-action): New option.
7724 (whitespace-display-mappings): Changed default newline visualization to
7725 display downwards arrow, as the glyph code generation was fixed.
7726 (whitespace-unload-function): Assure that all local whitespace mode is
7727 turned off.
7728 (whitespace-global-modes): Fix type customization.
7729 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
7730 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
7731 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
7732 Fix code.
7733 (whitespace-buffer): Command removed.
7734 (whitespace-trailing-regexp, whitespace-mark-x)
7735 (whitespace-display-window, whitespace-action-when-on)
7736 (whitespace-add-local-hook, whitespace-remove-local-hook)
7737 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
7738 (whitespace-action): New funs.
7739 (whitespace-report-list, whitespace-report-text)
7740 (whitespace-report-buffer-name): New consts.
7741 (whitespace-report, whitespace-report-region): New commands.
7742
7743 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
7744
7745 * disp-table.el (make-glyph-code): Don't test the result of
7746 `face-id', which already signals an error for invalid faces.
7747 (glyph-face): Simplify.
7748
7749 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
7750 running `desktop-not-loaded-hook' to allow modifying it.
7751 Don't show warning message if `desktop-dirname' was modified.
7752
7753 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
7754
7755 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
7756 we still expect more lines.
7757
7758 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
7759 comment-paragraph filling if the commark doesn't match
7760 comment-start-skip.
7761
7762 2008-03-01 Daiki Ueno <ueno@unixuser.org>
7763
7764 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
7765 the `imap' variant.
7766
7767 2008-03-01 Jason Rumney <jasonr@gnu.org>
7768
7769 * files.el (make-auto-save-file-name): Encode more characters in
7770 non-file buffer names. Use url-encoding.
7771
7772 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
7773
7774 * net/net-utils.el (ftp-program): Fix typo in docstring.
7775 (ifconfig-program-options, netstat-program-options)
7776 (arp-program-options, route-program-options, nslookup-program-options)
7777 (ftp-program-options, smbclient-program-options)
7778 (dns-lookup-program-options, arp, route): Doc fixes.
7779
7780 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
7781 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
7782 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
7783 Fix typos in docstrings.
7784 (gdb-pending-triggers): Reflow docstring.
7785 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
7786
7787 2008-03-01 Alan Mackenzie <acm@muc.de>
7788
7789 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
7790 typing "#" at EOB.
7791
7792 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
7793
7794 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
7795
7796 2008-02-29 Kim F. Storm <storm@cua.dk>
7797
7798 * emulation/cua-base.el (cua-remap-control-v)
7799 (cua-remap-control-z): New defcustoms.
7800 (cua-mode): Add them to set-after property.
7801 (cua--init-keymaps): Use them.
7802 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
7803
7804 * help.el (view-emacs-todo): Rename from view-todo.
7805 (describe-gnu-project): Rename from describe-project. Users changed.
7806 (view-help-file): New helper function.
7807 (describe-distribution, describe-copying, describe-gnu-project)
7808 (view-todo, view-order-manuals, view-emacs-problems): Use it.
7809 (view-emacs-debugging, view-external-packages): New commands.
7810 (help-map): Move describe-distribution to C-h C-o (ordering).
7811 Move view-emacs-problems to C-h C-p (problems).
7812 Bind view-emacs-debugging to C-h C-d (debugging).
7813 Bind view-external-packages to C-h C-e (extras).
7814 (help-for-help-internal): Cleanup and align descriptions.
7815 Remove command names to reduce clutter.
7816
7817 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
7818
7819 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
7820 and quieter face (not a warning).
7821
7822 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
7823
7824 * vc.el (vc-status-crt-marked): New variable.
7825 (vc-status-mode): Make it local.
7826 (vc-status-refresh): Use it to save the marked files.
7827 (vc-update-vc-status-buffer): Use it to restore the marked files.
7828
7829 * vc-svn.el (vc-svn-after-dir-status):
7830 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
7831
7832 2008-02-29 Glenn Morris <rgm@gnu.org>
7833
7834 * allout.el (allout-topic-encryption-bullet)
7835 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
7836 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
7837 from 22.0 to 22.1.
7838
7839 * net/imap.el (imap-ping-server):
7840 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
7841 Change defcustom :version from 23.0 to 23.1.
7842
7843 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
7844
7845 * desktop.el (desktop-save): Save the buffer name if the
7846 uniquified base name is empty.
7847
7848 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
7849
7850 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
7851 correctly when user has "set print address off".
7852
7853 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
7854
7855 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
7856 version number of the next major Emacs release, not 23.0.
7857
7858 * longlines.el (longlines-unload-function): New function.
7859
7860 2008-02-28 Juri Linkov <juri@jurta.org>
7861
7862 * startup.el (normal-splash-screen): Add argument `concise'.
7863 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
7864 to the created buffer. If `concise' is non-nil, call
7865 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
7866 (display-startup-screen): Add argument `concise' to the call to
7867 `normal-splash-screen'.
7868
7869 2008-02-28 Kim F. Storm <storm@cua.dk>
7870
7871 * startup.el (startup-echo-area-message): Check for about-emacs.
7872
7873 2008-02-28 Juri Linkov <juri@jurta.org>
7874
7875 * startup.el: Always add initial message to *scratch* buffer if
7876 `initial-scratch-message' is non-nil regardless of the value of
7877 `inhibit-startup-screen'.
7878 (inhibit-startup-screen, initial-scratch-message): Doc fix.
7879 (command-line-1): Move code that inserts `initial-scratch-message'
7880 up before the if-form that checks for `inhibit-startup-screen'.
7881 Suggested by Jonathan Rockway <jon@jrock.us>.
7882
7883 2008-02-28 Juri Linkov <juri@jurta.org>
7884
7885 * cus-edit.el (custom-mode-map, custom-mode-link-map):
7886 Rename `custom-mode' to `Custom-mode' in docstrings.
7887 (custom-buffer-create-internal, customize-browse):
7888 Rename `custom-mode' to `Custom-mode'.
7889 (custom-mode-hook): Rename to `Custom-mode-hook'.
7890 (Custom-mode-hook): Renamed from `custom-mode-hook'.
7891 (custom-mode): Rename to `Custom-mode'.
7892 (Custom-mode): Renamed from `custom-mode'. Doc fix.
7893 (custom-mode): Add backward-compatible non-interactive variant of
7894 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
7895 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
7896
7897 * info-look.el: Rename `custom-mode' to `Custom-mode'.
7898
7899 * emulation/viper.el (viper-emacs-state-mode-list):
7900 Rename `custom-mode' to `Custom-mode'.
7901
7902 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
7903 Capitalize "Tagged Files".
7904 (minibuffer-local-map): Add menu items for next/previous
7905 history elements and isearch history forward/backward.
7906
7907 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
7908 `hs-isearch-open' with t instead of `comment' in :selected
7909 for "Code and Comment blocks" menu item.
7910
7911 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7912
7913 * uniquify.el (uniquify-buffer-base-name): Undo last change.
7914 Should be done in desktop.el instead.
7915
7916 2008-02-28 Glenn Morris <rgm@gnu.org>
7917
7918 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
7919
7920 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
7921
7922 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
7923 (Info-menu, Info-goto-node): Remove declarations.
7924 (report-emacs-bug-info): Use info rather than Info-goto-node.
7925
7926 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
7927 (idlwave-convert-xml-system-routine-info): Don't require xml.
7928 (idlwave-show-commentary, idlwave-shell-show-commentary):
7929 Don't require finder.
7930 (idlwave-info): Don't require info. Use info rather than
7931 Info-goto-node.
7932
7933 * textmodes/org.el (Info-goto-node): Remove declaration.
7934 (org-info): Use info rather than Info-goto-node.
7935
7936 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
7937 (reftex-info): Don't require info. Use info rather than Info-goto-node.
7938
7939 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
7940
7941 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
7942 the menu.
7943
7944 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
7945 (vc-finish-logentry): Check for vc-status-mode, not only for
7946 vc-dired-mode.
7947
7948 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
7949
7950 * isearch.el (isearch-printing-char): Don't check
7951 keyboard-coding-system.
7952 Call isearch-process-search-multibyte-characters only when
7953 current-input-method is non-nil.
7954
7955 2008-02-27 Kim F. Storm <storm@cua.dk>
7956
7957 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
7958 (glyph-char, glyph-face): Handle cons encoding.
7959
7960 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
7961
7962 * uniquify.el (uniquify-buffer-base-name): If the base name is an
7963 empty string, return nil to allow the caller to default to the
7964 buffer name. Reported by Martin Fischer <parozusa@web.de>.
7965
7966 * tool-bar.el (tool-bar-setup): Doc fix.
7967
7968 * mail/supercite.el (sc-describe):
7969 Fix typos in obsolescence declaration.
7970
7971 2008-02-27 Glenn Morris <rgm@gnu.org>
7972
7973 * autoinsert.el (auto-insert-alist): Change permission text to
7974 match FSF's GPLv3 form.
7975
7976 * mail/supercite.el (sc-cite-original): Doc fix.
7977 (sc-version): Make obsolete.
7978 (sc-describe): Show the SC info page. Make obsolete.
7979
7980 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7981
7982 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
7983 when using transient-mark-mode.
7984 (default-indicate-unused-lines): Remove unused var.
7985
7986 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
7987
7988 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
7989 and previous.
7990
7991 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
7992
7993 2008-02-26 Glenn Morris <rgm@gnu.org>
7994
7995 * net/net-utils.el (top-level): Don't require comint when compiling.
7996 (nslookup-font-lock-keywords): Don't require font-lock.
7997 Use font-lock faces rather than variables.
7998 (nslookup, ftp, smbclient, network-service-connection):
7999 Don't require comint.
8000 (comint-prompt-regexp, comint-input-autoexpand)
8001 (comint-input-ring): Declare for compiler.
8002 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
8003 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
8004
8005 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
8006 doc-string.
8007
8008 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8009
8010 * doc-view.el (doc-view-current-page): Add a `win' argument.
8011
8012 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
8013
8014 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
8015 Demote it to plain defvar.
8016 (doc-view-conversion-refresh-interval): Reduce interval.
8017 (doc-view-goto-page): Allow moving to pages not yet rendered.
8018 (doc-view-goto-page): Construct a file name rather than extracting it
8019 from doc-view-current-files.
8020 (doc-view-kill-proc): Ignore errors from kill-process.
8021 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
8022 (doc-view-insert-image): Use appropriate text if the page hasn't been
8023 rendered yet. Adjust scrolling so the text is displayed.
8024 (doc-view-display): Detect not just that a page is available, but also
8025 that it wasn't available before, so as to avoid refreshing all pages
8026 repeatedly.
8027 (doc-view-mode): Make doc-view-cache-directory if needed.
8028
8029 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8030
8031 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
8032 toggle-read-only.
8033
8034 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
8035 refering to a missing required field with the OPT prefix.
8036 Make unwindform more robust.
8037
8038 * textmodes/bibtex.el: Remove support for hideshow minor mode as
8039 it duplicates the bibtex support in progmodes/hideshow.el.
8040 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
8041 entries that do not start at the beginning of a line.
8042
8043 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
8044
8045 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
8046
8047 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
8048
8049 * help-fns.el (describe-variable): Add phrases about
8050 initialization file with and without customization;
8051 use new button type help-info-variable.
8052
8053 * help-mode.el (help-info-variable):
8054 New button able to read Info files for help-fns.el.
8055
8056 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
8057
8058 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
8059 (grep-mode): Use grep-mode-tool-bar-map.
8060
8061 * progmodes/compile.el (tool-bar): Require tool-bar.
8062 (compilation-mode-tool-bar-map): New variable.
8063 (compilation-mode): Use compilation-mode-tool-bar-map.
8064
8065 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
8066
8067 2008-02-25 Glenn Morris <rgm@gnu.org>
8068
8069 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
8070
8071 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
8072
8073 * diff-mode.el (diff-file-junk-re): New const.
8074 (diff-beginning-of-file-and-junk): Use it.
8075 (diff-file-kill): Make sure we were really inside a file diff.
8076
8077 * diff-mode.el: Make it more robust in the presence of empty context
8078 lines in unified hunks.
8079 (diff-valid-unified-empty-line): New var.
8080 (diff-unified->context, diff-sanity-check-hunk): Obey it.
8081 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
8082 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
8083 (diff-hunk-header-re-unified): New const.
8084 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
8085 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
8086 (diff-sanity-check-hunk): Use it.
8087
8088 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
8089 Index: line, don't search backward for the previous one.
8090
8091 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
8092
8093 * international/fontset.el (setup-default-fontset): Add non-OTF
8094 lao font for lao script.
8095
8096 * language/tibetan.el: Register tibetan-composition-function in
8097 composition-function-table.
8098
8099 * language/tibet-util.el (tibetan-composition-function):
8100 Adjust for the new calling way (argument changed). Try font-shape-text
8101 if possible.
8102
8103 * language/lao.el: Register lao-composition-function in
8104 composition-function-table.
8105
8106 * language/lao-util.el (lao-composition-function): Adjust for the new
8107 calling way (argument changed). Try font-shape-text if possible.
8108
8109 2008-02-25 Jason Rumney <jasonr@gnu.org>
8110
8111 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
8112
8113 2008-02-25 Juri Linkov <juri@jurta.org>
8114
8115 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
8116 background, "red4" for a dark background, "red" for 16 and
8117 8 colors, "grey" for grayscale, and inverse video otherwise.
8118 Add :version tag.
8119 (isearch-message): Keep the original isearch-message intact, and
8120 add text properties to it where necessary. Add `isearch-error' to
8121 the condition that checks if isearch is unsuccessful.
8122
8123 2008-02-24 Juri Linkov <juri@jurta.org>
8124
8125 * progmodes/compile.el (compilation-handle-exit):
8126 Use compilation-error face instead of font-lock-warning-face.
8127 Display the same message in the minibuffer as is inserted
8128 at the end of the compilation buffer.
8129
8130 2008-02-24 Glenn Morris <rgm@gnu.org>
8131
8132 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
8133 multiple file case.
8134
8135 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
8136
8137 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
8138 multiple file case. Use a single `let' rather than two.
8139
8140 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
8141
8142 * progmodes/compile.el (compilation-start): Specify a face for
8143 mode-line-process.
8144 (compilation-handle-exit): Specify a face and a tooltip for
8145 mode-line-process.
8146
8147 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * hilit-chg.el: Remove spurious * in defcustom docstrings.
8150 (hilit-chg-make-ov): Simplify.
8151 (hilit-chg-fixup): Use remove-overlays.
8152 (hilit-chg-set-face-on-change): Remove redundant call to
8153 `remove-text-properties'.
8154
8155 * dired.el (dired-mark-prompt): Don't count/display the t element.
8156 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
8157
8158 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
8159
8160 * progmodes/verilog-mode.el (eval-when-compile): Don't define
8161 add-submenu.
8162 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
8163 Remove. Move contents to the only use ...
8164 (verilog-menu): ... here.
8165 (verilog-statement-menu): Remove. Move contents to the only use ...
8166 (verilog-stmt-menu): ... here.
8167 (verilog-mark-defun): Simply call mark-defun for emacs.
8168 (occur-pos-list): Declare for byte compiler.
8169 (mode-popup-menu): Don't defvar.
8170 (verilog-add-statement-menu): Remove.
8171 (verilog-mode-hook): Don't add verilog-add-statement-menu.
8172 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
8173
8174 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
8175
8176 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
8177 conditional.
8178 (verilog-font-grouping-keywords-face): Make the begin..end
8179 keywords standout more than other verilog keywords.
8180 (verilog-type-font-keywords): Move the begin..end out of this list
8181 to facilitate making them to (potentially) stand out more.
8182 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
8183 function & task blocks.
8184 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
8185 initial, function & task blocks.
8186 (verilog-forward-sexp): Handle the new "disable fork" statement of
8187 IEEE-1800 Verilog.
8188 (verilog-beg-block-re-ordered): Handle the new "disable fork"
8189 statement of IEEE-1800 Verilog.
8190 (verilog-calc-1): Handle the new "disable fork" statement of
8191 IEEE-1800 Verilog.
8192 (verilog-disable-fork-re): Add const to help handle the new
8193 "disable fork" statement of IEEE-1800 Verilog.
8194 (verilog-declaration-core-re): Add port directions by themselves,
8195 with no qualification, as base item of a declaration.
8196 (verilog-pretty-declarations): Add new flag to ask it to refrain
8197 from printing to the message buffer.
8198 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
8199 printing to the message buffer. Improve handling of the many
8200 types of expression line up.
8201 (verilog-just-one-space): Remove printing of an empty message.
8202 (verilog-get-lineup-indent): Rework to support the better handling
8203 of expression lineup for verilog-pretty-expr.
8204 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
8205
8206 2008-02-24 Alan Mackenzie <acm@muc.de>
8207
8208 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
8209 yesterday's commit.
8210
8211 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
8212
8213 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
8214 to mouse-set-point in buffers that aren't associated with files.
8215
8216 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
8217
8218 2008-02-24 Alan Mackenzie <acm@muc.de>
8219
8220 Set of changes so that "obtrusive" syntactic elements in a
8221 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
8222 unmatched paren) don't interact syntactically with stuff outside
8223 the CPP line.
8224
8225 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
8226 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
8227 off-by-one bug.
8228 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
8229 a bit of refactoring.
8230 (c-awk-extend-and-syntax-tablify-region): Takes some of the
8231 functionality of c-awk-advise-fl-for-awk-region, which has been
8232 refactored away.
8233
8234 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
8235 (c-clear-char-property-with-value): New function and macro which
8236 remove text-properties `equal' to a supplied value.
8237
8238 * progmodes/cc-engine.el: Comment about text properties amended.
8239
8240 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
8241 parens around "error\\|warning".
8242
8243 * progmodes/cc-langs.el (c-get-state-before-change-function)
8244 (c-before-font-lock-function, c-anchored-cpp-prefix):
8245 New language variables.
8246 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
8247
8248 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
8249 syntax-table text properties.
8250 (c-common-init): Call language specific before/after-change
8251 functions at mode initialisation.
8252 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
8253 (c-extend-region-for-CPP, c-neutralize-CPP-line)
8254 (c-neutralize-syntax-in-CPP): New functions.
8255 (c-before-change, c-after-change): Call the new language specific
8256 change functions defined in cc-langs.el.
8257 (c-advise-fl-for-region): New macro.
8258 (awk-mode): Remove AWK specific stuff which has been refactored
8259 into language independent stuff.
8260
8261 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
8262
8263 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
8264 (gdb): (Re)set gdb-flush-pending-output to nil here...
8265 (gdb-init-1): ...instead of here (before gdb-prompt).
8266
8267 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
8270 Recognize ''' just like any other char-constant.
8271
8272 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8273
8274 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
8275 careful enough. Detect the uid-change all within the main loop.
8276
8277 2008-02-24 Stefan Monnier <monnier@pastel.home>
8278
8279 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
8280
8281 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8282
8283 * hilit-chg.el (highlight-save-buffer-state): New macro.
8284 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
8285 (hilit-chg-clear): Use it to preserve the modified-p flag.
8286 (highlight-changes-rotate-faces): Don't mess with the undo-list.
8287
8288 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 * font-lock.el (font-lock-set-defaults): Unset previously set variables
8291 when needed.
8292
8293 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
8294
8295 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
8296 from gnus-button-url-regexp.
8297
8298 2008-02-24 Eli Zaretskii <eliz@gnu.org>
8299
8300 * progmodes/compile.el (compilation-next-error): Doc fix.
8301 (compilation-find-file): Doc fix.
8302
8303 2008-02-24 Glenn Morris <rgm@gnu.org>
8304
8305 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
8306 Add obsolete aliases to the old names.
8307
8308 2008-02-24 Richard Stallman <rms@gnu.org>
8309
8310 * net/net-utils.el (ifconfig): Rename from ipconfig.
8311 (ipconfig): Alias to ifconfig.
8312 (ifconfig-program): Rename from ipconfig-program.
8313 (ifconfig-program-options): Rename from ipconfig-program-options.
8314
8315 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
8316
8317 * progmodes/verilog-mode.el (verilog-declaration-core-re):
8318 Add port directions by themselves, with no qualification, as base
8319 item of a declaration.
8320 (verilog-pretty-declarations): Add new flag that inhibits printing
8321 to the message buffer.
8322 (verilog-pretty-expr): Add new flag that inhibits printing to the
8323 message buffer. Improve handling of the many types of expression
8324 line up.
8325 (verilog-just-one-space): Don't print an empty message.
8326 (verilog-get-lineup-indent): Rework to support the better handling
8327 of expression lineup for verilog-pretty-expr.
8328 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
8329 (verilog-mode-version, verilog-mode-release-date): Update.
8330
8331 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8332
8333 * subr.el (cancel-change-group): Don't move point.
8334
8335 2008-02-23 Markus Triska <markus.triska@gmx.at>
8336
8337 * linum.el (linum-after-config): Update all visible windows.
8338
8339 2008-02-23 Glenn Morris <rgm@gnu.org>
8340
8341 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
8342 Add :help for Solitaire and Tetris.
8343
8344 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
8345
8346 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
8347 (smtpmail-code-conv-from): Doc fix. Fix custom type.
8348 (smtpmail-queue-index-file): Make it a defcustom.
8349 (smtpmail-queue-index): Delete.
8350 (smtpmail-send-it, smtpmail-send-queued-mail):
8351 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
8352 smtpmail-queue-index.
8353
8354 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
8355 Add :version.
8356
8357 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
8358
8359 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
8360 New variables.
8361 (iwconfig): New function.
8362
8363 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
8364
8365 * vc.el (vc-find-revision): Make vc-parent-buffer local before
8366 setting it.
8367 (vc-status-menu-map): Do not define using easy-menu.
8368 (vc-status-menu-map): New defalias.
8369 (vc-status-mode-map): Hook up the menu.
8370 (top-level): Update TODO.
8371
8372 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
8373
8374 * vc-bzr.el (vc-bzr-init-version): Rename to ...
8375 (vc-bzr-init-revision): ... this.
8376
8377 2008-02-23 Jason Rumney <jasonr@gnu.org>
8378
8379 * makefile.w32-in (WINS_ALMOST): Remove term.
8380 (WINS): Add term here.
8381 (custom-deps, finder-data): Use WINS_ALMOST.
8382
8383 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
8384
8385 * faces.el (font-weight-table): Fix value of `semi-light'.
8386
8387 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
8390 Make those tables bijective.
8391
8392 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
8393
8394 Finish pdbtrack integration cleanup, settling missing-functions
8395 byte compiler warnings appropriately.
8396
8397 * progmodes/python.el (python-point): Remove this - beginning-of-line
8398 was all that was necessary for `python-pdbtrack-overlay-arrow'.
8399 (python-end-of-def-or-class, python-beginning-of-def-or-class)
8400 (python-goto-initial-line): Drop these - they were only needed for
8401 python-point.
8402 (python-comint-output-filter-function): Use condition-case and
8403 beginning-of-line directly, instead of python-mode.el functions
8404 which require all sorts of baggage.
8405 (point-safe): Unnecessary - we're using condition-case directly,
8406 instead.
8407 (python-execute-file): Include for python-shell, which I'm leaving
8408 in keeping despite it being unnecessary for pdb tracking.
8409
8410 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
8411
8412 * progmodes/scheme.el (scheme-font-lock-keywords-2):
8413 Add SRFI 11 support.
8414 (let-values, let*-values): Specify scheme-indent-function.
8415
8416 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
8417
8418 * vc.el (vc-exec-after): Move setting mode-line-process in the
8419 busy case ...
8420 (vc-set-mode-line-busy-indicator): ... in this new function.
8421 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
8422 (vc-update-vc-status-buffer): Reset mode-line-process.
8423 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
8424 mark/unmark all the files with the same state as the current one.
8425 With a prefix argument mark/unmark all files.
8426 (vc-status-mode-menu): Adjust strings.
8427 (vc-update-vc-status-buffer): Only do something when the argument
8428 is not nil.
8429 (vc-status-kill-dir-status-process): New function.
8430 (vc-status-mode-map): Bind it.
8431 (vc-status-process-buffer): New variable.
8432 (vc-status-mode): Make it local.
8433 (vc-status-refresh): Set it.
8434
8435 * vc-hg.el (vc-hg-dir-status):
8436 * vc-git.el (vc-git-dir-status):
8437 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
8438 command is run.
8439
8440 2008-02-22 Glenn Morris <rgm@gnu.org>
8441
8442 * json.el (top-level): No need to require thingatpt.
8443 (json-read-keyword): Use thing-at-point rather than word-at-point.
8444
8445 * time.el (top-level): No need to require time-date when compiling.
8446
8447 * emacs-lisp/copyright.el (copyright-update-year):
8448 Fix subexpression numbering for the case when years are split over
8449 lines, and for the replace case.
8450
8451 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
8452 (tpu-caar, tpu-cadr): Delete functions.
8453 (zmacs-regions): No need to declare for compiler.
8454 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
8455 (tpu-spell-check): Rewrite, and handle mark after point.
8456 (tpu-special-insert): Use or rather than if.
8457
8458 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
8459 rather than spell-region.
8460
8461 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
8462 warnings about spell-region.
8463
8464 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
8465
8466 * ldefs-boot.el: Regenerated.
8467
8468 * loadup.el: Don't load language/devanagari, language/kannada,
8469 language/malayalam, and language/tamil. Load language/sinhala.
8470
8471 * language/indian.el (indian-font-foundry)
8472 (indian-script-language-alist, indian-font-char-index-table)
8473 (indian-font-char, indian-font-char-range, indian-script-table)
8474 (indian-default-script, indian-composable-pattern): Delete them.
8475 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
8476 language environments moved to here.
8477 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
8478 New language environments.
8479
8480 * language/devanagari.el, language/devan-util.el,
8481 * language/kannada.el, language/knd-util.el, language/malayalam.el,
8482 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
8483 Delete them.
8484
8485 * language/sinhala.el: New file.
8486
8487 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
8488
8489 Update Nick Robert's port of pdb tracking from python-mode.el.
8490
8491 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
8492 Clarify docstring.
8493 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
8494 tracking is happening.
8495 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
8496 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
8497 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
8498 Tracking is plugged in to all comint buffers once python.el is loaded.
8499 (python-pdbtrack-overlay-arrow): Toggle activation of
8500 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
8501 (python-pdbtrack-track-stack-file): Use new
8502 `python-pdbtrack-get-source-buffer' for more flexible access to
8503 debugging source files.
8504 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
8505 according to pdb stack trace, optionally using new
8506 `python-pdbtrack-grub-for-buffer' if file is not locally available.
8507 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
8508 named buffer, or having function with indicated name.
8509 (python-shell): Remove comint-output-filter-functions hook
8510 addition, it's being done elsewhere. Wrap long line.
8511
8512 2008-02-21 Michael Olson <mwolson@gnu.org>
8513
8514 * json.el: Replace XEmacs compatibility code to get rid of
8515 compiler warnings.
8516
8517 * time.el: Fix compiler warning.
8518
8519 2008-02-21 Edward O'Connor <ted@oconnor.cx>
8520
8521 * json.el: New file (JavaScript Object Notation parser / generator).
8522
8523 2008-02-21 Dave Love <fx@gnu.org>
8524
8525 * progmodes/sym-comp.el: New file.
8526
8527 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
8528 Require sym-comp. Add Python buffer to same-window-buffer-names.
8529 Fixup whitespaces.
8530 (python-font-lock-keywords): Add highlighting for Python builtins.
8531 (python-font-lock-syntactic-keywords): Rewrite.
8532 (python-quote-syntax): Use syntax-ppss-context instead of parsing
8533 ppss directly.
8534 (python-mode-map): Add binding for python-find-function.
8535 (python-calculate-indentation): Clean up the logic.
8536 (python-beginning-of-defun): Explicitly set return value.
8537 (python-beginning-of-statement): Stop looping if we get stuck
8538 going backwards.
8539 (python-next-statement): Stop looping if we somehow end up inside
8540 a string while advancing.
8541 (python-preoutput-continuation, python-version-checked): New vars.
8542 (python-check-version): New function.
8543 (run-python): Set default command to python-command instead of
8544 python-python-command.
8545 (run-python): Use python-check-version. Give PYTHONPATH
8546 precedence over data-directory in the process environment.
8547 Load function definitions in python process after.
8548 (python-check-comint-prompt): New function.
8549 (python-send-command, python-send-receive): Use it.
8550 (python-complete-symbol, python-try-complete): Functions deleted.
8551 Use symbol-complete instead of python-complete-symbol throughout.
8552 (python-fill-paragraph): Further refine the fenced-string regexp.
8553 (def-python-skeleton): Expand to the original abbrev instead if in
8554 a comment or string. Tweak skeletons for `if', `while', `for',
8555 `try/except', `try/finally', `name'.
8556 (python-pea-hook, python-abbrev-pc-hook): New functions.
8557 (python-abbrev-syntax-table): New var.
8558 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
8559 Use symbol-completion-try-complete for hippie expansion.
8560 Turn on font lock unconditionally.
8561 (python-mode-hook): Defcustom it. No need to use make-local
8562 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
8563 option, since it's buffer-local.
8564
8565 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
8566
8567 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
8568
8569 2008-02-21 Drew Adams <drew.adams@oracle.com>
8570
8571 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
8572 "Turn off" and a "Help" entry when the minor mode has no menu.
8573
8574 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
8575
8576 * vc.el (vc-status-mark, vc-status-unmark): New functions.
8577 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
8578 vc-status-mark-file and vc-status-unmark-file.
8579 (vc-status-mark-unmark): New function.
8580 (vc-status-previous-line, vc-status-next-line): No longer interactive.
8581
8582 2008-02-21 Glenn Morris <rgm@gnu.org>
8583
8584 * composite.el (encode-composition-rule): Fix typo in error message.
8585 (composition-function-table, auto-composition-mode): Doc fixes.
8586
8587 * subr.el (sit-for): Fix obsolete form for nil second argument.
8588
8589 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
8590 (spell-string): Make obsolete, in favor of ispell.
8591
8592 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
8593
8594 * language/devanagari.el: Don't setup composition-function-table
8595 here.
8596 ("Devanagari"): Change charset, coding-system, coding-priority to
8597 Unicode-based ones. Don't require the feature devan-util.
8598
8599 * composite.el (compose-chars-after): Fix arguments for a function
8600 in composition-function-table.
8601 (auto-compose-region): Likewise.
8602
8603 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
8604 for Ethiopic.
8605 (ps-mule-plot-string): Ignore glyph-string based compositions.
8606
8607 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8608
8609 * doc-view.el: Allow different windows to show different pages.
8610 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
8611 (doc-view-current-image, doc-view-current-overlay): Remove variables,
8612 add them back as macros instead, using image-mode-winprops instead.
8613 Update all users of those variables.
8614 (doc-view-new-window-function): New function to create a new overlay
8615 for each new window.
8616 (doc-view-mode): Use it and image-mode-setup-winprops.
8617 (doc-view-clone-buffer-hook): Rewrite accordingly.
8618
8619 * image-mode.el: Extend [hv]scroll support to per-window properties.
8620 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
8621 (image-mode-winprops-alist): New var to replace them.
8622 (image-mode-new-window-functions): New hook.
8623 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
8624 New funs.
8625 (image-set-window-vscroll, image-set-window-hscroll): Use them.
8626 Remove the `window' argument, update callers.
8627 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
8628 Use the new functions.
8629 (image-mode-reapply-winprops): New fun.
8630 (image-mode): Use it.
8631
8632 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
8633
8634 * calc/calc-math.el (math-sin-raw): Add optional argument
8635 to keep track of original argument.
8636 (math-cos-raw): Use optional argument when calling math-sin-raw.
8637 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
8638 with close to original precision.
8639
8640 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8641
8642 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
8643 args in calls of sit-for.
8644
8645 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
8646
8647 * vc-svn.el (vc-svn-program): Fix typo in docstring.
8648 (vc-svn-checkin): Fix typo in error message.
8649
8650 * help-mode.el: Require easymenu when compiling.
8651
8652 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
8653
8654 * help-mode.el (help-mode-menu): New menu.
8655
8656 2008-02-20 Glenn Morris <rgm@gnu.org>
8657
8658 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
8659 on Windows.
8660
8661 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
8662
8663 * ps-mule.el (ps-mule-encode-region): Return a single string.
8664 (ps-mule-plot-string): Adjust for the above change.
8665 (ps-mule-encode-header-string): Likewise.
8666
8667 * international/latin1-disp.el (latin1-display): Don't use
8668 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
8669 standard-display-table.
8670 (latin1-display-identities): Adjust for the change of what is
8671 returned by (get-language-info charset 'charset).
8672
8673 * international/mule-util.el (char-displayable-p): Fix for Latin-1
8674 characters and terminal case.
8675
8676 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
8677
8678 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
8679
8680 * progmodes/python.el: Also require comint when loading.
8681 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
8682 Replace python-shell with run-python on menu bar.
8683 (python-shell-map): New map.
8684 (python-default-interpreter, python-python-command-args)
8685 (python-jython-command-args, python-pdbtrack-do-tracking-p):
8686 New options.
8687 (python-which-shell, python-which-args, python-which-bufname):
8688 New buffer local variables.
8689 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
8690
8691 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
8692 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
8693 New constants.
8694
8695 Pdbtrack features:
8696
8697 (python-point, python-end-of-def-or-class)
8698 (python-beginning-of-def-or-class, python-goto-initial-line)
8699 (python-comint-output-filter-function)
8700 (python-pdbtrack-overlay-arrow)
8701 (python-pdbtrack-track-stack-file, python-toggle-shells)
8702 (python-shell, python-pdbtrack-toggle-stack-tracking)
8703 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
8704 New functions.
8705
8706 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8707
8708 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
8709 when the argument is nil.
8710
8711 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8712
8713 * vc.el (dir-status): Add a brief description.
8714
8715 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
8716
8717 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
8718 If non-nil, reverse the sense of the check.
8719
8720 * vc-rcs.el (vc-rcs-root): New func.
8721 * vc-cvs.el (vc-cvs-root): New func.
8722 * vc-svn.el (vc-svn-root): New func.
8723 * vc-sccs.el (vc-sccs-root): New func.
8724
8725 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
8726
8727 * language/japan-util.el (setup-japanese-environment-internal):
8728 Call use-cjk-char-width-table.
8729
8730 * language/japanese.el ("Japanese"): Set exit-function to
8731 use-default-char-width-table.
8732
8733 * international/characters.el: Delete occurrences of non-Unicode
8734 tibetan and ethiopic characters.
8735 (cjk-char-width-table): New variable.
8736 (use-cjk-char-width-table, use-default-char-width-table):
8737 New functions.
8738
8739 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8740
8741 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
8742 (vc-status-mode-menu): Add a :filter.
8743 (vc-status-printer): Add faces.
8744
8745 * vc-hg.el (vc-hg-extra-status-menu): New function.
8746 (vc-hg-dir-status): Clean up the buffer before using it.
8747
8748 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
8749
8750 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
8751 (gdb): Initialize it here instead.
8752
8753 * files.el (locate-dominating-file): Fix thinko in last change.
8754 Reported by Bruce Stephens <bruce.stephens@isode.com>.
8755
8756 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
8757
8758 * vc.el (vc-status-mode-menu): New menu for vc-status.
8759
8760 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
8761
8762 * progmodes/verilog-mode.el (customize): Fix typo in error message.
8763 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
8764 (verilog-mode-auto, verilog-indent-level-module)
8765 (verilog-minimum-comment-distance, verilog-library-flags)
8766 (verilog-library-directories, verilog-library-files)
8767 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
8768 (verilog-xemacs-menu, verilog-set-compile-command)
8769 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
8770 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
8771 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
8772 (verilog-batch-inject-auto, verilog-batch-indent)
8773 (verilog-continued-line, verilog-type-keywords)
8774 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
8775 (verilog-read-inst-pins, verilog-read-arg-pins)
8776 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
8777 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
8778 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
8779 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
8780 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
8781 (verilog-mode-version, verilog-mode-release-date)
8782 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
8783 (verilog-simulator, verilog-compiler)
8784 (verilog-auto-sense-defines-constant, verilog-company)
8785 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
8786 Fix typos in docstrings.
8787 (verilog-set-auto-endcomments, verilog-calculate-indent)
8788 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
8789 Reflow docstrings.
8790 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
8791 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
8792 (electric-verilog-forward-sexp, verilog-in-case-region-p)
8793 (verilog-in-struct-region-p, verilog-in-generate-region-p)
8794 (verilog-leap-to-head, verilog-current-indent-level)
8795 (verilog-case-indent-level, verilog-cpp-keywords)
8796 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
8797 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
8798 (verilog-signals-not-in, verilog-symbol-detick-text)
8799 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
8800 (verilog-forward-close-paren, verilog-backward-open-paren)
8801 (verilog-backward-open-bracket): Doc fixes.
8802
8803 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
8804 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
8805 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
8806 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
8807 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
8808 Fix typos in docstrings.
8809
8810 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
8811
8812 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
8813
8814 * info.el (Info-read-node-name): Removed unused `default' arg.
8815
8816 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
8817
8818 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
8819
8820 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8821
8822 * image-mode.el (image-get-display-property): New fun.
8823 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8824 (image-mode, image-minor-mode, image-toggle-display-text)
8825 (image-toggle-display): Use it.
8826
8827 2008-02-18 Jason Rumney <jasonr@gnu.org>
8828
8829 * international/mule.el (xml-find-file-coding-system): Don't warn
8830 about utf-16 with BOM.
8831
8832 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
8833
8834 * international/mule.el (sgml-xml-auto-coding-function): Detect and
8835 warn if file encoding is not utf-8 and encoding not specified.
8836 (xml-find-file-coding-system): New function.
8837 * international/mule-conf.el (file-coding-system-alist): Use it.
8838
8839 2008-02-17 Glenn Morris <rgm@gnu.org>
8840
8841 * international/mule-cmds.el (set-locale-environment):
8842 Pass `frame' to getenv for LC_MESSAGES.
8843
8844 2008-02-17 Juri Linkov <juri@jurta.org>
8845
8846 * time.el (emacs-init-time): Use format instead of format-seconds.
8847
8848 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8849
8850 * textmodes/bibtex.el (bibtex-search-entry): Rename from
8851 bibtex-find-entry. Add autoload cookie.
8852 (bibtex-find-entry): Alias for bibtex-search-entry.
8853 (bibtex-search-crossref): Rename from bibtex-find-crossref.
8854 (bibtex-find-crossref): Alias for bibtex-search-crossref.
8855 (bibtex-clean-entry): atomic-change-group removed.
8856 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
8857 to locate buffer location where error occurred.
8858 Make error messages more specific.
8859 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
8860
8861 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
8862
8863 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
8864 top level.
8865
8866 * simple.el (transient-mark-mode): Add an :init-value.
8867
8868 * startup.el (command-line): Use custom-reevaluate-setting for
8869 transient-mark-mode.
8870
8871 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
8872
8873 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
8874
8875 2008-02-16 Juri Linkov <juri@jurta.org>
8876
8877 * startup.el (after-init-time): New variable.
8878 (command-line): Set `after-init-time' to the current time.
8879
8880 * time.el (emacs-init-time): New function.
8881
8882 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
8883
8884 * files.el (locate-dominating-file): Remove initial loop because it's
8885 not careful enough. Detect the uid-change all within the main loop.
8886
8887 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
8888
8889 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
8890
8891 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
8892
8893 * vc.el (vc-annotate): Add new argument.
8894 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
8895
8896 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
8897 Move make-variable-buffer-local code after the corresponding defvar.
8898 (hs-minor-mode-map): Define and initialize in one step.
8899 (hs-minor-mode): Change from defun to define-minor-mode.
8900
8901 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
8902
8903 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
8904 (gdb-ready): Move declaration...
8905
8906 * progmodes/gdb-ui.el (gdb-ready): ...to here.
8907 (gdb-early-user-input): New variable.
8908 (gdb): Reset gdb-flush-pending-output to nil and set
8909 comint-input-sender here (before gdb-prompt), instead of...
8910 (gdb-init-1): ...here.
8911 (gdb-send): If Emacs is not ready, defer user input to...
8912 (gdb-prompt): ...here.
8913
8914 2008-02-16 Glenn Morris <rgm@gnu.org>
8915
8916 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
8917
8918 * startup.el (emacs-startup-time): Rename to `before-init-time'.
8919 (before-init-time): New name for `emacs-startup-time'.
8920 (command-line): Use before-init-time rather than emacs-startup-time.
8921 * time.el (emacs-uptime): Use before-init-time rather than
8922 emacs-startup-time.
8923
8924 * composite.el (composition-function-table): Doc fix.
8925
8926 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
8927 in favor of `%z' specifier.
8928 (emacs-uptime): Move to time.el.
8929 * time.el (emacs-uptime): Move here from time-date.el. Add optional
8930 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
8931 argument of format-seconds.
8932
8933 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
8934
8935 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
8936
8937 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
8938
8939 * ielm.el (ielm-is-whitespace): Remove.
8940 (ielm-is-whitespace-or-comment): New function.
8941 (ielm-eval-input): Use it.
8942
8943 2008-02-15 Jason Rumney <jasonr@gnu.org>
8944
8945 * term/mac-win.el: Fix coding tag.
8946
8947 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
8948
8949 * vc-hooks.el (vc-menu-map):
8950 * bindings.el (mode-line-mode-menu): Add tooltips.
8951
8952 * bindings.el (help-echo): Add more tooltips. Use a less
8953 telegraphic style for existing tooltips.
8954
8955 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
8956
8957 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
8958 from the auto-generated one.
8959
8960 2008-02-14 Glenn Morris <rgm@gnu.org>
8961
8962 * mail/rmail-spam-filter.el (rmail-spam-filter):
8963 Let-bind message-spam-status.
8964
8965 * mail/smtpmail.el (password-cache-add): Declare as function.
8966
8967 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
8968
8969 * mail/smtpmail.el: Use password-cache.
8970
8971 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
8972
8973 * uniquify.el (uniquify-buffer-base-name): New function.
8974 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8975
8976 * desktop.el (uniquify-managed): Don't defvar.
8977 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
8978 `uniquify-managed'. Return also the buffer's base name.
8979 (desktop-save): When saving the buffer info, filter out the base name,
8980 and save it as buffer name if the buffer is managed by uniquify.
8981 (uniquify-item-base): Don't declare; not called anymore.
8982
8983 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
8984
8985 * vc.el (vc-annotate-find-revision-at-line): New function.
8986 (vc-annotate-mode-map): Bind it.
8987 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
8988 some entries.
8989
8990 2008-02-14 Glenn Morris <rgm@gnu.org>
8991
8992 * calendar/time-date.el (format-seconds): New function.
8993 (emacs-uptime): Use format-seconds.
8994
8995 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8996 Remove `LC_ALL=C', since it's included in $(emacs) now.
8997
8998 2008-02-14 Zhang Wei <id.brep@gmail.com>
8999
9000 * textmodes/org-publish.el (org-publish-timestamp-filename):
9001 Replace colon characters in filename too.
9002
9003 2008-02-13 Bastien Guerry <bzg@altern.org>
9004
9005 * mail/rmail.el (rmail-header-name): New face.
9006 (rmail-font-lock-keywords): Use rmail-header-name.
9007
9008 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
9009 against X-Spam-Status header field.
9010 (rmail-spam-filter): Also check X-Spam-Status header field.
9011
9012 2008-02-14 Mark A. Hershberger <mah@everybody.org>
9013
9014 * progmodes/flymake.el (flymake-allowed-file-name-masks):
9015 Add support for .pm files and .php files.
9016 (flymake-err-line-patterns): Add pattern for PHP errors.
9017 (flymake-php-init): New function. PHP support for flymake.
9018
9019 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9020 Add regular expression for PHP errors.
9021
9022 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
9023
9024 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
9025 This DTRT even on w32 machines.
9026 (ange-ftp-cf1): Quote FILENAME.
9027
9028 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
9029
9030 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
9031 (smerge-auto-combine): New fun.
9032
9033 2008-02-12 Juri Linkov <juri@jurta.org>
9034
9035 * startup.el (fancy-startup-screen, normal-splash-screen):
9036 Set default-directory to command-line-default-directory.
9037
9038 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
9039 after reading the desktop.
9040
9041 * progmodes/compile.el (compilation-auto-jump):
9042 Call compile-goto-error only when compilation-auto-jump-to-first-error
9043 is non-nil.
9044 (compilation-scroll-output): Replace :type 'boolean with a choice
9045 that has three options including a third option `first-error'.
9046 Doc fix.
9047 (compilation-start, compilation-forget-errors): Add an alternate
9048 condition comparing compilation-scroll-output with `first-error'
9049 in addition to compilation-auto-jump-to-first-error (to call
9050 compilation-auto-jump in the proper place).
9051
9052 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
9053
9054 * international/mule.el (sgml-html-meta-auto-coding-function):
9055 Make sure the search limit is ahead.
9056
9057 * tar-mode.el: Fix broken indentation.
9058 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
9059 Use with-current-buffer.
9060
9061 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
9062
9063 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
9064 it is already automatically buffer-local.
9065
9066 2008-02-11 Drew Adams <drew.adams@oracle.com>
9067
9068 * help.el (describe-key): Join some split lines to facilitate filling.
9069 * help-fns.el (describe-function-1): Fill text of overlong lines.
9070
9071 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
9072
9073 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
9074 Use unibyte-string instead of string-make-unibyte.
9075
9076 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
9077
9078 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
9081 works also for buffers w/o buffer-file-name. Update callers.
9082 (doc-view-clone-buffer-hook): New fun.
9083 (doc-view-mode): Use it for indirect clones. Mark the overlays with
9084 the `doc-view' property so they can be recognized.
9085
9086 * simple.el (clone-indirect-buffer-hook): New hook.
9087 (clone-indirect-buffer): Run it.
9088
9089 2008-02-11 Daiki Ueno <ueno@unixuser.org>
9090
9091 * epa.el (epa-menu-mode): Merge into epa-mode.
9092 (epa-menu-items): Rename the label "EasyPG Assistant" to
9093 "Encryption/Decryption".
9094
9095 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
9096 (epa-dired-mode-map): Rename from epa-dired-map.
9097 (epa-global-dired-mode): Rename the global minor mode.
9098
9099 2008-02-11 Drew Adams <drew.adams@oracle.com>
9100
9101 * isearch.el (isearch-fail): New face.
9102 (isearch-message): Highlight failure part of input.
9103
9104 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9105
9106 * ibuffer.el (ibuffer-header-line-format): New var.
9107 (ibuffer-mode): Set it instead of header-line-format.
9108 (ibuffer-update): Use it to set header-line-format.
9109
9110 * international/mule-cmds.el (ucs-insert): Inherit surrounding
9111 properties like self-insert-command.
9112
9113 2008-02-11 Drew Adams <drew.adams@oracle.com>
9114
9115 * progmodes/etags.el: Add many doc strings.
9116
9117 2008-02-11 Jason Rumney <jasonr@gnu.org>
9118
9119 * ldefs-boot.el: Regenerated.
9120
9121 2008-02-11 Glenn Morris <rgm@gnu.org>
9122
9123 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9124 Shorten some names.
9125
9126 * ffap.el (ffap-rfc-directories): Add :version.
9127
9128 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
9129
9130 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
9131 files, and backup files of same.
9132
9133 2008-02-11 Kevin Ryde <user42@zip.com.au>
9134
9135 * ffap.el (ffap-rfc-directories): New variable.
9136 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
9137
9138 * info.el (Info-next-reference, Info-prev-reference)
9139 (Info-try-follow-nearest-node): Move to and follow https:// links too.
9140
9141 * simple.el (completion-list-mode): Show full completion-list-mode-map
9142 in the docstring.
9143
9144 2008-02-11 Sam Steingold <sds@gnu.org>
9145
9146 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
9147
9148 2008-02-11 Glenn Morris <rgm@gnu.org>
9149
9150 * startup.el (emacs-startup-time): New variable.
9151 (command-line): Set emacs-startup-time.
9152
9153 * calendar/time-date.el (emacs-uptime): New function.
9154
9155 2008-02-10 Bastien Guerry <bzg@altern.org>
9156
9157 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
9158 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
9159 it is nil.
9160
9161 2008-02-10 Daiki Ueno <ueno@unixuser.org>
9162
9163 * epg-config.el: Expand the contents of epg-package-info.el.
9164 (epg-package-name): New constant.
9165 (epg-version-number): New constant.
9166 (epg-bug-report-address): New constant.
9167
9168 * epa-mail.el (epa-mail-mode): Add autoload cookie.
9169 (epa-global-mail-mode): New global minor mode.
9170
9171 * epa-file.el (epa-file-mode): New global minor mode.
9172
9173 * epa-dired.el (epa-dired-mode): New global minor mode.
9174
9175 * epa.el (epa-menu): New variable.
9176 (epa-menu-items): New variable.
9177 (epa-menu-mode): New global minor mode.
9178 (epa-global-minor-modes): New user option.
9179 (epa-mode): New global minor mode.
9180
9181 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
9182
9183 * net/dbus.el: Remove `no-byte-compile' cookie.
9184 (dbus-call-method, dbus-register-signal, dbus-debug)
9185 (dbus-registered-functions-table): Declare them with
9186 `declare-function' or `defvar', respectively.
9187 (top): Don't assert any longer. Require 'cl when compiling.
9188 Apply `ignore-errors' but `dbus-ignore-errors'.
9189
9190 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
9191
9192 * diff-mode.el (diff-add-change-log-entries-other-window):
9193 Use add-change-log-entry.
9194
9195 2008-02-09 Jason Rumney <jasonr@gnu.org>
9196
9197 * button.el (button-map):
9198 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
9199 * ldefs-boot.el: Regenerate.
9200
9201 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
9202
9203 * epa.el (epa-faces, epa):
9204 * epa-file.el (epa-file):
9205 * epg-config.el (epg): Add :version.
9206
9207 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
9208
9209 * vc.el (vc-exec-after): Append CODE to previous fragments.
9210 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
9211 take MESSAGES instead of VERBOSE; use it when non-nil.
9212 (vc-diff-internal): Compute messages once; use them;
9213 update call to vc-diff-finish.
9214
9215 2008-02-09 Michael Olson <mwolson@gnu.org>
9216
9217 * net/tramp.el (tramp-process-sentinel): Avoid error when process
9218 buffer has been killed, such as by
9219 `tramp-cleanup-all-connections'.
9220
9221 2008-02-09 Miles Bader <miles@gnu.org>
9222
9223 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
9224
9225 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
9228 splitter in context hunks.
9229
9230 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
9231
9232 * international/fontset.el (setup-default-fontset): Fix arabic otf
9233 font specification.
9234
9235 2008-02-08 Daiki Ueno <ueno@unixuser.org>
9236
9237 * epa-dired.el:
9238 * epa-file.el:
9239 * epa-mail.el:
9240 * epa-setup.el:
9241 * epa.el:
9242 * epg-config.el:
9243 * epg-package-info.el:
9244 * epg.el: Initial check-in of EasyPG.
9245
9246 2008-02-08 Glenn Morris <rgm@gnu.org>
9247
9248 * woman.el (woman-locale): New defcustom.
9249 (woman-expand-locale, woman-manpath-add-locales): New functions.
9250 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
9251
9252 * international/mule-cmds.el (locale-translate): New function,
9253 with old code extracted from set-locale-environment.
9254 (set-locale-environment): Use locale-translate. Set woman-locale.
9255
9256 * cus-start.el (selection-coding-system): Remove, since it's now
9257 defined in select.el rather than in xselect.c.
9258 * select.el (selection-coding-system): Make it a defcustom, and
9259 add the properties from cus-start.el. Bump :version.
9260
9261 * custom.el (custom-theme-set-variables): Sort symbols that are
9262 dependencies before symbols that depend on them.
9263 (custom-enabled-themes): Set after custom-theme-directory.
9264
9265 * pcmpl-unix.el (top-level): Move provide statement to end.
9266 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
9267 `*' from doc-string. Allow to be nil.
9268 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
9269 Allow to be nil. Add :version.
9270 (pcmpl-ssh-hosts): Move definition before use. Handle lines
9271 without hostnames, and multiple hostnames per line.
9272
9273 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
9274
9275 2008-02-08 Phil Hagelberg <phil@evri.com>
9276
9277 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
9278 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
9279
9280 2008-02-07 Timo Savola <timo.savola@iki.fi>
9281
9282 * startup.el (command-line-x-option-alist): Add --parent-id.
9283
9284 * term/x-win.el (x-handle-parent-id): New function.
9285
9286 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
9287
9288 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
9289 "Font Menu".
9290
9291 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
9292
9293 * net/dbus.el (dbus-interface-peer): New defconst.
9294 (dbus-ping): New defun.
9295
9296 2008-02-06 Sam Steingold <sds@gnu.org>
9297
9298 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
9299
9300 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
9301
9302 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
9303 Just return nil and let the C code provide a fallback.
9304
9305 2008-02-05 Glenn Morris <rgm@gnu.org>
9306
9307 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
9308 tramp-flush-connection-property for removed 2nd argument.
9309
9310 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
9311
9312 * diff-mode.el (diff-add-change-log-entries-other-window):
9313 Rename from diff-create-changelog. Change users.
9314 Minor change to hopefully work with plain diffs.
9315 (diff-mode-map): Add binding for it.
9316
9317 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
9318
9319 * diff-mode.el: Add new TODO entry.
9320 (diff-create-changelog): New function.
9321 (diff-mode-menu): Bind it.
9322
9323 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
9324
9325 * international/mule-diag.el (print-fontset-element): Handle the
9326 case of inhibiting the fallback fonts.
9327
9328 2008-02-04 Kim F. Storm <storm@cua.dk>
9329
9330 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
9331 (ido-magic-delete-char): Use prefix arg.
9332
9333 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
9334
9335 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
9336 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
9337 of today, the most recent libpng is 1.2.24).
9338
9339 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
9340
9341 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
9342
9343 * net/dbus.el (top): Check (featurep 'dbusbind).
9344
9345 * net/tramp.el (tramp-process-sentinel): New defun.
9346 (tramp-do-copy-or-rename-file-out-of-band)
9347 (tramp-maybe-open-connection): Use it as process sentinel.
9348 (tramp-handle-delete-directory): Don't use the "-f" option; it
9349 isn't portable.
9350 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
9351 after the command.
9352 (tramp-handle-shell-command): Set `mode-line-process' in the
9353 asynchronous case.
9354
9355 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
9356
9357 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
9358 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9359 Use `tramp-process-sentinel' as process sentinel.
9360
9361 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
9362
9363 * whitespace.el (global-whitespace-mode): Revert last change.
9364 (whitespace-unload-function): Force `global-whitespace-mode'
9365 to deactivate local modes in a slightly less intrusive way.
9366
9367 2008-02-02 Eli Zaretskii <eliz@gnu.org>
9368
9369 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
9370
9371 2008-02-02 Glenn Morris <rgm@gnu.org>
9372
9373 * international/latin1-disp.el (latin1-display):
9374 * progmodes/fortran.el (fortran-comment-indent-char):
9375 * progmodes/idlw-shell.el (top-level):
9376 * term/mac-win.el (mac-keyboard-translate-char):
9377 * whitespace.el (whitespace-char-valid-p):
9378 * wid-edit.el (widget-key-sequence-read-event):
9379 Use characterp rather than char-valid-p.
9380
9381 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
9382 to capitalized-find-word-boundary. Doc fix. Update callers.
9383 (capitalized-next-word-boundary-function-table): Rename to
9384 capitalized-find-word-boundary-function-table. Doc fix. Update users.
9385
9386 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
9387 string-to-int.
9388
9389 * ps-def.el (declare-function): Add compatibility definition.
9390 (ps-plot-with-face, ps-plot-string): Declare as functions.
9391 (ps-bold-faces, ps-italic-faces): Declare variables.
9392
9393 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
9394 (ps-mule-end-job): Declare as functions.
9395
9396 * wid-edit.el (widget-string-complete): Use assoc-string rather
9397 than assoc-ignore-case.
9398
9399 See ChangeLog.13 for earlier changes.
9400
9401 ;; Local Variables:
9402 ;; coding: utf-8
9403 ;; add-log-time-zone-rule: t
9404 ;; End:
9405
9406 Copyright (C) 2008 Free Software Foundation, Inc.
9407
9408 This file is part of GNU Emacs.
9409
9410 GNU Emacs is free software: you can redistribute it and/or modify
9411 it under the terms of the GNU General Public License as published by
9412 the Free Software Foundation, either version 3 of the License, or
9413 (at your option) any later version.
9414
9415 GNU Emacs is distributed in the hope that it will be useful,
9416 but WITHOUT ANY WARRANTY; without even the implied warranty of
9417 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9418 GNU General Public License for more details.
9419
9420 You should have received a copy of the GNU General Public License
9421 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
9422
9423 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc