1 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3 * apropos.el (apropos-function, apropos-macro, apropos-command)
4 (apropos-variable, apropos-face, apropos-group, apropos-widget)
5 (apropos-plist): Add apropos-short-label property.
6 (apropos-multi-type): New variables.
7 (apropos-command, apropos-value): Set it.
8 (apropos-compact-layout): New custom.
9 (apropos-print, apropos-print-doc): Use it.
10 (apropos-print): Truncate lines.
12 2008-06-09 Kenichi Handa <handa@m17n.org>
14 * international/fontset.el (font-encoding-alist):
15 Add an entry for "ascii-0".
17 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
19 * language/hanja-util.el (hanja-init-load): Show the message only
22 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
24 * net/newsticker-treeview.el (newsticker-treeview):
25 * net/newsticker-plainview.el (newsticker-plainview):
28 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
30 * net/newsticker.el: Split up into newsticker-backend, -ticker,
31 -reader, -plainview, and -treeview.
32 (newsticker-version): Change to 1.99.
34 * net/newsticker-backend.el: New. Move backend functionality from
35 newsticker.el to newsticker-backend.el.
36 (newsticker--download-logos): New.
37 (newsticker--sentinel-callback): New.
38 (newsticker--set-customvar): Remove. Split up into specific
39 functions related to retrieval, ticker, buffer, and display.
40 (newsticker--set-customvar-retrieval): New. Extracted from
41 `newsticker--set-customvar'.
42 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
43 (newsticker-url-list-defaults):
44 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
45 (newsticker-url-list): Doc changed. URL can be a function.
46 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
47 (newsticker-retrieval-method): New.
48 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
49 (newsticker-retrieval-interval):
50 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
51 (newsticker-desc-comp-max): Change :group.
52 (newsticker--cache): Doc changed.
53 (newsticker--guid-to-string): New.
54 (newsticker--guid): Use `newsticker--guid-to-string'.
55 (newsticker--real-feed-name): New.
56 (newsticker--start-feed): New. Extracted from `newsticker-start'.
57 (newsticker-start): Use `insert-file-contents' for reading cache.
58 Use `newsticker--start-feed'.
59 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
60 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
61 Use `newsticker--stop-feed'.
62 (newsticker-save-item): New.
63 (newsticker--get-news-by-funcall): New.
64 (newsticker-get-news): Handle new retrieval methods.
65 (newsticker--sentinel): Use `newsticker--sentinel-work'.
66 (newsticker--sentinel-work): New. Extracted from
67 `newsticker--sentinel'. Use `newsticker--download-logos',
68 `newsticker--sentinel-callback'.
69 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
70 (newsticker--parse-atom-1.0): Fix link determination.
71 (newsticker--parse-rss-0.91): Fix time determination.
72 (newsticker--parse-rss-0.92): Fix time determination.
73 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
74 (newsticker--parse-generic-feed): New arg order in
75 `newsticker--cache-add'.
76 (newsticker--parse-generic-items): Fix for multiple items.
77 New arg order in `newsticker--cache-add'.
78 (newsticker--forget-preformatted): Check whether
79 `newsticker--buffer-set-uptodate' is fbound.
80 (newsticker--decode-iso8601-date): Handle fractions of seconds.
81 (newsticker--decode-rfc822-date): Partial timezone handling.
82 (newsticker--cache-contains): Fix guid problem.
83 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
84 (newsticker--cache-save): New.
85 (newsticker--cache-update): Use temp buffer.
86 (newsticker--stat-num-items): Allow multiple AGE args.
87 (newsticker--stat-num-items-total): New.
88 (newsticker--opml-import-outlines): New.
89 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
90 (newsticker--do-run-auto-mark-filter): Doc changed.
91 (newsticker-retrieve-random-message): New.
93 * net/newsticker-ticker.el: New. Move ticker functionality from
94 net/newsticker.el to net/newsticker-ticker.el.
95 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
96 `newsticker--ticker-timer'.
97 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
98 to `newsticker--ticker-timer'.
99 (newsticker--set-customvar-ticker): New. Extracted from
100 `newsticker--set-customvar'.
101 (newsticker-ticker-interval): Rename `newsticker-display-interval'
102 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
103 for :set. Change :group.
104 (newsticker-scroll-smoothly): Doc changed. Change :group.
105 (newsticker-hide-immortal-items-in-echo-area)
106 (newsticker-hide-old-items-in-echo-area)
107 (newsticker-hide-obsolete-items-in-echo-area):
108 Use `newsticker--set-customvar-ticker for :set. Change :group.
109 (newsticker-start-ticker): Rename `newsticker--display-timer' to
110 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
111 to `newsticker-ticker-interval'.
112 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
113 `newsticker--ticker-timer'.
115 * net/newsticker-reader.el: New. Move reader functionality from
116 net/newsticker.el to net/newsticker-reader.el.
117 (newsticker--set-customvar-formatting): New. Extracted from
118 `newsticker--set-customvar'.
119 (newsticker-reader, newsticker-frontend): New.
120 (newsticker-enable-logo-manipulations): Change :group.
121 (newsticker-justification): Use `newsticker--set-customvar-formatting'
122 for :set. Change :group.
123 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
124 for :set. Change :group.
125 (newsticker-html-renderer): Doc changed.
126 Use `newsticker--set-customvar-formatting' for :set. Change :group.
127 (newsticker-date-format):
128 Use `newsticker--set-customvar-formatting' for :set. Change :group.
129 (newsticker--insert-enclosure):
130 Rename `newsticker--buffer-insert-enclosure' to
131 `newsticker--insert-enclosure'. Add keymap arg.
132 (newsticker--print-extra-elements):
133 Rename `newsticker--buffer-print-extra-elements' to
134 `newsticker--print-extra-elements'. Add keymap arg.
135 (newsticker--do-print-extra-element):
136 Rename `newsticker--buffer-do-print-extra-element' to
137 `newsticker--do-print-extra-element'. Add keymap arg.
138 (newsticker-show-news): Use `newsticker-frontend'.
140 * net/newsticker-plainview.el: New. Move plainview functionality
141 from net/newsticker.el to net/newsticker-reader.el.
142 (newsticker-plainview): New.
143 (newsticker--set-customvar-sorting): New. Extracted from
144 `newsticker--set-customvar'.
145 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
146 for :set. Changed :group.
147 (newsticker-heading-format, newsticker-item-format)
148 (newsticker-desc-format, newsticker-statistics-format):
149 Use `newsticker--set-customvar-formatting for :set. Change :group.
150 (newsticker-faces): Change :group.
151 (newsticker-default-face): Enable again.
152 (newsticker-hide-old-items-in-newsticker-buffer)
153 (newsticker-show-descriptions-of-new-items):
154 Use `newsticker--set-customvar-buffer' for :set. Change :group.
155 (newsticker-show-all-news-elements): Change :group.
156 (newsticker-plainview-hooks): New.
157 (newsticker-select-item-hook, newsticker-select-feed-hook)
158 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
159 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
160 to `newsticker--plainview-tool-bar-map'.
161 (newsticker--url-keymap): Add mouse-1 binding.
162 (newsticker-plainview): New.
163 (newsticker-mark-all-items-of-feed-as-read): Change doc.
164 (newsticker--buffer-do-insert-text): Use renamed
165 newsticker--[buffer-]insert-enclosure and
166 newsticker--[buffer-]print-extra-elements.
167 (newsticker--buffer-set-faces): Use newsticker-default-face.
169 * net/newsticker-treeview.el: New.
171 2008-06-08 Andreas Schwab <schwab@suse.de>
173 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
175 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
177 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
180 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
182 2008-06-08 Martin Rudalics <rudalics@gmx.at>
184 * window.el (split-height-threshold, split-width-threshold):
186 (split-window-preferred-function): Allow either nil or a function.
187 (window--splittable-p, window--try-to-split-window):
188 Handle changed option values.
190 (window--frame-usable-p): Handle nil argument.
192 (display-buffer): Call get-lru-window when pop-up-windows is nil
193 and window can't be split.
195 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
197 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
199 * net/tramp.el (top): Quote feature names. Remove
200 `tramp-rfn-eshadow-setup-minibuffer' from
201 `rfn-eshadow-setup-minibuffer-hook' when unloading.
202 (tramp-read-passwd): There is only one call to
203 `auth-source-user-or-password' needed. Pacify byte compiler.
205 2008-06-08 Andreas Schwab <schwab@suse.de>
207 * window.el (display-buffer): Use lru window if current window
210 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
212 * apropos.el (apropos-library): New command and new button.
213 (apropos-library-button): New function.
215 * apropos.el: Remove spurious * in docstrings.
216 (apropos-label-face): Use variable pitch.
217 (apropos-print): Use dolist and with-current-buffer.
218 (apropos-print-doc): Use when.
220 * window.el (special-display-p, display-buffer):
221 Fix up C->Elisp transcription error.
223 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
225 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
226 (byte-compile-file): Initialize it.
227 (byte-compile-nogroup-warn): Keep track of the current group.
229 2008-06-08 Glenn Morris <rgm@gnu.org>
231 * Makefile.in (compile, compile-always, bootstrap-prepare):
232 Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
234 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
236 * language/hanja-util.el (hanja-init-load): Use a char-table for
238 (hangul-to-hanja-char): Adjust for the above change.
240 2008-06-07 Glenn Morris <rgm@gnu.org>
242 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
245 * mail/sendmail.el (mail-interactive): Add :version.
247 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
250 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
251 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
252 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
253 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
254 * eshell/esh-util.el, international/mule-cmds.el:
255 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
256 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
257 Remove unnecessary eval-when-compiles and eval-and-compiles.
259 * Makefile.in (bootstrap-clean): Run autogen-clean.
260 (maintainer-clean): No need to run autogen-clean now it is included in
263 2008-06-06 Miles Bader <miles@gnu.org>
265 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
267 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
269 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
272 * replace.el (replace-search-function)
273 (replace-re-search-function): New vars.
274 (perform-replace): Use them.
276 * longlines.el (longlines-re-search-forward): New function.
277 (longlines-mode): Bind replace-search-function and
278 replace-re-search-function, to ensure that replacement commands
279 treat newlines as spaces.
280 (longlines-show-effect): Default to a pilcrow sign.
282 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
284 * help.el (function-called-at-point):
285 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
286 even when calling find-tag-default.
288 2008-06-06 Daniel Colascione <danc@merrillpress.com>
290 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
291 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
292 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
293 (nxml-fontify-buffer, nxml-do-fontify):
294 Remove obsolete variables and functions.
295 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
296 (nxml-degrade, nxml-after-change, nxml-after-change1)
297 (nxml-extend-region, nxml-extend-after-change-region)
298 (nxml-extend-after-change-region1, nxml-fontify-matcher)
299 (nxml-toggle-char-ref-extra-display): Use font-lock, and
300 font-lock-extend-region-functions in particular, to fontify
302 (nxml-debug-region): New debugging helper function.
304 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
305 (nxml-scan-after-change, nxml-move-tag-backwards):
306 Adapt for font-lock changes.
308 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
309 (nxml-debug-set-inside, nxml-debug-clear-inside):
310 New debugging functions.
311 (nxml-with-degradation-on-error): New helper macro.
313 2008-06-06 Martin Rudalics <rudalics@gmx.at>
315 * window.el (display-buffer): Remove dead call to get-lru-window.
317 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
319 * mail/sendmail.el (mail-interactive): Change default.
321 2008-06-05 John Paul Wallington <jpw@pobox.com>
323 * bindings.el (completion-ignored-extensions):
324 Add .p64fsl, .d64fsl, and .dx64fsl.
326 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
328 * ffap.el (ffap-prompter): Don't use the region.
330 2008-06-05 Sam Steingold <sds@gnu.org>
332 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
333 subdirectory to be registered.
335 2008-06-05 Martin Rudalics <rudalics@gmx.at>
337 * window.el (display-buffer-function, special-display-p)
338 (special-display-buffer-names, special-display-regexps)
339 (special-display-function, same-window-p, same-window-buffer-names)
340 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
341 (pop-up-frame-function, pop-up-windows, even-window-heights)
342 (split-window-preferred-function, split-height-threshold)
343 (window--display-buffer-1, display-buffer, pop-to-buffer):
344 Move from window.c and buffer.c.
345 (window--splittable-p, window--try-to-split-window)
346 (window--frame-usable-p, window--display-buffer-2)
347 (window--even-window-heights): New functions.
348 (split-width-threshold): New option.
349 (split-window-preferred-horizontally): Remove.
351 * cus-start.el: Remove corresponding declarations.
353 2008-06-05 Sam Steingold <sds@gnu.org>
355 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
356 an error on modified buffers.
358 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
360 * progmodes/etags.el (tags-verify-table): Be careful to use and update
361 tags-file-name and tags-table-list from the right buffer.
362 (tags-table-check-computed-list, tags-table-extend-computed-list)
363 (find-tag-noselect): Use with-current-buffer.
365 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
368 * minibuffer.el (minibuffer-local-must-match-filename-map):
369 Declare obsolete alias for the old name.
371 * abbrev.el (unexpand-abbrev): Better preserve markers.
373 2008-06-05 Glenn Morris <rgm@gnu.org>
375 * emacs-lisp/autoload.el (autoload-rubric): New function,
376 extracted from autoload-ensure-default-file.
377 (autoload-ensure-default-file): Use autoload-rubric.
379 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
380 (custom-dependencies-no-scan-regexp): New variable.
381 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
382 Don't scan files matching custom-dependencies-no-scan-regexp.
383 Disable undo in the output buffer. Remove kept-new-versions wackiness.
385 * finder.el (finder-headmark): Initialize and add doc string.
386 (generated-finder-keywords-file): Doc fix.
387 (finder-no-scan-regexp): New variable.
388 (finder-compile-keywords): Use a single let binding.
389 Disable undo in the output buffer. Use autoload-rubric.
390 Use mapc rather than mapcar. Don't scan files matching
391 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
392 rather than concat. Use directory-files to do regexp matching.
393 No need to require jka-compr.
394 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
395 (finder-list-matches): Disable undo.
396 (finder-commentary): Use let rather than let*. Disable undo.
397 (finder-current-item): Use zerop.
398 (finder-mode): Use define-derived-mode.
399 (finder-exit): Doc fix. Use dolist.
401 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
402 (custom-deps): Don't require $(lisp)/cus-load.el.
403 (custom-deps, finder-data): Don't depend on autoloads.
404 Should not be needed now, and doing so was causing make install to
405 re-dump emacs post-bootstrap.
406 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
407 mid-build forces some things to be rebuilt.
409 2008-06-05 Miles Bader <miles@gnu.org>
412 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
413 (face-remap-remove-relative): Renamed from
414 `remove-relative-face-remapping'.
415 (face-remap-reset-base): Renamed from
416 `set-default-base-face-remapping'.
417 (face-remap-set-base): Renamed from `set-base-face-remapping'.
418 (text-scale-increase): Renamed from `increase-buffer-face-height'.
419 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
420 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
422 * face-remap.el (variable-pitch-mode): Autoload.
424 2008-06-04 Sam Steingold <sds@gnu.org>
426 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
427 Generate extra status headers for a Mercurial tree.
429 2008-06-04 John Paul Wallington <jpw@pobox.com>
431 * echistory.el (electric-history-map): Define within defvar.
434 * font-lock.el (font-lock-turn-off-thing-lock)
435 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
436 Use `bound-and-true-p'.
437 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
440 * international/ccl.el (define-ccl-program): Add `doc-string'
443 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
445 * face-remap.el (variable-pitch-mode): Reflow docstrings.
446 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
448 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
450 * emacs-lisp/rx.el (rx): Doc fix.
452 2008-06-04 Markus Triska <markus.triska@gmx.at>
454 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
456 2008-06-04 Miles Bader <miles@gnu.org>
458 * face-remap.el (adjust-buffer-face-height): New function.
459 Add autoloaded keybindings in ctl-x-map.
460 (increase-buffer-face-height, decrease-buffer-face-height):
461 Simplify interactive spec to just "p". Remove autoloaded keybindings.
463 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
465 * simple.el (line-move-1): If we did not move as far as desired,
466 ensure that point-left and point-entered hooks are called.
468 2008-06-03 Sam Steingold <sds@gnu.org>
470 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
472 2008-06-03 John Paul Wallington <jpw@pobox.com>
474 * progmodes/make-mode.el (makefile-cleanup-continuations)
475 (makefile-warn-suspicious-lines, makefile-warn-continuations):
476 Use `derived-mode-p'.
478 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
480 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
483 2008-06-03 Miles Bader <miles@gnu.org>
485 * face-remap.el: New file.
486 * Makefile.in (ELCFILES): Add face-remap.elc.
488 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
490 * progmodes/flymake.el (flymake-process-filter): Make sure the source
493 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
494 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
495 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
496 * obsolete/auto-show.el, obsolete/hscroll.el:
497 Remove packages that were obsolete in Emacs-20, or that were obsolete
498 in Emacs-21 and do not contain any more code.
500 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
501 vc-client-mode is not set.
503 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
504 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
506 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
507 yet a bit more clever at distinguishing / from /.
509 2008-06-03 Kenichi Handa <handa@m17n.org>
511 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
513 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
515 * language/hanja-util.el: New file.
517 2008-06-03 Glenn Morris <rgm@gnu.org>
519 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
520 Check that end-of-word follows "type".
522 2008-06-02 Daiki Ueno <ueno@unixuser.org>
524 * epa-file.el (epa-file-write-region): Write the entire buffer
525 content if START is nil.
527 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
529 * select.el (x-get-selection): Fix typo.
531 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
533 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
534 (describe-char): Use `looking-at-p', `string-match-p' when possible.
536 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
538 * tar-mode.el (tar-header-block-summarize): Ensure one space around
541 2008-05-31 John Paul Wallington <jpw@pobox.com>
543 * help-fns.el (describe-variable-custom-version-info):
544 Handle dotted `package-version' info.
546 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
548 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
550 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
552 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
553 names and improve support for unregistered files.
555 2008-05-31 Glenn Morris <rgm@gnu.org>
557 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
558 Remove shell variable `elc'. Split tests to hopefully be more portable.
559 Fix `sel' assignment.
561 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
563 * minibuffer.el (completion-table-dynamic): Doc fix.
565 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
567 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
568 Try and return `unregistered' when applicable.
570 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
571 Don't encourage naming variables with "-flag".
573 2008-05-30 Glenn Morris <rgm@gnu.org>
575 * Makefile.in (update-elclist): Hide the warning when it does not apply,
576 make it milder when it does.
577 (autogen-clean): New target.
578 (maintainer-clean): Use autogen-clean.
580 * calendar/diary-lib.el (diary-display-function): New name for
581 diary-display-hook. Keep old name as obsolete alias. Doc fix.
582 Change custom type and version.
583 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
584 (diary-fancy-display): Doc fixes.
585 (diary-list-entries, diary-include-other-diary-files)
586 (diary-mail-entries):
587 Use diary-display-function rather than diary-display-hook.
589 * calendar/appt.el (appt-check): Use diary-display-function rather than
591 * calendar/cal-x.el (calendar-dedicate-diary): Update for
592 diary-display-function replacing diary-display-hook.
593 * org/org-agenda.el (org-get-entries-from-diary): Also set
594 diary-display-function.
596 * calendar/cal-html.el (cal-html-list-diary-entries):
597 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
598 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
599 argument of diary-list-entries rather than setting diary-display-hook.
601 2008-05-30 Kenichi Handa <handa@m17n.org>
603 * international/mule-conf.el (utf-8-with-signature): Renamed from
605 (utf-8-auto): Adjusted for the above change.
607 * international/mule-diag.el (describe-font): Don't check fontset
608 here, and just call font-info. Get the default font by from the
611 2008-05-29 Kenichi Handa <handa@m17n.org>
613 * international/mule-conf.el (utf-8-sig, utf-8-auto):
616 * international/mule.el (define-coding-system): Accept :bom for utf-8.
618 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
620 * international/utf-7.el (utf-7-encode): Use the right escape char
621 depending on imap/nonimap encoding.
623 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
625 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
627 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
629 * icomplete.el (icomplete-prospects-height): Add :group.
631 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
633 * icomplete.el (icomplete-prospects-length): Make obsolete.
634 (icomplete-prospects-height): New var.
635 (icomplete-completions): Use it.
637 2008-05-29 David Kastrup <dak@gnu.org>
639 * autoinsert.el (auto-insert): Add :link.
641 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
643 * tar-mode.el (tar-header): New field `header-start'.
644 (tar-header-block-tokenize): Set it when useful.
645 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
646 (tar-header-data-end): New function.
647 (tar-summarize-buffer): Use it.
648 (tar-next-line): Fix goal column for long usernames.
649 (tar-expunge-internal): Use header-start.
650 (tar-rename-entry): Handle ustar-style long names.
651 (tar-alter-one-field): Add optional `descriptor' argument.
652 (tar-subfile-save-buffer): Use it.
654 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
656 * tar-mode.el (tar-header): New field `header-start'.
657 (tar-header-block-tokenize): Set header-start for longlink entries.
658 (tar-expunge-internal): Use header-start to expunge longlink entries.
660 * files.el (hack-local-variables): Don't signal an error if the local
661 variable section is not properly terminated.
663 * emacs-lisp/easymenu.el (easy-menu-convert-item)
664 (easy-menu-convert-item-1): Move the duplicate-generation outside of
665 the caching so it also works for identical entries.
667 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
668 (tar-mode): Use write-region-annotate-functions rather than
669 write-contents-functions.
670 (tar-extract): Remove unused var `pos'.
671 (tar-subfile-save-buffer): Remove unused var `following-descs'.
672 (tar-mode-write-file): Remove.
673 (tar-write-region-annotate): New function.
675 * progmodes/flymake.el (flymake-save-buffer-in-file):
676 * shadowfile.el (shadow-copy-file):
677 * arc-mode.el (archive-*-write-file-member):
678 * files.el (diff-buffer-with-file):
679 * subr.el (with-temp-file): Pass nil to write-region.
680 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
682 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
685 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
688 2008-05-28 Glenn Morris <rgm@gnu.org>
690 * Makefile.in (update-elclist): Work around non-portability of "\"
691 in various implementations of echo.
693 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
695 * international/mule-diag.el (describe-current-coding-system):
696 Don't assume selection-coding-system is always defined.
698 * tar-mode.el: Use defstruct and markers.
700 (tar-header): Use defstruct. Add `data-start' field.
701 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
702 (tar-desc-data-start): Remove (now called tar-header-data-start).
703 (tar-roundup-512): New fun.
704 (tar-header-block-tokenize): Receive a buffer position rather than
705 a string. Handle @longLink here, be more careful about it.
706 Create a marker for data-start.
707 (tar-summarize-buffer): Don't handle @LongLink here any more.
708 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
709 data-start on the following entries any more.
710 (tar-chown-entry, tar-chgrp-entry): Use read-number.
712 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
713 (tar-header-offset): Remove.
714 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
715 Not permanent any more.
716 (tar-data-buffer): New var.
717 (tar-data-swapped-p, tar-change-major-mode-hook)
718 (tar-mode-kill-buffer-hook): New funs.
719 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
720 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
721 (tar-clear-modification-flags, tar-alter-one-field)
722 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
725 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
727 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
728 (vc-dir-resynch-file): ... this. Update callers.
729 Use vc-string-prefix-p. Ignore directory args.
730 (vc-string-prefix-p): CSE.
731 (vc-resynch-buffer): Restore conditional.
733 * vc-hooks.el (vc-after-save): Improve test.
734 (vc-mode-line): Fix indentation.
736 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
738 * calendar/parse-time.el (parse-time-months)
739 (parse-time-weekdays): Add long-form month and day names.
741 2008-05-27 Glenn Morris <rgm@gnu.org>
743 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
745 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
747 * vc-dispatcher.el (vc-string-prefix-p): New function.
748 (vc-dir-parent-marked-p): Use it.
750 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
752 * vc.el (Problems): Remove fixed issues.
753 (vc-expand-dirs): Avoid returning directories.
754 (vc-dir): Fix C-x v v binding.
755 (vc-make-backend-object): Fix name.
756 (vc-dir-show-fileentry): Fix docstring.
757 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
758 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
759 Reset the state for directories.
760 (vc-dir-headers): Align labels.
761 (vc-default-status-printer): Do no call prettify-state-info.
762 (vc-deduce-fileset): Replace implementation with one based on a
763 working older version.
764 (vc-next-action): Use the new form of vc-deduce-fileset.
765 Fix dealing with unregistered files.
767 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
768 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
769 (vc-dir-child-files): New function.
770 (vc-dir-node-directory): New function.
771 (vc-dir-update, vc-dir-parent-marked-p)
772 (vc-dir-children-marked-p, vc-dir-mark-all-files)
773 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
775 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
777 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
779 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
780 (diff-font-lock-keywords, diff-context->unified)
781 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
782 (diff-hunk-text, diff-find-source-location): Use it.
783 (diff-post-command-hook): Let the user edit the hunk headers.
785 2008-05-26 Andreas Schwab <schwab@suse.de>
787 * vc.el (vc-default-prettify-state-info): Fix formatting of an
790 * tar-mode.el (tar-summarize-buffer): Comment fix.
792 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
794 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
796 2008-05-26 Glenn Morris <rgm@gnu.org>
798 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
800 2008-05-25 John Paul Wallington <jpw@pobox.com>
802 * proced.el (proced-next-line, proced-previous-line):
803 Avoid calling `next-line' and `previous-line' from Lisp code.
805 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
807 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
808 Use diary-ordinal-suffix.
810 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
812 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
813 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
814 (edebug-save-displayed-buffer-points, edebug-initial-mode)
815 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
816 (edebug-print-length, edebug-print-level, edebug-print-circle)
817 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
818 (edebug-global-break-condition, edebug-sit-for-seconds):
819 Remove spurious * from defcustom docstrings.
820 (edebug-unwrap*, edebug-signal, edebug-eval-display):
821 Improve argument/docstring consistency.
822 (edebug-test-coverage, edebug-gensym, edebug-read)
823 (edebug-top-level-nonstop, edebug-eval-result-list)
824 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
825 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
826 (edebug-display-freq-count): Reflow docstrings.
827 (edebug-restore-status): Doc fix.
829 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
831 * proced.el (proced-header-line): Use the :align-to 0 feature
832 rather than computing the corresponding position manually.
833 (proced-update): Don't hardcode point-min==1.
835 2008-05-24 Alan Mackenzie <acm@muc.de>
837 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
838 if c-file-style is set to a non-string.
840 (c-neutralize-CPP-line): Surround by `save-excursion'.
841 (c-neutralize-syntax-in-CPP): Optimize for speed.
843 2008-05-24 Glenn Morris <rgm@gnu.org>
845 * Makefile.in (update-elclist): New target, to update ELCFILES.
846 (bootstrap-after): Run update-elclist.
848 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
850 * icalendar.el (icalendar-version): Increase to "0.19".
851 (icalendar--date-style): New function.
852 (icalendar--datetime-to-diary-date): Doc fix.
853 Use icalendar--date-style.
854 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
855 (icalendar--convert-yearly-to-ical)
856 (icalendar--convert-recurring-to-diary): Handle iso date style,
857 use icalendar-date-style.
859 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
861 * vc.el (vc-delete-file): Make sure the buffer is deleted and
862 vc-dir buffers are updated.
864 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
866 * vc.el (vc-delete-file): Don't try to resynch the buffer.
868 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
870 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
871 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
872 (reftex-extra-bindings): Use it.
874 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
875 away from the user-reserved keys.
877 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
879 (ada-create-keymap): Use them.
881 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
883 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
884 a properly-grouped regexp.
886 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
888 * progmodes/cap-words.el (capitalized-words-mode):
889 Fix typos in docstring.
891 2008-05-23 Kenichi Handa <handa@m17n.org>
893 * international/mule-conf.el: Don't define the charset `emacs'
894 here, just put :docstring, :short-name, and :long-name.
896 2008-05-22 Kenichi Handa <handa@m17n.org>
898 * international/mule-diag.el (font-show-log): Limit each listing
901 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
903 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
904 (gdb-annotation-rules): New entry for "thread-changed".
905 (gdb-thread-changed): New function.
907 2008-05-23 Glenn Morris <rgm@gnu.org>
909 * Makefile.in (SOURCES): Remove, unused.
910 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
911 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
912 Exclude more '*loaddefs' files.
913 (compile-always): Simplify '.elc' deletion.
915 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
917 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
918 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
920 * minibuffer.el (completion-boundaries): Change calling
921 convention, so `string' has the same semantics as in
922 try-completion and all-completions.
923 (completion-table-with-context, completion--embedded-envvar-table)
924 (completion--file-name-table)
925 (completion-pcm--find-all-completions): Adjust code accordingly.
927 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
929 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
930 prune image-mode-winprops-alist, preventing it from growing
932 (image-mode-reapply-winprops): Use it.
934 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
936 * net/netrc.el (netrc-machine): Always match if the port is not given.
938 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
940 * minibuffer.el (completion-pcm--find-all-completions):
941 Don't add pseudo-completions.
943 * icomplete.el (icomplete-eoinput): Remove.
944 (icomplete-overlay): New var to replace it.
945 (icomplete-tidy): Rewrite.
946 (icomplete-exhibit): Use an overlay.
947 (icomplete-completions): Use completion-all-sorted-completions.
948 Obey completion-ignore-case.
950 * files.el (locate-dominating-file): Accept non-existing argument.
951 (project-find-settings-file): Rewrite, using locate-dominating-file.
953 2008-05-22 Kenichi Handa <handa@m17n.org>
955 * faces.el (font-weight-table, font-slant-table, font-width-table):
956 Delete them. Don't call internal-set-font-style-table.
958 * international/mule-diag.el (font-show-log): New function.
960 * international/fontset.el (script-representative-chars): Add more
961 chars for latin. Add data for symbol.
962 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
964 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
966 * minibuffer.el (completion-all-sorted-completions): New var.
967 (completion--flush-all-sorted-completions)
968 (completion-all-sorted-completions): New functions.
969 (minibuffer-force-complete): New command.
971 2008-05-21 Glenn Morris <rgm@gnu.org>
973 * files.el (c-postprocess-file-styles): Declare for compiler.
975 * Makefile.in: Allow for parallel byte-compiling.
976 (ELCFILES): New variable.
977 (.el.elc): Remove prerequisites from suffix rule. Print a message.
978 (compile-first, compile-main, compile-last): New targets.
979 (compile-always): Simplify - delete .elc files, then `make compile'.
981 * Makefile.in (compile-calc): Use glob rather than find.
982 ($(lisp)/progmodes/cc-mode.elc): Use $@.
984 * eshell/esh-module.el: No need for cl when compiling.
986 * eshell/eshell.el (eshell-defgroup): New alias.
987 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
988 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
989 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
990 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
991 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
992 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
993 Autoload the custom group. Set generated-autoload-file.
994 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
996 * eshell/esh-module.el (eshell-load-defgroups): Remove.
997 Require esh-groups rather than loading it.
999 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1001 * proced.el (proced-header-line): New variable and new function.
1002 (proced-mode): Set header-line-format.
1003 (proced-update): Set proced-header-line.
1004 (proced-send-signal): Use proced-header-line.
1006 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1008 * macros.el (insert-kbd-macro): Use prin1-char.
1010 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1012 * minibuffer.el (completion-boundaries): New function.
1013 (completion--some): Delay errors.
1014 (complete-with-action, completion-table-with-context):
1015 Handle `boundaries' case.
1016 (completion--try-word-completion): Avoid partial-completion
1017 when the user hasn't entered anything yet.
1018 (minibuffer-local-map, minibuffer-local-filename-completion-map)
1019 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
1020 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
1021 Setup default keybindings.
1022 (completion--embedded-envvar-re): New var.
1023 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
1024 (completion--file-name-table): Handle `boundaries' case.
1025 (completion-pcm--pattern->regex): Avoid pathological backtracking.
1026 (completion-pcm--all-completions): Add a `prefix' arg.
1027 (completion-pcm--find-all-completions): New function.
1028 (completion-pcm-all-completions, completion-pcm-try-completion):
1031 * icomplete.el (icomplete-completions): Don't use `predicate' with
1032 a table of a different type than `candidates'.
1034 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1036 * proced.el (proced-goal-column): Rename from proced-procname-column.
1037 (proced-goal-header-re): Rename from proced-procname-column-regexp.
1038 (proced-move-to-goal-column): Rename from proced-move-to-procname.
1039 (proced-header-face, proced-header-regexp): Remove.
1040 (proced-font-lock-keywords): Remove proced-header-face.
1041 (proced-header-alist, proced-sorting-schemes-re): New variables.
1042 (proced): Rename Proced buffer to *Proced*.
1043 (proced-next-line, proced-previous-line): New commands.
1044 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
1045 (proced-hide-processes): Do not treat first line as special.
1046 (proced-header-space): New function.
1047 (proced-update): Use header-line-format.
1048 Initialize proced-header-alist and proced-sorting-schemes-re.
1049 Set proced-goal-column. Include proced-command in mode-name.
1050 (proced-send-signal): Use header-line-format for *Marked
1052 (proced-sort): Restrict minibuffer completion to applicable
1054 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
1056 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1058 * icomplete.el (icomplete-simple-completing-p):
1059 Allow icomplete-with-completion-tables to say "use it everywhere".
1060 (icomplete-completions): Obey completion-styles. Try to accommodate
1061 partial-completion style.
1063 2008-05-20 Michael Olson <mwolson@gnu.org>
1065 * files.el (project-find-settings-file): Change concat to
1068 2008-05-19 Tom Tromey <tromey@redhat.com>
1070 * files.el (normal-mode): Call hack-project-variables.
1071 (hack-local-variables-confirm): Add 'project' argument.
1072 (hack-local-variables-apply): New function.
1073 (hack-local-variables): Use it.
1074 (project-class-alist, project-directory-alist): New variables.
1075 (project-get-alist): New function.
1076 (project-collect-bindings-from-alist)
1077 (project-collect-binding-list, set-directory-project)
1078 (project-find-settings-file, project-define-from-project-file)
1079 (hack-project-variables): New functions.
1081 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1083 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
1085 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
1087 * faces.el (font-weight-table): Fix typo in docstring.
1089 2008-05-18 David Hull <david@snap.com> (tiny change)
1091 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
1092 (vc-hg-annotate-command): Allow white space before version number.
1094 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
1096 * calc/calc-yank.el (calc-register-alist): New variable.
1097 (calc-set-register, calc-get-register, calc-copy-to-register)
1098 (calc-insert-register, calc-add-to-register, calc-append-to-register)
1099 (calc-prepend-to-register): New functions.
1101 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
1102 `calc-copy-to-register' and `calc-insert-register'.
1103 Autoload new register functions.
1105 * calc/calc-help.el (calc-r-prefix-help): Add help for register
1108 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
1110 * vc.el (Todo): Add known problems.
1111 (vc-dir-backend): New variable.
1113 (vc-make-backend-object, vc-generic-status-printer)
1114 (vc-generic-state, vc-generic-status-fileinfo-extra)
1115 (vc-dir-extra-menu): Use it.
1116 (vc-generic-dir-headers): Remove, unused.
1118 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
1119 vc-dir-prev-directory for consistency with vc-dir-previous-line.
1120 (vc-dir-mode-map): Fix bindings.
1122 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
1124 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
1126 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
1128 (calc-kill-region): Kill entire lines.
1130 2008-05-17 Glenn Morris <rgm@gnu.org>
1132 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
1133 simplify initial value.
1134 (defezimage): Drop support for Emacs without defimage, use a featurep
1135 test rather than fboundp when defining, drop with-no-warnings.
1136 (ezimage-insert-over-text): Move featurep test inside
1137 add-text-properties.
1139 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
1141 * net/tramp.el (top-level): Load auth-source when compiling.
1143 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
1145 2008-05-17 Andreas Schwab <schwab@suse.de>
1147 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
1149 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
1151 * vc.el (vc-annotate-show-diff-revision-at-line): Change
1152 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
1154 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1156 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
1158 2008-05-17 Jim Meyering <meyering@redhat.com>
1160 * ido.el (ido-save-history): Do not emit a trailing newline at the
1161 end of the ido history file.
1163 2008-05-16 John Paul Wallington <jpw@pobox.com>
1165 * vc-dispatcher.el (top-level): Revert previous change: require cl
1168 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
1170 * vc.el (vc-default-status-printer)
1171 (vc-default-prettify-state-info): Enhance the state prettyprinter
1172 to deal better with unknown states and indirect through it when
1173 painting vc-dir buffers.
1175 2008-05-16 John Paul Wallington <jpw@pobox.com>
1177 * vc-dispatcher.el (top-level): Don't require cl when compiling.
1178 (vc-dir-mode-map): Fix backquote.
1179 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
1181 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
1183 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
1184 Reported by Glenn Morris <rgm@gnu.org>.
1186 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
1188 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
1189 the end of the file, it was good work at one time but has been
1190 stale since 1995 and may now be actively misleading.
1191 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
1192 CVS repository and module (assumptions for the latter a bit iffy).
1193 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
1196 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
1198 * vc-rcs.el (vc-rcs-create-tag):
1199 * vc-sccs.el (vc-sccs-create-tag):
1200 Fix typo in error message and pass backend arg.
1202 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
1204 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
1206 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
1208 * net/tramp.el: Load auth-source library.
1209 (tramp-read-passwd): Use it for password, not login.
1211 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
1213 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
1214 (ses-print-cell): Use string-width, truncate-string-to-width,
1215 delete-region rather than length, substring, delete-char.
1216 (ses-setup): Set inhibit-point-motion-hooks to t.
1217 Calculate position by actually moving point rather than just using
1218 unibyte character length.
1219 (ses-mode): Set indent-tabs-mode to nil.
1220 (ses-center): Use string-width rather than length.
1222 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
1224 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
1225 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
1226 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
1227 vc-*-create-tag and vc-*-retrieve-tag respectively.
1229 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
1232 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
1234 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
1237 2008-05-15 Glenn Morris <rgm@gnu.org>
1239 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
1241 * org/org-exp.el (org-infojs-options-inbuffer-template):
1244 * progmodes/cc-mode.el (declare-function): Add compat definition.
1245 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
1247 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
1249 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
1250 list to a cons so the caller can get back both expanded and
1251 unexpanded filesets.
1252 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
1253 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
1254 Change handling of selection-set returns as required.
1256 2008-05-15 John Paul Wallington <jpw@pobox.com>
1258 * add-log.el (top-level): Don't require cl when compiling.
1260 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
1261 (archive-*-extract): Use `zerop'.
1262 (archive-*-write-file-member): Use `or', use `zerop'.
1264 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
1266 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
1267 (ibuffer-mark-interactive, ibuffer-set-mark)
1268 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
1269 (ibuffer-map-lines, ibuffer-switch-format)
1270 (ibuffer-update-title-and-summary)
1271 (ibuffer-redisplay-engine): Use it.
1273 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
1274 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
1275 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
1276 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
1277 (ibuffer-mark-read-only-buffers)
1278 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
1280 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
1281 (define-ibuffer-column, define-ibuffer-sorter)
1282 (define-ibuffer-op, define-ibuffer-filter): Add declarations
1283 containing indentation specs, replacing equivalent top-level
1284 forms that set `lisp-indent-function' properties.
1285 (define-ibuffer-op): Use `derived-mode-p'.
1286 (define-ibuffer-filter): Remove redundant `concat' call.
1288 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
1290 * net/tramp.el (tramp-echo-mark): Update docstring.
1291 (tramp-echo-mark-marker): New defconst.
1292 (tramp-check-for-regexp): Use it.
1294 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
1296 * vc.el (vc-deduce-fileset): Do the right thing when visting a
1297 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
1300 2008-05-14 John Paul Wallington <jpw@pobox.com>
1302 * international/mule.el (convert-define-charset-argument):
1303 Remove period from end of error message.
1304 (coding-system-mnemonic): Doc fix.
1305 (ctext-pre-write-conversion): Doc fix.
1307 2008-05-14 Simon Marshall <simon@gnu.org>
1309 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
1310 from its default value and give it the risky-local-variable
1311 property (CVE-2008-2142).
1313 2008-05-14 Kenichi Handa <handa@m17n.org>
1315 * language/korean.el ("Korean"): Set `iso639-language'
1318 * language/japanese.el ("Japanese"): Set `iso639-language'
1321 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
1322 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
1323 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
1325 * international/mule-cmds.el (set-language-environment):
1326 Set current-iso639-language.
1328 * international/fontset.el (setup-default-fontset): For kana, han,
1329 hangul, and cjk-misc, move an entry with font-spec at the end.
1330 (generate-fontset-menu): Exclue fontset-auto* from the list.
1332 * composite.el (compose-chars-after): Assume that WINDOW is always
1335 * faces.el (font-weight-table, font-slant-table)
1336 (font-swidth-table): Declare them by defconst. Change the format
1337 of elements. Call internal-set-font-style-table after their
1339 (face-valid-attribute-values): Call font-family-list. Get values
1340 for width, weight, and slant from font-xxx-table.
1342 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
1344 2008-05-13 John Paul Wallington <jpw@pobox.com>
1346 * ibuffer.el (ibuffer-buffer-file-name): New function.
1347 (define-ibuffer-column filename): Use it.
1349 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
1351 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
1353 * talk.el (talk): Simplify. Pass display arg to talk-add-display
1355 (talk-add-display): Simplify. Accept only string args.
1357 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
1359 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
1361 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1363 * Makefile.in (bootstrap-prepare): Don't chmod files.
1364 (autoloads): Do it here instead, where it's actually needed.
1366 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
1368 * tool-bar.el (tool-bar-make-keymap): Account for the optional
1369 KEY-BINDING-DATA field in menu-item list.
1371 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1373 * dired.el (dired-read-dir-and-switches): Move things about to use less
1374 recursion during macroexpansion.
1376 * dired.el (dired-read-dir-and-switches): Use read-file-name.
1378 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
1379 completion-ignored-extension directories if there's something else.
1380 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
1381 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
1382 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
1383 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
1384 buffer-read-only -> inhibit-read-only.
1386 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
1388 * vc.el (vc-expand-dirs): Stop this function from tossing out
1389 explicitly specified files.
1391 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1393 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
1396 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
1398 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
1399 cons. Use vc-annotate-backend.
1400 (with-vc-file, edit-vc-file): Remove unused macros.
1402 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
1404 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
1405 (smtpmail-try-auth-methods): Use it.
1407 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1409 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
1410 (setf (nthcdr ..) ..) doesn't require CL at runtime.
1412 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
1414 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
1416 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1418 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
1419 (vc-bzr-revision-completion-table): Use process-file.
1420 (vc-bzr-working-revision): Pass relative file names.
1422 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
1424 2008-05-11 Juri Linkov <juri@jurta.org>
1426 * wid-edit.el (widget-image-directory): Change default image data
1427 subdirectory from "custom" to "images/custom".
1429 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
1430 before recursive call to `Info-next-preorder' to not add
1431 intermediate nodes to the history.
1433 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
1435 * emulation/cua-base.el: Put isearch-scroll property
1436 on cua-scroll-up and cua-scroll-down.
1438 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
1440 * vc-hooks.el (vc-recompute-state): Remove (dead code).
1442 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
1444 * vc-dispatcher.el (ewoc): Require.
1445 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
1447 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
1449 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
1451 * term/w32-win.el (x-colors):
1452 * term/mac-win.el (x-colors):
1453 * term/x-win.el (x-colors): Re-order colors.
1455 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
1457 * smerge-mode.el (smerge-command-prefix): Fix custom type.
1459 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
1461 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
1462 New functions implementing motion to next and previous directory.
1464 * vc-arch.el (vc-arch-command):
1465 * vc-bzr.el (vc-bzr-command):
1466 * vc-cvs.el (vc-cvs-command):
1467 * vc-dispatcher.el (vc-do-command):
1468 * vc-git.el (vc-git-command):
1469 * vc-hg.el (vc-hg-command):
1470 * vc-mcvs.el (vc-mvcs-command):
1471 * vc-mtn.el (vc-mtn-command):
1472 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
1473 (vc-sccs-workfile-unchanged-p):
1474 * vc-svn.el (vc-svn-command, vc-svn-create-repo),
1475 * vc-rcs.el (all methods): Remove assumption about what a nil
1476 argument to vc-do-command means. This means no buffer name needs
1477 to be hardcoded into the dispatcher layer, and it's better to be
1480 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
1482 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
1484 * vc.el: Update todo.
1486 * vc-sccs.el (vc-sccs-dir-status):
1487 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
1488 backends and returning up to date files.
1490 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
1492 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
1495 * vc-hooks.el: Tweak the VC directory bindings. These are now
1496 documented in the manual.
1498 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
1499 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
1500 (vc-dispatcher-selection-set): Allow callers to pass in an
1501 observer flag that says no buffer sync is required.
1502 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
1503 Use the observer flag.
1505 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
1507 * simple.el (start-file-process): Clarify docstring.
1509 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
1511 * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
1512 Remove stub implementations of, and references to, wash-log.
1513 * vc-rcs.el (vc-rcs-comment-history):
1514 * vc-cvs.el (vc-cvs-comment-history):
1515 Inline the code that used to be wash-log.
1517 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
1518 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
1519 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
1520 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
1521 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
1522 (vc-rcs-print-log): Grok directories.
1524 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1526 * vc.el (vc-mark-resolved): Add `backend' argument.
1527 (vc-next-action): Pass it the backend.
1528 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
1529 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
1530 (vc-default-comment-history, vc-default-create-snapshot)
1531 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
1532 (vc-annotate-revision-previous-to-line)
1533 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
1534 * vc-svn.el (vc-svn-checkout):
1535 * vc-mcvs.el (vc-mcvs-checkout):
1536 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
1537 (vc-working-revision, vc-before-save, vc-mode-line):
1538 Prefer vc-call-backend to vc-call so as not to recompute the backend.
1540 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
1541 state to be consistent since it's often an unwarranted restriction.
1542 Don't return the state either.
1543 (vc-next-action): Check that the state is consistent.
1544 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
1545 (vc-rollback, vc-update): Adapt to new return value of
1548 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
1549 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
1550 (vc-dispatcher-in-fileset-p): New fun.
1551 (vc-dispatcher-selection-set): Use it to properly handle directories.
1553 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
1555 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
1556 (vc-update): Remove unused let bindings.
1558 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
1560 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
1561 (vc-diff, vc-revert, vc-rollback, vc-update):
1562 * vc-dispatcher.el (vc-dispatcher-selection-set):
1563 Get rid of 4 special cases in fileset selection. This involved
1564 changing the return value of (vc-deduce-fileset) so that it passes
1565 back a deduced state as well as a deduced back end.
1567 2008-05-08 Sam Steingold <sds@gnu.org>
1569 * progmodes/compile.el (compilation-minor-mode-map)
1570 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
1571 * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
1572 to `compilation-minor-mode-map' (instead of an explicit `cons').
1574 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
1576 * org/org.el (org-modules, org-format-latex-options):
1577 * org/org-archive.el (org-archive-stamp-time)
1578 (org-archive-save-context-info):
1579 * org/org-faces.el (org-hide):
1580 * org/org-irc.el (org-irc-parse-link):
1581 * org/org-macs.el (org-call-with-arg, org-autoload):
1582 * org/org-mew.el (org-mew-store-link):
1583 * org/org-remember.el (org-remember-store-without-prompt)
1584 (org-remember-templates): Fix typos in docstrings.
1586 * org/org-info.el (org-info-store-link): Remove leftover docstring.
1588 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1589 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1590 (org-bbdb-anniv-split): Fix typos in docstrings.
1592 * org/org-publish.el (org-publish-project-alist): Doc fixes.
1593 (org-publish-use-timestamps-flag): Reflow docstring.
1594 (org-publish-files-alist): Fix typos in docstring.
1596 2008-05-07 Sam Steingold <sds@gnu.org>
1598 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
1599 appears to be too aggressive with window removal.
1601 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
1603 * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
1605 (verilog-pretty-expr): Support lining up assignments which include
1607 (verilog-mode): More portable check for the availability of
1609 (verilog-do-indent): Remove special indent for declarations inside
1610 a parenthetical list. The code is ill-advised, and doesn't work
1611 given the new user defined types.
1612 (verilog-set-auto-endcomments): Enhance function automatic
1613 endcomment to support functions that return user defined types.
1614 (verilog-mode): Add code to tell which-function-mode minor mode
1615 that Verilog supports this feature.
1617 2008-05-08 Eli Zaretskii <eliz@gnu.org>
1619 * epa-file.el: Require epa-hook.
1621 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
1623 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
1624 file-names clashes on 8+3 filesystems. Provide epa-hook.
1626 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
1627 file-names clashes on 8+3 filesystems.
1629 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
1631 * org/org.el (org-read-date-get-relative): Interpret lone
1632 weekday abbreviation as relative to today.
1634 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
1636 * abbrev.el (define-abbrev-table):
1637 * composite.el (toggle-auto-composition):
1638 * json.el (json-alist-p, json-plist-p):
1639 * minibuffer.el (completion-table-with-predicate):
1640 * ps-mule.el (ps-mule-external-libraries):
1641 * emacs-lisp/advice.el (ad-special-form-p):
1642 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1643 * eshell/em-smart.el (eshell-review-quick-commands):
1644 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
1645 (python-skip-out, python-check-comint-prompt):
1646 Don't use `iff' in docstrings.
1648 * international/robin.el (robin-package-alist): Fix typo in docstring.
1649 (robin-current-package-name): Doc fix.
1650 (robin-activate): Don't use `iff' in docstring.
1652 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
1654 * vc.el, vc-dispatcher.el: VC-Dired support removed.
1655 The code uses a ewoc-based implementation now.
1656 * vc-hooks.el: Support for Meta-CVS has been removed.
1658 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1660 * tool-bar.el: Choose images dynamically.
1661 (tool-bar-make-keymap, tool-bar-find-image): New function.
1662 (tool-bar-find-image-cache): New var.
1663 (tool-bar-local-item, tool-bar-local-item-from-menu):
1664 Don't select the image yet, do it later in tool-bar-make-keymap.
1666 2008-05-07 Andreas Schwab <schwab@suse.de>
1668 * window.el: Require 'cl when compiling.
1670 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
1672 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
1674 2008-05-07 Glenn Morris <rgm@gnu.org>
1676 * subr.el (ignore-errors): Move here from cl-macs.el.
1677 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
1679 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
1682 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
1684 * vc-hooks.el (vc-find-file-hook):
1685 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
1687 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
1689 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
1691 * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
1692 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
1693 (verilog-auto-inout, verilog-auto-inout-module)
1694 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
1695 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1696 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
1697 (verilog-auto-sense-sigs, verilog-auto-tieoff)
1698 (verilog-auto-unused, verilog-auto-wire)
1699 (verilog-decls-get-assigns, verilog-decls-get-consts)
1700 (verilog-decls-get-gparams, verilog-decls-get-inouts)
1701 (verilog-decls-get-inputs, verilog-decls-get-outputs)
1702 (verilog-decls-get-ports, verilog-decls-get-regs)
1703 (verilog-decls-get-signals, verilog-decls-get-wires)
1704 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
1705 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
1706 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
1707 (verilog-inject-sense, verilog-library-filenames)
1708 (verilog-mode-release-date, verilog-mode-version)
1709 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
1710 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
1711 (verilog-modi-get-assigns, verilog-modi-get-consts)
1712 (verilog-modi-get-gparams, verilog-modi-get-inouts)
1713 (verilog-modi-get-inputs, verilog-modi-get-outputs)
1714 (verilog-modi-get-ports, verilog-modi-get-regs)
1715 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
1716 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
1717 (verilog-modi-get-wires, verilog-preserve-cache)
1718 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
1719 (verilog-read-sub-decls, verilog-read-sub-decls-line)
1720 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
1721 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
1722 Add caching of additional state, and rework signal extraction
1723 routines to improve AUTO expansion performance by 300%++.
1725 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
1727 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1728 Tweak Open Watcom regexp to distinguish between errors and warnings.
1730 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1732 * dired.el (dired-read-dir-and-switches): Fix up last change.
1734 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
1736 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
1737 out of this function, move it to vc-dispatcher-selection-set.
1739 2008-05-05 Sam Steingold <sds@gnu.org>
1741 * window.el (delete-other-windows-vertically): New function.
1743 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1745 * dired.el (dired-read-dir-and-switches):
1746 Obey read-file-name-completion-ignore-case.
1748 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
1750 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1751 Add regexp for Open Watcom compiler output.
1753 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
1755 * progmodes/python.el (python-block-pairs): Align finally with except.
1757 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1759 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
1761 2008-05-05 Tom Tromey <tromey@redhat.com>
1763 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
1764 looking at conflict marker.
1766 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1768 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
1769 client-mode -> vc-client-object, and guess `funcall' was meant.
1770 (vc-dir-mode): Rename client-mode -> vc-client-mode.
1772 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
1774 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
1775 (dbus-debug): Move declarations outside eval-when-compile.
1777 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1779 * proced.el (proced-command-alist): Fix system-type values.
1781 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
1782 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
1783 (proced-sort-start, proced-sort, proced-sort-time): New commands.
1784 (proced-update): Use proced-sorting-scheme. Update modeline.
1785 (proced-send-signal): Use nreverse.
1786 (proced-sorting-scheme-p): New function.
1788 2008-05-04 Andreas Schwab <schwab@suse.de>
1790 * vc.el: Require dired when compiling.
1792 * minibuffer.el (completion--insert-strings): Don't delete past bol.
1794 2008-05-03 Glenn Morris <rgm@gnu.org>
1796 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
1797 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
1798 Simplify compilation requirements.
1799 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
1802 2008-05-03 Dave Love <fx@gnu.org>
1804 * progmodes/python.el (python-beginning-of-statement):
1805 Loop at least once (fixes 2008-02-21 change).
1807 2008-05-03 Eli Zaretskii <eliz@gnu.org>
1809 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
1810 instead of `length' for comparing length of user and group names.
1812 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
1814 * vc-dispatcher.el: New file, separates out the UI and command
1815 execution machinery from VCS-specific logic left in vc.el.
1816 The separation is not yet completely clean, but it's a good start.
1817 * vc.el: This file is about 1700 lines shorter now.
1818 Remove obsolete logentry-check from the backend API.
1819 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
1820 implementation of the logentry-check method, and it guarded against
1821 a log length limit that has probably been obsolete for 15 years (!).
1823 2008-05-02 Sam Steingold <sds@gnu.org>
1825 * progmodes/compile.el (compilation-start): Move setting of
1826 compilation-directory after (funcall mode) as that resets local
1827 variables, this fixes recompile in grep buffers.
1828 * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
1830 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1832 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
1833 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1834 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
1835 has one of these and that all are called in compatible ways.
1836 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
1837 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1838 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
1839 backend has one of these.
1841 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1843 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
1844 initialization into define-abbrev-table. Use :regexp.
1845 (octave-mode-syntax-table): Don't set word syntax for `.
1847 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
1850 * dired.el (dired-read-dir-and-switches):
1851 Set minibuffer-completing-file-name and call substitute-in-file-name.
1852 (dired-format-columns-of-files): Use completion--insert-strings.
1854 * minibuffer.el (completion-hilit-commonality): Revert last change:
1855 the leftover code was actually useful.
1856 (completion--insert-strings): Use string-width rather than length.
1858 2008-05-02 Sam Steingold <sds@gnu.org>
1860 * vc.el (vc-dir-mode-map): Enable mouse bindings.
1861 (vc-at-event): New macro: run the body at the even location.
1862 (vc-dir-menu, vc-dir-toggle-mark): Use it.
1863 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
1864 * subr.el (mouse-event-p): Check if the even is mouse-related.
1866 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
1868 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
1869 Don't throw error if no file is found.
1871 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
1873 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
1874 (vc-default-state-heuristic): Doc fix.
1876 2008-05-02 Richard Sharman <rsharman@pobox.com>
1878 * hilit-chg.el (highlight-changes-mode): Remove references to
1879 hooks that no longer exist. Because define-minor-mode is used the
1880 hook highlight-changes-mode-hook exists and can do what both the
1881 old hooks used to do. The documentation at the top of the file
1882 was updated to demonstrate this.
1883 (highlight-changes-mode): Remove commented out call to a hook
1884 function that is no longer there.
1885 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
1887 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1889 * vc.el (vc-default-dired-state-info): Change name of primitive
1890 to prettify-state-info, in preparation for ripping out dired mode.
1891 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
1892 to prettify-state-info, in preparation for ripping out dired mode.
1893 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
1894 tries this on a version-controlled buffer. It will do useless or
1895 actively bad things on any version control system newer than RCS.
1896 * vc-hooks.el (vc-dired-resynch-file):
1897 * vc.el (vc-dired-resynch-file): Change name of primitive to
1898 vc-directory-resynch-file, preparing to remove dired.
1900 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
1902 * vc-rcs.el (vc-rcs-state): Fix typos.
1904 * vc.el (vc-register): Change argument order so that the prefix
1905 argument is assigned correctly.
1906 (vc-next-action, vc-dir-register): Update for the above change.
1908 2008-05-01 Juri Linkov <juri@jurta.org>
1910 * replace.el (occur-read-primary-args): Set default to the car of
1911 regexp-history and display it in the prompt, but don't add to the
1912 list of minibuffer defaults. Bind history-add-new-input to nil to
1913 not add automatically `default'. For empty input return `default'.
1914 Otherwise, add `input' to regexp-history and return it.
1915 (occur-1): Signal an error for the empty regexp.
1917 * progmodes/compile.el (compilation-auto-jump):
1918 Set window point to `pos' explicitly.
1920 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
1922 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
1924 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
1925 we report the 'unregistered state reliably.
1926 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
1927 we report the 'unregistered state reliably.
1928 * vc-git.el (vc-git-state): Call vc-git-unregistered so
1929 we report the 'unregistered state reliably.
1930 * vc-hooks (vc-state): Document that vc-unregistered is
1931 now expected to be returned reliably.
1932 * vc.el (vc-default-dired-state): Change needs-patch state to
1933 needs-update, since the name now shows up in dir-status listings
1934 and was somewhat misleading.
1935 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
1936 immediately after removing the file.
1937 * vc.el (vc-next-action): More informative messages when a fileset
1938 is in a mixed state or files are missing.
1940 2008-05-01 Sam Steingold <sds@gnu.org>
1942 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
1944 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1946 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
1948 2008-05-01 Daiki Ueno <ueno@unixuser.org>
1950 * epa-file-hook.el: New file split from epa-file.el.
1951 * epa-file.el: Require 'epa-file-hook.
1952 (epa-file-handler): Add autoload cookie.
1953 * loadup.el: Load epa-file-hook.
1954 * startup.el (command-line): Eval the body of auto-encryption-mode.
1956 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1958 * vc.el (vc-dir-mode-map): Don't bind "r".
1960 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
1961 (vc-hg-status-printer): New function.
1962 (vc-hg-after-dir-status): Deal with copied and renamed files.
1963 (vc-hg-dir-status): Add flag to show copied files.
1965 2008-05-01 John Paul Wallington <jpw@pobox.com>
1967 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
1968 (ibuffer-do-sort-by-recency): Reverse sorting order if last
1969 sorting mode was recency.
1971 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
1972 reverse sorting order if last sorting mode was the sorter's.
1974 2008-05-01 Jason Rumney <jasonr@gnu.org>
1976 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
1978 2008-04-30 John Paul Wallington <jpw@pobox.com>
1980 * ibuffer.el (define-ibuffer-column filename): When the major mode
1981 is `vc-dir-mode' show the buffer's default directory.
1983 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
1984 major mode is `vc-dir-mode' use the buffer's default directory.
1986 2008-04-30 Sam Steingold <sds@gnu.org>
1988 * vc.el (vc-dir-delete-file): Add.
1989 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
1990 (vc-delete-file): Do not barf when the file has been already deleted.
1992 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1994 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
1996 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
1998 * progmodes/octave-mod.el (octave-help): New function.
1999 * progmodes/octave-hlp.el: Delete.
2000 * info-look.el (octave-mode): Add operator index.
2002 * vc.el (vc-checkout): Typo.
2004 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
2006 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
2007 Add "..." in the appropriate places.
2009 * epa.el (epa-key-list-mode-map): Add more menu entries.
2010 Add "..." in the appropriate places.
2012 * dired.el (dired-mode-map): Add :help.
2014 * vc.el (vc-deduce-fileset): Add new parameter.
2015 (vc-dir-marked-only-files): New function.
2016 (vc-next-action): Don't ignore directories, look at the files
2018 (vc-dir-mode): Document how the mark/unmark commands work.
2020 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
2022 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2023 Rule out trailing spaces in file and directory names as well.
2025 * minibuffer.el (completion--do-completion): Move point even if the
2026 completion makes no change.
2027 (completion-pcm-try-completion): Fix computation of new point.
2029 2008-04-30 David Hansen <david.hansen@gmx.net>
2031 * dired.el: Require 'cl.
2033 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
2035 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
2036 hollow if not in innermost frame.
2038 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2040 Make `checkout-model' apply to filesets.
2041 * vc-hooks.el (vc-checkout-model): Rewrite.
2042 (vc-before-save, vc-after-save): Adjust callers accordingly.
2043 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
2044 (vc-transfer-file): Adjust callers accordingly.
2045 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
2046 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
2047 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
2048 instead of vc-checkout-model.
2049 * vc-mcvs.el (vc-mcvs-revert):
2050 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
2051 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
2052 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
2053 * vc-svn.el (vc-svn-checkout-model):
2054 * vc-hg.el (vc-hg-checkout-model):
2055 * vc-git.el (vc-git-checkout-model):
2056 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
2058 * dired.el (dired-read-dir-and-switches): Replace last change with
2059 a new approach that mixes read-file-name and read-directory-name.
2061 * files.el (read-buffer-to-switch):
2062 Avoid making assumptions about `other-buffer'.
2064 2008-04-29 Sam Steingold <sds@gnu.org>
2066 * vc.el (vc-dir-mode-hook): Add normal hook.
2067 (vc-dir-mode): Run it.
2069 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
2071 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
2072 Always split windows.
2073 (gdb-speedbar-timer-fn): Only raise frame after user input.
2074 (gdb-same-frame): Reverse initial value.
2075 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
2077 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
2078 gdb-speedbar-timer-fn.
2080 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2082 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
2084 2008-04-29 Daiki Ueno <ueno@unixuser.org>
2086 * epa.el (epa-key-list-mode-map): Add menu.
2087 (epa-delete-keys, epa-import-keys): Fix typo.
2089 2008-04-29 Glenn Morris <rgm@gnu.org>
2091 * find-cmd.el (top-level): Does not need cl when compiling.
2093 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
2095 * find-cmd.el: New file.
2097 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2099 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
2100 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
2101 (completion-pcm--hilit-commonality): New function.
2102 (completion-pcm-all-completions): Use it.
2104 * minibuffer.el (completion-common-substring): Mark obsolete.
2105 (completions-first-difference, completions-common-part):
2106 Move from simple.el.
2107 (completion-hilit-commonality): New fun.
2108 (display-completion-list, completion-emacs21-all-completions)
2109 (completion-emacs22-all-completions): Use it.
2110 * simple.el (completions-first-difference, completions-common-part):
2111 Move to minibuffer.el.
2112 (choose-completion-string): Use field functions and minibufferp.
2113 (completion-setup-function): Don't set completions faces.
2115 2008-04-29 Glenn Morris <rgm@gnu.org>
2117 * calendar/calendar.el (calendar-nth-named-absday)
2118 (calendar-nth-named-day):
2119 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
2120 * calendar/holidays.el (holiday-float): Doc fixes.
2122 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
2125 * org/org-agenda.el (calendar-iso-from-absolute):
2126 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
2129 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
2131 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
2132 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
2133 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
2134 (gdb-assembler-custom): Be careful not to match other addresses.
2136 2008-04-29 Jason Rumney <jasonr@gnu.org>
2138 * battery.el (battery-status-function): Use w32-battery-status
2140 (battery-echo-area-format): Make apm format the general case.
2141 (battery-mode-line-format): Merge apm and pmset formats as the
2144 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
2146 * progmodes/gdb-ui.el (gdb-info-stack-custom):
2147 Use gud-tool-bar-item-visible-no-fringe.
2148 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
2149 is already visible in frame. Remove optional size parameter
2150 and add optional frame parameter.
2152 * progmodes/gud.el (gud-display-line): Only consider visible
2153 frames when looking for source buffer.
2155 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
2157 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
2158 argument to get-char-property, in case the current buffer hasn't
2159 been assigned to that window yet.
2160 (doc-view-display): Default to selected window if the current
2161 buffer hasn't been assigned to a window yet.
2163 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
2165 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
2167 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
2169 * net/tramp.el (tramp-mode): New defcustom.
2170 (tramp-file-name-handler, tramp-completion-file-name-handler):
2172 (tramp-replace-environment-variables): Handle "$$".
2174 2008-04-28 Sam Steingold <sds@gnu.org>
2176 * vc-hg.el (vc-hg-rename-file): Fix argument order.
2178 2008-04-28 Bastien Guerry <bzg@altern.org>
2180 * whitespace.el (whitespace-trailing): Fix typo.
2182 2008-04-28 Sam Steingold <sds@gnu.org>
2184 * textmodes/remember.el (diary-make-entry): Update the autoload.
2186 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2188 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
2191 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
2193 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
2195 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2197 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
2198 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
2199 (vc-dir-mark-file): Add an optional argument.
2200 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
2202 2008-04-27 Daiki Ueno <ueno@unixuser.org>
2204 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
2205 rather than obsolete alias find-file-hooks.
2206 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
2207 Use find-file-hook rather than obsolete alias find-file-hooks.
2208 Add to find-file-not-found-functions.
2209 (epa-file-handler): Put 'safe-magic and 'operations properties.
2211 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
2212 (epa-menu-items): Remove.
2214 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
2215 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
2216 (epa-dired-mode, epa-global-dired-mode): Remove.
2218 * dired.el (dired-mode-map): Bind encryption/decryption commands.
2220 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
2222 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
2224 2008-04-27 Glenn Morris <rgm@gnu.org>
2226 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
2227 Remove un-needed local `orig-list'. Replace cl `copy-list'.
2229 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
2231 * org/org.el (org-html-level-start): Always have id's in HTML.
2232 (org-export-as-html): Use `org-link-protocols' to
2233 retrieve the export form of the link.
2234 (org-add-link-type): Final parameter renamed from PUBLISH.
2235 Better documentation of how it is to be used. Avoid double entries for
2237 (org-add-link-props): New function.
2238 (org-modules-loaded): New variable.
2239 (org-load-modules-maybe, org-set-modules): New function.
2240 (org-modules): New option.
2241 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
2242 (orgtbl-mode, org-store-link, org-insert-link-global)
2243 (org-open-at-point): Call `org-load-modules-maybe'.
2244 (org-search-view): Add more text properties.
2245 (org-agenda-schedule, org-agenda-deadline): Allow also in
2246 search-type agendas.
2247 (org-search-view): Order of arguments has been changed.
2248 Interpret prefix-arg as TODO-ONLY.
2249 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
2250 Take new argument order of `org-search-view' into account.
2251 (org-todo-only): New variable.
2252 (org-search-syntax-table): New variable and function.
2253 (org-search-view): Do the search with the special syntax table.
2254 (define-obsolete-function-alias): Make work with XEmacs.
2255 (org-add-planning-info): Use old date as default when modifying an
2256 existing deadline or scheduled item.
2257 (org-agenda-compute-time-span): Make argument N optional.
2258 (org-agenda-format-date-aligned): Require `cal-iso'.
2259 (org-agenda-list): Include week into agenda heading, don't
2260 list it at each date (only on Mondays).
2261 (org-read-date-analyze): Define local variable `iso-date'.
2262 (org-agenda-format-date-aligned): Remove dependency on
2263 `calendar-time-from-absolute'.
2264 (org-remember-apply-template, org-go-to-remember-target):
2265 Interpret filenames relative to `org-directory'.
2266 (org-complete): Silently fail when trying to complete
2267 keywords that don't have a default value.
2268 (org-get-current-options): Add a #+DATE: option.
2269 (org-additional-option-like-keywords): Remove "DATE:" from the
2270 list of additional keywords.
2271 (org-export-as-html): Remove (current-time) as unnecessary second
2272 argument of `format-time-string'.
2273 (org-clock-find-position): Handle special case at end of buffer.
2274 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
2275 `org-agenda-change-time-span'.
2276 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
2277 `org-agenda-change-time-span'.
2278 (org-agenda-month-view): New argument MONTH, pass it on to
2279 `org-agenda-change-time-span'.
2280 (org-agenda-year-view): New argument YEAR, pass it on to
2281 `org-agenda-change-time-span'.
2282 (org-agenda-change-time-span): New optional argument N, pass it on
2283 to `org-agenda-compute-time-span'.
2284 (org-agenda-compute-time-span): New argument N, interpret it by
2285 changing the starting day.
2286 (org-small-year-to-year): New function.
2287 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
2288 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
2289 into the future, and that the shift is at least one interval, never 0.
2290 (org-update-checkbox-count): Fix bug with checkbox counting.
2291 (org-add-note): New command.
2292 (org-add-log-setup): Rename from `org-add-log-maybe'.
2293 (org-log-note-headings): New entry for plain notes (i.e. notes not
2294 related to state changes or clocking).
2295 (org-get-org-file): Check for availability of `remember-data-file'.
2296 (org-cached-entry-get): Allow a regexp value for
2297 `org-use-property-inheritance'.
2298 (org-use-property-inheritance): Allow regexp value. Fix bug in
2300 (org-use-tag-inheritance): Allow a list and a regexp value for
2302 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
2303 (org-entry-get): Respect value `selective' for the INHERIT argument.
2304 (org-tag-inherit-p, org-property-inherit-p): New functions.
2305 (org-agenda-format-date-aligned): Allow 10 characters for
2306 weekday, to acomodate German locale.
2307 (org-add-archive-files): New function.
2308 (org-agenda-files): New argument `ext', to get archive files as well.
2309 (org-tbl-menu): Protect the use of variables that
2310 are only available when org-table.el gets loaded.
2311 (org-read-agenda-file-list): Error if `org-agenda-files' is a
2313 (org-open-file): Allow a batch process to trigger
2314 waiting after executing a system command.
2315 (org-store-link): Link to headline when there is not
2316 target and no region in an org-mode buffer when creating a link.
2317 (org-link-types-re): New variable.
2318 (org-make-link-regexps): Compute `org-link-types-re'.
2319 (org-make-link-description-function): New option.
2320 (org-agenda-date, org-agenda-date-weekend): New faces.
2321 (org-archive-sibling-heading): New option.
2322 (org-archive-to-archive-sibling): New function.
2323 (org-iswitchb): New command.
2324 (org-buffer-list): New function.
2325 (org-agenda-columns): Also try the #+COLUMNS line in
2326 the buffer associated with the entry at point (or with the first
2327 entry in the agenda view).
2328 (org-modules): Add entry for org-bibtex.el.
2329 (org-completion-fallback-command): Move into `org-completion' group.
2330 (org-clock-heading-function): Move to `org-progress' group.
2331 (org-auto-repeat-maybe): Make sure that a note can
2332 be enforces if `org-log-repeat' is `note'.
2333 (org-modules): Allow additional symbols for external packages.
2334 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
2335 (org-clock-goto): Hide drawers after showing an
2336 entry with `org-clock-goto'.
2337 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
2338 Try also a clocktable block shift.
2339 (org-clocktable-try-shift): New function.
2340 (org-columns-hscoll-title): New function.
2341 (org-columns-previous-hscroll): New variable.
2342 (org-columns-full-header-line-format): New variable.
2343 (org-columns-display-here-title, org-columns-remove-overlays):
2344 Install `org-columns-hscoll-title' in post-command-hook.
2346 * org/org.el: Split into many small files.
2348 * org/org-agenda.el: New file, split off from org.el.
2350 * org/org-archive.el: New file, split off from org.el.
2352 * org/org-bbdb.el: New file.
2354 * org/org-bibtex.el: New file, split off from org.el.
2356 * org/org-clock.el: New file, split off from org.el.
2358 * org/org-colview.el: New file, split off from org.el.
2360 * org/org-compat.el: New file, split off from org.el.
2362 * org/org-exp.el: New file, split off from org.el.
2364 * org/org-faces.el: New file, split off from org.el.
2366 * org/org-gnus.el: New file, split off from org.el.
2368 * org/org-info.el: New file, split off from org.el.
2370 * org/org-infojs.el: New file.
2372 * org/org-irc.el: New file.
2374 * org/org-macs.el: New file, split off from org.el.
2376 * org/org-mew.el: New file.
2378 * org/org-mhe.el: New file, split off from org.el.
2380 * org/org-publish.el: New file, split off from org.el.
2382 * org/org-remember.el: New file, split off from org.el.
2384 * org/org-rmail.el: New file, split off from org.el.
2386 * org/org-table.el: New file, split off from org.el.
2388 * org/org-vm.el: New file, split off from org.el.
2390 * org/org-wl.el: New file, split off from org.el.
2392 2008-04-27 Jason Riedy <jason@acm.org>
2394 * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
2395 parameter that supresses lines that evaluate to NIL.
2396 (orgtbl-get-fmt): New inline function for
2397 picking apart formats that may be lists.
2398 (orgtbl-apply-fmt): New inline function for applying formats that
2400 (orgtbl-eval-str): New inline function for strings that may be
2402 (orgtbl-format-line, orgtbl-to-generic): Use and document.
2403 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
2404 (*orgtbl-llfmt*, *orgtbl-llstart*)
2405 (*orgtbl-llend*): Dynamic variables for last-line formatting.
2406 (orgtbl-format-section): Shift formatting to support detecting the
2407 last line and formatting it specially.
2408 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
2409 formats unless overridden.
2410 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
2411 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
2412 bound variables to hold the input collection of lines and output
2414 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
2415 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
2417 (orgtbl-format-line): New function encapsulating formatting for a
2419 (orgtbl-format-section): Similar for each section. Rebinding the
2420 dynamic vars customizes the formatting for each section.
2421 (orgtbl-to-generic): Use orgtbl-format-line and
2422 orgtbl-format-section.
2423 (org-get-param): Now unused, so delete.
2424 (orgtbl-gather-send-defs): New function to
2425 gather all the SEND definitions before a table.
2426 (orgtbl-send-replace-tbl): New function to find the RECEIVE
2427 corresponding to the current name.
2428 (orgtbl-send-table): Use the previous two functions and implement
2429 multiple destinations for each table.
2431 * doc/org.texi (A LaTeX example): Note that fmt may be a
2432 one-argument function, and efmt may be a two-argument function.
2433 (Radio tables): Document multiple destinations.
2435 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
2437 * org/org-agenda.el (org-add-to-diary-list): New function.
2438 (org-prefix-has-effort): New variable.
2439 (org-sort-agenda-noeffort-is-high): New option.
2440 (org-agenda-columns-show-summaries)
2441 (org-agenda-columns-compute-summary-properties): New options.
2442 (org-format-agenda-item): Compute the duration of the item.
2443 (org-agenda-weekend-days): New variable.
2444 (org-agenda-list, org-timeline): Use the proper faces for dates in
2445 the agenda and timeline buffers.
2446 (org-agenda-archive-to-archive-sibling): New command.
2447 (org-agenda-start-with-clockreport-mode): New option.
2448 (org-agenda-clockreport-parameter-plist): New option.
2449 (org-agenda-clocktable-mode): New variable.
2450 (org-agenda-deadline-leaders): Allow a function value for the
2452 (org-agenda-get-deadlines): Deal with new function value.
2454 * lisp/org-clock.el (org-clock): New customization group.
2455 (org-clock-into-drawer, org-clock-out-when-done)
2456 (org-clock-in-switch-to-state, org-clock-heading-function):
2457 Move into the new group.
2458 (org-clock-out-remove-zero-time-clocks): New option.
2459 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
2460 (org-dblock-write:clocktable): Allow a Lisp form for the scope
2462 (org-dblock-write:clocktable): Fix bug with total time calculation.
2463 (org-dblock-write:clocktable): Request the unrestricted list of files.
2464 (org-get-clocktable): New function.
2465 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
2466 be strings but also integers (an absolute day number) and lists (m d y).
2468 * org/org-colview.el (org-columns-next-allowed-value)
2469 (org-columns-edit-value): Limit the effort for updating in the
2470 agenda to recomputing a single file.
2471 (org-columns-compute): Only write property value if it has changed.
2472 This avoids raising the buffer-change-flag unnecessarily.
2473 (org-agenda-colview-summarize)
2474 (org-agenda-colview-compute): New functions.
2475 (org-agenda-columns): Call `org-agenda-colview-summarize'.
2477 * org/org-exp.el (org-export-run-in-background): New option.
2478 (org-export-icalendar): Allow a batch process to trigger waiting
2479 after executing a system command.
2480 (org-export-preprocess-string): Rename from
2481 `org-cleaned-string-for-export'.
2482 (org-export-html-style): Made target class look like normal text.
2483 (org-export-as-html): Make use of the better proprocessing in
2484 `org-cleaned-string-for-export'.
2485 (org-cleaned-string-for-export): Better treatment of heuristic
2486 targets, many more internal links will now work in HTML export.
2487 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
2488 (org-export-inbuffer-options-extra): New variable.
2489 (org-export-options-filters): New hook.
2490 (org-infile-export-plist): Find also the settings keywords in
2491 `org-export-inbuffer-options-extra'.
2492 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
2493 multiple #+INFOJS_OPT lines.
2494 (org-export-html-handle-js-options): New function.
2495 (org-export-html-infojs-setup): New option.
2496 (org-export-as-html): Call `org-export-html-handle-js-options'.
2497 Add autoload to all entry points.
2498 (org-skip-comments): Function removed.
2500 * org/org-table.el (org-table-make-reference): Extra parenthesis
2501 around single fields, to make sure that algebraic formulas get
2502 correctly interpreted by calc.
2503 (org-table-current-column): No longer interactive.
2505 * org/org-export-latex.el (org-export-latex-preprocess):
2506 Rename from `org-export-latex-cleaned-string'.
2508 2008-04-27 Bastien Guerry <bzg@altern.org>
2510 * org/org-publish.el (org-publish-get-base-files-1): New function.
2511 (org-publish-get-base-files): Use it.
2512 (org-publish-temp-files): New variable.
2513 Don't require 'dired-aux anymore.
2514 (org-publish-initial-buffer): New variable.
2515 (org-publish-org-to, org-publish): Use it.
2516 (org-publish-get-base-files-1): Bug fix: get
2517 the proper list of files when recursing thru a directory.
2518 (org-publish-get-base-files): Use the :exclude property to skip
2519 both files and directories.
2521 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
2523 * net/tramp.el (tramp-handle-make-symbolic-link)
2524 (tramp-handle-file-name-directory)
2525 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
2526 (tramp-do-copy-or-rename-file-directly)
2527 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
2528 (tramp-handle-substitute-in-file-name)
2529 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2530 * net/tramp-cache.el (tramp-get-file-property)
2531 (tramp-set-file-property, tramp-flush-file-property)
2532 (tramp-flush-directory-property)
2533 * net/tramp-compat.el (tramp-compat-make-temp-file)
2534 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2535 Disable `file-name-handler-alist' when handling localname.
2536 It could have a remote file syntax, like a VMS file name.
2538 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2540 * whitespace.el: New version 11.1.
2541 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
2542 enclosed by \\( and \\)$. Docstring fix.
2543 (whitespace-trailing-regexp): Fun removed.
2544 (whitespace-report-list): Const initialization fix.
2545 (whitespace-color-on): Code fix.
2547 2008-04-27 Andreas Schwab <schwab@suse.de>
2549 * Makefile.el: Unbreak bootstrap.
2551 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
2553 * net/tramp.el (tramp-replace-environment-variables): New defun.
2554 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
2557 2008-04-27 Glenn Morris <rgm@gnu.org>
2559 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
2561 * calculator.el (calculator-expt): Replace cl function `oddp'.
2563 2008-04-27 Johan Bockgård <bojohan@gnu.org>
2565 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
2566 Simplify. Collect `defun' and `autoload' entries.
2567 Avoid modifying load-history.
2569 2008-04-26 Glenn Morris <rgm@gnu.org>
2571 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
2573 * simple.el (quoted-insert, zap-to-char): Revert previous change.
2575 2008-04-26 John Paul Wallington <jpw@pobox.com>
2577 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
2578 `hexl-mode-old-eldoc-documentation-function'.
2579 (hexl-mode-exit): Restore it.
2580 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
2582 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
2584 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
2586 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
2587 (completion-pcm--all-completions): Doc fix.
2588 (completion-styles-alist, completion-all-completions):
2589 Fix typos in docstrings.
2591 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2593 * whitespace.el: There is now only one variable (whitespace-style) to
2594 specify which kind of blank is visualized. Doc and docstring fix.
2596 (whitespace-style): New option, replace whitespace-style-mark and
2597 whitespace-style-color.
2598 (whitespace-style-mark, whitespace-style-color): Options removed.
2599 (whitespace-hspace, whitespace-tab, whitespace-newline)
2600 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
2601 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
2602 (whitespace-hspace-regexp, whitespace-space-regexp)
2603 (whitespace-tab-regexp, whitespace-trailing-regexp)
2604 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
2605 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2606 (whitespace-space-after-tab-regexp, whitespace-line-column)
2607 (whitespace-display-mappings, whitespace-report): Docstring fix.
2608 (whitespace-color-value-list, whitespace-mark-value-list)
2609 (whitespace-active-color, whitespace-active-mark)
2610 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
2611 (whitespace-style-value-list, whitespace-active-style)
2612 (whitespace-toggle-style): New vars.
2613 (whitespace-toggle-option-alist, whitespace-help-text):
2614 Var initialization and docstring fix.
2615 (whitespace-toggle-options, global-whitespace-toggle-options)
2616 (whitespace-cleanup, whitespace-cleanup-region)
2617 (whitespace-report-region, whitespace-interactive-char)
2618 (whitespace-toggle-list): Docstring and code fix.
2619 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
2620 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
2621 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
2622 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
2624 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2626 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
2627 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
2628 (diff-sanity-check-hunk): Adjust code accordingly.
2630 2008-04-26 Glenn Morris <rgm@gnu.org>
2632 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
2634 * forms-d2.dat: Move to ../etc.
2635 * forms-d2.el (forms-file): Adapt for above change.
2637 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
2638 `translation-table-for-input'.
2640 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
2641 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
2643 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
2644 to punctuation now it's not needed for abbrevs.
2645 (fortran-mode-abbrev-table): Remove defvar, make use of new
2646 define-abbrev-table :regexp feature.
2648 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
2649 insert, now that translation-table-for-input is not needed.
2651 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
2653 * emacs-lisp/pp.el (pp-display-expression): New function,
2654 extracted from pp-eval-expression.
2655 (pp-eval-expression): Use pp-display-expression.
2656 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
2657 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
2658 (pp-eval-last-sexp): Use pp-last-sexp.
2660 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2662 * abbrev.el (define-abbrev-table): Apply props even if the table
2665 * minibuffer.el (completion-table-with-context): Fix `pred' for the
2666 various kinds of completion tables.
2667 (completion-emacs22-try-completion): Place cursor after the /, as was
2668 done in Emacs-22's minibuffer-complete-word.
2669 Fix bug reported by David Hansen <david.hansen@gmx.net>.
2670 (completion-emacs22-try-completion): Merge all mergable text rather
2672 (completion-pcm--delim-wild-regex): New var.
2673 (completion-pcm-word-delimiters): New custom.
2674 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
2675 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
2676 (completion-pcm--all-completions, completion-pcm-all-completions)
2677 (completion-pcm--merge-completions, completion-pcm--pattern->string)
2678 (completion-pcm-try-completion): New functions.
2679 (completion-styles-alist): Add them.
2680 (completion-styles): Add it to the default.
2682 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
2684 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
2685 (gdb-var-create-handler): ...until here when there are values.
2686 (gdb-post-prompt): Don't do -var-update with no watch expressions.
2687 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
2689 2008-04-25 Eli Zaretskii <eliz@gnu.org>
2691 * ls-lisp.el (ls-lisp-format): Fix last change.
2692 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
2693 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
2694 (ls-lisp-filesize-f-fmt): New defvars.
2695 (ls-lisp-insert-directory): Dynamically compute format specifiers
2696 for displaying UID, GID, and file size, and store them in the
2698 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
2699 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
2700 instead of constant format strings.
2701 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
2702 ls-lisp-filesize-d-fmt instead of constant format strings.
2704 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
2706 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
2707 value of addresses rather than (partial) string value.
2708 (gdb-frame-handler): Change regexp according to above change.
2709 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2710 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
2711 (gdb-assembler-mode): Disable undo in these buffers.
2713 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
2715 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
2716 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
2718 2008-04-24 Sam Steingold <sds@gnu.org>
2720 * textmodes/remember.el (remember-diary-extract-entries): Use
2721 diary-make-entry instead of the obsolete make-diary-entry.
2723 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2725 * subr.el (translation-table-for-input): Mark as obsolete.
2727 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
2729 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
2731 * textmodes/ispell.el (ispell-dictionary-alist-1)
2732 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
2733 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
2734 (ispell-dictionary-alist-6): Remove.
2735 (ispell-dictionary-base-alist): New var, merges the above.
2736 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
2738 (ispell-dictionary-alist): Default to nil. Remove autoload.
2739 (ispell-local-dictionary-alist): Remove autoload.
2741 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
2742 (f90-mode-abbrev-table): Use the new :regexp feature.
2743 Merge defvar and mapc into define-abbrev-table.
2744 (f90-imenu-type-matcher): Remove unused `l'.
2745 (f90-imenu-generic-expression): Remove unused `not-ib'.
2746 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
2747 (f90-change-keywords): Use restore-buffer-modified-p.
2749 2008-04-24 Glenn Morris <rgm@gnu.org>
2751 * net/goto-addr.el (goto-address-prog-mode):
2752 * progmodes/bug-reference.el (bug-reference-prog-mode):
2753 Define for compiler.
2755 * minibuffer.el (x-file-dialog): Declare as function.
2757 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
2758 dframe-update-speed rather than obsolete alias speedbar-update-speed.
2760 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
2761 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
2762 work with easymenu. Add :keys where needed.
2764 * calendar/cal-move.el (calendar-scroll-left): Handle case when
2767 * calendar/calendar.el (calendar-mode-map): Fix typo.
2769 2008-04-24 Tom Tromey <tromey@redhat.com>
2771 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2772 Document keywords. Add :suppress.
2773 * pcvs-defs.el (cvs-mode-map): Use :suppress.
2775 * net/goto-addr.el (goto-address-unfontify): New function.
2776 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
2777 (goto-address-fontify-region, goto-address-mode)
2778 (goto-address-prog-mode): New functions.
2780 * progmodes/bug-reference.el: New file.
2782 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2784 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
2786 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2788 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
2789 macros within lambdas.
2791 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2793 * minibuffer.el (completion-try-completion): Add `point' argument.
2794 Change return value.
2795 (completion-all-completions): Add `point' argument.
2796 (minibuffer-completion-help): Pass the new `point' argument.
2797 (completion--do-completion): Pass the whole field to try-completion.
2798 (completion--try-word-completion): Rewrite, making fewer assumptions.
2799 (completion-emacs21-try-completion, completion-emacs21-all-completions)
2800 (completion-emacs22-try-completion, completion-emacs22-all-completions)
2801 (completion-basic-try-completion, completion-basic-all-completions):
2803 (completion-styles-alist): Use them.
2805 2008-04-23 Agustin Martin <agustin.martin@hispalinux.es>
2807 * ispell.el (ispell-set-spellchecker-params): New function to make sure
2808 right params and dictionary alists are used after spellchecker changes.
2809 (ispell-aspell-dictionary-alist, ispell-last-program-name)
2810 (ispell-initialize-spellchecker-hook): New variables and hook.
2811 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
2812 (ispell-maybe-find-aspell-dictionaries): Remove.
2813 Calls replaced by (ispell-set-spellchecker-params) calls.
2814 (ispell-have-aspell-dictionaries): Remove.
2815 * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
2816 ispell-set-spellchecker-params.
2818 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2820 * complete.el (PC-do-completion): Be more robust in the presence of
2821 unexpected values in minibuffer-completion-predicate.
2823 * minibuffer.el (read-file-name): Don't let-bind default-directory.
2824 Only abbreviate default-filename if it's a file.
2826 * minibuffer.el (read-file-name-function, read-file-name-predicate)
2827 (read-file-name-completion-ignore-case, insert-default-directory):
2828 New vars, moved from fileio.c.
2829 (read-file-name): New fun, moved from fileio.c.
2830 * cus-start.el: Remove insert-default-directory and
2831 read-file-name-completion-ignore-case.
2833 2008-04-23 Magnus Henoch <mange@freemail.hu>
2835 * tar-mode.el (tar-untar-buffer): If the entry has directory
2836 link type, extract it as a directory even if its file name doesn't
2837 end with a slash. Fixes extraction of NetBSD tar archives.
2839 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2841 * server.el (server-start): Also don't get confused by CRs since we
2844 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
2846 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
2847 (gdb-set-gud-minor-mode-existing-buffers)
2848 (gdb-info-breakpoints-custom, gdb-get-location)
2849 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2850 Previously gdb-create-define-alist wasn't always run and added to
2853 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
2855 2008-04-23 Kevin Ryde <user42@zip.com.au>
2857 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
2858 comments like unindented ones.
2860 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2862 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
2865 2008-04-23 Kevin Ryde <user42@zip.com.au>
2867 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2868 Bind print-level to ensure output forms aren't truncated if
2869 print-level is set to eval-expression-print-level when going via
2870 eval-defun and friends, or has been otherwise fiddled with.
2872 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2874 * progmodes/cc-mode.el (c-basic-common-init): Don't set
2875 font-lock-extend-after-change-region-function globally.
2877 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
2879 * speedbar.el (speedbar-use-tool-tips-flag)
2880 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
2881 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
2882 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
2883 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
2884 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
2885 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
2886 (speedbar-separator-face): Fix typos in docstrings.
2887 (speedbar-stealthy-function-list, speedbar-verbosity-level)
2888 (speedbar-supported-extension-expressions, speedbar-update-current-file)
2889 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
2890 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
2891 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
2892 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
2893 (speedbar-check-vc-this-line, speedbar-files-line-directory)
2894 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
2895 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
2896 (speedbar-recenter): Doc fixes.
2897 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
2898 declaration and remove redundant info in docstring.
2900 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2902 * vc-git.el (vc-git-status-printer): Deal with directories.
2904 * vc.el (vc-next-action): Look at more than the first file to
2905 determine the state.
2907 2008-04-23 Glenn Morris <rgm@gnu.org>
2909 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
2911 (dframe-update-speed): Drop support for XEmacs < 20.
2912 (dframe-frame-mode): Drop support for Emacs < 20.
2913 (dframe-set-timer-internal): Drop support for Emacs without timers.
2914 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
2916 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
2917 versions. Add doc-string. Mark as obsolete.
2919 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
2921 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
2922 rather than using an Emacs version test.
2924 * tree-widget.el (tree-widget-image-enable): Use display-images-p
2925 rather than an Emacs version test.
2927 * calendar/cal-china.el (holiday-chinese-qingming)
2928 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
2929 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
2930 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
2932 * calendar/cal-islam.el (holiday-islamic): Doc fix.
2934 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
2935 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
2936 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2938 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
2940 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
2941 (gdb-previous-frame-pc-address): ...to this.
2942 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
2943 of "info frame" with Gdb 6.4+.
2944 (gdb-stack-list-frames-regexp): New regexp.
2945 (gdb-frame-handler-1): Parse output of -stack-info-frame.
2947 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
2949 * tar-mode.el (tar-prefix-offset): New constant.
2950 (tar-header-block-tokenize): Support paths with long names
2951 which use the "ustar" standard.
2953 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
2955 * image-dired.el (image-dired-track-original-file)
2956 (image-dired-modify-mark-on-thumb-original-file):
2957 Use `dired-goto-file' instead of `search-forward'. This solves
2958 a bug with finding files where the file name is a subset of other
2959 file names. Doc fix.
2961 2008-04-22 Juri Linkov <juri@jurta.org>
2963 * menu-bar.el (buffers-menu-max-size): Move its definition down to
2964 the "Buffers Menu" section. Change group name `mouse' to `menu'.
2965 (yank-menu-length): Change group name `mouse' to `menu'.
2966 (buffers-menu-buffer-name-length): New user option.
2967 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
2968 instead of the hard-coded number 27.
2970 2008-04-22 Juri Linkov <juri@jurta.org>
2972 * isearch.el (eval-when-compile): Require `help-macro'.
2973 (isearch-help-for-help-internal): Isearch specific Help screen
2974 created by `make-help-screen'.
2975 (isearch-help-map): New variable that binds "b", "k", "m" to
2976 isearch-specific commands, and binds other keys to
2977 isearch-other-control-char, thus allowing other Help keys to
2978 exit isearch mode and execute their global definitions.
2979 (isearch-help-for-help, isearch-describe-bindings)
2980 (isearch-describe-key, isearch-describe-mode): New commands.
2981 (isearch-mode-help): Define alias to isearch-describe-mode
2982 and remove its old function definition.
2983 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
2984 Remove old comments because this issue is settled now.
2985 (isearch-forward): Describe three new Help commands in the docstring.
2986 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
2987 leave the single sentence at the first line of the docstring,
2988 and prepend the word "function" before `isearch-forward'
2989 to make the Help link to the function instead of variable.
2991 2008-04-22 Juri Linkov <juri@jurta.org>
2993 * isearch.el (isearch-success-function): New variable with default
2994 to `isearch-success-function-default'.
2995 (isearch-search): Call a function from `isearch-success-function'
2996 instead of calling the hard-coded `isearch-range-invisible'.
2997 (isearch-success-function-default): New function that calls
2998 `isearch-range-invisible' and inverts its return value.
3000 * info.el (Info-search): In two similar places that skip
3001 undesired search matches move code to Info-search-success-function,
3002 and call `isearch-success-function' instead.
3003 (Info-search-success-function): New function copied from code
3004 in Info-search. Replace isearch-range-invisible with
3005 text-property-not-all that checks for 'invisible and 'display
3006 properties to skip partially invisible matches (whose display
3007 properties were set by Info-fontify-node).
3008 (Info-mode): Set buffer-local isearch-success-function
3009 to Info-search-success-function.
3011 2008-04-22 Juri Linkov <juri@jurta.org>
3013 * minibuffer.el (internal-complete-buffer-except): New function.
3015 * files.el (read-buffer-to-switch): New function.
3016 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3017 Change interactive spec to call read-buffer-to-switch instead of
3018 using the letter "B".
3020 * simple.el (minibuffer-default-add-shell-commands): New function.
3021 Use declare-function for mailcap-file-default-commands from "mailcap".
3022 (shell-command): Set local minibuffer-default-add-function to
3023 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
3024 before calling read-shell-command. Set 4th arg default-value of
3025 read-shell-command to relative buffer-file-name in file buffers.
3027 * dired-aux.el (dired-read-shell-command-default): Move it to
3028 gnus/mailcap.el and change its name to more general name
3029 mailcap-file-default-commands.
3030 (minibuffer-default-add-dired-shell-commands): New function.
3031 Use declare-function for mailcap-file-default-commands from "mailcap".
3032 (dired-read-shell-command): Set local minibuffer-default-add-function
3033 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
3034 before calling read-shell-command. Remove dired-read-shell-command-default
3035 from the default value arg because default values are not set in
3036 minibuffer-default-add-dired-shell-commands. Doc fix.
3038 * dired-x.el (dired-smart-shell-command): Sync arguments and
3039 interactive spec with changes in `shell-command'.
3040 Use dired-get-filename to get the dired file name at point
3041 as the default value in dired mode.
3043 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
3045 * info.el (Info-complete-menu-item): Add missing parenthesis.
3047 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3049 * info.el (Info-complete-menu-item): Save point.
3051 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
3053 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
3055 2008-04-22 Andreas Schwab <schwab@suse.de>
3057 * Makefile.in (emacs-deps): Define.
3058 Use it instead of $(lisp)/subdirs.el.
3060 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
3062 * vc.el (vc-next-action): Do not consider directories when
3063 checking for state compatibility.
3064 (vc-transfer-file): Use when not if.
3065 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
3066 (vc-dir-mark-file): Use them.
3067 (vc-deduce-fileset): Also return the backend.
3068 (vc-diff-internal): Take as argument the value returned by
3069 vc-deduce-fileset instead of just the fileset.
3070 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
3071 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
3072 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
3074 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
3076 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
3077 set-window-vscroll but image-scroll-down. Fixes a bug where a
3078 command following SPC scrolled up again.
3080 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
3082 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
3083 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
3084 (gud-watch): Add "$" prefix when in registers buffer.
3086 2008-04-22 Glenn Morris <rgm@gnu.org>
3088 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
3090 * whitespace.el (whitespace-display-table)
3091 (whitespace-display-table-was-local): Move definitions before use.
3093 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
3094 (copyright-limit): Respect copyright-at-end-flag.
3095 (copyright-re-search, copyright-start-point)
3096 (copyright-offset-too-large-p): New functions.
3097 (copyright-update-year): Use copyright-re-search.
3098 (copyright-update, copyright-fix-years): Use copyright-start-point,
3099 and copyright-re-search.
3100 (copyright): Use copyright-offset-too-large-p.
3101 * add-log.el (change-log-mode): Set copyright-at-end-flag.
3103 * add-log.el (top-level): Require 'cl when compiling.
3105 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3107 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
3108 Treat minibuffer-completion-predicate as a predicate.
3110 * minibuffer.el (completion--file-name-table): Accept both the old
3111 `dir' arg or the new `pred' arg.
3113 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
3114 `predicate' argument to pass non-predicate data.
3115 (ffap-read-url-internal, ffap-read-file-or-url-internal):
3116 Use second arg as proper predicate.
3118 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
3119 (vc-bzr-revision-completion-table): Use completion-table-with-context
3122 * simple.el (choose-completion-string): Use minibuffer-completion-table.
3124 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
3126 * term.el (term-emulate-terminal): Perform redisplay after the
3127 process filter has finished running.
3129 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3131 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
3133 * minibuffer.el (completion-try-completion): Change magic symbol
3134 property name. Rename from minibuffer-try-completion.
3135 (completion-all-completions): Rename from minibuffer-all-completions.
3136 Remove hide-spaces argument.
3137 (completion--do-completion): Rename from minibuffer--do-completion.
3138 (minibuffer-complete-and-exit): Call just try-completion rather than
3139 completion-try-completion to fix up the case.
3140 (completion--try-word-completion): Try to add space or hyphen before
3141 making `string' a prefix of `completion'.
3142 (completion--insert-strings): Rename from minibuffer--insert-strings.
3144 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
3146 * net/tls.el (tls-program): Add -ign_eof argument to call the
3148 (tls-checktrust): Ditto.
3150 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
3152 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
3154 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
3155 (vc-check-master-templates, vc-file-not-found-hook)
3156 (vc-kill-buffer-hook):
3157 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
3158 (vc-find-position-by-context, vc-buffer-context)
3159 (vc-restore-buffer-context, vc-responsible-backend)
3160 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
3161 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
3162 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
3163 (vc-version-diff, vc-diff, vc-insert-headers)
3164 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
3165 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
3166 (vc-revert, vc-rollback, vc-version-backup-file)
3167 (vc-rename-master, vc-delete-file, vc-rename-file)
3168 (vc-branch-part, vc-default-retrieve-snapshot)
3169 (vc-annotate-display-autoscale, vc-annotate-display-select)
3170 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
3171 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
3172 (vc-dir-update): Handle directories.
3173 (vc-default-status-printer): Simplify.
3175 * progmodes/asm-mode.el (asm-mode-map):
3176 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
3178 * progmodes/m4-mode.el (m4-mode-map): Add menu.
3180 2008-04-21 Kenichi Handa <handa@m17n.org>
3182 * select.el (xselect-convert-to-string): Send a C_STRING only if
3183 the polymorphic target TEXT is requested.
3185 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
3187 * minibuffer.el (completion-setup-hook, display-completion-list)
3188 (completion--file-name-table): Fix typos in docstrings.
3189 (completion-table-dynamic): Fix typo, and reflow docstring.
3191 2008-04-20 Andreas Schwab <schwab@suse.de>
3193 * server.el (server-switch-buffer): Also consider clients in the
3196 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
3198 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
3199 Select window clicked on first.
3200 (gdb): Display thread number in mode-line.
3201 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
3202 (gdb-breakpoints-header): New variable.
3203 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
3205 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3207 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
3208 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
3209 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
3210 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
3211 (vc-sccs-print-log): Use it.
3213 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
3215 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
3216 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
3218 * tooltip.el (tooltip-previous-message): New var.
3219 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
3220 the C code (avoid overwriting a minibuffer, restore previous echo
3222 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
3225 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
3227 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
3228 (gdb-init-1): Initialise it.
3229 (gdb-annotation-rules): New entry for "new-thread".
3230 (gdb-thread-identification): New function to customize
3231 mode-line-buffer-identification.
3232 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
3233 (gdb-assembler-mode): Use it.
3234 (gdb-threads-mode): Force "info threads" onto queue.
3236 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3238 * files.el (locate-file-completion-table): Rename from
3239 locate-file-completion and make it use `pred' in the normal way.
3240 (locate-file-completion): New compatibility wrapper.
3241 (load-library): Use locate-file-completion-table.
3242 * finder.el (finder-commentary):
3243 * subr.el (locate-library):
3244 * emacs-lisp/find-func.el (find-library): Likewise.
3245 * info.el: Use with-current-buffer and inhibit-read-only.
3246 (Info-read-node-name-2): Change to use `predicate' in the normal way.
3247 (Info-read-node-name-1): Adjust uses accordingly.
3249 * minibuffer.el (completion-table-with-context): Add support for `pred'.
3250 (completion-table-with-terminator): Don't use complete-with-action
3251 since we have to distinguish all three cases anyway.
3252 (completion-table-with-predicate): New function.
3253 (dynamic-completion-table): Add obsolete alias.
3255 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
3257 2008-04-18 Sam Steingold <sds@gnu.org>
3259 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
3260 Use quit-window instead of bury-buffer.
3262 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3264 * minibuffer.el (completion-table-with-terminator): Fix last fix.
3266 2008-04-18 Andreas Schwab <schwab@suse.de>
3268 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
3269 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
3270 Depend on $(lisp)/subdirs.el.
3272 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
3274 * descr-text.el (describe-char-after):
3275 Use `define-obsolete-function-alias'.
3277 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
3279 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
3281 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
3282 Remove redundant obsolescence info in docstring.
3284 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
3285 (vc-header-alist): Add WHEN to obsolescence declaration.
3286 (vc-state): Fix typo in docstring.
3288 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
3289 Use `define-obsolete-variable-alias'.
3291 * emulation/tpu-edt.el (tpu-have-ispell):
3292 * international/codepage.el (codepage-setup):
3293 Fix typo in obsolescence declaration.
3295 * international/mule.el (char-coding-system-table):
3296 Remove redundant obsolescence info in docstring.
3297 (charset-list, generic-char-p, set-char-table-default):
3298 Fix typos in obsolescence decarations.
3300 * international/mule-diag.el (non-iso-charset-alist):
3301 Fix typo in obsolescence declaration.
3302 (decode-codepage-char): Remove redundant obsolescence info in docstring.
3304 * font-core.el (font-lock-defaults-alist):
3305 * font-lock.el (font-lock-reference-face):
3306 * frame.el (screen-height, screen-width, set-screen-width)
3307 (set-screen-height):
3308 * hilit-chg.el (highlight-changes-initial-state):
3309 * isearch.el (isearch-return-char):
3310 * log-edit.el (cvs-commit-buffer-require-final-newline)
3311 (cvs-changelog-full-paragraphs):
3312 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
3313 (mouse-popup-menubar-stuff):
3314 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
3315 (mouse-wheel-click-button):
3316 * outline.el (outline-visible):
3317 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
3318 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
3319 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
3320 * progmodes/compile.el (compile-internal):
3321 Add WHEN to obsolescence declarations.
3323 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3325 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
3326 is not better anyway.
3328 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3330 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
3333 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
3335 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
3336 (python-use-skeletons): Remove, unused.
3337 (python-skeletons): Remove. Use the abbrev table instead.
3338 (python-mode-abbrev-table): Fix regexp;
3339 add enable-function and case-fixed.
3340 (def-python-skeleton): Simplify.
3341 (python-expand-template): Use the abbrev-table and abbrev-insert.
3342 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
3344 (python-mode): Don't set pre-abbrev-expand-hook.
3346 * skeleton.el: Set coding-tag.
3348 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
3349 (expand-abbrev): Use it.
3350 (abbrev-table-menu): New function.
3352 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
3354 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
3356 2008-04-17 Sam Steingold <sds@gnu.org>
3358 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
3359 idiosyncratic bury-buffer/delete-window logic.
3361 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
3363 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
3364 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
3366 2008-04-17 Kenichi Handa <handa@m17n.org>
3368 * international/characters.el: Don't make the width of U+00AD to 0.
3370 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
3372 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
3373 (gdb, gdb-starting, gdb-frames-mode): Use it.
3374 (gdb-invalidate-frames): Advise to call "info stack" only if
3375 execution has occurred.
3376 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
3377 selected frame if no execution has occurred.
3378 (gdb-frames-force-update): New interactive function.
3379 (gdb-frames-mode-map): Bind it to "F".
3381 2008-04-17 Michael Olson <mwolson@gnu.org>
3383 * textmodes/remember.el (remember-version): Release Remember 2.0.
3385 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
3387 * textmodes/artist.el:
3388 * progmodes/vhdl-mode.el:
3389 * progmodes/verilog-mode.el:
3390 * progmodes/vera-mode.el:
3391 * progmodes/simula.el:
3392 * progmodes/ps-mode.el:
3393 * progmodes/cmacexp.el:
3394 * obsolete/hilit19.el:
3395 * emulation/viper.el:
3396 * ediff.el: Cleanup the bug-report email addresses and make sure the
3397 maintainer is still willing to handle bug reports.
3399 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3401 * vc.el (vc-dir-kill-query): Fix thinko.
3403 2008-04-16 Glenn Morris <rgm@gnu.org>
3405 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
3406 by diary-sexp-entry.
3408 2008-04-16 Markus Triska <markus.triska@gmx.at>
3410 * proced.el (proced-command-alist): Add support for darwin.
3412 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3414 * proced.el (proced-mode): Redefine as just the major-mode.
3415 (proced): Separate it from proced-mode.
3417 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
3419 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3421 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
3422 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
3423 `tab-width' setting from user. New version 10.0. Doc and docstring
3425 (whitespace-style, whitespace-chars): Remove options.
3426 (whitespace-style-mark): New option, replace whitespace-style deleted
3427 option. Fix docstring.
3428 (whitespace-style-color): New option, replace whitespace-chars deleted
3429 option. Fix docstring.
3430 (whitespace-space, whitespace-hspace, whitespace-tab)
3431 (whitespace-newline, whitespace-trailing, whitespace-line)
3432 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
3433 (whitespace-space-after-tab, whitespace-hspace-regexp)
3434 (whitespace-space-regexp, whitespace-tab-regexp)
3435 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
3436 (whitespace-empty-at-eob-regexp, whitespace-line-column)
3437 (whitespace-toggle-option-alist): Fix docstring.
3438 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
3439 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
3440 docstring and initialization.
3441 (global-whitespace-mode): Autoloaded global minor mode.
3442 (whitespace-chars-value-list, whitespace-style-value-list)
3443 (whitespace-active-chars, whitespace-active-style)
3444 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
3445 (whitespace-color-value-list): New var, replace
3446 whitespace-chars-value-list removed var.
3447 (whitespace-mark-value-list): New var, replace
3448 whitespace-style-value-list removed var.
3449 (whitespace-active-color): New var, replace whitespace-active-chars
3451 (whitespace-active-mark): New var, replace whitespace-active-style
3453 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
3455 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
3457 (whitespace-toggle-option-alist, whitespace-report-list)
3458 (whitespace-report-text, whitespace-help-text): Fix initialization.
3459 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
3460 (whitespace-toggle-options, global-whitespace-toggle-options)
3461 (whitespace-cleanup-region, whitespace-report-region)
3462 (whitespace-interactive-char): Fix docstring and code.
3463 (whitespace-cleanup, whitespace-report): Fix docstring.
3464 (whitespace-replace-spaces-by-tabs): Remove fun.
3465 (whitespace-replace-action): New fun, replace
3466 whitespace-replace-spaces-by-tabs removed fun.
3467 (whitespace-regexp, whitespace-indentation-regexp)
3468 (whitespace-space-after-tab-regexp, whitespace-insert-value)
3469 (whitespace-kill-buffer): New funs.
3470 (whitespace-insert-option-mark, whitespace-help-on)
3471 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
3472 (whitespace-color-on, whitespace-color-off)
3473 (whitespace-display-char-on): Fix code.
3475 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3477 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
3478 (mouse-throw-magnifier-with-mouse-movement): Remove.
3479 (mouse-throw-magnifier-base): New const.
3480 (mouse-drag-scroll-delta): New fun.
3481 (mouse-drag-throw): Use it.
3483 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
3485 * international/uni-bidi.el, international/uni-category.el:
3486 * international/uni-combining.el, international/uni-comment.el:
3487 * international/uni-decimal.el, international/uni-decomposition.el:
3488 * international/uni-digit.el, international/uni-lowercase.el:
3489 * international/uni-mirrored.el, international/uni-name.el:
3490 * international/uni-numeric.el, international/uni-old-name.el:
3491 * international/uni-titlecase.el, international/uni-uppercase.el:
3492 * international/charprop.el: Regenerate.
3494 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
3496 * vc.el (vc-status-fileinfo): Add new member directoryp.
3497 (vc-default-status-printer): Print directories.
3498 (vc-status-update): Sort files before subdirectories.
3500 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
3501 Add alternative implementation based on "cvs update".
3503 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
3505 * doc-view.el: Changed requirements section to tell that only one
3506 of dvipdf or dvipdfm is needed.
3507 (doc-view-already-converted-p): Fix bug that forced reconversion
3508 if doc was already converted.
3510 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3512 * minibuffer.el (minibuffer-message):
3513 Make sure we can put-text-property.
3515 * emacs-lisp/crm.el: Complete rewrite.
3517 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
3518 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
3519 case of an error in display-completion-list.
3521 * filecache.el (file-cache-completions-keymap): Move init from
3522 file-cache-completion-setup-function into declaration.
3523 (file-cache-minibuffer-complete): Simplify.
3524 (file-cache-completion-setup-function): Use standard-output,
3525 preserve current-buffer.
3527 * vc.el (vc-status-update): Fix typo.
3528 (vc-status-update): Set needs-update.
3529 (vc-status-refresh): η-reduce.
3531 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
3533 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
3536 2008-04-14 Alexandre Julliard <julliard@winehq.org>
3538 * vc.el (vc-status-update): Undo the previous revert.
3540 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3542 * minibuffer.el (completion-table-with-terminator): Those completions
3543 are never valid w.r.t test-completion.
3544 (completion--file-name-table):
3545 Check completion-all-completions-with-base-size.
3547 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
3549 * doc-view.el (doc-view-dvipdf-program): New variable.
3550 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
3551 (doc-view-mode-p): Check for doc-view-dvipdf-program as
3552 alternative for doc-view-dvipdfm-program.
3553 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
3555 * doc-view.el (doc-view-start-process): Don't set
3556 default-directory to "~/" if the current value is valid.
3557 This broke PS files that run other files in the same directory.
3559 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
3561 * vc.el (vc-status-kill-query): New function.
3562 (vc-status-mode): Add it to kill-buffer-query-functions.
3563 (vc-status-show-fileentry): New function.
3564 (vc-status-menu-map): Bind it. Bind vc-next-action.
3566 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3568 * minibuffer.el (minibuffer-message): Put cursor at the right place.
3570 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3572 * proced.el (proced-send-signal): Fix error recognition.
3574 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3576 * proced.el (proced-command-alist): Remove sort column.
3577 (proced-command, proced-procname-column):
3578 Use make-variable-buffer-local.
3579 (proced-signal-function): Rename from proced-kill-program.
3580 Allow for elisp symbols and string values representing system calls.
3581 (proced-marker-regexp, proced-success-message): New functions.
3582 (proced): Use defalias. Add autoload cookie.
3583 (proced-unmark-backward, proced-toggle-marks)
3584 (proced-hide-processes): New commands.
3585 (proced-do-mark): Simplify code.
3586 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
3587 (proced-update): Remove sorting.
3588 (proced-send-signal): Display number of processes to operate on.
3589 Allow for system calls or elisp functions to send signals.
3590 Check if signal was sent successfully.
3592 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3594 * minibuffer.el (completion-all-completion-with-base-size): New var.
3595 (completion--some): New function.
3596 (completion-table-with-context, completion--file-name-table):
3597 Return the base-size if requested.
3598 (completion-table-in-turn): Generalize to multiple arguments.
3599 (complete-in-turn): Compatibility alias.
3600 (completion-styles-alist): New var.
3601 (completion-styles): New customization.
3602 (minibuffer-try-completion, minibuffer-all-completions):
3604 (minibuffer--do-completion, minibuffer-complete-and-exit)
3605 (minibuffer-try-word-completion): Use them.
3606 (display-completion-list, minibuffer-completion-help): Use them.
3607 Handle all-completions's new base-size info to set completion-base-size.
3608 * info.el (Info-read-node-name-1): Use completion-table-with-context,
3609 completion-table-with-terminator and complete-with-action.
3610 Remove the now obsolete completion-base-size-function property.
3611 * simple.el (completion-list-mode-map): Move init into declaration.
3612 (completion-list-mode): Use define-derived-mode.
3613 (completion-setup-function): Use any completion-base-size that may
3614 have been set before. Remove handling of completion-base-size-function.
3615 * loadup.el: Move abbrev.el up earlier.
3617 2008-04-13 Alexandre Julliard <julliard@winehq.org>
3619 * vc-git.el (vc-git-after-dir-status-stage)
3620 (vc-git-dir-status-goto-stage): New functions.
3621 (vc-git-after-dir-status-stage1)
3622 (vc-git-after-dir-status-stage1-empty-db)
3623 (vc-git-after-dir-status-stage2): Remove, functionality moved
3624 into the new generic stage functions.
3625 (vc-git-dir-status-files): New function.
3627 * vc.el (vc-status-update): Revert an incorrect rewrite.
3629 (vc-status-refresh-files): New function.
3630 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
3631 state of up-to-date files.
3632 (vc-default-dir-status-files): New function.
3634 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
3636 * minibuffer.el (completion--embedded-envvar-table)
3637 (read-file-name-internal): Fix typos in 2008-04-11 change.
3639 * faces.el (read-face-name): Use `completion-table-in-turn',
3640 not `complete-in-turn'.
3642 2008-04-13 Andreas Schwab <schwab@suse.de>
3644 * progmodes/etags.el: Require 'cl when compiling.
3646 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
3648 * progmodes/gud.el (gud-menu-map): Expand tooltip.
3650 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
3651 (menu): Add/expand menu tooltips.
3653 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3655 * progmodes/sh-script.el (sh-show-indent): Fix typo.
3656 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
3658 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
3659 considered registered.
3661 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
3663 * emacs-lisp/copyright.el (copyright-update-directory): New command.
3665 * ediff-wind.el (ediff-split-window-function)
3666 (ediff-merge-split-window-function): Improve custom type.
3668 2008-04-12 Eli Zaretskii <eliz@gnu.org>
3670 * loadup.el ("minibuffer"): Move after "faces".
3672 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3674 * progmodes/hideif.el (hif-factor): Handle unary minus.
3676 2008-04-12 Glenn Morris <rgm@gnu.org>
3678 * calendar/cal-china.el (chinese-calendar-time-zone):
3679 Mark obsolete name as risky too.
3681 * calendar/calendar.el (calendar-faces): New custom group.
3682 (calendar-today, diary, holiday): Doc fix.
3683 Move to calendar-faces group.
3684 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
3685 (diary-button): Doc fix. Move to calendar-faces group.
3687 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3688 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
3689 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
3690 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
3691 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
3692 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
3693 not in dumped files before the associated defcustom.
3695 2008-04-11 Johan Bockgård <bojohan@gnu.org>
3697 * minibuffer.el (lazy-completion-table): Fix debug spec.
3699 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3701 * minibuffer.el (complete-with-action, lazy-completion-table):
3703 (apply-partially, completion-table-dynamic)
3704 (completion-table-with-context, completion-table-with-terminator)
3705 (completion-table-in-turn): New funs.
3706 (completion--make-envvar-table, completion--embedded-envvar-table):
3708 (read-file-name-internal): Use them.
3709 (completion-setup-hook): Move from simple.el.
3710 * subr.el (complete-with-action, lazy-completion-table):
3711 * simple.el (completion-setup-hook): Move to minibuffer.el.
3713 2008-04-11 Glenn Morris <rgm@gnu.org>
3715 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
3717 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3719 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
3721 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
3723 * textmodes/fill.el (fill-forward-paragraph-function): New var.
3724 (fill-forward-paragraph): New fun.
3725 (fill-paragraph, fill-region): Use it.
3727 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
3728 (vc-status-create-fileinfo): Make `extra' optional.
3729 (vc-status-busy): New fun.
3730 (vc-status-menu-map): Use it.
3731 (vc-status-crt-marked): Remove.
3732 (vc-status-update): Rename from vc-status-add-entries.
3733 Add argument so as to prevent addition of entries. Rewrite.
3734 (vc-update-vc-status-buffer): Remove.
3735 (vc-status-refresh): Don't remove old entries, set them to
3736 up-to-date instead. Also do it after the update is complete.
3737 (vc-status-marked-files): η-reduce.
3739 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
3742 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
3744 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
3746 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
3748 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
3749 to t and don't truncate msg.
3751 2008-04-11 Glenn Morris <rgm@gnu.org>
3753 * calendar/calendar.el (diary, holidays):
3754 Move custom groups to other files.
3755 (holiday-general-holidays, holiday-oriental-holidays)
3756 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
3757 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3758 (holiday-hebrew-holidays, holiday-christian-holidays)
3759 (holiday-islamic-holidays, holiday-bahai-holidays)
3760 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
3761 * calendar/diary-lib.el: Move custom group here from calendar.el.
3762 * calendar/holidays-lib.el: Move custom group and variables here
3765 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
3767 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3769 (calendar-current-time-zone-cache): Autoload riskiness.
3771 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
3773 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
3775 * woman.el (woman2-TH): Use string-equal instead of string-match.
3777 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3779 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
3780 (smerge-resolve): Merge the "2-way refinement" case with one half of
3781 the "mere whitespace" resolution.
3783 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
3785 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
3787 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
3789 * subr.el (assoc-ignore-case, assoc-ignore-representation):
3790 Add WHEN to obsolescence declaration.
3792 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
3794 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
3796 * vc-hooks.el (vc-state): Add new state `conflict'.
3797 (vc-after-save): Use when not if.
3798 (vc-default-mode-line-string): Deal with the conflict state.
3799 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
3801 * vc.el (vc-editable-p, vc-default-status-printer)
3802 (vc-next-action): Deal with the conflict state.
3803 (vc-mark-resolved): New function.
3804 (vc-status-mode): Fix mode name.
3805 (vc-default-comment-history): Use when not if.
3806 (Todo): Add new entries, remove old ones.
3808 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
3809 (vc-cvs-parse-status, vc-cvs-after-dir-status):
3810 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
3811 Detect the conflict state.
3813 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
3815 2008-04-10 Glenn Morris <rgm@gnu.org>
3817 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
3818 Respect truncate-partial-width-windows in non-full windows,
3819 with regards to :toggle and :enable state.
3821 * simple.el (toggle-truncate-lines): Doc fix.
3823 * Makefile.in (MH_E_DIR): New variable.
3824 (MH_E_SRC): Restore variable removed 2008-03-13.
3825 (mh-loaddefs.el): Depend on $MH_E_SRC.
3826 (CAL_DIR, CAL_SRC): New variables.
3827 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
3830 * calendar/calendar.el (calendar, diary): Add :prefix.
3831 (holidays): Change :prefix.
3832 (calendar-today, holiday, calendar-holiday-marker)
3833 (european-calendar-style): Change custom groups.
3835 * calendar/calendar.el (diary-hook, diary-display-hook):
3836 Move to diary-lib.el.
3837 * calendar/diary-lib.el (diary-hook, diary-display-hook):
3838 Move here from calendar.el.
3839 * calendar/appt.el: Require diary-lib rather than calendar.
3840 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
3842 * calendar/appt.el (appt): Add :prefix.
3844 * calendar/diary-lib.el (diary-hook): Doc fix.
3845 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
3847 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3849 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
3852 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
3853 the arg to recursive calls.
3855 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
3857 * minibuffer.el (completion-auto-help): Fix typo.
3859 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3861 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
3863 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
3865 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
3866 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
3868 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3870 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
3872 * minibuffer.el (minibuffer): Move group from cus-edit.el.
3873 (completion-auto-help): Move from C code.
3874 (minibuffer--maybe-completion-help): Remove.
3875 (minibuffer--bitset): New function.
3876 (minibuffer--do-completion): Rename from minibuffer-do-completion.
3877 Renumber a bit. Really complete on string *before* point.
3878 Add argument used for word-completion.
3879 Join trailing / in completion with following text, as done in
3880 minibuffer-complete-word.
3881 Handle new value `lazy' for completion-auto-help.
3882 (minibuffer-try-word-completion): New function extracted from
3883 minibuffer-complete-word.
3884 (minibuffer-complete-word): Use minibuffer--do-completion.
3885 (minibuffer--insert-strings): Rename from
3886 minibuffer-complete-insert-strings.
3887 (exit-minibuffer): Fix typo.
3888 * cus-edit.el (minibuffer): Move group to minibuffer.el.
3889 * cus-start.el: Remove completion-auto-help.
3891 2008-04-09 Alexandre Julliard <julliard@winehq.org>
3893 * vc.el (vc-status-add-entries): New function.
3894 (vc-status-add-entry): Remove.
3895 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
3896 Use vc-status-add-entries.
3898 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
3901 2008-04-09 Jason Rumney <jasonr@gnu.org>
3903 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
3904 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
3905 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
3906 (AUTOGENEL): New variable.
3907 (distclean, maintainer-clean): New targets.
3909 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
3911 * emacs-lisp/regexp-opt.el (regexp-opt):
3912 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
3914 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
3916 * nxml/nxml-mode.el (nxml-cleanup): New function.
3917 (nxml-mode): Add it to change-major-mode-hook.
3919 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
3921 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
3923 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
3925 * calc/.cvsignore: New file.
3927 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
3929 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
3931 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
3932 show-help-function when turning tooltip off.
3933 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
3934 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
3936 2008-04-09 Alan Mackenzie <acm@muc.de>
3938 * font-lock.el (font-lock-extend-after-change-region-function):
3939 Make it buffer local.
3941 2008-04-09 Glenn Morris <rgm@gnu.org>
3943 * calendar/calendar.el (diary-file, european-calendar-style):
3944 Remove autoload cookies.
3946 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3948 * outline.el (outline-mode-menu-bar-map):
3949 * log-view.el (log-view-mode-menu):
3950 * log-edit.el (log-edit-menu): Add :help.
3952 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
3954 * emacs-lisp/regexp-opt.el (regexp-opt-group):
3955 Use substring-no-properties for correct handling of unibyte strings.
3957 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3959 * add-log.el (change-log-next-buffer): Handle the case where version<
3962 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
3963 mouse-major-mode-menu.
3964 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
3965 (mouse-major-mode-menu, mouse-popup-menubar)
3966 (mouse-popup-menubar-stuff): Use them.
3967 (C-down-mouse-3): Bind to a dynamic map rather than to
3968 mouse-popup-menubar-stuff.
3970 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
3971 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
3973 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3975 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
3976 file:// access method.
3978 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3980 * minibuffer.el: New file.
3981 * loadup.el: Load it.
3983 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3985 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
3986 rather than subdirs.el. It introduces an ugly circular dependency, tho.
3988 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
3989 (calc-mode-map, calc-digit-map, calc-dispatch-map):
3990 Move initialization into declaration.
3991 * calc/calc-yank.el:
3992 * calc/calc-misc.el:
3993 * calc/calc-embed.el:
3994 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
3996 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
3998 * ps-samp.el (ps-add-printer, ps-remove-printer)
3999 (ps-make-dynamic-printer-menu): New functions.
4001 * net/zeroconf.el: New file.
4003 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4005 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
4007 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4009 * vc-rcs.el (vc-rcs-modify-change-comment):
4010 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
4012 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
4014 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
4016 * international/mule-cmds.el (set-locale-environment): Don't warn if
4017 coding system doesn't agree with system locale (this reverts changes
4018 by Dave Love, dated 2002-10-27 and 2002-10-09).
4020 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4021 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
4023 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
4025 2008-04-08 Glenn Morris <rgm@gnu.org>
4027 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
4028 * textmodes/remember.el (remember-diary-convert-entry):
4031 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
4032 diary-file, since it is the default for make-diary-entry anyway.
4034 * calendar/cal-menu.el (cal-menu-event-to-date):
4035 Rename calendar-event-to-date. Update callers.
4036 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
4037 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
4038 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
4039 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
4040 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
4041 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
4042 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
4043 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
4044 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
4045 (calendar-mouse-tex-month-landscape):
4046 Rename cal-tex-mouse-month-landscape.
4047 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
4048 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
4049 (calendar-mouse-tex-year-landscape):
4050 Rename cal-tex-mouse-year-landscape.
4051 (cal-menu-context-mouse-menu): Update for above name changes.
4053 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4054 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
4055 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
4056 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
4057 * calendar/holidays.el: Replace int-to-string with number-to-string.
4059 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
4061 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
4062 region if point moves.
4064 2008-04-08 Kenichi Handa <handa@m17n.org>
4066 * faces.el (font-slant-table): Change numeric values for `r',
4067 `roman', and `normal'.
4069 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
4071 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
4073 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
4075 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
4076 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
4078 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
4080 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
4081 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
4083 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4085 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
4087 2008-04-07 Sam Steingold <sds@gnu.org>
4089 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
4090 Add helper functions.
4091 (lisp-do-defun): Extract the common part of lisp-eval-defun and
4092 lisp-compile-defun; DEFVAR forms reset the variables to the init
4093 values, just like in emacs-lisp mode eval-defun.
4094 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
4095 (lisp-compile-region): Use lisp-compile-string.
4097 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4099 * subr.el (combine-and-quote-strings): Also quote strings that contain
4102 * pcvs-util.el (cvs-map): Avoid recursion :-(
4104 2008-04-07 Glenn Morris <rgm@gnu.org>
4106 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
4108 * calendar.el (diary-view-entries-initially-flag): Rename
4109 view-diary-entries-initially. Keep old name as alias, update users.
4110 (calendar-mark-diary-entries-flag): Rename
4111 mark-diary-entries-in-calendar. Keep old name as alias, update users.
4112 (calendar-view-holidays-initially-flag): Rename
4113 view-calendar-holidays-initially. Keep old name as alias, update users.
4114 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
4115 Keep old name as alias, update users.
4116 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
4117 Keep old name as alias, update users.
4118 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
4119 Keep old name as alias, update users.
4120 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
4121 Keep old name as alias, update users.
4122 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
4123 (diary-american-date-forms): Rename american-date-diary-pattern.
4124 Keep old name as alias, update users.
4125 (diary-european-date-forms): Rename european-date-diary-pattern.
4126 Keep old name as alias, update users.
4127 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
4128 Keep old name as alias, update users.
4129 (calendar-european-date-display-form): Rename
4130 european-calendar-display-form. Keep old name as alias, update users.
4131 (calendar-american-date-display-form): Rename
4132 european-calendar-display-form. Keep old name as alias, update users.
4133 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
4134 Keep old name as alias, update users.
4135 (holiday-general-holidays): Rename general-holidays.
4136 Keep old name as alias, update users.
4137 (holiday-oriental-holidays): Rename oriental-holidays.
4138 Keep old name as alias, update users.
4139 (holiday-local-holidays): Rename local-holidays.
4140 Keep old name as alias, update users.
4141 (holiday-other-holidays): Rename other-holidays.
4142 Keep old name as alias, update users.
4143 (holiday-hebrew-holidays): Rename hebrew-holidays.
4144 Keep old name as alias, update users.
4145 (holiday-christian-holidays): Rename christian-holidays.
4146 Keep old name as alias, update users.
4147 (holiday-islamic-holidays): Rename islamic-holidays.
4148 Keep old name as alias, update users.
4149 (holiday-bahai-holidays): Rename bahai-holidays.
4150 Keep old name as alias, update users.
4151 (holiday-solar-holidays): Rename solar-holidays.
4152 Keep old name as alias, update users.
4153 (diary-fancy-buffer): Rename fancy-diary-buffer.
4154 Keep old name as alias, update users.
4155 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
4157 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
4159 (calendar-increment-month): Rename increment-calendar-month.
4160 Keep old name as alias, update callers.
4161 (calendar-increment-month-cons): Rename old calendar-increment-month.
4163 (calendar-extract-month): Rename extract-calendar-month.
4164 Keep old name as alias, update callers.
4165 (calendar-extract-day): Rename extract-calendar-day.
4166 Keep old name as alias, update callers.
4167 (calendar-extract-year): Rename extract-calendar-year.
4168 Keep old name as alias, update callers.
4169 (calendar-generate-window): Rename generate-calendar-window.
4171 (calendar-generate): Rename generate-calendar. Update callers.
4172 (calendar-generate-month): Rename generate-calendar-month.
4174 (calendar-redraw): Rename redraw-calendar. Update callers.
4175 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
4176 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
4178 (calendar-update-mode-line): Rename update-calendar-mode-line.
4180 (calendar-exit): Rename exit-calendar. Keep old name as alias,
4182 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
4183 Keep old name as alias, update callers.
4184 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4185 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
4186 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
4187 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
4188 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
4189 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
4190 * calendar/solar.el: Update for calendar.el name changes.
4191 * org/org.el (org-agenda-format-date-aligned)
4192 (org-agenda-execute-calendar-command): Access date elements directly
4193 rather than using calendar functions.
4194 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
4195 Also set calendar-view-diary-initially-flag,
4196 calendar-view-holidays-initially-flag.
4197 (org-get-entries-from-diary): Also set diary-fancy-buffer.
4198 (org-agenda-execute-calendar-command): No need to set displayed-day.
4200 2008-04-06 Alan Mackenzie <acm@muc.de>
4202 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
4203 typo in the doc string.
4205 * progmodes/cc-mode.el (c-basic-common-init):
4206 Set font-lock-extend-after-change-region-function.
4207 (c-extend-after-change-region): New function, used in
4208 font-lock-extend-after-change-region-function, thus superseding
4209 advice on the Font Lock after change functions.
4210 (c-advise-fl-for-region): Remove this macro.
4212 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4214 * textmodes/flyspell.el (flyspell-duplicate-distance):
4215 Improve custom type.
4217 2008-04-06 Glenn Morris <rgm@gnu.org>
4219 * calendar/diary-lib.el (diary-sexp-entry-symbol):
4220 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
4221 (diary-list-entries-hook): Rename list-diary-entries-hook.
4222 Keep old name as alias, update users.
4223 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
4224 Keep old name as alias, update users.
4225 (diary-nongregorian-listing-hook): Rename
4226 nongregorian-diary-listing-hook. Keep old name as alias, update users.
4227 (diary-nongregorian-marking-hook): Rename
4228 nongregorian-diary-marking-hook. Keep old name as alias, update users.
4229 (diary-print-entries-hook): Rename print-diary-entries-hook.
4230 Keep old name as alias, update users.
4231 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
4232 Keep old name as alias, update users.
4233 (diary-number-of-entries): Rename number-of-diary-entries.
4234 Keep old name as alias, update users.
4235 (view-diary-entries, list-diary-entries, show-all-diary-entries):
4236 Give version of obsolescence.
4237 (diary-view-other-diary-entries): Rename view-other-diary-entries.
4238 Keep old name as alias, update callers.
4239 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
4241 (diary-include-other-diary-files): Rename include-other-diary-files.
4242 Keep old name as alias, update callers.
4243 (diary-simple-display): Rename simple-diary-display.
4244 Keep old name as alias, update callers.
4245 (diary-fancy-display): Rename fancy-diary-display.
4246 Keep old name as alias, update callers.
4247 (diary-print-entries): Rename print-diary-entries.
4248 Keep old name as alias, update callers.
4249 (diary-marking-entries-flag): Rename marking-diary-entries.
4251 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
4252 (diary-mark-entries): Rename mark-diary-entries.
4253 Keep old name as alias, update callers.
4254 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
4255 Keep old name as alias, update callers.
4256 (diary-mark-included-diary-files): Rename mark-included-diary-files.
4257 Keep old name as alias, update callers.
4258 (calendar-mark-days-named): Rename mark-calendar-days-named.
4259 Keep old name as alias, update callers.
4260 (calendar-mark-month): Rename mark-calendar-month.
4261 Keep old name as alias, update callers.
4262 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
4263 Keep old name as alias, update callers.
4264 (diary-sort-entries): Rename sort-diary-entries.
4265 Keep old name as alias, update callers.
4266 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
4267 Keep old name as alias, update callers.
4268 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
4270 (diary-insert-entry): Rename insert-diary-entry.
4271 Keep old name as alias.
4272 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
4273 Keep old name as alias.
4274 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
4275 Keep old name as alias.
4276 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
4277 Keep old name as alias.
4278 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
4279 Keep old name as alias.
4280 (diary-insert-block-entry): Rename insert-block-diary-entry.
4281 Keep old name as alias.
4282 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
4283 Keep old name as alias.
4284 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
4285 Keep old name as alias, update users.
4286 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
4287 Keep old name as alias, update callers.
4288 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
4289 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
4290 * calendar/icalendar.el: Update for diary-lib name changes.
4292 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
4294 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
4296 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
4297 for copy, move, and link operations.
4299 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
4301 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
4302 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
4304 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
4305 'require' statements with 1-argument ones (wrapped in if's).
4306 For compatibility with the current stable version of XEmacs.
4308 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4310 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
4312 2008-04-06 Jason Rumney <jasonr@gnu.org>
4314 * language/burmese.el ("Burmese"): Make sample text consistent with
4317 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
4319 * progmodes/gdb-ui.el (gdb): New group.
4320 (gdb-debug-log-max, gdb-enable-debug)
4321 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
4322 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
4323 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
4324 (gdb-show-changed-values, gdb-max-children)
4325 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
4326 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
4327 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
4328 (gdb-memory-unit): Move to new group from GUD group.
4329 (menu): Allow customization from GDB-UI menu-item.
4331 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
4333 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
4335 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4337 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
4338 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4339 Revision numbers can include ".".
4341 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
4342 "+" lines not accounted for by counting "-" and context lines.
4344 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4346 * term/mac-win.el (mac-service-open-file): Use file URL instead of
4349 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4351 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
4352 (vc-bzr-annotate-time): Accept space used to preserve alignment.
4354 2008-04-05 Richard Stallman <rms@gnu.org>
4356 * emacs-lisp/advice.el (defadvice): Add usage pattern.
4358 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
4360 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
4363 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
4365 * files.el (abort-if-file-too-large): Fix typo in docstring.
4367 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4369 * subr.el (functionp): Return nil for special forms.
4371 2008-04-05 Glenn Morris <rgm@gnu.org>
4373 * emacs-lisp/autoload.el (autoload-ensure-default-file):
4375 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
4376 Require loaddef file rather than loading it.
4377 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
4378 autoload-ensure-default-file provides a feature.
4380 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
4381 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
4382 (compile, compile-always, recompile): Use $LOADDEFS.
4383 (cal-autoloads): Remove.
4385 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
4386 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
4388 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
4389 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
4391 * calendar/calendar.el (diary-hebrew-entry-symbol):
4392 Rename hebrew-diary-entry-symbol. Keep old name as alias.
4393 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
4394 Keep old name as alias.
4395 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
4396 Keep old name as alias.
4397 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
4398 to diary-bahai-entry-symbol.
4399 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
4400 to diary-hebrew-entry-symbol.
4401 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
4402 to diary-islamic-entry-symbol.
4403 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
4405 * calendar/solar.el (diary-sabbath-candles-minutes)
4406 (diary-sabbath-candles): Move to cal-hebrew.
4407 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
4408 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
4409 Doc fix. Keep old name as alias.
4410 (diary-hebrew-sabbath-candles): Simplify.
4411 (solar-setup, solar-sunrise-sunset, calendar-latitude)
4412 (calendar-longitude, calendar-time-zone): Declare for compiler.
4413 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
4416 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
4417 Rename coptic-calendar-month-name-array. Update callers.
4418 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
4419 (calendar-coptic-name): Rename coptic-name. Update callers.
4420 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
4422 (calendar-coptic-last-day-of-month):
4423 Rename coptic-calendar-last-day-of-month. Update callers.
4424 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
4425 Keep old name as alias, update callers.
4426 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
4427 Keep old name as alias, update callers.
4428 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
4429 Keep old name as alias.
4430 (calendar-ethiopic-month-name-array):
4431 Rename ethiopic-calendar-month-name-array. Update callers.
4432 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
4434 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
4435 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
4436 Keep old name as alias, update callers.
4437 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
4438 Keep old name as alias, update callers.
4439 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
4440 Keep old name as alias.
4442 * calendar/cal-french.el (calendar-french-epoch):
4443 Rename french-calendar-epoch. Update callers.
4444 (calendar-french-month-name-array): Rename variable and function
4445 french-calendar-month-name-array. Update callers.
4446 (calendar-french-multibyte-month-name-array):
4447 Rename french-calendar-multibyte-month-name-array. Update callers.
4448 (calendar-french-day-name-array): Rename variable and function
4449 french-calendar-day-name-array. Update callers.
4450 (calendar-french-special-days-array): Rename variable and function
4451 french-calendar-special-days-array. Update callers.
4452 (calendar-french-multibyte-special-days-array):
4453 Rename french-calendar-multibyte-special-days-array. Update callers.
4454 (calendar-french-accents-p): Rename french-calendar-accents.
4456 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
4458 (calendar-french-last-day-of-month):
4459 Rename french-calendar-last-day-of-month. Update callers.
4460 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
4461 Keep old name as alias, update callers.
4462 (calendar-french-print-date): Rename calendar-print-french-date.
4463 Keep old name as alias, update callers.
4464 (calendar-french-goto-date): Rename calendar-goto-french-date.
4465 Keep old name as alias.
4467 * calendar/cal-menu.el, calendar/calendar.el:
4468 Update for Coptic and French name changes.
4470 * calendar/cal-china.el (calendar-chinese): Rename custom group
4471 from chinese-calendar. Update users.
4472 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
4473 Keep old name as alias, update users.
4474 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
4475 Keep old name as alias.
4476 (calendar-chinese-daylight-time-offset):
4477 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
4479 (calendar-chinese-standard-time-zone-name):
4480 Rename chinese-calendar-standard-time-zone-name.
4481 Keep old name as alias, update users.
4482 (calendar-chinese-daylight-saving-start):
4483 Rename chinese-calendar-daylight-savings-starts.
4484 Keep old name as alias, update users.
4485 (calendar-chinese-daylight-saving-end):
4486 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
4488 (calendar-chinese-daylight-saving-start-time):
4489 Rename chinese-calendar-daylight-savings-starts-time.
4490 Keep old name as alias, update users.
4491 (calendar-chinese-daylight-saving-end-time):
4492 Rename chinese-calendar-daylight-savings-ends-time.
4493 Keep old name as alias, update users.
4494 (calendar-chinese-celestial-stem): Rename
4495 calendar-chinese-celestial-stem. Keep old name as alias, update users.
4496 (calendar-chinese-terrestrial-branch):
4497 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
4499 (calendar-chinese-zodiac-sign-on-or-after):
4500 Rename chinese-zodiac-sign-on-or-after. Update callers.
4501 (calendar-chinese-new-moon-on-or-after):
4502 Rename chinese-new-moon-on-or-after. Update callers.
4503 (calendar-chinese-month-list): Rename chinese-month-list.
4505 (calendar-chinese-number-months): Rename number-chinese-months.
4507 (calendar-chinese-compute-year): Rename compute-chinese-year.
4509 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
4510 (calendar-chinese-year): Rename chinese-year. Update callers.
4511 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
4512 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
4513 Keep old name as alias, update callers.
4514 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
4515 Keep old name as alias, update callers.
4516 (calendar-chinese-months-to-alist):
4517 Rename make-chinese-month-assoc-list. Update callers.
4518 (calendar-chinese-months): Rename chinese-months. Update callers.
4519 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
4520 Keep old name as alias, update callers.
4522 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
4523 Rename hebrew-calendar-leap-year-p. Update callers.
4524 (calendar-hebrew-last-month-of-year):
4525 Rename hebrew-calendar-last-month-of-year. Update callers.
4526 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
4528 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
4530 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
4532 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
4534 (calendar-hebrew-last-day-of-month):
4535 Rename hebrew-calendar-last-day-of-month. Update callers.
4536 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
4537 Keep old name as alias, update callers.
4538 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
4539 Keep old name as alias, update callers.
4540 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
4541 Keep old name as alias, update callers.
4542 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
4543 Keep old name as alias.
4544 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
4545 Keep old name as alias.
4546 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
4547 Keep old name as alias.
4548 (holiday-hebrew-passover): Rename holiday-passover-etc.
4549 Keep old name as alias.
4550 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
4551 Keep old name as alias, update callers.
4552 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
4553 Keep old name as alias.
4554 (calendar-hebrew-mark-date-pattern):
4555 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
4557 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
4558 Keep old name as alias.
4559 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
4560 Keep old name as alias.
4561 (diary-hebrew-insert-monthly-entry):
4562 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
4563 (diary-hebrew-insert-yearly-entry):
4564 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
4565 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
4566 Keep old name as alias.
4567 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
4568 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
4569 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
4570 Keep old name as alias.
4571 (calendar-hebrew-parashiot-names):
4572 Rename hebrew-calendar-parashiot-names. Update callers.
4573 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
4574 (calendar-hebrew-year-Saturday-incomplete-Sunday):
4575 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
4576 (calendar-hebrew-year-Saturday-complete-Tuesday):
4577 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
4578 (calendar-hebrew-year-Monday-incomplete-Tuesday):
4579 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
4580 (calendar-hebrew-year-Monday-complete-Thursday):
4581 Rename hebrew-calendar-year-Monday-complete-Thursday.
4582 (calendar-hebrew-year-Tuesday-regular-Thursday):
4583 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
4584 (calendar-hebrew-year-Thursday-regular-Saturday):
4585 Rename hebrew-calendar-year-Thursday-regular-Saturday.
4586 (calendar-hebrew-year-Thursday-complete-Sunday):
4587 Rename hebrew-calendar-year-Thursday-complete-Sunday.
4588 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
4589 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
4590 (calendar-hebrew-year-Saturday-complete-Thursday):
4591 Rename hebrew-calendar-year-Saturday-complete-Thursday.
4592 (calendar-hebrew-year-Monday-incomplete-Thursday):
4593 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
4594 (calendar-hebrew-year-Monday-complete-Saturday):
4595 Rename hebrew-calendar-year-Monday-complete-Saturday.
4596 (calendar-hebrew-year-Tuesday-regular-Saturday):
4597 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
4598 (calendar-hebrew-year-Thursday-incomplete-Sunday):
4599 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
4600 (calendar-hebrew-year-Thursday-complete-Tuesday):
4601 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
4602 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
4603 Update for above name changes of constants.
4605 * calendar/cal-menu.el, calendar/calendar.el:
4606 Update for chinese and hebrew name changes.
4607 * calendar/diary-lib.el: Update for hebrew name changes.
4609 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4611 * subr.el (keymap-canonicalize): Correct thinko.
4613 * server.el: Undo part of the multi-tty change, which is only
4614 needed if server.el is preloaded, and broke server-running-p.
4615 (server-socket-dir): Initialize in the defvar, as before.
4616 (server-start): Remove initialization of server-socket-dir.
4618 2008-04-05 Eli Zaretskii <eliz@gnu.org>
4620 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
4621 3-member cons cells.
4623 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
4625 * cus-face.el (custom-face-attributes): Handle roman slant.
4627 * faces.el (default): Ensure the face-defface-spec property is set.
4629 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4631 * files.el (abort-if-file-too-large): New function.
4632 (find-file-noselect, insert-file-1): Use it.
4634 2008-04-05 Reto Zimmermann <reto@gnu.org>
4636 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
4637 Replace C-c[a-zA-Z] key bindings.
4639 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4641 * progmodes/hideif.el (hif-token-alist): New var.
4642 (hif-token-regexp, hif-tokenize): Use it.
4643 (hif-mathify-binop): New macro.
4644 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
4645 (hif-greater-equal, hif-less-equal): Use it.
4646 (hif-logior, hif-logand): New functions.
4647 (hif-math): Accept | and & as well.
4649 * progmodes/etags.el: Fix problem with completion for buffer-local
4650 tables. Reported by Radey Shouman <shouman@comcast.net>.
4651 (tags-complete-tag): Remove.
4652 (tags-lazy-completion-table): New function to replace it.
4653 (find-tag-tag, complete-tag): Update users.
4655 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
4657 * vc-rcs.el (vc-rcs-dir-status):
4658 * vc-sccs.el (vc-sccs-dir-status): New function.
4660 * outline.el (outline-mode-menu-bar-map):
4661 * term.el (terminal-signal-menu): Add :help.
4663 * net/eudc.el (eudc-mode-map): Declare and define in one step.
4664 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
4666 * emacs-lisp/re-builder.el (reb-mode-map):
4667 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
4669 * diff-mode.el (diff-file-junk-re): Recognize the git format for
4670 new files, deleted files and for changing permissions.
4671 (diff-mode): Set beginning-of-defun-function and
4672 end-of-defun-function.
4674 * vc-bzr.el (vc-bzr-state): Use when instead of if.
4676 * vc.el (vc-default-status-fileinfo-extra): New function.
4677 (vc-status-mark-buffer-changed): Use it.
4678 (vc-update-vc-status-buffer): Allow for partial updates.
4680 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4682 * net/tramp.el (after-init-hook): Don't wrap a lambda around
4683 tramp-register-completion-file-name-handler.
4685 * subr.el (keymap-canonicalize): New function.
4686 * mouse.el (mouse-menu-non-singleton): Use it.
4687 (mouse-major-mode-menu): Remove hack made unnecessary.
4689 * simple.el (set-fill-column): Prompt rather than error by default.
4691 2008-04-04 Andreas Schwab <schwab@suse.de>
4693 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
4694 Reset new-rules after each round.
4696 * Makefile.in (cal-autoloads): New target.
4697 (compile, compile-always, recompile): Depend on it.
4698 ($(lisp)/calendar/cal-loaddefs.el)
4699 ($(lisp)/calendar/diary-loaddefs.el)
4700 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
4702 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
4704 * ediff*.el: Replace load with require in eval-when-compile.
4706 * ediff-hook: Delete all invocations of (autoload ...).
4708 * ediff-util.el (ediff-setup): Make window-min-height a local variable
4709 in ediff control window, and set its min height to 2.
4710 (ediff-setup-control-buffer): Dedicate the control window.
4711 (ediff-toggle-multiframe): Undedicate control window.
4712 Work directly with ediff-setup-windows-multiframe and
4713 ediff-setup-windows-plain.
4715 * ediff-wind (ediff-choose-window-setup-function-automatically):
4717 (ediff-window-setup-function): Change initialization.
4718 (ediff-setup-windows-automatic): Delete.
4719 (ediff-setup-windows-plain-merge): Make control window dedicated.
4720 (ediff-destroy-control-frame): Do not skip frames if working in a
4723 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
4726 * emulation/viper-util.el: Move provide's forward, prevent recursion in
4729 2008-04-04 Glenn Morris <rgm@gnu.org>
4731 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
4732 calendar-absolute-from-bahai. Update callers, keep old name as alias.
4734 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
4735 Rename islamic-calendar-leap-year-p. Update callers.
4736 (calendar-islamic-last-day-of-month):
4737 Rename islamic-calendar-last-day-of-month. Update callers.
4738 (calendar-islamic-day-number):
4739 Rename islamic-calendar-day-number. Update callers.
4740 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
4741 Update callers, keep old name as alias.
4742 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
4743 Update callers, keep old name as alias.
4744 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
4745 Keep old name as alias.
4746 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
4747 Update callers, keep old name as alias.
4748 (calendar-islamic-mark-date-pattern):
4749 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
4751 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
4752 Keep old name as alias.
4753 (diary-islamic-insert-monthly-entry):
4754 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
4755 (diary-islamic-insert-yearly-entry):
4756 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
4758 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
4759 calendar-absolute-from-iso. Update callers, keep old name as alias.
4760 (calendar-iso-print-date): Rename calendar-print-iso-date.
4761 Update callers, keep old name as alias.
4762 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
4763 Keep old name as alias.
4764 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
4765 Keep old name as alias.
4767 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
4768 calendar-absolute-from-julian. Update callers, keep old name as alias.
4769 (calendar-julian-print-date): Rename calendar-print-julian-date.
4770 Update callers, keep old name as alias.
4771 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
4772 Update callers, keep old name as alias.
4773 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
4774 Update callers, keep old name as alias.
4775 (calendar-astro-print-day-number):
4776 Rename calendar-print-astro-day-number. Update callers, keep old
4778 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
4779 Update callers, keep old name as alias.
4781 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
4782 Rename calendar-string-to-mayan-long-count. Update callers.
4783 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
4784 Update callers, keep old name as alias.
4785 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
4787 (calendar-mayan-read-tzolkin-date):
4788 Rename calendar-read-mayan-tzolkin-date. Update callers.
4789 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
4790 Keep old name as alias.
4791 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
4792 Keep old name as alias.
4793 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
4794 Keep old name as alias.
4795 (calendar-mayan-previous-tzolkin-date):
4796 Rename calendar-previous-tzolkin-date. Keep old name as alias.
4797 (calendar-mayan-next-round-date):
4798 Rename calendar-next-calendar-round-date. Keep old name as alias.
4799 (calendar-mayan-previous-round-date):
4800 Rename calendar-previous-calendar-round-date. Keep old name as alias.
4801 (calendar-mayan-long-count-to-absolute): Rename
4802 calendar-absolute-from-mayan-long-count. Keep old name as alias.
4803 (calendar-mayan-goto-long-count-date):
4804 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
4806 * calendar/cal-persia.el (calendar-persian-month-name-array):
4807 Rename persian-calendar-month-name-array. Update callers.
4808 (calendar-persian-epoch): Rename persian-calendar-epoch.
4810 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
4812 (calendar-persian-last-day-of-month):
4813 Rename persian-calendar-last-day-of-month. Update callers.
4814 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
4815 Update callers, keep old name as alias.
4816 (calendar-persian-print-date): Rename calendar-print-persian-date.
4817 Update callers, keep old name as alias.
4818 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
4819 Keep old name as alias.
4821 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
4822 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
4823 * calendar/solar.el: Update for cal-julian name changes.
4825 * calendar/cal-dst.el: Update for persian name changes.
4827 * calendar/cal-menu.el, calendar/calendar.el:
4828 Update for islamic, iso, julian, mayan, persian name changes.
4830 * calendar/diary-lib.el: Update for islamic name changes.
4832 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
4833 Rename all-hebrew-calendar-holidays. Update callers, keep old name
4835 (calendar-christian-all-holidays-flag):
4836 Rename all-christian-calendar-holidays. Update callers, keep old
4838 (calendar-islamic-all-holidays-flag):
4839 Rename all-islamic-calendar-holidays. Update callers, keep old
4841 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
4842 Update callers, keep old name as alias.
4843 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
4844 Update for the above name changes.
4846 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
4848 * hilit-chg.el (global-highlight-changes-mode)
4849 (highlight-changes-passive-string, highlight-changes-active-string):
4850 Mark as obsolete since 23.1, not 22.1.
4852 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
4854 * hilit-chg.el (highlight-changes-visibility-initial-state)
4855 (hilit-chg-update, highlight-changes-mode-turn-on):
4856 Fix typos in docstrings.
4858 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
4860 * newcomment.el (comment-enter-backward): Be careful to restore
4861 position changed during narrowing.
4863 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
4865 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4866 Recognize `sub ($$)'.
4868 2008-04-03 Richard Sharman <rsharman@pobox.com>
4870 * hilit-chg.el (highlight-changes-mode): Rename from
4871 highlight-changes; no longer uses sub-modes active and passive;
4872 implemented by define-minor-mode.
4873 (highlight-changes-toggle-visibility): New function, to replace
4874 the old passive/active submodes of global-highlight-changes-mode;
4875 implemented by define-minor-mode.
4876 (global-highlight-changes-mode): Rename from global-highlight-changes;
4877 rewrite using define-globalized-minor-mode.
4878 (hilit-chg-major-mode-hook, hilit-chg-check-global)
4879 (hilit-chg-post-command-hook, hilit-chg-check-global)
4880 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
4881 to use of define-globalized-minor-mode.
4882 (highlight-changes-global-initial-state): Change to be boolean.
4883 (highlight-changes-visible-string, highlight-changes-invisible-string):
4884 Rename from highlight-changes-active-string and
4885 highlight-changes-passive-string.
4886 (hilit-chg-update, hilit-chg-set): Use them.
4887 (global-highlight-changes-mode): Rename from global-highlight-changes.
4888 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
4890 (hilit-chg-hide-changes): Rewrite to use dolist.
4891 (hilit-chg-set-face-on-change, hilit-chg-update)
4892 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
4893 variable instead of testing highlight-changes-mode.
4894 (highlight-markup-buffers): Add require ediff-util; argument on calls
4895 to highlight-changes-mode changed.
4896 (highlight-compare-with-file): Fix problems with interactive
4897 call giving invalid default file.
4899 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
4901 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4902 Fix in disassembly buffer (regression in 22.2).
4904 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
4906 * emulation/viper-macs.el (viper-read-fast-keysequence):
4907 Use viper-read-event instead of viper-read-key.
4909 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
4911 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
4912 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
4915 * emulation/viper-ex.el, emulation/viper-macs.el:
4916 * emulation/viper-mous.el:
4917 Replace load with require in eval-when-compile.
4919 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4921 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
4923 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
4924 (archive-try-jka-compr): New function.
4925 (archive-set-buffer-as-visiting-file): Use it.
4927 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
4929 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
4931 * simple.el (handle-shift-selection): New arg.
4933 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4935 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
4937 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
4939 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
4941 * shell.el (shell-dynamic-complete-filename): New fun.
4942 (shell-dynamic-complete-functions): Use it.
4944 * help-fns.el (describe-variable): Undo 2008-02-25 change.
4946 2008-04-03 Kenichi Handa <handa@m17n.org>
4948 * international/fontset.el (create-fontset-from-x-resource):
4949 Handle the error of X resource more gracefully.
4951 * international/latin1-disp.el (latin1-display): Don't use make-char.
4952 Fix the argument to set-char-table-range.
4953 (latin1-display-identities): Don't use make-char.
4954 (latin1-display-reset): Use map-charset-chars instead of directly
4955 calling standard-display-default.
4956 (latin1-display-check-font): Don't use make-char.
4957 (latin1-display-setup): Likewise.
4958 (latin1-display-ucs-per-lynx): Likewise.
4960 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4962 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
4963 name the fields, to make the code clearer.
4964 Rewrite all `aset' and `aref' using the defined accessors.
4965 (timer--time): New pseudo-field.
4966 (timer-set-time, timer-set-idle-time, timer-inc-time)
4967 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
4968 (timer--time-less-p): New function.
4969 (timer--activate): New function, extracted from timer-activate.
4970 (timer-activate-when-idle, timer-activate): Use it.
4971 (cancel-function-timers): Use dolist.
4973 2008-04-03 Glenn Morris <rgm@gnu.org>
4975 * add-log.el (c-beginning-of-defun, c-end-of-defun):
4976 Remove declarations; no longer used.
4977 (c-cpp-define-name, c-defun-name): Declare as functions.
4979 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
4980 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
4982 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
4983 (holiday-passover-etc, holiday-hanukkah): Doc fix.
4984 Add optional argument. Simplify.
4985 (holiday-tisha-b-av-etc): Use memq rather than unless.
4986 (holiday-julian): Autoload it.
4987 (holiday-hebrew-misc): New function.
4989 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
4991 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
4992 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
4993 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
4994 all-hebrew-calendar-holidays.
4995 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
4996 Simplify using new functions.
4997 (calendar-holidays): Doc fix.
4998 (generate-calendar-window): Use bound-and-true-p.
5000 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
5002 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
5003 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
5004 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
5005 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
5007 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
5009 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5011 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
5013 * vc-bzr.el (vc-bzr-checkout): Simplify.
5015 * image-mode.el (image-mode-fit-frame): New command.
5017 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
5018 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
5019 (keyboard-escape-quit): Check region-active-p i.s.o
5020 transient-mark-mode.
5022 2008-04-02 Simon Josefsson <simon@josefsson.org>
5024 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
5025 (imap-message-copyuid-1): Use it.
5026 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
5028 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5030 2008-04-02 Alan Mackenzie <acm@muc.de>
5032 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
5033 New optimised functions to get the name of the current defun/macro.
5035 * add-log.el (add-log-current-defun): Move the functionality which
5036 gets the current function name for C like modes to cc-cmds.el,
5037 thus optimising for speed.
5039 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
5041 * simple.el (deactivate-mark): When the mark is temporarily
5042 active, restore the original value of transient-mark-mode.
5043 (set-mark-command): First deactivate the mark if was temporarily active.
5044 (exchange-point-and-mark): Reactivate the mark if it was
5046 (handle-shift-selection): New fun.
5047 (transient-mark-mode): Move var documentation here from buffer.c.
5048 (next-line, previous-line, backward-word, move-end-of-line)
5049 (move-beginning-of-line, forward-to-indentation)
5050 (backward-to-indentation, back-to-indentation)
5051 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
5053 * mouse.el (mouse-set-region-1): Save the old value of
5054 transient-mark-mode.
5055 (mouse-drag-track): Ignore the now-obsolete value `identity' for
5056 transient-mark-mode.
5058 * textmodes/paragraphs.el (forward-paragraph)
5059 (backward-paragraph, forward-sentence, backward-sentence): Add ^
5062 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
5064 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
5066 * net/tramp.el (tramp-make-tramp-temp-file):
5067 Use `tramp-drop-volume-letter' for the local file name part.
5069 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5071 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
5072 Add menu entries corresponding to all the key bindings.
5074 * emacs-lisp/debug.el (debugger-mode-map):
5075 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
5076 (conf-align-assignments): Only work on the region if it is active.
5077 (conf-quote-normal): Use when instead of if. Remove redundant test.
5079 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
5080 for tracing and re-builder.
5082 2008-04-02 Glenn Morris <rgm@gnu.org>
5084 * calendar/appt.el (appt-disp-window-function): Doc fix.
5085 (appt-display-message): Move beep before display.
5086 (appt-check): Make interactive. Reduce the number of lets.
5087 Use string-equal to compare mode-line strings.
5088 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
5090 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
5091 (appt-delete): Simplify.
5093 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
5095 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
5097 * calendar/cal-hebrew.el (list-yahrzeit-dates):
5098 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
5099 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
5101 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
5102 (calendar-holiday-marker, mark-visible-calendar-date):
5103 * calendar/diary-lib.el (fancy-diary-display):
5104 Check for font-lock-mode before using faces.
5106 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
5107 (calendar-gregorian-from-absolute): Reduce the number of lets.
5108 (hebrew-holidays-4, generate-calendar-window): Simplify.
5109 (calendar-for-loop): Make obsolete.
5110 (calendar-nth-named-day): Doc fix.
5112 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
5113 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
5114 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
5115 Reduce the number of lets.
5116 (mark-sexp-diary-entries, calendar-mark-complex):
5117 Expand calendar-for-loops.
5119 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
5121 * find-dired.el (find-dired-filter): Fix last patch to handle
5122 multi-line process input. Pad link numbers too.
5124 2008-04-01 Jari Aalto <jari.aalto@cante.net>
5126 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
5128 2008-04-01 Jason Rumney <jasonr@gnu.org>
5130 * international/characters.el (script-list): Add phonetic script,
5131 covering IPA (previously Latin), Phonetic Extensions and
5132 Phonetic Extensions Supplement (both previously unassigned).
5134 * international/fontset.el (setup-default-fontset): Use unicode fonts
5135 that cover bopomofo script for bopomofo.
5136 Likewise for braille and mathematical.
5137 Use unicode scripts that cover the phonetic script for IPA.
5139 2008-04-01 Johan Bockgård <bojohan@gnu.org>
5141 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
5142 return the assigned value.
5144 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5146 * abbrev.el (abbrev-mode): Use define-minor-mode.
5148 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
5149 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
5151 (minor-mode-menu-from-indicator): Use it. Simplify.
5153 * bindings.el (mode-line-mode-menu): Move before (new) first use.
5154 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
5155 Bind the key directly to the menu.
5156 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
5158 2008-04-01 Daiki Ueno <ueno@unixuser.org>
5160 * epa.el (epa-decrypt-region): Explain the reason why this
5161 function should not be used in Lisp programs.
5162 (epa-decrypt-armor-in-region): Ditto.
5163 (epa-verify-region): Ditto.
5164 (epa-verify-cleartext-in-region): Ditto.
5165 (epa-sign-region): Ditto.
5166 (epa-encrypt-region): Ditto.
5168 * epg.el (epg-start-receive-keys): Fix typo in docstring.
5170 * epa.el (epa-select-keys): Show menu even if there is no key in
5173 2008-04-01 Glenn Morris <rgm@gnu.org>
5175 * calendar/calendar.el (calendar-make-temp-face): New function.
5176 (mark-visible-calendar-date):
5177 * calendar/diary-lib.el (fancy-diary-display): Use it.
5179 * vc-hooks.el (vc-responsible-backend): Declare as function.
5181 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
5182 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
5183 * calendar/cal-julian.el (holiday-julian): Use it.
5185 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
5186 (calendar-hebrew-date-is-visible-p): Extract some common code into
5188 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
5190 * calendar/cal-menu.el (cal-menu-holidays-menu):
5191 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
5192 rather than obsolete alias.
5194 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
5195 for mark characters.
5196 (calendar-unmark): Unmark by removing all overlays, rather than
5198 (calendar-starred-day): Remove.
5199 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
5200 (calendar-cursor-to-date): No need for special star handling now
5202 (calendar-star-date): Use overlays.
5204 * calendar/cal-french.el (calendar-goto-french-date):
5205 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
5206 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
5207 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
5208 * calendar/cal-persia.el (calendar-persian-date-string):
5209 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5210 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
5211 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
5212 * calendar/solar.el (solar-equinoxes-solstices):
5213 Reduce nesting of some lets.
5215 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
5216 (calendar-goto-mayan-long-count-date): Simplify.
5218 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
5219 Simplify by using mapcar.
5220 (calendar-list-holidays): Return holiday-list.
5221 (list-holidays): Use let rather than let*. Remove un-needed locals
5223 (calendar-check-holidays): Return result from dolist.
5224 (holiday-float): Use a single let*. Simplify if-and to and.
5225 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
5228 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
5230 * calc/calc.el: Autoload `calc-yank'.
5231 (calc-mode-map): Add keybindings for `calc-yank'.
5232 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
5233 assignments for `calc-yank'.
5235 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
5237 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
5238 (vc-status-mark-buffer-changed): Handle the extra field.
5240 * vc-bzr.el (vc-bzr-after-dir-status):
5241 * vc-cvs.el (vc-cvs-after-dir-status):
5242 * vc-hg.el (vc-hg-after-dir-status):
5243 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
5245 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5247 * doc-view.el: Compute displayed pages first (in PDF).
5248 (doc-view-current-converter-processes): Rename from
5249 doc-view-current-converter-process. Update users.
5250 (doc-view-sentinel): Test buffer's liveness.
5251 (doc-view-pdf/ps->png-sentinel): Remove.
5252 (doc-view-start-process): New function.
5253 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
5254 (doc-view-ps->pdf): Use it.
5255 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
5257 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
5258 (doc-view-mode): Kill the processes when leaving the mode.
5260 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
5262 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
5263 Use `byte-compile-warning-types'. Add docstring.
5265 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5267 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
5268 (smerge-resolve): Add various resolution heuristics.
5270 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
5273 2008-03-31 Glenn Morris <rgm@gnu.org>
5275 * calendar/cal-bahai.el (diary-bahai-mark-entries):
5276 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
5277 * calendar/cal-islam.el (mark-islamic-diary-entries):
5278 Fix argument order in call to diary-mark-entries-1.
5280 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
5282 (holiday-bahai): Use an algorithm actually relevant to this calendar
5285 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
5287 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
5290 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
5291 in the last fortnight in Julian October.
5293 * calendar/calendar.el (increment-calendar-month): Optionally handle
5294 systems without 12 months per year.
5296 (calendar-date-is-visible-p): Doc fix. Simplify.
5298 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
5301 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
5303 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
5304 (hi-lock-unload-function): New function.
5306 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
5308 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
5309 overwriting when NEWNAME is a local file.
5311 * net/trampver.el: Update release number.
5313 2008-03-30 Alexandre Julliard <julliard@winehq.org>
5315 * vc-git.el: Make vc-status display information about copies,
5316 renames and permission changes.
5317 (vc-git-extra-fileinfo): New defstruct.
5318 (vc-git-escape-file-name, vc-git-file-type-as-string)
5319 (vc-git-rename-as-string, vc-git-permissions-as-string)
5320 (vc-git-status-printer): New functions.
5321 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
5322 (vc-git-after-dir-status-stage1): Look for copies, renames and
5324 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
5325 (vc-git-dir-status): Ask for staged files and renames.
5327 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5329 * vc.el: Allow backends to display backend specific information in
5330 the vc-status listing.
5331 (vc-status-fileinfo): Add a field for backend specific information.
5332 (vc-status-printer): Rename to ...
5333 (vc-default-status-printer): ... this.
5334 (vc-status-printer): New function.
5335 (vc-update-vc-status-buffer): Set the backend specific file info
5338 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5340 * textmodes/remember.el (remember-diary-convert-entry): Revert last
5341 change (ill-conceived).
5343 2008-03-29 Glenn Morris <rgm@gnu.org>
5345 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
5346 * calendar/cal-julian.el (holiday-julian): Simplify.
5348 * calendar/holidays.el (list-holidays): Use or.
5350 2008-03-29 Juri Linkov <juri@jurta.org>
5352 * window.el (split-window-preferred-horizontally): New function.
5354 * cus-start.el (split-window-preferred-function):
5355 Set choice for "vertically" to nil instead of split-window.
5356 Set choice for "horizontally" to split-window-preferred-horizontally
5359 2008-03-29 Juri Linkov <juri@jurta.org>
5361 * simple.el (minibuffer-default-add-function): New variable with
5362 the default to minibuffer-default-add-completions.
5363 (minibuffer-default-add-done): New variable. Make it buffer-local.
5364 (minibuffer-default-add-completions): New function.
5365 (goto-history-element): Set minibuffer-default-add-done to t and
5366 call a function in minibuffer-default-add-function when the
5367 specified absolute history position is greater than the length of
5368 the minibuffer-default list and minibuffer-default-add-done is nil.
5369 Change "^End of history; no next item$" to "^End of defaults;
5372 * bindings.el (debug-ignored-errors): Change "^End of history;
5373 no next item$" to "^End of defaults; no next item$".
5375 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5377 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
5379 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
5380 to with-no-warnings.
5382 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
5384 Sync with Tramp 2.1.13.
5386 * net/tramp-ftp.el: Require 'cl when byte-compiling.
5388 * net/trampver.el: Update release number.
5390 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
5392 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
5393 the current backend.
5395 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
5396 (vc-status-refresh): Create a temporary buffer and call the
5397 `dir-status' backend function from that buffer.
5399 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
5400 (vc-bzr-after-dir-status): Don't kill the buffer.
5402 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
5403 (vc-cvs-after-dir-status): Don't kill the buffer.
5405 * vc-git.el (vc-git-dir-status): Don't create a buffer.
5406 (vc-git-after-dir-status-stage2): Don't kill the buffer.
5408 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
5409 (vc-hg-after-dir-status): Don't kill the buffer.
5411 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
5412 (vc-svn-after-dir-status): Don't kill the buffer.
5414 2008-03-29 Glenn Morris <rgm@gnu.org>
5416 * calendar/calendar.el (diary-file, american-date-diary-pattern)
5417 (european-date-diary-pattern, european-calendar-display-form)
5418 (american-calendar-display-form, diary-display-hook): Doc fixes.
5419 (european-calendar-style): Doc fix. Use calendar-set-date-style for
5420 custom :set. Mark as obsolete.
5421 (calendar-date-style, iso-date-diary-pattern)
5422 (iso-calendar-display-form): New user variables.
5423 (diary-date-forms, calendar-date-display-form): Set using
5424 calendar-date-style. Doc fix.
5425 (calendar-set-date-style): New command.
5426 (european-calendar, american-calendar): Use calendar-set-date-style.
5429 * calendar/diary-lib.el (number): Move declaration where needed.
5430 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
5431 (diary-make-date): New function.
5432 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
5433 Use diary-make-date.
5434 (diary-date-display-form, diary-insert-entry-1): New functions.
5435 (insert-monthly-diary-entry, insert-yearly-diary-entry):
5436 Use diary-insert-entry-1.
5437 (insert-anniversary-diary-entry, insert-block-diary-entry)
5438 (insert-cyclic-diary-entry): Use diary-date-display-form.
5440 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5441 Autoload diary-insert-entry-1.
5442 * calendar/cal-bahai.el (diary-bahai-insert-entry)
5443 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5444 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
5445 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
5446 * calendar/cal-islam.el (insert-islamic-diary-entry)
5447 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
5448 Use diary-insert-entry-1.
5450 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
5451 (diary-yahrzeit): Doc fix. Use diary-make-date.
5453 * calendar/icalendar.el (icalendar--datetime-to-american-date):
5454 New name for icalendar--datetime-to-noneuropean-date. Make old name
5456 (icalendar--datetime-to-iso-date): New function.
5457 (icalendar--datetime-to-diary-date): Doc fix. Respect
5458 calendar-date-style if bound.
5460 * textmodes/remember.el (remember-diary-convert-entry):
5461 Respect calendar-date-style if bound.
5463 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5465 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
5466 (xterm-mouse-handle-delete-frame): Delete.
5468 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
5469 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
5470 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
5471 in xterm-modify-other-keys-terminal-list.
5473 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
5476 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
5478 * vc.el (vc-update): Check if the buffer is unsaved only if it
5480 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
5483 2008-03-28 Magnus Henoch <mange@freemail.hu>
5485 * net/dns.el (dns-write): Use set-buffer-multibyte.
5487 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5489 * vc-bzr.el (vc-bzr-sha1): New fun.
5490 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
5491 (vc-bzr-registered): Use it.
5493 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
5495 * vc.el (vc-status-kill-dir-status-process): Simplify.
5496 (vc-status-refresh): Make sure the buffer is live.
5497 (ring): Don't require it, not used.
5499 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
5501 * progmodes/verilog-mode.el (verilog-auto-inout-module):
5502 Add optional regular expression to AUTOINOUTMODULE.
5503 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
5504 (verilog-auto-inst-param, verilog-auto-reg)
5505 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
5506 (verilog-auto-output-every, verilog-auto-input)
5507 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
5508 (verilog-auto-unused, verilog-auto): Update documentation to use
5509 more obvious instance module names versus cell names.
5511 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
5513 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
5514 kill if a process is running.
5516 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
5518 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
5520 * vc.el: Add new backend function 'status-extra-headers.
5521 (vc-default-status-extra-headers): New function.
5522 (vc-status-headers): Call 'status-extra-headers. Add colors.
5524 * vc-git.el (vc-git-status-extra-headers): New function.
5526 2008-03-28 Glenn Morris <rgm@gnu.org>
5528 * calendar/cal-menu.el (cal-menu-holidays-menu)
5529 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
5530 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
5531 holiday-list is optional.
5532 (calendar-mouse-holidays): Remove un-needed local `l'.
5534 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5535 Remove un-needed local `date'.
5536 (calendar-cursor-to-visible-date): Use let rather than let*.
5537 Remove un-needed local `first-of-month-weekday'.
5539 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
5541 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
5543 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
5544 (diary-header-line-flag, diary-header-line-format): Declare.
5545 (diary-pull-attrs): Check for multiple matches.
5546 (diary-list-entries-2): Simplify finding start of date.
5547 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
5549 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
5550 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
5552 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
5554 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
5556 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
5558 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5560 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
5562 * image-mode.el (image-mode-reapply-winprops): Fix last change.
5564 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
5566 * international/mule-conf.el (define-iso-single-byte-charset):
5567 Don't make latin-iso8859-* supplementary.
5568 (#'set-charset-priority): Don't change the priority of charsets
5569 `unicode' and `emacs'.
5571 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5573 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
5576 2008-03-27 Glenn Morris <rgm@gnu.org>
5578 * calendar/cal-bahai.el (diary-bahai-list-entries):
5579 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
5580 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
5582 * calendar/calendar.el (diary-file): Doc fix.
5584 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
5585 (list-diary-entries-hook, mark-diary-entries-hook)
5586 (include-other-diary-files, diary-mail-entries)
5587 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
5588 (diary-set-header): New function.
5589 (diary-header-line-flag, diary-header-line-format):
5590 Use diary-set-header for custom :set function.
5591 (diary-set-maybe-redraw): Use symbol-value rather than eval.
5592 (diary-attrtype-convert): Use intern-soft rather than read.
5593 (diary-display-no-entries): New function.
5594 (simple-diary-display, fancy-diary-display): Use it.
5595 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
5596 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
5598 * calendar/holidays.el (list-holidays): Doc fix.
5600 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
5602 * calc/calc-store.el (calc-read-var-name-history): New variable.
5603 (calc-read-var-name): Use `calc-read-var-name-history'.
5605 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5607 * image-mode.el (image-mode-reapply-winprops): Simplify now that
5608 window-configuration-change-hook works buffer-locally.
5610 2008-03-26 Johan Bockgård <bojohan@gnu.org>
5612 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
5613 for Emacs Lisp, not Lisp.
5615 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
5617 * help-fns.el (describe-function-1, describe-variable):
5618 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
5620 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
5621 replacement is provided, don't print "use nil instead".
5623 2008-03-26 Johan Bockgård <bojohan@gnu.org>
5625 * complete.el (PC-do-completion): Use regexp-quote.
5627 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
5629 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
5630 Detect missing files.
5632 * vc-git.el (vc-git-extra-menu-map): New key map.
5633 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
5636 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
5639 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5641 * calendar/holidays.el (list-holidays): Make Y2 optional.
5643 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
5644 buffers shown to the user.
5645 (appt-disp-window): Disable undo explicitly now that the leading space
5648 * simple.el (activate-mark): New function.
5649 (set-mark-command): Use it with region-active-p to clean up the code.
5650 (exchange-point-and-mark): Invert the meaning of C-u when
5651 transient-mark-mode is active.
5653 * dired-aux.el (dired-create-files): Use dolist.
5655 * bindings.el (mode-line-change-eol): Use with-selected-window.
5657 * apropos.el (apropos-command): Include macros.
5659 2008-03-26 Glenn Morris <rgm@gnu.org>
5661 * calendar/cal-bahai.el: Require calendar, not cal-julian.
5662 (calendar-bahai-epoch): Doc fix.
5664 * calendar/cal-china.el: Explicitly require calendar.
5666 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
5667 Require calendar rather than cal-julian.
5668 Autoload calendar-absolute-from-julian.
5669 * calendar/cal-coptic.el (coptic-calendar-epoch):
5670 * calendar/cal-islam.el (calendar-islamic-epoch):
5671 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
5673 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
5675 * calendar/cal-dst.el: Don't require cal-persia.
5676 (calendar-absolute-from-persian): Autoload it.
5677 (dst-adjust-time): Doc fix.
5679 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
5680 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
5683 * calendar/cal-menu.el: Require calendar rather than declaring
5685 * calendar/calendar.el: Provide calendar before requiring cal-menu.
5687 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
5688 calendar-after-frame-setup-hooks. Update callers, make old name an
5689 obsolete alias. Doc fix.
5690 (calendar-frame-1): Doc fix.
5692 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
5694 * calendar/calendar.el (oriental-holidays, solar-holidays):
5695 * calendar/holidays.el (list-holidays): Assume atan always bound.
5697 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
5698 Explicitly require calendar, not cal-julian.
5699 * calendar/lunar.el: Explicitly require cal-dst.
5701 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5703 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
5705 * help-fns.el (describe-function-1, describe-variable): If no
5706 replacement is provided, don't print "use nil instead".
5708 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5710 * proced.el: New file.
5712 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
5714 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
5716 2008-03-25 Juri Linkov <juri@jurta.org>
5718 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
5719 in battery-mode-line-format.
5721 * bindings.el (minibuffer-local-map): For the command
5722 file-cache-minibuffer-complete replace keymap minibuffer-local-map
5723 with map which is already locally bound to minibuffer-local-map.
5725 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5727 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
5728 Remove `sort-first' argument.
5730 * subr.el (redisplay-end-trigger-functions)
5731 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
5732 (process-filter-multibyte-p, set-process-filter-multibyte):
5735 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
5737 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
5738 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
5739 use the LOCAL arg of `add-hook'.
5740 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
5741 Remove spurious * from defcustom docstrings.
5742 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
5743 Fix typos in messages.
5744 (reb-mode-buffer-p): New function.
5745 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
5746 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
5747 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
5748 Use `unless', `when'.
5749 (re-builder-unload-function): New function.
5751 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
5753 * vc-hooks.el (vc-state): Add documentation for 'missing.
5755 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
5757 * progmodes/verilog-mode.el (verilog-auto-output)
5758 (verilog-auto-input, verilog-auto-inout, verilog-auto)
5759 (verilog-delete-auto): Add optional regular expression to
5760 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
5761 (verilog-signals-matching-regexp): New internal function for
5764 2008-03-25 Johan Bockgård <bojohan@gnu.org>
5766 * info.el (Info-isearch-search): Always return point.
5768 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5770 * diff-mode.el (diff-remembered-defdir): New var.
5771 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
5773 2008-03-25 Glenn Morris <rgm@gnu.org>
5775 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
5776 calendar-bahai-prompt-for-date. Update callers, make old name an
5777 obsolete alias. Doc fix.
5778 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
5779 coptic-prompt-for-date. Update callers, make old name an
5780 obsolete alias. Doc fix.
5781 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
5782 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
5783 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
5784 calendar-islamic-prompt-for-date. Update callers. Doc fix.
5785 * calendar/cal-iso.el (calendar-iso-read-date): New name for
5786 calendar-iso-read-args. Update callers, make old name an obsolete
5788 * calendar/cal-persia.el (calendar-persian-read-date): New name for
5789 persian-prompt-for-date. Update callers, make old name an
5790 obsolete alias. Doc fix. Move definition before use.
5792 * calendar/cal-x.el (diary-frame-parameters)
5793 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
5794 (calendar-frame-1): Doc fixes.
5795 (make-fancy-diary-buffer): Remove declaration.
5796 (calendar-dedicate-diary): Replace call to deleted function
5797 make-fancy-diary-buffer.
5798 (calendar-frame-setup): New function.
5799 (calendar-one-frame-setup, calendar-only-one-frame-setup)
5800 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
5801 work, and mark as obsolete.
5802 (special-display-buffer-names): Don't mess with this; it's not our
5804 (cal-x-load-hook): Defvar it, and mark as obsolete.
5806 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5807 Default to t. Add to 'calendar group.
5808 (calendar): Doc fix. Use calendar-frame-setup.
5809 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
5810 (generate-calendar-window): Doc fix.
5812 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5814 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
5816 2008-03-24 Drew Adams <drew.adams@oracle.com>
5818 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
5820 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
5821 (finder-exit): Ignore errors rather than avoiding them.
5822 Kill *Finder-package* buffer also.
5824 2008-03-24 Andreas Schwab <schwab@suse.de>
5826 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
5828 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
5830 * vc-hg.el (vc-hg-after-dir-status):
5831 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
5833 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
5834 Detect removed files.
5836 * vc.el (vc-status-printer): Use a different face for missing files.
5837 (vc-status-hide-up-to-date): Rename from
5838 vc-status-remove-up-to-date. Update all callers.
5839 (vc-status-mode-map): Bind C-m.
5841 2008-03-24 Alexandre Julliard <julliard@winehq.org>
5843 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
5845 (vc-git--state-code): ... to this new function.
5846 (vc-git-state): Use it.
5848 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
5850 * textmodes/remember.el (remember-mail-date)
5851 (remember-store-in-mailbox): Write date and From line in such a
5852 way that Mutt can read it.
5854 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
5856 * simple.el (transient-mark-mode): Turn on by default.
5858 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5860 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
5861 'unregistered for unregistered files.
5863 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
5865 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
5867 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
5870 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
5871 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
5872 Add :enable for vc-status-refresh.
5873 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
5874 (vc-status-tool-bar-map): Add binding for
5875 vc-status-kill-dir-status-process.
5876 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
5877 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
5878 Reset vc-status-process-buffer.
5879 (vc-status-refresh): Don't run two refreshes at a time.
5880 (vc-status): If the buffer is already in vc-status-mode only refresh.
5881 (vc-status-mark-buffer-changed): Add an optional file parameter.
5882 (vc-resynch-buffer): Use it.
5883 (vc-delete-file): Expand the file name before using it.
5884 Be careful to not create a new buffer with the old file contents.
5885 Update the VC state after performing the operation.
5887 2008-03-23 Andreas Schwab <schwab@suse.de>
5889 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
5890 Fix radio button condition.
5892 [customize]: Add radio button.
5894 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
5896 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
5897 (calc-user-parse-tables, calc-gnuplot-default-device)
5898 (calc-gnuplot-default-output, calc-gnuplot-print-device)
5899 (calc-gnuplot-print-output, calc-gnuplot-geometry)
5900 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5901 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
5902 (calc-undo-list, calc-redo-list, calc-main-buffer)
5903 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
5904 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
5905 (calc-said-hello, calc-executing-macro, calc-any-selections)
5906 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
5907 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
5908 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
5909 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
5910 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
5911 (calc-create-buffer, calc-quit): Add docstrings.
5913 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
5915 * makefile.w32-in (WINS_ALMOST): Add org.
5917 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5919 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
5920 New functions to implement vc-status support.
5922 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
5924 * vc.el (vc-status-prepare-status-buffer): New function.
5925 (vc-status): Use it.
5927 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
5930 2008-03-22 Alexandre Julliard <julliard@winehq.org>
5932 * vc-git.el (vc-git--empty-db-p)
5933 (vc-git-after-dir-status-stage1-empty-db): New functions.
5934 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
5935 Add support for empty repositories.
5937 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
5939 * vc-git.el (vc-git-annotate-extract-revision-at-line):
5940 Allow "^" in a version name.
5942 * vc-mtn.el (vc-mtn-state): Support the added state.
5944 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
5946 * org: New directory for Org-mode.
5948 * org/org-export-latex.el: Moved from lisp/texmodes.
5950 * org/org-irc.el: Moved from lisp/texmodes.
5952 * org/org-mac-message.el: Moved from lisp/texmodes.
5954 * org/org-mouse.el: Moved from lisp/texmodes.
5956 * org/org-publish.el: Moved from lisp/texmodes.
5958 2008-03-21 Juri Linkov <juri@jurta.org>
5960 * comint.el (comint-dynamic-simple-complete):
5961 Use variable `stub' for the second arg `common-substring'
5962 of `comint-dynamic-list-completions'.
5963 (comint-dynamic-list-filename-completions):
5964 Use variable `filenondir' for the second arg `common-substring'
5965 of `comint-dynamic-list-completions'.
5966 (comint-dynamic-list-completions): Add new optional arg
5967 `common-substring'. Add `common-substring' as the second arg of
5968 the call to `display-completion-list'. Doc fix.
5970 * comint.el (comint-dynamic-complete-as-filename)
5971 (comint-dynamic-list-filename-completions)
5972 (comint-dynamic-simple-complete): Use `minibuffer-message'
5973 to display message "No completions of %s" when a command
5974 is called in the minibuffer.
5975 (comint-dynamic-simple-complete): Don't display other
5976 completion messages when a command is called in the minibuffer.
5977 (comint-dynamic-list-completions): Use `minibuffer-message'
5978 to display message " [Type space to flush ...]" when a command
5979 is called in the minibuffer.
5981 * shell.el (shell-dynamic-complete-command)
5982 (shell-dynamic-complete-environment-variable): Don't display
5983 completion messages when command is called in the minibuffer.
5985 * emacs-lisp/lisp.el (lisp-complete-symbol):
5986 Use `minibuffer-message' to display message "No completions of %s"
5987 when this command is called in the minibuffer.
5989 * bindings.el (standard-mode-line-modes): Put special help-echo
5990 tooltip on recursive edit %[ %] mode-line constructs.
5992 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
5993 "^No dynamic expansion for .* found$" to allow error messages like
5994 "No dynamic expansion for \"%s\" found in this-buffer".
5996 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
5998 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
6001 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
6003 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
6004 * vc.el (vc-default-dired-state-info): Use just "modified".
6005 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
6006 (vc-cvs-mode-line-string): Make use of the better default.
6007 (vc-cvs-parse-entry): Use the new `added'.
6008 (vc-cvs-dired-state-info): Remove.
6009 * vc-svn.el (vc-svn-dired-state-info): Remove.
6010 * vc-hg.el (vc-hg-dired-state-info): Remove.
6011 * vc-git.el (vc-git-dired-state-info): Remove.
6013 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
6015 * vc-git.el (vc-git-status-result): New variable.
6016 (vc-git-dir-status): Split out ...
6017 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
6018 ... these new functions and work asynchronously.
6020 2008-03-21 Alexandre Julliard <julliard@winehq.org>
6022 * vc-git.el (vc-git-after-dir-status): Remove.
6023 (vc-git-dired-state-info): Reimplement.
6025 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
6027 * replace.el (occur-mode-map): Add :help.
6029 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
6032 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
6034 (vc-status-remove-up-to-date): New function.
6035 (vc-status-mode-map, vc-status-menu-map): Bind it.
6036 (vc-status-printer): Use a different face up-to-date files.
6037 (vc-resynch-buffer): Update the vc-status buffer if it exists.
6038 (Todo): Remove solved entries.
6040 * vc-hg.el (vc-hg-state):
6041 * vc-git.el (vc-git-state):
6042 * vc-cvs.el (vc-cvs-parse-status):
6043 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
6046 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6048 * progmodes/compile.el (compile):
6049 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
6051 * simple.el (minibuffer-local-shell-command-map): New var.
6052 (minibuffer-complete-shell-command, read-shell-command): New funs.
6053 (shell-command, shell-command-on-region): Use them.
6055 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6057 * vc.el (vc-status-mark-buffer-changed): New function to implement
6058 updating of the *vc-status* buffer when a buffer is saved.
6059 (vc-status-mode): Use it for after-change-hook.
6060 (vc-add-to-vc-status-buffer): Rename to ...
6061 (vc-status-add-entry): ... this.
6062 (Todo): Add new entry.
6064 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6066 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
6068 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
6070 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
6071 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
6072 Remove spurious * from defcustom docstrings.
6073 (icomplete-compute-delay): Fix docstring and remove spurious *.
6074 (icomplete-delay-completions-threshold): Fix typo in docstring and
6076 (icomplete-completions): While collecting the list of prospective
6077 candidates, don't overshoot `icomplete-prospects-length'.
6079 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6081 * textmodes/refbib.el:
6082 * textmodes/reftex.el:
6083 * textmodes/reftex-global.el:
6084 * textmodes/reftex-vars.el:
6085 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
6086 compiler pacifying defvars.
6087 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
6088 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
6091 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
6093 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
6094 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
6095 (verilog-customize, verilog-font-customize)
6096 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
6097 (verilog-mode): Update documentation strings to match tool tips.
6098 (verilog-auto-search-do, verilog-auto-re-search-do)
6099 (verilog-skip-forward-comment-or-string): Fix verilog-auto
6100 expansion when a .* appears inside a string.
6101 (verilog-re-search-forward, verilog-re-search-backward):
6102 Add comment to recall how this works.
6103 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
6105 2008-03-20 Glenn Morris <rgm@gnu.org>
6107 * calendar/calendar.el (calendar-other-dates): New function.
6108 (calendar-print-other-dates): Use calendar-other-dates.
6109 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
6110 the declarations it replaces.
6111 (calendar-mouse-print-dates): Use calendar-other-dates.
6113 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
6114 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
6115 (calendar-absolute-from-bahai): Fix the leap-year case.
6116 (calendar-bahai-from-absolute): Re-use the Gregorian month.
6117 (calendar-bahai-date-string, calendar-bahai-print-date):
6118 Handle pre-Bahai dates.
6120 * calendar/cal-china.el (chinese-calendar-celestial-stem)
6121 (chinese-calendar-terrestrial-branch): Make defcustoms.
6123 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
6124 (calendar-mouse-view-diary-entries): Use or.
6125 (calendar-mouse-chinese-date): Remove unused command.
6126 (cal-menu-load-hook): Mark as obsolete.
6128 * calendar/solar.el (calendar-location-name, calendar-latitude)
6129 (calendar-longitude, solar-arctan, sunrise-sunset)
6130 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
6132 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
6134 * calc/calc.el: Remove outdated comments.
6135 (defcalcmodevar, calc-mode-var-list-restore-default-values)
6136 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
6139 2008-03-19 Jason Rumney <jasonr@gnu.org>
6141 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
6143 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6145 * net/tls.el (open-tls-stream): Reindent.
6147 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
6149 * net/tramp.el (tramp-let-maybe): Removed.
6150 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
6151 It does not exist under XEmacs.
6152 (tramp-handle-file-truename, tramp-handle-expand-file-name)
6153 (tramp-completion-file-name-handler): Let-bind
6154 `directory-sep-char'.
6156 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
6157 `directory-sep-char'.
6159 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
6161 * help-fns.el (describe-function-1): Don't signal "missing arglist"
6162 for autoloaded keymaps.
6164 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
6165 (electric-verilog-terminate-line, verilog-in-struct-region-p)
6166 (verilog-backward-ws&directives, verilog-forward-ws&directives)
6167 (verilog-in-comment-p, verilog-in-star-comment-p)
6168 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
6169 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
6170 (verilog-skip-forward-comment-or-string, verilog-in-paren)
6171 (verilog-skip-forward-comment-p): Use it.
6173 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
6175 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
6176 (org-remember-templates, org-time-stamp-rounding-minutes)
6177 (org-back-over-empty-lines, org-find-base-buffer-visiting)
6178 (org-columns-new): Fix typos in docstrings.
6180 2008-03-19 Glenn Morris <rgm@gnu.org>
6182 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
6183 (tramp-handle-shell-command): Use condition-case rather than
6186 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6188 * diff-mode.el (diff-header): Make the color louder.
6189 (diff-refine-change): Tone the color down.
6191 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
6193 * descr-text.el (describe-char): When `describe-char-unidata-list'
6194 is set to show all properties, list them in the right order.
6196 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
6198 * international/mule.el (load-with-code-conversion): Avoid setting
6199 default-enable-multibyte-characters.
6201 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
6203 * vc.el (vc-annotate-background): Fix custom type.
6205 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
6207 * descr-text.el (describe-char-unidata-list): Allow specifying
6208 just all properties.
6209 (describe-char): Handle that new value.
6211 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
6213 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
6215 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
6216 instead of file name extension to make docs with uncommon
6219 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
6221 * doc-view.el (require): Require cl at compile time because
6224 2008-03-18 Glenn Morris <rgm@gnu.org>
6226 * calendar/calendar.el (initial-calendar-window-hook)
6227 (today-visible-calendar-hook): Doc fixes.
6229 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
6231 * net/tramp.el (tramp-root-regexp): Simplify.
6232 (tramp-completion-file-name-regexp-separate): Don't insist on
6233 leading "[". This prevents method or user or host completion.
6234 (tramp-let-maybe): Autoload it.
6235 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
6236 is an alias for `identity'.
6237 (tramp-handle-write-region): Protect `last-coding-system-used'
6238 over the trailing statements.
6239 (tramp-completion-file-name-handler-post-function): Remove.
6240 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
6241 instead of calling `tramp-drop-volume-letter'.
6245 * net/trampver.el: Move coding cookie at the end.
6247 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6249 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
6250 elements which may be something else than characters.
6252 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
6254 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
6255 New functions to implement vc-status support.
6257 * vc.el (vc-default-extra-status-menu)
6258 (vc-add-to-vc-status-buffer): New functions.
6260 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6263 2008-03-17 Glenn Morris <rgm@gnu.org>
6265 * calendar/cal-x.el (diary-frame-parameters)
6266 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
6267 Fix custom type; add options.
6268 (calendar-frame, diary-frame): Doc fixes.
6269 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
6271 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
6272 Use calendar-frame-1 and calendar-dedicate-diary.
6273 (calendar-one-frame-setup): Also handle only-one-frame case.
6274 (calendar-only-one-frame-setup): Doc fix. Just call
6275 calendar-one-frame-setup.
6277 * calendar/diary-lib.el: Re-order some definitions before their use.
6278 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
6279 (diary-list-entries): Doc fixes.
6280 (make-fancy-diary-display): Remove function.
6282 * calendar/calendar.el (calendar-today-marker)
6283 (initial-calendar-window-hook, today-visible-calendar-hook)
6284 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
6285 (calendar-star-date, calendar-mark-today): Doc fixes.
6286 (today-visible-calendar-hook): Add options.
6287 (calendar-in-read-only-buffer): New macro.
6288 (calendar-basic-setup): Adapt for change in calendar-read-date.
6289 Place holiday let inside if.
6290 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
6291 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
6292 (calendar-print-other-dates): Use one let rather than many.
6294 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
6295 (calendar-print-other-dates):
6296 * calendar/cal-hebrew.el (list-yahrzeit-dates):
6297 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
6298 * calendar/holidays.el (calendar-list-holidays, list-holidays)
6299 (calendar-cursor-holidays):
6300 * calendar/lunar.el (calendar-phases-of-moon): Use
6301 calendar-in-read-only-buffer to replace previous code and disable undo.
6303 2008-03-16 Juri Linkov <juri@jurta.org>
6305 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
6306 and regexp-search-ring-yank-pointer for the HISTPOS argument of
6307 read-from-minibuffer to provide the correct initial minibuffer
6308 history position in isearch-edit-string when it is called from
6309 isearch-ring-adjust.
6311 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
6312 to check if the current buffer is the minibuffer, and in this case
6313 call abort-recursive-edit to kill the minibuffer. Doc fix.
6314 (kill-this-buffer-enabled-p): Allow this function to return non-nil
6315 when the current buffer is the minibuffer.
6317 * simple.el (goto-line): Leave mark at previous position. Doc fix.
6319 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
6321 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
6322 Use non-nil PARENTS attribute of make-directory instead of
6323 explicitly checking existence the current cache directory.
6325 2008-03-16 Daiki Ueno <ueno@unixuser.org>
6327 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
6328 M-x epa-file-select-keys.
6330 2008-03-16 Kenichi Handa <handa@m17n.org>
6332 * international/mule.el (auto-coding-alist):
6333 Use no-conversion-multibyte for archive files.
6335 2008-03-16 Glenn Morris <rgm@gnu.org>
6337 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
6339 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
6340 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
6341 Use calendar-mark-1.
6342 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
6343 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
6344 Use calendar-mark-complex.
6345 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
6346 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
6347 Use calendar-mark-1.
6349 * calendar/calendar.el (calendar-mod): Remove.
6350 * calendar/cal-china.el (calendar-chinese-from-absolute)
6351 (calendar-chinese-date-string): Expand calendar-mod calls.
6352 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
6353 Expand calendar-mod calls.
6355 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
6356 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
6357 (diary-bahai-insert-yearly-entry): Use let rather than let*.
6358 Move obsolete aliases after the functions that replaced them.
6360 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
6361 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
6362 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
6363 Use let rather than let*.
6364 (calendar-hebrew-prompt-for-date): New function.
6365 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
6366 (holiday-tisha-b-av-etc): Use unless, let.
6368 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
6369 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
6371 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
6373 * calendar/calendar.el (calendar-for-loop): Add indent spec.
6375 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
6376 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
6378 (diary): Remove un-needed let.
6379 (view-other-diary-entries): Rename argument.
6380 (diary-list-entries-2): New function.
6381 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
6382 (print-diary-entries): Use unless.
6383 (diary-mark-entries-1): Change argument order, make all but
6384 markfunc optional. Handle the standard (Gregorian) case.
6385 Use match-string-no-properties. Handle marks.
6386 (mark-diary-entries): Use diary-mark-entries-1.
6387 (diary-font-lock-keywords-1): New macro.
6388 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
6390 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
6392 * icalendar.el (icalendar-version): Increase to 0.18.
6393 (icalendar-export-hidden-diary-entries): New variable.
6394 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
6395 In case of error, insert full error-val.
6396 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
6397 Use calendar-day-of-week. Return the day number.
6398 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
6400 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
6402 * icalendar.el (icalendar-recurring-start-year): New variable.
6403 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
6404 (icalendar-export-region): Ignore hidden diary entries.
6405 (icalendar--convert-ordinary-to-ical): Fix case where event
6406 spans across midnight boundary.
6407 (icalendar-first-weekday-of-year): New function.
6408 (icalendar--convert-weekly-to-ical): Allow user-selectable start
6409 year for recurring events (Mozilla calendars do not propagate
6410 recurring events forever, so year 2000 start date was not working).
6411 (icalendar--convert-yearly-to-ical): Remove extra spaces in
6412 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
6414 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
6416 * net/tramp.el (tramp-root-regexp): New defconst.
6417 (tramp-completion-file-name-regexp-unified)
6418 (tramp-completion-file-name-regexp-separate)
6419 (tramp-completion-file-name-regexp-url): Use it.
6420 (tramp-do-copy-or-rename-file-via-buffer):
6421 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
6422 t for `insert-file-contents-literally'.
6423 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
6425 (tramp-completion-file-name-handler-post-function): New defconst.
6426 (tramp-completion-file-name-handler): Use it.
6427 (tramp-maybe-open-connection): Update calls to
6428 `tramp-flush-connection-property' for removed 2nd argument.
6430 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6432 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
6433 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
6436 2008-03-15 Glenn Morris <rgm@gnu.org>
6438 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
6440 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
6441 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
6442 (diary-list-entries-1, diary-mark-entries-1): Autoload.
6443 (diary-bahai-list-entries): Use diary-list-entries-1.
6444 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
6445 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
6446 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
6447 (diary-list-entries-1, diary-mark-entries-1): Autoload.
6448 (list-hebrew-diary-entries): Use diary-list-entries-1.
6449 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
6450 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
6451 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
6452 (diary-list-entries-1, diary-mark-entries-1): Autoload.
6453 (list-islamic-diary-entries): Use diary-list-entries-1.
6454 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
6456 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
6458 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
6460 * calendar/cal-china.el (number-chinese-months)
6461 (calendar-chinese-from-absolute): Use nth, caar.
6463 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
6465 * calendar/cal-french.el (french-calendar-accents): Doc fix.
6467 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
6468 (calendar-hebrew-month-name-array-leap-year)
6469 (hebrew-calendar-parashiot-names): Make constants.
6470 (diary-parasha): Move definition after constants it uses.
6472 * calendar/cal-html.el (cal-html-insert-link-yearpage)
6473 (cal-html-htmlify-list): Doc fix.
6474 (cal-html-htmlify-entry): Use nth.
6476 * calendar/cal-islam.el (calendar-islamic-month-name-array)
6477 (calendar-islamic-epoch): Make constants.
6478 (calendar-islamic-epoch): Doc fix.
6480 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
6482 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
6483 (cal-tex-month-name): Doc fix.
6484 (cal-tex-last-blank-p): Use zerop.
6486 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
6487 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
6488 (calendar-cursor-to-date): Doc fix.
6489 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
6490 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
6491 (calendar-day-number): Use when.
6492 (generate-calendar-month): Use dotimes.
6493 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
6494 (calendar-set-mark): Reverse conditional.
6495 (calendar-make-alist): Move definition before use.
6497 * calendar/diary-lib.el (diary-face-attrs)
6498 (diary-glob-file-regexp-prefix, diary-selective-display)
6499 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
6500 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
6501 (diary-anniversary, diary-cyclic)
6502 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
6503 (diary-header-line-format): Change wording.
6504 (diary-list-entries): Set `date-start' in let.
6505 (include-other-diary-files, mark-included-diary-files): Use format.
6506 (simple-diary-display, fancy-diary-display): Use cadr, unless.
6507 (mark-diary-entries): Use 1+.
6508 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
6509 (mark-calendar-month): Use dotimes.
6511 * calendar/holidays.el (displayed-month, displayed-year):
6512 Move declarations where needed.
6513 (calendar-list-holidays): Doc fix.
6515 * calendar/parse-time.el (parse-time-string): Simplify.
6517 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
6519 (solar-sunrise-sunset): Rename some local variables for clarity.
6520 (sunrise-sunset): Use zerop.
6521 (solar-mean-equinoxes/solstices): Doc fix.
6523 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
6525 (timeclock-completing-read, timeclock-generate-report): Use zerop.
6526 (timeclock-mean, timeclock-generate-report): Use dolist.
6528 * calendar/todo-mode.el (todo-add-category): Simplify.
6529 (todo-more-important-p, todo-delete-item, todo-file-item):
6531 (todo-top-priorities): Use zerop.
6533 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
6535 * buff-menu.el (list-buffers-noselect): Display buffer name in
6536 tooltip instead of mouse binding when it doesn't fit in the list.
6538 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
6540 * faces.el (xw-defined-colors):
6541 * simple.el (widget-convert, shell-mode): Declare as functions
6542 instead of autoloading.
6548 * emacs-lisp/backquote.el:
6549 * emacs-lisp/timer.el:
6555 * textmodes/fill.el:
6556 * textmodes/paragraphs.el: Remove autoloads, redundant when the
6557 files are preloaded.
6559 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6561 * desktop.el (desktop-create-buffer): Don't catch errors if
6562 debug-on-error is set.
6564 2008-03-14 Eli Zaretskii <eliz@gnu.org>
6566 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
6567 ($(lisp)/calendar/diary-loaddefs.el)
6568 ($(lisp)/calendar/hol-loaddefs.el): New targets.
6569 (LOADDEFS): New macro.
6570 (autoloads): Depend on $(LOADDEFS).
6572 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
6574 * font-lock.el (featurep): Remove test, not useful anymore.
6575 (facemenu-keymap): Move key binding ...
6576 * facemenu.el (facemenu-keymap): ... here.
6578 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
6579 for each file in the list.
6580 (vc-bzr-log-view-mode): Recognize the file marker.
6582 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6583 for checkdoc and profiling.
6585 2008-03-14 Bastien Guerry <bzg@altern.org>
6587 * textmodes/flyspell.el (nxml-mode): Add the right
6588 `flyspell-mode-predicate'.
6590 * wid-edit.el (link): Use 'mouse-face for :follow-link.
6592 2008-03-14 Glenn Morris <rgm@gnu.org>
6594 * calendar/solar.el: Reorder so that functions are defined before use.
6595 (displayed-month, displayed-year): Move declarations where needed.
6596 (solar-get-number): Move definition before use. Use unless.
6597 (solar-equatorial-coordinates): Simplify.
6598 (solar-sunrise-and-sunset): Use let rather than let*.
6599 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
6601 * startup.el (command-line-1): Rename -internal-script back to
6602 -scriptload (reverts previous change).
6604 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
6605 (calendar-bahai-leap-base): Add doc strings.
6606 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
6607 Move definition before use.
6608 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
6609 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
6610 variables outside the loop. Use dolist.
6611 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
6613 * calendar/cal-china.el: Re-order so that functions are defined before
6615 (displayed-month, displayed-year): Move declarations where needed.
6616 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
6617 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
6619 (chinese-year-cache): Recenter on 2010. Doc fix.
6620 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
6622 (chinese-year-cache-init): New function.
6623 (compute-chinese-year, holiday-chinese-new-year)
6624 (calendar-chinese-date-string, calendar-goto-chinese-date)
6625 (make-chinese-month-assoc-list): Use cadr, nth.
6626 (chinese-months): Remove un-needed let.
6628 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
6629 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
6630 (coptic-prompt-for-date): Move definition before use.
6632 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
6633 (calendar-dst-find-data, calendar-daylight-time-offset)
6634 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
6635 (calendar-daylight-savings-starts-time)
6636 (calendar-daylight-savings-ends-time): Use cadr, nth.
6638 * calendar/cal-french.el (french-calendar-epoch)
6639 (calendar-goto-french-date): Doc fix.
6640 (french-calendar-month-name-array)
6641 (french-calendar-multibyte-month-name-array)
6642 (french-calendar-day-name-array, french-calendar-special-days-array):
6645 * calendar/cal-hebrew.el (displayed-month, displayed-year)
6646 (original-date): Move declarations where needed.
6647 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
6649 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
6650 constant variables outside the loop. Use dolist.
6652 * calendar/cal-islam.el (displayed-month, displayed-year)
6653 (original-date): Move declarations where needed.
6654 (islamic-calendar-day-number): Remove unused local variable `day'.
6655 (calendar-goto-islamic-date): Doc fix.
6656 (holiday-islamic): Use unless.
6657 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
6658 constant variables outside the loop. Use dolist.
6659 (mark-islamic-calendar-date-pattern): Move definition before use.
6661 (mark-islamic-diary-entries): Doc fix.
6662 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
6663 (insert-yearly-islamic-diary-entry): Use let rather than let*.
6665 * calendar/cal-julian.el (calendar-absolute-from-julian):
6666 Move definition before use. Remove un-needed local `day'.
6667 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
6669 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
6670 (calendar-mayan-tzolkin-names-array): Add doc strings.
6671 (calendar-mayan-long-count-from-absolute): Use a single let.
6672 (calendar-string-to-mayan-long-count): Simplify.
6673 (calendar-next-haab-date, calendar-previous-haab-date)
6674 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
6675 (calendar-previous-calendar-round-date)
6676 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
6678 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
6679 (calendar-mayan-date-string, calendar-print-mayan-date)
6680 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
6681 (calendar-mayan-long-count-common-era): Move definitions before use.
6683 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
6684 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
6686 (calendar-mouse-goto-date): Move definition before use.
6688 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
6689 Move definition before use.
6690 (calendar-cursor-to-visible-date): Move definition before use.
6691 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
6692 and place inside the conditional.
6693 (calendar-forward-day): Simplify.
6694 (calendar-end-of-month): Use unless.
6695 (calendar-goto-day-of-year): Doc fix.
6696 Relocate obsolete aliases after their replacements.
6698 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
6700 * calendar/diary-lib.el (mark-diary-entries): Move some constant
6701 variables outside the diary-date-forms loop.
6703 * calendar/calendar.el (diary-file): Doc fix.
6704 (calendar-buffer-list): Return buffers rather than strings (fixes
6706 (hebrew-holidays-4): Fix typo.
6708 * calendar/holidays.el (displayed-month, displayed-year):
6709 Move declarations where needed.
6710 (calendar-holiday-list, calendar-list-holidays)
6711 (holiday-filter-visible-calendar): Move definitions before use.
6712 (list-holidays): Use cadr.
6713 Relocate obsolete aliases after their replacements.
6715 * calendar/lunar.el (date, displayed-month, displayed-year):
6716 Move declarations where needed.
6717 (lunar-phase-list): Move definition after functions it uses.
6718 (calendar-phases-of-moon, diary-phases-of-moon)
6719 (lunar-new-moon-on-or-after): Use cadr, nth.
6720 (lunar-new-moon-on-or-after): Doc fix.
6722 * textmodes/org-irc.el (top-level): CL not required when compiling.
6723 (org-irc-visit-erc): Replace runtime CL functions.
6725 * textmodes/org-publish.el (declare-function): Add compatibility stub.
6726 (org-publish-delete-dups): Declare as function.
6728 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
6730 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
6731 (vc-bzr-show-log-entry): Make regexp match more cases.
6732 (vc-diff-switches-list): Remove autoload, not needed.
6734 2008-03-14 Juri Linkov <juri@jurta.org>
6736 * isearch.el (isearch-edit-string): Remove one call to
6737 `isearch-push-state' not to push an inconsistent state,
6738 but keep another correct call to `isearch-push-state'.
6739 (isearch-ring-adjust): Call `isearch-push-state' only when
6740 `search-ring-update' is non-nil since `isearch-edit-string'
6741 already pushes its state.
6742 (isearch-message): Improve matching the failed part by checking
6743 if the original message starts with the last successful message.
6745 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
6746 (dired-perm-write): Rename from `dired-warn-writable'.
6747 Change parent face from `font-lock-warning-face' to
6748 `font-lock-comment-delimiter-face'.
6749 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
6750 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
6751 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
6752 with `dired-perm-write-face'.
6754 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
6756 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
6757 Create cache dir only if it doesn't already exist.
6759 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6761 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
6764 2008-03-13 Johan Bockgård <bojohan@gnu.org>
6766 * net/browse-url.el (browse-url-text-xterm):
6767 Unquote browse-url-text-browser.
6769 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
6771 * textmodes/org-mouse.el: Version number change.
6773 * textmodes/org-publish.el (org-publish-expand-components):
6774 Remove null projects from the list of components.
6775 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
6776 Remove unused retrieval of the :publishing-directory property.
6777 (org-publish-file): Bugfix: when using a relative directory as the
6778 publishing directory, convert it to a directory filename.
6779 (org-publish-project): New alias.
6780 (org-publish-get-files): Protect against empty p.
6781 (org-publish-file): Send an error when file is not part of any project.
6782 (org-publish-file): Offer to refresh the list of files in known
6783 project when the current file is not part of any project.
6784 (org-publish-before-export-hook)
6785 (org-publish-after-export-hook): New hooks.
6786 (org-publish-org-to): Use new hooks and kill buffers.
6787 (org-publish-file): Remove the code for killing buffers.
6788 (org-publish-initialize-files-alist): Use interactive.
6789 (org-publish-file): If the publishing function creates a new
6790 buffer, kill it after publishing.
6791 (org-publish-timestamp-filename): Protect ":" in file name path
6794 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
6795 change that killed the LaTeX buffer.
6797 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
6798 in the decision tree.
6799 (org-select-remember-template): Clean the code.
6800 (org-prepare-dblock): Add the extra :content parameter.
6801 (org-write-agenda): New output type ".ics" files.
6802 (org-write-agenda): Call `org-icalendar-verify-function', both for
6803 time stamps and for TODO entries.
6804 (org-agenda-collect-markers, org-create-marker-find-array)
6805 (org-check-agenda-marker-table): New functions.
6806 (org-agenda-marker-table): New variable.
6807 (org-export-as-html): Revert the change that killed the html
6808 buffer. Side effects first need to be studied carefully.
6809 (org-get-tags-at): Fix the structure of the condition-case statement.
6810 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
6811 (org-timestamp-change): Fix regulear expressions to swallow the
6812 extra character for repeat-shift control.
6813 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
6814 (org-get-legal-level): Alias to `org-get-valid-level'.
6815 (org-dblock-write:clocktable): Add a :link parameter, linking
6816 headlines to their location in the Org agenda files.
6817 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
6818 throwing an error when getting tags before headlines.
6819 (org-timestamp-change, org-modify-ts-extra)
6820 (org-ts-regexp1): Fix timestamp editing.
6821 (org-agenda-custom-commands-local-options): New constant.
6822 (org-agenda-custom-commands):
6823 Use `org-agenda-custom-commands-local-options' to improve customize
6824 type. "htmlize": Removed hack to fix face problem with htmlize,
6825 it no longer seem necessary.
6826 (org-follow-link-hook): New hook.
6827 (org-agenda-custom-commands): Add "Component" as a tag for each
6828 item in a command serie.
6829 (org-open-at-point): Run `org-follow-link-hook'.
6830 (org-agenda-schedule): Bugfix: don't display marker type when it
6832 (org-store-link): org-irc required.
6833 (org-set-regexps-and-options): Parse the new logging options.
6834 (org-extract-log-state-settings): New function.
6835 (org-todo): Handle the new ways of recording state change stuff.
6836 (org-local-logging): New function.
6837 (org-columns-open-link): Fix bug with opening link in column view.
6838 (org-local-logging): New function.
6839 (org-todo): Make sure that LOGGING properties are honoured.
6840 (org-todo-keywords): Improve docstring.
6841 (org-startup-options): Cleanup startup options.
6842 (org-set-regexps-and-options): Process the "!" markers.
6843 (org-todo): Respect the new logging stuff.
6844 (org-log-note-how): New variable.
6845 (org-add-log-maybe): New parameter HOW that defines how logging
6846 should be done and also overrides PURPOSE. Add a docstring.
6847 (org-add-log-note): Check if we really need to ask for a note.
6848 (org-get-current-options): Digest the new keyword.
6849 (org-agenda-reset-markers): Rename from
6850 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
6851 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
6852 function, without force argument.
6853 (org-buffer-property-keys): Bind local variables s and p.
6854 (org-make-tags-matcher): Allow "" to match an empty or
6855 non-existent property value.
6856 (org-export-as-html): Join unsorted lists when they directly
6857 follow each other. Such lists may be created by headlines that
6858 are converted to lists.
6859 (org-nofm-to-completion): New function.
6860 (org-export-as-html): Use :html-extension instead of
6861 org-export-html-extension.
6862 (org-store-link): Support for links from `rmail-summary-mode'.
6863 (org-columns-new, org-complete, org-set-property): Set the
6864 `include-columns' argument in the call to
6865 `org-buffer-property-keys'.
6866 (org-buffer-property-keys): New argument `include-columns', to
6867 include properties expected by any of the COLUMS formats in the
6869 (org-cleaned-string-for-export): Get rid of drawers first, so that
6870 they will be removed also in the text before the first headline.
6871 (org-clock-report): Show the clocktable when found.
6872 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
6873 (org-version): With prefix argument, insert `org-version' at point.
6874 (org-agenda-goto): Recenter the window after finding the target
6875 location, to make sure the correct position will be displayed.
6876 (org-agenda-get-deadlines): Don't scale priority with the warning
6878 (org-insert-heading): Don't break line in the middle of the line.
6879 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
6881 (org-update-checkbox-count): Revamp to deal with hierarchical
6882 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
6883 (org-remove-timestamp-with-keyword): New function.
6884 (org-schedule, org-deadline):
6885 Use `org-remove-timestamp-with-keyword' to make sure all such time
6887 (org-mode): Support for `align'.
6888 (org-agenda-get-deadlines): Make sure priorities increase as the
6889 due date approaches and is passed.
6890 (org-remember-apply-template): Fix problem with tags that
6892 (org-make-link-regexps): Improve the regular expression for plain links.
6893 (org-agenda-get-closed): List each clocking entry.
6894 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
6895 (org-special-ctrl-k): New option.
6896 (org-kill-line): New function.
6897 (org-archive-all-done): Fix incorrect number of stars in regexp.
6898 (org-refile-get-location): New function.
6899 (org-refile-goto-last-stored): New function.
6900 (org-global-tags-completion-table): Add the value of org-tag-alist
6901 in each buffer, to make sure that also unused tags will be
6902 available for completion.
6903 (org-columns-edit-value)
6904 (org-columns-next-allowed-value): Only update if not in agenda.
6905 (org-clocktable-steps): New function.
6906 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
6907 (org-archive-subtree): Add the outline tree context as a property.
6908 (org-closest-date): New optional argument `prefer'.
6909 (org-goto-auto-isearch): New option.
6910 (org-goto-map, org-get-location): Implement auto-isearch.
6911 (org-goto-local-auto-isearch-map): New variable.
6912 (org-goto-local-search-forward-headings)
6913 (org-goto-local-auto-isearch): New functions.
6915 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
6917 * textmodes/org-irc.el: New file.
6919 2008-03-13 John Wiegley <johnw@gnu.org>
6921 * textmodes/org-mac-message.el: New file.
6923 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
6925 * font-lock.el (font-lock-comment-face): Set the foreground for
6926 the light background 8 colors case.
6928 2008-03-13 Glenn Morris <rgm@gnu.org>
6930 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
6931 generate-autoload-cookie patterns.
6933 * startup.el (command-line-1): Rename -scriptload to -internal-script.
6935 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
6936 (MH_E_SRC): Remove variable.
6937 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
6938 Simplify file header. Use $@ for generated-autoload-file.
6940 * Makefile.in (LOADDEFS): New variable.
6941 (AUTOGENEL): Use $LOADDEFS.
6942 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
6943 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
6944 ($(lisp)/calendar/hol-loaddefs.el): New targets.
6945 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6946 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
6947 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
6948 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
6949 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
6950 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
6951 Add calendar-specific autoload cookies, and remove any setting of
6952 generated-autoload-file.
6953 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
6954 * calendar/diary-lib.el: Replace explicit autoloads with reading of
6956 * calendar/holidays.el: Replace explicit autoloads with reading of
6959 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
6960 (calendar-buffer-list): Simplify.
6961 (generate-calendar-window): Use calendar-mark-holidays rather than
6964 * calendar/cal-hebrew.el (list-yahrzeit-dates):
6965 Use cal-hebrew-yahrzeit-buffer.
6967 * calendar/cal-x.el (calendar-only-one-frame-setup)
6968 (calendar-two-frame-setup): Doc fixes.
6969 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
6971 * calendar/appt.el (appt-mode-string): Mark as risky.
6972 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
6974 * calendar/cal-html.el (diary-list-entries):
6975 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
6976 (calendar-iso-from-absolute): Fix autoloads.
6978 * calendar/cal-iso.el (calendar-absolute-from-iso)
6979 (calendar-iso-read-args): Simplify.
6980 (calendar-iso-date-string, calendar-iso-read-args)
6981 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
6983 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
6984 (displayed-month, displayed-year): Move declarations where needed.
6985 (calendar-print-astro-day-number): Doc fix.
6987 * calendar/cal-persia.el (persian-calendar-month-name-array)
6988 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
6989 (persian-prompt-for-date): Remove local variable `today'.
6991 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
6993 * calendar/solar.el (solar-moment, solar-exact-local-noon)
6994 (solar-sunrise-sunset, solar-sunrise-sunset-string)
6995 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
6996 (diary-sabbath-candles, solar-equinoxes/solstices)
6997 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
6998 (solar-time-equation, solar-date-to-et): Simplify.
7000 * mail/supercite.el: Remove the `function' in `(function (lambda'.
7001 Replace `(car (cdr' with cadr'.
7003 * progmodes/f90.el (f90-font-lock-n): New function.
7004 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
7005 Use f90-font-lock-n.
7006 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
7008 * progmodes/f90.el (f90-mode-abbrev-table):
7009 * progmodes/fortran.el (fortran-mode-abbrev-table):
7010 Use newer form of define-abbrev, where supported. No need to bind
7011 abbrevs-changed for system abbrevs.
7013 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7015 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
7016 delete-frame-functions.
7018 * bookmark.el (Info-current-node): Remove.
7020 2008-03-12 Juri Linkov <juri@jurta.org>
7022 * help.el (describe-project): Remove defaliases for view-todo and
7023 describe-project that are now unnecessary after the merge from
7024 emacs--rel--22 that added define-obsolete-function-alias.
7026 * startup.el (inhibit-startup-screen): Revert incomplete
7027 2008-03-10 merge from emacs--rel--22 that partly reverted
7028 2008-02-28 change that added initial message to *scratch* buffer
7029 regardless of the value of `inhibit-startup-screen'.
7030 Now keep this change in the trunk, but not in the 22 branch.
7032 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7034 * international/quail.el (quail-setup-completion-buf, quail-help):
7035 * mail/binhex.el (binhex-decode-region-internal):
7036 * mail/uudecode.el (uudecode-decode-region-internal):
7037 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7038 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7039 setting default-enable-multibyte-characters.
7041 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
7043 * comint.el: Fix up indentation and comment style. Remove `function'.
7045 * international/mule-cmds.el (reset-language-environment)
7046 (set-language-environment-nonascii-translation):
7047 Don't set-unibyte-charset.
7049 * doc-view.el: Remove all cb-args, use closures instead.
7050 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
7051 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
7052 doing an incorrect check). Update all callers to use the new name.
7053 (doc-view-doc->txt): Add missing `txt' argument.
7055 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
7057 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
7058 md5 sum calculation to single-byte.
7060 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7062 * doc-view.el (doc-view-new-window-function): Add assertion.
7063 (doc-view-doc-type): New var.
7064 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
7065 (doc-view-intersection): New fun.
7066 (doc-view-mode): Use it to set the new var.
7068 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
7070 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
7071 (doc-view-already-converted-p): New functions.
7072 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
7073 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
7074 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
7075 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
7076 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
7077 (doc-view-convert-current-doc): Don't hardwire the functions the
7078 sentinels call. Now they're provided by two args CALLBACK and
7079 CB-ARGS to the functions.
7080 (doc-view-search): Use doc-view-doc->txt.
7081 (doc-view-initiate-display): Use doc-view-already-converted-p.
7082 Mention new binding C-c C-t if doc-view-mode doesn't work.
7084 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7086 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
7088 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7090 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
7091 Mark " outside of tags as punctuation.
7093 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
7095 * menu-bar.el (minibuffer-local-map): Use the same command for the
7096 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
7097 Prefer RET over C-j for exit-minibuffer.
7099 * files.el (display-buffer-other-frame): Eliminate problematic code.
7101 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
7102 (menu-bar-select-buffer): Remove.
7103 (menu-bar-select-frame): Make non-interactive and take a frame arg.
7104 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
7106 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
7108 * icomplete.el (icomplete-completions): Remove obsolete code.
7110 * net/net-utils.el (iwconfig-program-options): Doc fix.
7111 (net-utils-run-program, run-network-program): Define as functions.
7113 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
7115 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
7117 2008-03-11 Glenn Morris <rgm@gnu.org>
7119 * faces.el (mode-line-emphasis): New face.
7120 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
7122 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
7124 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
7126 * simple.el (set-mark-command): Doc fix.
7128 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7130 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
7132 * emacs-lisp/autoload.el (autoload-find-destination):
7133 Don't force raw-text.
7135 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
7136 * calendar/cal-loaddefs.el: Don't version control.
7138 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
7140 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
7141 entries and add :help to the existing ones.
7143 2008-03-10 Glenn Morris <rgm@gnu.org>
7145 * calendar/cal-hebrew.el (date, entry, number): Move declarations
7146 to where they are needed.
7148 * calendar/calendar.el (diary-file, hebrew-holidays-1)
7149 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
7150 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
7151 (calendar-version): Doc fixes.
7152 (calendar-absolute-from-gregorian): Use zerop.
7153 (calendar-mode-line-format): Make it a defcustom.
7155 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
7156 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
7157 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
7158 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
7159 (mark-included-diary-files, mark-calendar-days-named)
7160 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
7161 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
7162 (insert-monthly-diary-entry, insert-yearly-diary-entry)
7163 (insert-anniversary-diary-entry, insert-block-diary-entry)
7164 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
7165 (diary-font-lock-sexps): Doc fixes.
7166 (diary-remind-message, mark-calendar-month): Use zerop.
7167 (diary-attrtype-convert, diary-pull-attrs): Simplify.
7168 (diary-list-entries): Revert let to let* (previous change).
7170 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
7172 2008-03-10 Kim F. Storm <storm@cua.dk>
7174 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
7175 function aliases for the old names.
7177 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
7179 * iswitchb.el (iswitchb-use-faces): Doc fix.
7180 (iswitchb-buffer-ignore, iswitchb-read-buffer):
7181 Fix typos in docstrings.
7183 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
7185 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
7187 (verilog-type-font-keywords): Reindent.
7189 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
7191 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
7192 grouping-keyword regular expression.
7193 (verilog-font-lock-keywords): Allow users to toggle special
7194 highlight of grouping-keywords.
7195 (verilog-highlight-grouping-keywords): The toggle for special
7196 highlighting of grouping keywords.
7198 2008-03-10 Juri Linkov <juri@jurta.org>
7200 * startup.el: Revert 2008-02-28 change that adds initial message
7201 to *scratch* buffer regardless of the value of
7202 `inhibit-startup-screen'.
7204 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
7206 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
7207 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
7208 * progmodes/verilog-mode.el (verilog-mode):
7209 * net/socks.el (socks):
7210 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
7212 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
7214 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
7215 (doc-view-bookmark-make-record): Use them.
7216 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
7217 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
7219 * bookmark.el (bookmark-make-record-function): Change expected return
7220 value to include a suggested bookmark name.
7221 (bookmark-make): Split into bookmark-make-record and bookmark-store.
7222 Fix reversed `overwrite' semantics.
7223 (bookmark-set): Call bookmark-make-record before prompting the user.
7224 Then pass the result to bookmark-store later on.
7225 (bookmark-make-name-function): Remove.
7226 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
7227 * info.el (bookmark-make-name-function): Remove.
7228 (Info-mode): Don't set it.
7229 (Info-bookmark-make-name): Remove.
7230 (Info-bookmark-make-record): Use Info-current-node as suggested default
7233 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
7234 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
7235 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
7236 (bookmark-annotation-buffer, bookmark-annotation-file)
7237 (bookmark-annotation-point, bookmark-send-annotation)
7238 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
7239 (bookmark-edit-annotation-text-func): Rename from
7240 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
7241 (bookmark-edit-annotation-mode-map): Move initialization into
7244 * bookmark.el: Remove spurious * in docstrings.
7245 (bookmark-minibuffer-read-name-map): New var.
7246 (bookmark-set): Use it. Also pass the default value as it should.
7247 (bookmark-send-edited-annotation): Take no chances with text properties.
7248 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
7249 (bookmark-insert-buffer-name): Remove.
7250 (bookmark-buffer-file-name): Signal an error rather than returning nil.
7252 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
7254 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
7256 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
7258 * diff-mode.el (diff-mode-menu): Add :help.
7260 2008-03-09 Glenn Morris <rgm@gnu.org>
7262 * calendar/calendar.el (general-holidays, oriental-holidays)
7263 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
7264 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
7265 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
7266 (calendar-holidays): Restore autoload cookies, because people are
7267 used to using these variables without loading calendar.el.
7269 * calendar/cal-islam.el (diary-islamic-date): Move to end.
7270 (date, number): Declare where needed.
7272 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
7273 (list-sexp-diary-entries): Doc fixes.
7274 (diary-list-entries): Doc fix. Remove free variable `entry'.
7275 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
7276 Simplify setting of `date-holiday-list'.
7277 (mark-diary-entries): Remove free variable `entry'.
7278 (diary-list-entries, include-other-diary-files, fancy-diary-display):
7279 Use let where let* is not needed.
7281 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
7283 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
7284 make-record function, instead paste it in afterwards.
7285 (bookmark-make-record-for-text-file):
7286 * doc-view.el (doc-view-bookmark-make-record):
7287 * info.el (Info-bookmark-make-record): Don't mess with annotations.
7289 2008-03-08 Glenn Morris <rgm@gnu.org>
7291 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
7293 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
7295 * calendar/diary-lib.el (diary-list-entries)
7296 (include-other-diary-files, mark-diary-entries)
7297 (mark-sexp-diary-entries, mark-included-diary-files)
7298 (diary-entry-time, list-sexp-diary-entries): Remove the special
7299 handling of ^M that dates back to the use of selective-display.
7300 (simple-diary-display): Obey setting of pop-up-frames.
7301 (body, entry): Remove unnecessary declarations.
7303 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
7304 (bookmark-get-annotation, bookmark-set-annotation)
7305 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7306 (bookmark-set-position, bookmark-get-front-context-string)
7307 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7308 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
7309 * info.el (Info-bookmark-make-record): Don't bother recording point.
7310 (bookmark-get-filename, bookmark-get-front-context-string)
7311 (bookmark-get-rear-context-string, bookmark-get-position):
7312 Don't declare any more.
7313 (bookmark-get-info-node): Remove.
7314 (bookmark-prop-get): Declare.
7315 (Info-bookmark-jump): Use it.
7317 2008-03-08 Johan Bockgård <bojohan@gnu.org>
7319 * subr.el (while-no-input): Don't splice BODY directly into the
7322 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
7324 * diff-mode.el (diff-ignore-whitespace-hunk):
7325 Bind inhibit-read-only before trying to change the buffer.
7327 2008-03-08 Glenn Morris <rgm@gnu.org>
7329 * calendar/appt.el (appt): Move custom group here from calendar.el.
7330 (appt-disp-window, appt-convert-time): Doc fixes.
7332 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
7333 (calendar-bahai-mark-date-pattern):
7334 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
7335 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
7336 * calendar/cal-julian.el (calendar-absolute-from-julian):
7337 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
7339 * calendar/cal-china.el (chinese-calendar): Move custom group here from
7341 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
7343 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
7344 (chinese-calendar-daylight-savings-starts)
7345 (chinese-calendar-daylight-savings-ends)
7346 (chinese-calendar-daylight-savings-starts-time)
7347 (chinese-calendar-daylight-savings-ends-time)
7348 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
7351 * calendar/cal-coptic.el (coptic-name): Add doc string.
7353 * calendar/cal-french.el (french-calendar-month-name-array)
7354 (french-calendar-day-name-array, french-calendar-special-days-array):
7357 * calendar/cal-bahai.el (diary-bahai-mark-entries)
7358 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
7359 (diary-bahai-insert-yearly-entry):
7360 * calendar/cal-dst.el (calendar-next-time-zone-transition)
7361 (calendar-time-zone):
7362 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
7363 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
7364 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
7365 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
7366 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
7367 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
7368 (list-islamic-diary-entries, mark-islamic-diary-entries)
7369 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
7370 (insert-yearly-islamic-diary-entry):
7371 * calendar/cal-iso.el (calendar-iso-read-args):
7372 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
7373 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
7374 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
7375 (calendar-next-calendar-round-date)
7376 (calendar-mayan-long-count-common-era):
7377 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
7378 (cal-menu-x-popup-menu, calendar-mouse-holidays)
7379 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
7380 (calendar-mouse-goto-date):
7381 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
7382 * calendar/holidays.el (holidays):
7383 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
7384 * calendar/time-date.el (date-to-time, time-subtract, time-add)
7385 (safe-date-to-time): Doc fixes.
7387 * calendar/cal-persia.el (persian-calendar-month-name-array)
7388 (persian-calendar-epoch): Make constants.
7390 * calendar/cal-tex.el (calendar-tex): Move custom group here from
7393 * calendar/cal-x.el (diary-frame-parameters)
7394 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
7395 (calendar-after-frame-setup-hooks): Make defcustoms.
7396 (calendar-one-frame-setup, calendar-only-one-frame-setup)
7397 (calendar-two-frame-setup): Doc fix.
7399 * calendar/cal-loaddefs.el: New file.
7401 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7402 * calendar/cal-french.el, calendar/cal-html.el:
7403 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
7404 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
7405 * calendar/cal-tex.el, calendar/cal-x.el:
7406 Unquote lambda functions. Add autoload cookies to functions formerly
7407 autoloaded in calendar.el. Set `generated-autoload-file' to
7410 * calendar/calendar.el: Move many autoloads to separate file,
7411 cal-loaddefs.el. Move defcustoms to start and re-order.
7412 (calendar-month-name-array, calendar-starred-day): No need to
7413 declare for compiler.
7414 (cal-loaddefs): Require it.
7415 (appt, chinese-calendar, calendar-tex): Move custom groups to the
7417 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
7419 (diary-face, diary-file-name-prefix-function, diary-include-string)
7420 (diary-glob-file-regexp-prefix, diary-face-attrs)
7421 (diary-file-name-prefix, sexp-diary-entry-symbol)
7422 (print-diary-entries-hook, list-diary-entries-hook)
7423 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
7424 (nongregorian-diary-marking-hook, diary-list-include-blanks):
7426 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
7427 (all-bahai-calendar-holidays): Doc fix.
7428 (calendar-insert-indented): Doc fix. Use when rather than if.
7429 (exit-calendar): Use mapc rather than mapcar.
7430 (calendar-cursor-to-date): Use zerop.
7431 (calendar-mark-ring): Add doc-string.
7432 (calendar-starred-day): Defvar it.
7433 (calendar-mode): Make calendar-starred-day local.
7434 (calendar-star-date): No need to make calendar-starred-day local.
7436 * calendar/diary-lib.el: Move defcustoms to start.
7437 (diary-include-string, diary-list-include-blanks)
7438 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
7439 (diary-file-name-prefix, diary-file-name-prefix-function)
7440 (sexp-diary-entry-symbol, list-diary-entries-hook)
7441 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
7442 (nongregorian-diary-marking-hook, print-diary-entries-hook):
7443 Move here from calendar.el.
7444 (diary-file-name-prefix-function): Use 'identity.
7445 (diary-face): Make it a defcustom, and mark as obsolete.
7446 (top-level): No need to require cal-hebrew, cal-islam when compiling.
7447 (calendar-hebrew-month-name-array-leap-year)
7448 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
7449 Define for compiler.
7450 (diary-font-lock-keywords): Use format rather than concat.
7451 Add bahai-diary-entry-symbol.
7453 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
7454 * calendar/solar.el: Unquote lambda functions.
7456 * calendar/solar.el (calendar-location-name, calendar-latitude)
7457 (calendar-longitude, solar-setup, solar-sin-degrees)
7458 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
7459 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
7460 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
7461 (solar-exact-local-noon, solar-julian-ut-centuries)
7462 (solar-ephemeris-time, solar-date-next-longitude)
7463 (solar-horizontal-coordinates, solar-equatorial-coordinates)
7464 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
7465 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
7466 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
7468 (solar-horizontal-coordinates, solar-equatorial-coordinates)
7469 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
7470 (solar-ecliptic-coordinates): Use unless.
7471 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
7474 * calendar/timeclock.el: Add doc-strings to all functions.
7475 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
7476 (timeclock-entry-list-length, timeclock-entry-list-projects)
7477 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
7479 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
7481 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
7482 (org-get-entries-from-diary): Require diary-lib.
7484 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
7486 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
7487 Pacify byte-compiler.
7489 2008-03-07 Alan Mackenzie <acm@muc.de>
7491 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
7492 paren/bracket pairs parsed, to solve performance problem.
7494 2008-03-07 Bastien Guerry <bzg@altern.org>
7496 * bookmark.el (bookmark-set): Don't check for
7497 `bookmark-make-name-function' since `bookmark-buffer-file-name'
7498 already takes care of this.
7499 (bookmark-buffer-name, bookmark-buffer-file-name):
7500 Remove Info-mode specific code.
7502 * info.el (bookmark-get-info-node): Define this function in
7503 info.el, not in bookmark.el.
7504 (Info-mode): Set `bookmark-make-name-function' to
7505 `Info-bookmark-make-name' locally.
7506 (Info-bookmark-make-name): New function.
7508 * bookmark.el (bookmark-make-name-function): New variable.
7510 2008-03-07 Karl Fogel <kfogel@red-bean.com>
7512 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
7513 buffer-local, not `bookmark-make-cell-function' (the old name).
7515 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
7517 * doc-view.el (doc-view-bookmark-make-record):
7518 * image-mode.el (image-bookmark-make-record):
7519 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
7521 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
7523 * vc.el (vc-status-menu-map-filter): Return orig-binding if
7524 boundp 'vc-ignore-menu-filter.
7525 (vc-status-tool-bar-map): Make it defvar.
7526 (vc-status-mode): vc-status-tool-bar-map now variable.
7527 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
7529 2008-03-07 Karl Fogel <kfogel@red-bean.com>
7531 Give a better name to part of the bookmark interface.
7533 This was originally a much larger change, but halfway through I
7534 updated and discovered that Stefan Monnier had done the rest.
7535 It looks like he anticipated the new name too, because he used
7536 `the-record' instead of `the-cell' for some internal variable names.
7538 * bookmark.el (bookmark-make-record-function): Was
7539 `bookmark-make-cell-function'.
7540 (bookmark-make, bookmark-send-annotation): Update for above.
7541 (bookmark-make-record-for-text-file):
7542 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
7544 * info.el: Adjust accordingly.
7545 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
7547 * image-mode.el: Adjust accordingly.
7548 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
7550 * doc-view.el: Adjust accordingly.
7551 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
7553 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7555 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
7556 Move initialization into declaration.
7557 (bookmark-get-info-node, bookmark-set-info-node): Remove.
7558 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
7559 (bookmark-info-current-node): Remove.
7560 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
7561 Add relocation fallback. Set bookmark-current-bookmark.
7562 (bookmark-default-handler): Rename from bookmark-jump-noselect.
7563 Remove relocation fallback. Don't set bookmark-current-bookmark.
7564 (bookmark-set): Let it be used even if there's no buffer-file-name
7565 as long as there is a bookmark-make-cell-function.
7566 * info.el (Info-bookmark-jump): Remove relocation fallback.
7567 Don't set bookmark-current-bookmark.
7569 2008-03-07 Glenn Morris <rgm@gnu.org>
7571 * calendar/appt.el (appt-issue-message)
7572 (appt-message-warning-time, appt-audible, appt-visible)
7573 (appt-msg-window, appt-display-mode-line, appt-display-duration)
7574 (appt-display-diary): Remove autoload cookies.
7576 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
7577 Remove leading `*' from defcustom doc-strings.
7579 * calendar/cal-dst.el (calendar-dst): New custom group.
7580 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
7581 (calendar-time-zone, calendar-daylight-time-offset)
7582 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
7583 (calendar-daylight-savings-starts-time)
7584 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
7585 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
7588 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
7590 * calendar/calendar.el (calendar-version): Use emacs-version and
7591 make it obsolete. Move to end.
7592 (calendar-offset, view-diary-entries-initially)
7593 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
7594 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
7595 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
7596 (all-bahai-calendar-holidays, calendar-load-hook)
7597 (initial-calendar-window-hook, today-visible-calendar-hook)
7598 (today-invisible-calendar-hook, calendar-move-hook)
7599 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
7600 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
7601 (diary-include-string, sexp-diary-entry-symbol)
7602 (abbreviated-calendar-year, american-date-diary-pattern)
7603 (european-date-diary-pattern, european-calendar-display-form)
7604 (american-calendar-display-form, print-diary-entries-hook)
7605 (list-diary-entries-hook, diary-hook, diary-display-hook)
7606 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
7607 (nongregorian-diary-marking-hook, diary-list-include-blanks)
7608 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
7609 (local-holidays, other-holidays, hebrew-holidays-1)
7610 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
7611 (hebrew-holidays, christian-holidays, islamic-holidays)
7612 (bahai-holidays, solar-holidays, calendar-setup)
7613 (calendar-week-start-day): Remove autoload cookies.
7614 (diary-glob-file-regexp-prefix): Doc fix.
7615 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
7616 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
7617 (calendar-week-start-day, calendar-debug-sexp): Move to start.
7619 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
7620 (calendar-time-display-form, calendar-latitude)
7621 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
7623 (calendar-latitude, calendar-longitude): Move functions after
7625 (diary-sabbath-candles-minutes): Move to start.
7626 (solar-setup): Use or rather than if.
7627 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
7628 Remove condition-case.
7629 (solar-atn2): Use zerop.
7630 (solar-equinoxes-solstices): Doc fix.
7632 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
7633 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
7635 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
7636 (calendar-longitude, calendar-latitude, calendar-location-name):
7637 Declare for compiler.
7639 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7641 * arc-mode.el (archive-ar-file-header-re): New const.
7642 (archive-ar-summarize, archive-ar-extract): New funs.
7643 (archive-find-type): Recognize ar archives.
7645 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
7648 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
7650 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
7652 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7653 Replace :enable (mark-active) with :enable mark-active.
7655 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
7657 * vms-patch.el (make-legal-file-name): New obsolete alias.
7658 (make-valid-file-name): Rename from `make-legal-file-name'.
7659 (make-auto-save-file-name): Use it.
7661 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
7662 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
7663 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
7665 * textmodes/org.el (org-export-html-style): Doc fix.
7666 (org-get-legal-level): New obsolete alias.
7667 (org-get-valid-level): Rename from `org-get-legal-level'.
7668 (org-promote, org-demote, org-archive-subtree)
7669 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
7671 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
7673 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
7675 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
7676 (vc-status-toggle-mark): New functions.
7677 (vc-status-mode): Set tool bar map.
7679 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
7681 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
7682 Reported by Drew Adams <drew.adams@oracle.com>.
7684 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
7686 * subr.el (read-quoted-char): Resolve modifers of the character
7689 * comint.el (comint-exec-1): Don't change the coding-system for
7690 decoding to dos-like EOL.
7691 (comint-carriage-motion): Fully rewrite.
7693 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
7695 * epg.el (epg-context-include-certs): Reflow docstring.
7696 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
7697 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
7698 (epg-context-set-signers, epg-context-set-sig-notations)
7699 (epg-make-import-status, epg-make-import-result)
7700 (epg-start-delete-keys): Fix typos in docstrings.
7701 (epg-start-sign-keys, epg-sign-keys):
7702 Fix typos in obsolescence declarations.
7704 * iswitchb.el: Don't check for `cadr' and `last'.
7705 (iswitchb-define-mode-map, iswitchb-default-keybindings):
7706 Add obsolescence declaration and remove redundant info from docstring.
7707 (iswitchb-set-common-completion, iswitchb-set-matches)
7708 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
7709 (recentf-list, most-len, most-is-exact):
7710 Don't wrap defvars within `eval-when-compile'.
7712 2008-03-05 Glenn Morris <rgm@gnu.org>
7714 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7715 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7716 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
7717 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
7718 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
7720 * ediff-hook.el (ediff-window-setup-function): Don't autoload
7721 declaration for compiler.
7722 (ediff-xemacs-init-menus): Use when rather than if.
7724 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
7726 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
7727 (ediff-delete-overlay): Move the XEmacs test inside the definition.
7729 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
7731 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
7732 test inside XEmacs test.
7733 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
7734 since it was doing nothing on Emacs.
7735 (ediff-make-bullet-proof-overlay): Use when rather than if.
7737 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
7738 (ediff-setup-control-frame): Remove
7739 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
7740 a (featurep 'xemacs) test.
7742 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
7744 * calc/calc-ext.el (calc-extended-command-history): New variable.
7745 (calc-exectute-extended-command): Use `calc-extended-command-history'.
7747 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
7749 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
7750 (standard-mode-line-position): Add mouse-face.
7752 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
7753 * progmodes/grep.el (grep-mode-map): Add :help.
7755 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
7756 initialize in one step. Add :help. Use :enable to activate menu
7757 items. Show the key binding for edebug-defun.
7758 (lisp-interaction-mode-map): Add a menu.
7760 * term.el (term-mode-map): Define and initialize in one step.
7762 * ediff-init.el (ediff-color-display-p): Simplify.
7763 (Xor): Remove unused function.
7764 (ediff-with-syntax-table): Simplify for Emacs.
7766 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
7767 menu-bar being loaded, it always is.
7769 2008-03-05 Glenn Morris <rgm@gnu.org>
7771 * textmodes/tex-mode.el (tex-mode): Suppress warning about
7772 multiple definitions when compiling.
7774 2008-03-04 Alan Mackenzie <acm@muc.de>
7776 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
7778 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
7779 doc-string, "c-old-LEN" -> "c-old-END".
7781 2008-03-04 Jason Rumney <jasonr@gnu.org>
7783 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
7786 2008-03-04 Glenn Morris <rgm@gnu.org>
7788 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
7790 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
7793 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7795 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
7796 (byte-compile-nilconstp): Can't use recursion in a defsubst.
7798 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
7799 so that M-q can fill comments.
7800 (tex-executable-exists-p, tex-compile): Extend with special syntax for
7801 commands implemented in elisp.
7802 (tex-compile-commands): Add an entry to use doc-view for pdf files.
7803 (tex-format-cmd): New function.
7804 (tex-compile): Use it to let the user specify default arguments.
7805 (tex-cmd-bibtex-args): New var.
7806 (tex-cmd-doc-view): New function.
7808 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
7810 * faces.el (face-spec-set): Fix typos in docstring.
7812 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
7814 * bindings.el (mode-line-column-line-number-mode-map): New variable.
7815 (standard-mode-line-position): Use it to add a menu for toggling
7816 column number and line number display.
7818 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7820 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
7821 Remove optimization that was working around the form-code-walker bug.
7823 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7824 Walk into the body of lambdas after byte-compile-unfold-lambda.
7826 2008-03-03 Glenn Morris <rgm@gnu.org>
7828 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
7829 value, if set, over frame value.
7831 * simple.el (transient-mark-mode): Don't turn on by default.
7833 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
7834 accidentally removed by the 2007-12-05 merge from Gnus.
7836 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
7838 * progmodes/compile.el (compilation-menu-map): Add menu entries
7841 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
7842 Glenn Morris <rgm@gnu.org>
7844 * emacs-lisp/bytecomp.el (byte-recompile-directory)
7845 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
7846 Give a `bytecomp-' prefix to local variables with common names.
7848 2008-03-01 Glenn Morris <rgm@gnu.org>
7850 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
7851 code commented out 2007-11-10.
7853 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
7855 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
7857 * emulation/viper-cmd.el, emulation/viper-ex.el:
7858 * emulation/viper-init.el, emulation/viper-keym.el:
7859 * emulation/viper-mous.el, emulation/viper-util.el:
7860 * emulation/viper.el:
7861 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
7864 Replace obselete frame-local variables with frame-parameters.
7865 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
7866 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
7867 (viper-vi-state-cursor-color): Only call make-variable-frame-local
7869 * emulation/viper-util.el (viper-frame-value): New macro.
7870 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
7871 (viper-R-state-post-command-sentinel)
7872 (viper-replace-state-post-command-sentinel)
7873 (viper-change-state-to-insert, viper-change-state-to-emacs):
7874 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
7875 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
7876 (viper-get-saved-cursor-color-in-insert-mode)
7877 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
7878 Use viper-frame-value for viper-replace-overlay-cursor-color,
7879 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
7880 viper-vi-state-cursor-color values.
7882 * emulation/viper-cmd.el (zmacs-region-stays):
7883 * emulation/viper-util.el (zmacs-region-stays): No need to define
7886 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
7889 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
7892 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
7895 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7897 * whitespace.el: New version 9.3. As the glyph code generation was
7898 fixed, it is possible now to use character code above ?\x1FFFF in the
7899 display table. Fix `whitespace-indentation-regexp' to not include an
7900 extra ending character. Reported by Michael Welsh Duggan
7901 <mwd@cert.org>. Added hook actions when buffer is written or killed as
7902 the original whitespace package had. Suggested by Eric Cooper
7903 <ecc@cmu.edu>. Doc fix.
7904 (whitespace-action): New option.
7905 (whitespace-display-mappings): Changed default newline visualization to
7906 display downwards arrow, as the glyph code generation was fixed.
7907 (whitespace-unload-function): Assure that all local whitespace mode is
7909 (whitespace-global-modes): Fix type customization.
7910 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
7911 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
7912 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
7914 (whitespace-buffer): Command removed.
7915 (whitespace-trailing-regexp, whitespace-mark-x)
7916 (whitespace-display-window, whitespace-action-when-on)
7917 (whitespace-add-local-hook, whitespace-remove-local-hook)
7918 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
7919 (whitespace-action): New funs.
7920 (whitespace-report-list, whitespace-report-text)
7921 (whitespace-report-buffer-name): New consts.
7922 (whitespace-report, whitespace-report-region): New commands.
7924 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
7926 * disp-table.el (make-glyph-code): Don't test the result of
7927 `face-id', which already signals an error for invalid faces.
7928 (glyph-face): Simplify.
7930 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
7931 running `desktop-not-loaded-hook' to allow modifying it.
7932 Don't show warning message if `desktop-dirname' was modified.
7934 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
7936 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
7937 we still expect more lines.
7939 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
7940 comment-paragraph filling if the commark doesn't match
7943 2008-03-01 Daiki Ueno <ueno@unixuser.org>
7945 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
7948 2008-03-01 Jason Rumney <jasonr@gnu.org>
7950 * files.el (make-auto-save-file-name): Encode more characters in
7951 non-file buffer names. Use url-encoding.
7953 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
7955 * net/net-utils.el (ftp-program): Fix typo in docstring.
7956 (ifconfig-program-options, netstat-program-options)
7957 (arp-program-options, route-program-options, nslookup-program-options)
7958 (ftp-program-options, smbclient-program-options)
7959 (dns-lookup-program-options, arp, route): Doc fixes.
7961 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
7962 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
7963 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
7964 Fix typos in docstrings.
7965 (gdb-pending-triggers): Reflow docstring.
7966 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
7968 2008-03-01 Alan Mackenzie <acm@muc.de>
7970 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
7973 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
7975 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
7977 2008-02-29 Kim F. Storm <storm@cua.dk>
7979 * emulation/cua-base.el (cua-remap-control-v)
7980 (cua-remap-control-z): New defcustoms.
7981 (cua-mode): Add them to set-after property.
7982 (cua--init-keymaps): Use them.
7983 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
7985 * help.el (view-emacs-todo): Rename from view-todo.
7986 (describe-gnu-project): Rename from describe-project. Users changed.
7987 (view-help-file): New helper function.
7988 (describe-distribution, describe-copying, describe-gnu-project)
7989 (view-todo, view-order-manuals, view-emacs-problems): Use it.
7990 (view-emacs-debugging, view-external-packages): New commands.
7991 (help-map): Move describe-distribution to C-h C-o (ordering).
7992 Move view-emacs-problems to C-h C-p (problems).
7993 Bind view-emacs-debugging to C-h C-d (debugging).
7994 Bind view-external-packages to C-h C-e (extras).
7995 (help-for-help-internal): Cleanup and align descriptions.
7996 Remove command names to reduce clutter.
7998 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
8000 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
8001 and quieter face (not a warning).
8003 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
8005 * vc.el (vc-status-crt-marked): New variable.
8006 (vc-status-mode): Make it local.
8007 (vc-status-refresh): Use it to save the marked files.
8008 (vc-update-vc-status-buffer): Use it to restore the marked files.
8010 * vc-svn.el (vc-svn-after-dir-status):
8011 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
8013 2008-02-29 Glenn Morris <rgm@gnu.org>
8015 * allout.el (allout-topic-encryption-bullet)
8016 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
8017 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
8020 * net/imap.el (imap-ping-server):
8021 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
8022 Change defcustom :version from 23.0 to 23.1.
8024 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
8026 * desktop.el (desktop-save): Save the buffer name if the
8027 uniquified base name is empty.
8029 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
8031 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
8032 correctly when user has "set print address off".
8034 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
8036 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
8037 version number of the next major Emacs release, not 23.0.
8039 * longlines.el (longlines-unload-function): New function.
8041 2008-02-28 Juri Linkov <juri@jurta.org>
8043 * startup.el (normal-splash-screen): Add argument `concise'.
8044 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
8045 to the created buffer. If `concise' is non-nil, call
8046 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
8047 (display-startup-screen): Add argument `concise' to the call to
8048 `normal-splash-screen'.
8050 2008-02-28 Kim F. Storm <storm@cua.dk>
8052 * startup.el (startup-echo-area-message): Check for about-emacs.
8054 2008-02-28 Juri Linkov <juri@jurta.org>
8056 * startup.el: Always add initial message to *scratch* buffer if
8057 `initial-scratch-message' is non-nil regardless of the value of
8058 `inhibit-startup-screen'.
8059 (inhibit-startup-screen, initial-scratch-message): Doc fix.
8060 (command-line-1): Move code that inserts `initial-scratch-message'
8061 up before the if-form that checks for `inhibit-startup-screen'.
8062 Suggested by Jonathan Rockway <jon@jrock.us>.
8064 2008-02-28 Juri Linkov <juri@jurta.org>
8066 * cus-edit.el (custom-mode-map, custom-mode-link-map):
8067 Rename `custom-mode' to `Custom-mode' in docstrings.
8068 (custom-buffer-create-internal, customize-browse):
8069 Rename `custom-mode' to `Custom-mode'.
8070 (custom-mode-hook): Rename to `Custom-mode-hook'.
8071 (Custom-mode-hook): Renamed from `custom-mode-hook'.
8072 (custom-mode): Rename to `Custom-mode'.
8073 (Custom-mode): Renamed from `custom-mode'. Doc fix.
8074 (custom-mode): Add backward-compatible non-interactive variant of
8075 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
8076 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
8078 * info-look.el: Rename `custom-mode' to `Custom-mode'.
8080 * emulation/viper.el (viper-emacs-state-mode-list):
8081 Rename `custom-mode' to `Custom-mode'.
8083 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
8084 Capitalize "Tagged Files".
8085 (minibuffer-local-map): Add menu items for next/previous
8086 history elements and isearch history forward/backward.
8088 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
8089 `hs-isearch-open' with t instead of `comment' in :selected
8090 for "Code and Comment blocks" menu item.
8092 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8094 * uniquify.el (uniquify-buffer-base-name): Undo last change.
8095 Should be done in desktop.el instead.
8097 2008-02-28 Glenn Morris <rgm@gnu.org>
8099 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
8101 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
8103 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
8104 (Info-menu, Info-goto-node): Remove declarations.
8105 (report-emacs-bug-info): Use info rather than Info-goto-node.
8107 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
8108 (idlwave-convert-xml-system-routine-info): Don't require xml.
8109 (idlwave-show-commentary, idlwave-shell-show-commentary):
8110 Don't require finder.
8111 (idlwave-info): Don't require info. Use info rather than
8114 * textmodes/org.el (Info-goto-node): Remove declaration.
8115 (org-info): Use info rather than Info-goto-node.
8117 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
8118 (reftex-info): Don't require info. Use info rather than Info-goto-node.
8120 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
8122 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
8125 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
8126 (vc-finish-logentry): Check for vc-status-mode, not only for
8129 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
8131 * isearch.el (isearch-printing-char): Don't check
8132 keyboard-coding-system.
8133 Call isearch-process-search-multibyte-characters only when
8134 current-input-method is non-nil.
8136 2008-02-27 Kim F. Storm <storm@cua.dk>
8138 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
8139 (glyph-char, glyph-face): Handle cons encoding.
8141 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
8143 * uniquify.el (uniquify-buffer-base-name): If the base name is an
8144 empty string, return nil to allow the caller to default to the
8145 buffer name. Reported by Martin Fischer <parozusa@web.de>.
8147 * tool-bar.el (tool-bar-setup): Doc fix.
8149 * mail/supercite.el (sc-describe):
8150 Fix typos in obsolescence declaration.
8152 2008-02-27 Glenn Morris <rgm@gnu.org>
8154 * autoinsert.el (auto-insert-alist): Change permission text to
8155 match FSF's GPLv3 form.
8157 * mail/supercite.el (sc-cite-original): Doc fix.
8158 (sc-version): Make obsolete.
8159 (sc-describe): Show the SC info page. Make obsolete.
8161 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8163 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
8164 when using transient-mark-mode.
8165 (default-indicate-unused-lines): Remove unused var.
8167 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
8169 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
8172 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
8174 2008-02-26 Glenn Morris <rgm@gnu.org>
8176 * net/net-utils.el (top-level): Don't require comint when compiling.
8177 (nslookup-font-lock-keywords): Don't require font-lock.
8178 Use font-lock faces rather than variables.
8179 (nslookup, ftp, smbclient, network-service-connection):
8180 Don't require comint.
8181 (comint-prompt-regexp, comint-input-autoexpand)
8182 (comint-input-ring): Declare for compiler.
8183 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
8184 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
8186 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
8189 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8191 * doc-view.el (doc-view-current-page): Add a `win' argument.
8193 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
8195 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
8196 Demote it to plain defvar.
8197 (doc-view-conversion-refresh-interval): Reduce interval.
8198 (doc-view-goto-page): Allow moving to pages not yet rendered.
8199 (doc-view-goto-page): Construct a file name rather than extracting it
8200 from doc-view-current-files.
8201 (doc-view-kill-proc): Ignore errors from kill-process.
8202 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
8203 (doc-view-insert-image): Use appropriate text if the page hasn't been
8204 rendered yet. Adjust scrolling so the text is displayed.
8205 (doc-view-display): Detect not just that a page is available, but also
8206 that it wasn't available before, so as to avoid refreshing all pages
8208 (doc-view-mode): Make doc-view-cache-directory if needed.
8210 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8212 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
8215 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
8216 refering to a missing required field with the OPT prefix.
8217 Make unwindform more robust.
8219 * textmodes/bibtex.el: Remove support for hideshow minor mode as
8220 it duplicates the bibtex support in progmodes/hideshow.el.
8221 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
8222 entries that do not start at the beginning of a line.
8224 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
8226 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
8228 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
8230 * help-fns.el (describe-variable): Add phrases about
8231 initialization file with and without customization;
8232 use new button type help-info-variable.
8234 * help-mode.el (help-info-variable):
8235 New button able to read Info files for help-fns.el.
8237 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
8239 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
8240 (grep-mode): Use grep-mode-tool-bar-map.
8242 * progmodes/compile.el (tool-bar): Require tool-bar.
8243 (compilation-mode-tool-bar-map): New variable.
8244 (compilation-mode): Use compilation-mode-tool-bar-map.
8246 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
8248 2008-02-25 Glenn Morris <rgm@gnu.org>
8250 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
8252 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
8254 * diff-mode.el (diff-file-junk-re): New const.
8255 (diff-beginning-of-file-and-junk): Use it.
8256 (diff-file-kill): Make sure we were really inside a file diff.
8258 * diff-mode.el: Make it more robust in the presence of empty context
8259 lines in unified hunks.
8260 (diff-valid-unified-empty-line): New var.
8261 (diff-unified->context, diff-sanity-check-hunk): Obey it.
8262 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
8263 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
8264 (diff-hunk-header-re-unified): New const.
8265 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
8266 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
8267 (diff-sanity-check-hunk): Use it.
8269 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
8270 Index: line, don't search backward for the previous one.
8272 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
8274 * international/fontset.el (setup-default-fontset): Add non-OTF
8275 lao font for lao script.
8277 * language/tibetan.el: Register tibetan-composition-function in
8278 composition-function-table.
8280 * language/tibet-util.el (tibetan-composition-function):
8281 Adjust for the new calling way (argument changed). Try font-shape-text
8284 * language/lao.el: Register lao-composition-function in
8285 composition-function-table.
8287 * language/lao-util.el (lao-composition-function): Adjust for the new
8288 calling way (argument changed). Try font-shape-text if possible.
8290 2008-02-25 Jason Rumney <jasonr@gnu.org>
8292 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
8294 2008-02-25 Juri Linkov <juri@jurta.org>
8296 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
8297 background, "red4" for a dark background, "red" for 16 and
8298 8 colors, "grey" for grayscale, and inverse video otherwise.
8300 (isearch-message): Keep the original isearch-message intact, and
8301 add text properties to it where necessary. Add `isearch-error' to
8302 the condition that checks if isearch is unsuccessful.
8304 2008-02-24 Juri Linkov <juri@jurta.org>
8306 * progmodes/compile.el (compilation-handle-exit):
8307 Use compilation-error face instead of font-lock-warning-face.
8308 Display the same message in the minibuffer as is inserted
8309 at the end of the compilation buffer.
8311 2008-02-24 Glenn Morris <rgm@gnu.org>
8313 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
8316 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
8318 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
8319 multiple file case. Use a single `let' rather than two.
8321 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
8323 * progmodes/compile.el (compilation-start): Specify a face for
8325 (compilation-handle-exit): Specify a face and a tooltip for
8328 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8330 * hilit-chg.el: Remove spurious * in defcustom docstrings.
8331 (hilit-chg-make-ov): Simplify.
8332 (hilit-chg-fixup): Use remove-overlays.
8333 (hilit-chg-set-face-on-change): Remove redundant call to
8334 `remove-text-properties'.
8336 * dired.el (dired-mark-prompt): Don't count/display the t element.
8337 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
8339 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
8341 * progmodes/verilog-mode.el (eval-when-compile): Don't define
8343 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
8344 Remove. Move contents to the only use ...
8345 (verilog-menu): ... here.
8346 (verilog-statement-menu): Remove. Move contents to the only use ...
8347 (verilog-stmt-menu): ... here.
8348 (verilog-mark-defun): Simply call mark-defun for emacs.
8349 (occur-pos-list): Declare for byte compiler.
8350 (mode-popup-menu): Don't defvar.
8351 (verilog-add-statement-menu): Remove.
8352 (verilog-mode-hook): Don't add verilog-add-statement-menu.
8353 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
8355 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
8357 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
8359 (verilog-font-grouping-keywords-face): Make the begin..end
8360 keywords standout more than other verilog keywords.
8361 (verilog-type-font-keywords): Move the begin..end out of this list
8362 to facilitate making them to (potentially) stand out more.
8363 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
8364 function & task blocks.
8365 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
8366 initial, function & task blocks.
8367 (verilog-forward-sexp): Handle the new "disable fork" statement of
8369 (verilog-beg-block-re-ordered): Handle the new "disable fork"
8370 statement of IEEE-1800 Verilog.
8371 (verilog-calc-1): Handle the new "disable fork" statement of
8373 (verilog-disable-fork-re): Add const to help handle the new
8374 "disable fork" statement of IEEE-1800 Verilog.
8375 (verilog-declaration-core-re): Add port directions by themselves,
8376 with no qualification, as base item of a declaration.
8377 (verilog-pretty-declarations): Add new flag to ask it to refrain
8378 from printing to the message buffer.
8379 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
8380 printing to the message buffer. Improve handling of the many
8381 types of expression line up.
8382 (verilog-just-one-space): Remove printing of an empty message.
8383 (verilog-get-lineup-indent): Rework to support the better handling
8384 of expression lineup for verilog-pretty-expr.
8385 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
8387 2008-02-24 Alan Mackenzie <acm@muc.de>
8389 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
8392 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
8394 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
8395 to mouse-set-point in buffers that aren't associated with files.
8397 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
8399 2008-02-24 Alan Mackenzie <acm@muc.de>
8401 Set of changes so that "obtrusive" syntactic elements in a
8402 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
8403 unmatched paren) don't interact syntactically with stuff outside
8406 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
8407 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
8409 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
8410 a bit of refactoring.
8411 (c-awk-extend-and-syntax-tablify-region): Takes some of the
8412 functionality of c-awk-advise-fl-for-awk-region, which has been
8415 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
8416 (c-clear-char-property-with-value): New function and macro which
8417 remove text-properties `equal' to a supplied value.
8419 * progmodes/cc-engine.el: Comment about text properties amended.
8421 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
8422 parens around "error\\|warning".
8424 * progmodes/cc-langs.el (c-get-state-before-change-function)
8425 (c-before-font-lock-function, c-anchored-cpp-prefix):
8426 New language variables.
8427 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
8429 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
8430 syntax-table text properties.
8431 (c-common-init): Call language specific before/after-change
8432 functions at mode initialisation.
8433 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
8434 (c-extend-region-for-CPP, c-neutralize-CPP-line)
8435 (c-neutralize-syntax-in-CPP): New functions.
8436 (c-before-change, c-after-change): Call the new language specific
8437 change functions defined in cc-langs.el.
8438 (c-advise-fl-for-region): New macro.
8439 (awk-mode): Remove AWK specific stuff which has been refactored
8440 into language independent stuff.
8442 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
8444 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
8445 (gdb): (Re)set gdb-flush-pending-output to nil here...
8446 (gdb-init-1): ...instead of here (before gdb-prompt).
8448 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8450 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
8451 Recognize ''' just like any other char-constant.
8453 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8455 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
8456 careful enough. Detect the uid-change all within the main loop.
8458 2008-02-24 Stefan Monnier <monnier@pastel.home>
8460 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
8462 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8464 * hilit-chg.el (highlight-save-buffer-state): New macro.
8465 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
8466 (hilit-chg-clear): Use it to preserve the modified-p flag.
8467 (highlight-changes-rotate-faces): Don't mess with the undo-list.
8469 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8471 * font-lock.el (font-lock-set-defaults): Unset previously set variables
8474 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
8476 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
8477 from gnus-button-url-regexp.
8479 2008-02-24 Eli Zaretskii <eliz@gnu.org>
8481 * progmodes/compile.el (compilation-next-error): Doc fix.
8482 (compilation-find-file): Doc fix.
8484 2008-02-24 Glenn Morris <rgm@gnu.org>
8486 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
8487 Add obsolete aliases to the old names.
8489 2008-02-24 Richard Stallman <rms@gnu.org>
8491 * net/net-utils.el (ifconfig): Rename from ipconfig.
8492 (ipconfig): Alias to ifconfig.
8493 (ifconfig-program): Rename from ipconfig-program.
8494 (ifconfig-program-options): Rename from ipconfig-program-options.
8496 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
8498 * progmodes/verilog-mode.el (verilog-declaration-core-re):
8499 Add port directions by themselves, with no qualification, as base
8500 item of a declaration.
8501 (verilog-pretty-declarations): Add new flag that inhibits printing
8502 to the message buffer.
8503 (verilog-pretty-expr): Add new flag that inhibits printing to the
8504 message buffer. Improve handling of the many types of expression
8506 (verilog-just-one-space): Don't print an empty message.
8507 (verilog-get-lineup-indent): Rework to support the better handling
8508 of expression lineup for verilog-pretty-expr.
8509 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
8510 (verilog-mode-version, verilog-mode-release-date): Update.
8512 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8514 * subr.el (cancel-change-group): Don't move point.
8516 2008-02-23 Markus Triska <markus.triska@gmx.at>
8518 * linum.el (linum-after-config): Update all visible windows.
8520 2008-02-23 Glenn Morris <rgm@gnu.org>
8522 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
8523 Add :help for Solitaire and Tetris.
8525 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
8527 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
8528 (smtpmail-code-conv-from): Doc fix. Fix custom type.
8529 (smtpmail-queue-index-file): Make it a defcustom.
8530 (smtpmail-queue-index): Delete.
8531 (smtpmail-send-it, smtpmail-send-queued-mail):
8532 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
8533 smtpmail-queue-index.
8535 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
8538 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
8540 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
8542 (iwconfig): New function.
8544 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
8546 * vc.el (vc-find-revision): Make vc-parent-buffer local before
8548 (vc-status-menu-map): Do not define using easy-menu.
8549 (vc-status-menu-map): New defalias.
8550 (vc-status-mode-map): Hook up the menu.
8551 (top-level): Update TODO.
8553 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
8555 * vc-bzr.el (vc-bzr-init-version): Rename to ...
8556 (vc-bzr-init-revision): ... this.
8558 2008-02-23 Jason Rumney <jasonr@gnu.org>
8560 * makefile.w32-in (WINS_ALMOST): Remove term.
8561 (WINS): Add term here.
8562 (custom-deps, finder-data): Use WINS_ALMOST.
8564 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
8566 * faces.el (font-weight-table): Fix value of `semi-light'.
8568 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
8570 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
8571 Make those tables bijective.
8573 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
8575 Finish pdbtrack integration cleanup, settling missing-functions
8576 byte compiler warnings appropriately.
8578 * progmodes/python.el (python-point): Remove this - beginning-of-line
8579 was all that was necessary for `python-pdbtrack-overlay-arrow'.
8580 (python-end-of-def-or-class, python-beginning-of-def-or-class)
8581 (python-goto-initial-line): Drop these - they were only needed for
8583 (python-comint-output-filter-function): Use condition-case and
8584 beginning-of-line directly, instead of python-mode.el functions
8585 which require all sorts of baggage.
8586 (point-safe): Unnecessary - we're using condition-case directly,
8588 (python-execute-file): Include for python-shell, which I'm leaving
8589 in keeping despite it being unnecessary for pdb tracking.
8591 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
8593 * progmodes/scheme.el (scheme-font-lock-keywords-2):
8594 Add SRFI 11 support.
8595 (let-values, let*-values): Specify scheme-indent-function.
8597 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
8599 * vc.el (vc-exec-after): Move setting mode-line-process in the
8601 (vc-set-mode-line-busy-indicator): ... in this new function.
8602 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
8603 (vc-update-vc-status-buffer): Reset mode-line-process.
8604 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
8605 mark/unmark all the files with the same state as the current one.
8606 With a prefix argument mark/unmark all files.
8607 (vc-status-mode-menu): Adjust strings.
8608 (vc-update-vc-status-buffer): Only do something when the argument
8610 (vc-status-kill-dir-status-process): New function.
8611 (vc-status-mode-map): Bind it.
8612 (vc-status-process-buffer): New variable.
8613 (vc-status-mode): Make it local.
8614 (vc-status-refresh): Set it.
8616 * vc-hg.el (vc-hg-dir-status):
8617 * vc-git.el (vc-git-dir-status):
8618 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
8621 2008-02-22 Glenn Morris <rgm@gnu.org>
8623 * json.el (top-level): No need to require thingatpt.
8624 (json-read-keyword): Use thing-at-point rather than word-at-point.
8626 * time.el (top-level): No need to require time-date when compiling.
8628 * emacs-lisp/copyright.el (copyright-update-year):
8629 Fix subexpression numbering for the case when years are split over
8630 lines, and for the replace case.
8632 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
8633 (tpu-caar, tpu-cadr): Delete functions.
8634 (zmacs-regions): No need to declare for compiler.
8635 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
8636 (tpu-spell-check): Rewrite, and handle mark after point.
8637 (tpu-special-insert): Use or rather than if.
8639 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
8640 rather than spell-region.
8642 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
8643 warnings about spell-region.
8645 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
8647 * ldefs-boot.el: Regenerated.
8649 * loadup.el: Don't load language/devanagari, language/kannada,
8650 language/malayalam, and language/tamil. Load language/sinhala.
8652 * language/indian.el (indian-font-foundry)
8653 (indian-script-language-alist, indian-font-char-index-table)
8654 (indian-font-char, indian-font-char-range, indian-script-table)
8655 (indian-default-script, indian-composable-pattern): Delete them.
8656 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
8657 language environments moved to here.
8658 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
8659 New language environments.
8661 * language/devanagari.el, language/devan-util.el,
8662 * language/kannada.el, language/knd-util.el, language/malayalam.el,
8663 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
8666 * language/sinhala.el: New file.
8668 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
8670 Update Nick Robert's port of pdb tracking from python-mode.el.
8672 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
8674 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
8675 tracking is happening.
8676 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
8677 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
8678 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
8679 Tracking is plugged in to all comint buffers once python.el is loaded.
8680 (python-pdbtrack-overlay-arrow): Toggle activation of
8681 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
8682 (python-pdbtrack-track-stack-file): Use new
8683 `python-pdbtrack-get-source-buffer' for more flexible access to
8684 debugging source files.
8685 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
8686 according to pdb stack trace, optionally using new
8687 `python-pdbtrack-grub-for-buffer' if file is not locally available.
8688 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
8689 named buffer, or having function with indicated name.
8690 (python-shell): Remove comint-output-filter-functions hook
8691 addition, it's being done elsewhere. Wrap long line.
8693 2008-02-21 Michael Olson <mwolson@gnu.org>
8695 * json.el: Replace XEmacs compatibility code to get rid of
8698 * time.el: Fix compiler warning.
8700 2008-02-21 Edward O'Connor <ted@oconnor.cx>
8702 * json.el: New file (JavaScript Object Notation parser / generator).
8704 2008-02-21 Dave Love <fx@gnu.org>
8706 * progmodes/sym-comp.el: New file.
8708 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
8709 Require sym-comp. Add Python buffer to same-window-buffer-names.
8711 (python-font-lock-keywords): Add highlighting for Python builtins.
8712 (python-font-lock-syntactic-keywords): Rewrite.
8713 (python-quote-syntax): Use syntax-ppss-context instead of parsing
8715 (python-mode-map): Add binding for python-find-function.
8716 (python-calculate-indentation): Clean up the logic.
8717 (python-beginning-of-defun): Explicitly set return value.
8718 (python-beginning-of-statement): Stop looping if we get stuck
8720 (python-next-statement): Stop looping if we somehow end up inside
8721 a string while advancing.
8722 (python-preoutput-continuation, python-version-checked): New vars.
8723 (python-check-version): New function.
8724 (run-python): Set default command to python-command instead of
8725 python-python-command.
8726 (run-python): Use python-check-version. Give PYTHONPATH
8727 precedence over data-directory in the process environment.
8728 Load function definitions in python process after.
8729 (python-check-comint-prompt): New function.
8730 (python-send-command, python-send-receive): Use it.
8731 (python-complete-symbol, python-try-complete): Functions deleted.
8732 Use symbol-complete instead of python-complete-symbol throughout.
8733 (python-fill-paragraph): Further refine the fenced-string regexp.
8734 (def-python-skeleton): Expand to the original abbrev instead if in
8735 a comment or string. Tweak skeletons for `if', `while', `for',
8736 `try/except', `try/finally', `name'.
8737 (python-pea-hook, python-abbrev-pc-hook): New functions.
8738 (python-abbrev-syntax-table): New var.
8739 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
8740 Use symbol-completion-try-complete for hippie expansion.
8741 Turn on font lock unconditionally.
8742 (python-mode-hook): Defcustom it. No need to use make-local
8743 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
8744 option, since it's buffer-local.
8746 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
8748 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
8750 2008-02-21 Drew Adams <drew.adams@oracle.com>
8752 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
8753 "Turn off" and a "Help" entry when the minor mode has no menu.
8755 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
8757 * vc.el (vc-status-mark, vc-status-unmark): New functions.
8758 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
8759 vc-status-mark-file and vc-status-unmark-file.
8760 (vc-status-mark-unmark): New function.
8761 (vc-status-previous-line, vc-status-next-line): No longer interactive.
8763 2008-02-21 Glenn Morris <rgm@gnu.org>
8765 * composite.el (encode-composition-rule): Fix typo in error message.
8766 (composition-function-table, auto-composition-mode): Doc fixes.
8768 * subr.el (sit-for): Fix obsolete form for nil second argument.
8770 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
8771 (spell-string): Make obsolete, in favor of ispell.
8773 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
8775 * language/devanagari.el: Don't setup composition-function-table
8777 ("Devanagari"): Change charset, coding-system, coding-priority to
8778 Unicode-based ones. Don't require the feature devan-util.
8780 * composite.el (compose-chars-after): Fix arguments for a function
8781 in composition-function-table.
8782 (auto-compose-region): Likewise.
8784 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
8786 (ps-mule-plot-string): Ignore glyph-string based compositions.
8788 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8790 * doc-view.el: Allow different windows to show different pages.
8791 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
8792 (doc-view-current-image, doc-view-current-overlay): Remove variables,
8793 add them back as macros instead, using image-mode-winprops instead.
8794 Update all users of those variables.
8795 (doc-view-new-window-function): New function to create a new overlay
8796 for each new window.
8797 (doc-view-mode): Use it and image-mode-setup-winprops.
8798 (doc-view-clone-buffer-hook): Rewrite accordingly.
8800 * image-mode.el: Extend [hv]scroll support to per-window properties.
8801 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
8802 (image-mode-winprops-alist): New var to replace them.
8803 (image-mode-new-window-functions): New hook.
8804 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
8806 (image-set-window-vscroll, image-set-window-hscroll): Use them.
8807 Remove the `window' argument, update callers.
8808 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
8809 Use the new functions.
8810 (image-mode-reapply-winprops): New fun.
8811 (image-mode): Use it.
8813 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
8815 * calc/calc-math.el (math-sin-raw): Add optional argument
8816 to keep track of original argument.
8817 (math-cos-raw): Use optional argument when calling math-sin-raw.
8818 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
8819 with close to original precision.
8821 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8823 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
8824 args in calls of sit-for.
8826 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
8828 * vc-svn.el (vc-svn-program): Fix typo in docstring.
8829 (vc-svn-checkin): Fix typo in error message.
8831 * help-mode.el: Require easymenu when compiling.
8833 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
8835 * help-mode.el (help-mode-menu): New menu.
8837 2008-02-20 Glenn Morris <rgm@gnu.org>
8839 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
8842 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
8844 * ps-mule.el (ps-mule-encode-region): Return a single string.
8845 (ps-mule-plot-string): Adjust for the above change.
8846 (ps-mule-encode-header-string): Likewise.
8848 * international/latin1-disp.el (latin1-display): Don't use
8849 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
8850 standard-display-table.
8851 (latin1-display-identities): Adjust for the change of what is
8852 returned by (get-language-info charset 'charset).
8854 * international/mule-util.el (char-displayable-p): Fix for Latin-1
8855 characters and terminal case.
8857 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
8859 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
8861 * progmodes/python.el: Also require comint when loading.
8862 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
8863 Replace python-shell with run-python on menu bar.
8864 (python-shell-map): New map.
8865 (python-default-interpreter, python-python-command-args)
8866 (python-jython-command-args, python-pdbtrack-do-tracking-p):
8868 (python-which-shell, python-which-args, python-which-bufname):
8869 New buffer local variables.
8870 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
8872 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
8873 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
8878 (python-point, python-end-of-def-or-class)
8879 (python-beginning-of-def-or-class, python-goto-initial-line)
8880 (python-comint-output-filter-function)
8881 (python-pdbtrack-overlay-arrow)
8882 (python-pdbtrack-track-stack-file, python-toggle-shells)
8883 (python-shell, python-pdbtrack-toggle-stack-tracking)
8884 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
8887 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8889 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
8890 when the argument is nil.
8892 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8894 * vc.el (dir-status): Add a brief description.
8896 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
8898 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
8899 If non-nil, reverse the sense of the check.
8901 * vc-rcs.el (vc-rcs-root): New func.
8902 * vc-cvs.el (vc-cvs-root): New func.
8903 * vc-svn.el (vc-svn-root): New func.
8904 * vc-sccs.el (vc-sccs-root): New func.
8906 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
8908 * language/japan-util.el (setup-japanese-environment-internal):
8909 Call use-cjk-char-width-table.
8911 * language/japanese.el ("Japanese"): Set exit-function to
8912 use-default-char-width-table.
8914 * international/characters.el: Delete occurrences of non-Unicode
8915 tibetan and ethiopic characters.
8916 (cjk-char-width-table): New variable.
8917 (use-cjk-char-width-table, use-default-char-width-table):
8920 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8922 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
8923 (vc-status-mode-menu): Add a :filter.
8924 (vc-status-printer): Add faces.
8926 * vc-hg.el (vc-hg-extra-status-menu): New function.
8927 (vc-hg-dir-status): Clean up the buffer before using it.
8929 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
8931 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
8932 (gdb): Initialize it here instead.
8934 * files.el (locate-dominating-file): Fix thinko in last change.
8935 Reported by Bruce Stephens <bruce.stephens@isode.com>.
8937 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
8939 * vc.el (vc-status-mode-menu): New menu for vc-status.
8941 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
8943 * progmodes/verilog-mode.el (customize): Fix typo in error message.
8944 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
8945 (verilog-mode-auto, verilog-indent-level-module)
8946 (verilog-minimum-comment-distance, verilog-library-flags)
8947 (verilog-library-directories, verilog-library-files)
8948 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
8949 (verilog-xemacs-menu, verilog-set-compile-command)
8950 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
8951 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
8952 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
8953 (verilog-batch-inject-auto, verilog-batch-indent)
8954 (verilog-continued-line, verilog-type-keywords)
8955 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
8956 (verilog-read-inst-pins, verilog-read-arg-pins)
8957 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
8958 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
8959 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
8960 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
8961 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
8962 (verilog-mode-version, verilog-mode-release-date)
8963 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
8964 (verilog-simulator, verilog-compiler)
8965 (verilog-auto-sense-defines-constant, verilog-company)
8966 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
8967 Fix typos in docstrings.
8968 (verilog-set-auto-endcomments, verilog-calculate-indent)
8969 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
8971 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
8972 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
8973 (electric-verilog-forward-sexp, verilog-in-case-region-p)
8974 (verilog-in-struct-region-p, verilog-in-generate-region-p)
8975 (verilog-leap-to-head, verilog-current-indent-level)
8976 (verilog-case-indent-level, verilog-cpp-keywords)
8977 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
8978 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
8979 (verilog-signals-not-in, verilog-symbol-detick-text)
8980 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
8981 (verilog-forward-close-paren, verilog-backward-open-paren)
8982 (verilog-backward-open-bracket): Doc fixes.
8984 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
8985 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
8986 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
8987 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
8988 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
8989 Fix typos in docstrings.
8991 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
8993 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
8995 * info.el (Info-read-node-name): Removed unused `default' arg.
8997 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
8999 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
9001 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
9003 * image-mode.el (image-get-display-property): New fun.
9004 (image-forward-hscroll, image-next-line, image-eol, image-eob)
9005 (image-mode, image-minor-mode, image-toggle-display-text)
9006 (image-toggle-display): Use it.
9008 2008-02-18 Jason Rumney <jasonr@gnu.org>
9010 * international/mule.el (xml-find-file-coding-system): Don't warn
9011 about utf-16 with BOM.
9013 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
9015 * international/mule.el (sgml-xml-auto-coding-function): Detect and
9016 warn if file encoding is not utf-8 and encoding not specified.
9017 (xml-find-file-coding-system): New function.
9018 * international/mule-conf.el (file-coding-system-alist): Use it.
9020 2008-02-17 Glenn Morris <rgm@gnu.org>
9022 * international/mule-cmds.el (set-locale-environment):
9023 Pass `frame' to getenv for LC_MESSAGES.
9025 2008-02-17 Juri Linkov <juri@jurta.org>
9027 * time.el (emacs-init-time): Use format instead of format-seconds.
9029 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9031 * textmodes/bibtex.el (bibtex-search-entry): Rename from
9032 bibtex-find-entry. Add autoload cookie.
9033 (bibtex-find-entry): Alias for bibtex-search-entry.
9034 (bibtex-search-crossref): Rename from bibtex-find-crossref.
9035 (bibtex-find-crossref): Alias for bibtex-search-crossref.
9036 (bibtex-clean-entry): atomic-change-group removed.
9037 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
9038 to locate buffer location where error occurred.
9039 Make error messages more specific.
9040 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
9042 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
9044 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
9047 * simple.el (transient-mark-mode): Add an :init-value.
9049 * startup.el (command-line): Use custom-reevaluate-setting for
9050 transient-mark-mode.
9052 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
9054 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
9056 2008-02-16 Juri Linkov <juri@jurta.org>
9058 * startup.el (after-init-time): New variable.
9059 (command-line): Set `after-init-time' to the current time.
9061 * time.el (emacs-init-time): New function.
9063 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
9065 * files.el (locate-dominating-file): Remove initial loop because it's
9066 not careful enough. Detect the uid-change all within the main loop.
9068 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
9070 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
9072 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
9074 * vc.el (vc-annotate): Add new argument.
9075 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
9077 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
9078 Move make-variable-buffer-local code after the corresponding defvar.
9079 (hs-minor-mode-map): Define and initialize in one step.
9080 (hs-minor-mode): Change from defun to define-minor-mode.
9082 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
9084 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
9085 (gdb-ready): Move declaration...
9087 * progmodes/gdb-ui.el (gdb-ready): ...to here.
9088 (gdb-early-user-input): New variable.
9089 (gdb): Reset gdb-flush-pending-output to nil and set
9090 comint-input-sender here (before gdb-prompt), instead of...
9091 (gdb-init-1): ...here.
9092 (gdb-send): If Emacs is not ready, defer user input to...
9093 (gdb-prompt): ...here.
9095 2008-02-16 Glenn Morris <rgm@gnu.org>
9097 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
9099 * startup.el (emacs-startup-time): Rename to `before-init-time'.
9100 (before-init-time): New name for `emacs-startup-time'.
9101 (command-line): Use before-init-time rather than emacs-startup-time.
9102 * time.el (emacs-uptime): Use before-init-time rather than
9105 * composite.el (composition-function-table): Doc fix.
9107 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
9108 in favor of `%z' specifier.
9109 (emacs-uptime): Move to time.el.
9110 * time.el (emacs-uptime): Move here from time-date.el. Add optional
9111 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
9112 argument of format-seconds.
9114 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
9116 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
9118 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
9120 * ielm.el (ielm-is-whitespace): Remove.
9121 (ielm-is-whitespace-or-comment): New function.
9122 (ielm-eval-input): Use it.
9124 2008-02-15 Jason Rumney <jasonr@gnu.org>
9126 * term/mac-win.el: Fix coding tag.
9128 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
9130 * vc-hooks.el (vc-menu-map):
9131 * bindings.el (mode-line-mode-menu): Add tooltips.
9133 * bindings.el (help-echo): Add more tooltips. Use a less
9134 telegraphic style for existing tooltips.
9136 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
9138 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
9139 from the auto-generated one.
9141 2008-02-14 Glenn Morris <rgm@gnu.org>
9143 * mail/rmail-spam-filter.el (rmail-spam-filter):
9144 Let-bind message-spam-status.
9146 * mail/smtpmail.el (password-cache-add): Declare as function.
9148 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
9150 * mail/smtpmail.el: Use password-cache.
9152 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
9154 * uniquify.el (uniquify-buffer-base-name): New function.
9155 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9157 * desktop.el (uniquify-managed): Don't defvar.
9158 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
9159 `uniquify-managed'. Return also the buffer's base name.
9160 (desktop-save): When saving the buffer info, filter out the base name,
9161 and save it as buffer name if the buffer is managed by uniquify.
9162 (uniquify-item-base): Don't declare; not called anymore.
9164 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
9166 * vc.el (vc-annotate-find-revision-at-line): New function.
9167 (vc-annotate-mode-map): Bind it.
9168 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
9171 2008-02-14 Glenn Morris <rgm@gnu.org>
9173 * calendar/time-date.el (format-seconds): New function.
9174 (emacs-uptime): Use format-seconds.
9176 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
9177 Remove `LC_ALL=C', since it's included in $(emacs) now.
9179 2008-02-14 Zhang Wei <id.brep@gmail.com>
9181 * textmodes/org-publish.el (org-publish-timestamp-filename):
9182 Replace colon characters in filename too.
9184 2008-02-13 Bastien Guerry <bzg@altern.org>
9186 * mail/rmail.el (rmail-header-name): New face.
9187 (rmail-font-lock-keywords): Use rmail-header-name.
9189 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
9190 against X-Spam-Status header field.
9191 (rmail-spam-filter): Also check X-Spam-Status header field.
9193 2008-02-14 Mark A. Hershberger <mah@everybody.org>
9195 * progmodes/flymake.el (flymake-allowed-file-name-masks):
9196 Add support for .pm files and .php files.
9197 (flymake-err-line-patterns): Add pattern for PHP errors.
9198 (flymake-php-init): New function. PHP support for flymake.
9200 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9201 Add regular expression for PHP errors.
9203 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
9205 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
9206 This DTRT even on w32 machines.
9207 (ange-ftp-cf1): Quote FILENAME.
9209 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
9211 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
9212 (smerge-auto-combine): New fun.
9214 2008-02-12 Juri Linkov <juri@jurta.org>
9216 * startup.el (fancy-startup-screen, normal-splash-screen):
9217 Set default-directory to command-line-default-directory.
9219 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
9220 after reading the desktop.
9222 * progmodes/compile.el (compilation-auto-jump):
9223 Call compile-goto-error only when compilation-auto-jump-to-first-error
9225 (compilation-scroll-output): Replace :type 'boolean with a choice
9226 that has three options including a third option `first-error'.
9228 (compilation-start, compilation-forget-errors): Add an alternate
9229 condition comparing compilation-scroll-output with `first-error'
9230 in addition to compilation-auto-jump-to-first-error (to call
9231 compilation-auto-jump in the proper place).
9233 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
9235 * international/mule.el (sgml-html-meta-auto-coding-function):
9236 Make sure the search limit is ahead.
9238 * tar-mode.el: Fix broken indentation.
9239 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
9240 Use with-current-buffer.
9242 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
9244 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
9245 it is already automatically buffer-local.
9247 2008-02-11 Drew Adams <drew.adams@oracle.com>
9249 * help.el (describe-key): Join some split lines to facilitate filling.
9250 * help-fns.el (describe-function-1): Fill text of overlong lines.
9252 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
9254 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
9255 Use unibyte-string instead of string-make-unibyte.
9257 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
9259 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
9261 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
9262 works also for buffers w/o buffer-file-name. Update callers.
9263 (doc-view-clone-buffer-hook): New fun.
9264 (doc-view-mode): Use it for indirect clones. Mark the overlays with
9265 the `doc-view' property so they can be recognized.
9267 * simple.el (clone-indirect-buffer-hook): New hook.
9268 (clone-indirect-buffer): Run it.
9270 2008-02-11 Daiki Ueno <ueno@unixuser.org>
9272 * epa.el (epa-menu-mode): Merge into epa-mode.
9273 (epa-menu-items): Rename the label "EasyPG Assistant" to
9274 "Encryption/Decryption".
9276 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
9277 (epa-dired-mode-map): Rename from epa-dired-map.
9278 (epa-global-dired-mode): Rename the global minor mode.
9280 2008-02-11 Drew Adams <drew.adams@oracle.com>
9282 * isearch.el (isearch-fail): New face.
9283 (isearch-message): Highlight failure part of input.
9285 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9287 * ibuffer.el (ibuffer-header-line-format): New var.
9288 (ibuffer-mode): Set it instead of header-line-format.
9289 (ibuffer-update): Use it to set header-line-format.
9291 * international/mule-cmds.el (ucs-insert): Inherit surrounding
9292 properties like self-insert-command.
9294 2008-02-11 Drew Adams <drew.adams@oracle.com>
9296 * progmodes/etags.el: Add many doc strings.
9298 2008-02-11 Jason Rumney <jasonr@gnu.org>
9300 * ldefs-boot.el: Regenerated.
9302 2008-02-11 Glenn Morris <rgm@gnu.org>
9304 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9307 * ffap.el (ffap-rfc-directories): Add :version.
9309 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
9311 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
9312 files, and backup files of same.
9314 2008-02-11 Kevin Ryde <user42@zip.com.au>
9316 * ffap.el (ffap-rfc-directories): New variable.
9317 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
9319 * info.el (Info-next-reference, Info-prev-reference)
9320 (Info-try-follow-nearest-node): Move to and follow https:// links too.
9322 * simple.el (completion-list-mode): Show full completion-list-mode-map
9325 2008-02-11 Sam Steingold <sds@gnu.org>
9327 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
9329 2008-02-11 Glenn Morris <rgm@gnu.org>
9331 * startup.el (emacs-startup-time): New variable.
9332 (command-line): Set emacs-startup-time.
9334 * calendar/time-date.el (emacs-uptime): New function.
9336 2008-02-10 Bastien Guerry <bzg@altern.org>
9338 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
9339 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
9342 2008-02-10 Daiki Ueno <ueno@unixuser.org>
9344 * epg-config.el: Expand the contents of epg-package-info.el.
9345 (epg-package-name): New constant.
9346 (epg-version-number): New constant.
9347 (epg-bug-report-address): New constant.
9349 * epa-mail.el (epa-mail-mode): Add autoload cookie.
9350 (epa-global-mail-mode): New global minor mode.
9352 * epa-file.el (epa-file-mode): New global minor mode.
9354 * epa-dired.el (epa-dired-mode): New global minor mode.
9356 * epa.el (epa-menu): New variable.
9357 (epa-menu-items): New variable.
9358 (epa-menu-mode): New global minor mode.
9359 (epa-global-minor-modes): New user option.
9360 (epa-mode): New global minor mode.
9362 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
9364 * net/dbus.el: Remove `no-byte-compile' cookie.
9365 (dbus-call-method, dbus-register-signal, dbus-debug)
9366 (dbus-registered-functions-table): Declare them with
9367 `declare-function' or `defvar', respectively.
9368 (top): Don't assert any longer. Require 'cl when compiling.
9369 Apply `ignore-errors' but `dbus-ignore-errors'.
9371 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
9373 * diff-mode.el (diff-add-change-log-entries-other-window):
9374 Use add-change-log-entry.
9376 2008-02-09 Jason Rumney <jasonr@gnu.org>
9378 * button.el (button-map):
9379 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
9380 * ldefs-boot.el: Regenerate.
9382 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
9384 * epa.el (epa-faces, epa):
9385 * epa-file.el (epa-file):
9386 * epg-config.el (epg): Add :version.
9388 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
9390 * vc.el (vc-exec-after): Append CODE to previous fragments.
9391 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
9392 take MESSAGES instead of VERBOSE; use it when non-nil.
9393 (vc-diff-internal): Compute messages once; use them;
9394 update call to vc-diff-finish.
9396 2008-02-09 Michael Olson <mwolson@gnu.org>
9398 * net/tramp.el (tramp-process-sentinel): Avoid error when process
9399 buffer has been killed, such as by
9400 `tramp-cleanup-all-connections'.
9402 2008-02-09 Miles Bader <miles@gnu.org>
9404 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
9406 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
9408 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
9409 splitter in context hunks.
9411 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
9413 * international/fontset.el (setup-default-fontset): Fix arabic otf
9416 2008-02-08 Daiki Ueno <ueno@unixuser.org>
9424 * epg-package-info.el:
9425 * epg.el: Initial check-in of EasyPG.
9427 2008-02-08 Glenn Morris <rgm@gnu.org>
9429 * woman.el (woman-locale): New defcustom.
9430 (woman-expand-locale, woman-manpath-add-locales): New functions.
9431 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
9433 * international/mule-cmds.el (locale-translate): New function,
9434 with old code extracted from set-locale-environment.
9435 (set-locale-environment): Use locale-translate. Set woman-locale.
9437 * cus-start.el (selection-coding-system): Remove, since it's now
9438 defined in select.el rather than in xselect.c.
9439 * select.el (selection-coding-system): Make it a defcustom, and
9440 add the properties from cus-start.el. Bump :version.
9442 * custom.el (custom-theme-set-variables): Sort symbols that are
9443 dependencies before symbols that depend on them.
9444 (custom-enabled-themes): Set after custom-theme-directory.
9446 * pcmpl-unix.el (top-level): Move provide statement to end.
9447 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
9448 `*' from doc-string. Allow to be nil.
9449 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
9450 Allow to be nil. Add :version.
9451 (pcmpl-ssh-hosts): Move definition before use. Handle lines
9452 without hostnames, and multiple hostnames per line.
9454 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
9456 2008-02-08 Phil Hagelberg <phil@evri.com>
9458 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
9459 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
9461 2008-02-07 Timo Savola <timo.savola@iki.fi>
9463 * startup.el (command-line-x-option-alist): Add --parent-id.
9465 * term/x-win.el (x-handle-parent-id): New function.
9467 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
9469 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
9472 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
9474 * net/dbus.el (dbus-interface-peer): New defconst.
9475 (dbus-ping): New defun.
9477 2008-02-06 Sam Steingold <sds@gnu.org>
9479 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
9481 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
9483 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
9484 Just return nil and let the C code provide a fallback.
9486 2008-02-05 Glenn Morris <rgm@gnu.org>
9488 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
9489 tramp-flush-connection-property for removed 2nd argument.
9491 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
9493 * diff-mode.el (diff-add-change-log-entries-other-window):
9494 Rename from diff-create-changelog. Change users.
9495 Minor change to hopefully work with plain diffs.
9496 (diff-mode-map): Add binding for it.
9498 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
9500 * diff-mode.el: Add new TODO entry.
9501 (diff-create-changelog): New function.
9502 (diff-mode-menu): Bind it.
9504 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
9506 * international/mule-diag.el (print-fontset-element): Handle the
9507 case of inhibiting the fallback fonts.
9509 2008-02-04 Kim F. Storm <storm@cua.dk>
9511 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
9512 (ido-magic-delete-char): Use prefix arg.
9514 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
9516 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
9517 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
9518 of today, the most recent libpng is 1.2.24).
9520 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
9522 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
9524 * net/dbus.el (top): Check (featurep 'dbusbind).
9526 * net/tramp.el (tramp-process-sentinel): New defun.
9527 (tramp-do-copy-or-rename-file-out-of-band)
9528 (tramp-maybe-open-connection): Use it as process sentinel.
9529 (tramp-handle-delete-directory): Don't use the "-f" option; it
9531 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
9533 (tramp-handle-shell-command): Set `mode-line-process' in the
9536 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
9538 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
9539 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9540 Use `tramp-process-sentinel' as process sentinel.
9542 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
9544 * whitespace.el (global-whitespace-mode): Revert last change.
9545 (whitespace-unload-function): Force `global-whitespace-mode'
9546 to deactivate local modes in a slightly less intrusive way.
9548 2008-02-02 Eli Zaretskii <eliz@gnu.org>
9550 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
9552 2008-02-02 Glenn Morris <rgm@gnu.org>
9554 * international/latin1-disp.el (latin1-display):
9555 * progmodes/fortran.el (fortran-comment-indent-char):
9556 * progmodes/idlw-shell.el (top-level):
9557 * term/mac-win.el (mac-keyboard-translate-char):
9558 * whitespace.el (whitespace-char-valid-p):
9559 * wid-edit.el (widget-key-sequence-read-event):
9560 Use characterp rather than char-valid-p.
9562 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
9563 to capitalized-find-word-boundary. Doc fix. Update callers.
9564 (capitalized-next-word-boundary-function-table): Rename to
9565 capitalized-find-word-boundary-function-table. Doc fix. Update users.
9567 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
9570 * ps-def.el (declare-function): Add compatibility definition.
9571 (ps-plot-with-face, ps-plot-string): Declare as functions.
9572 (ps-bold-faces, ps-italic-faces): Declare variables.
9574 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
9575 (ps-mule-end-job): Declare as functions.
9577 * wid-edit.el (widget-string-complete): Use assoc-string rather
9578 than assoc-ignore-case.
9580 See ChangeLog.13 for earlier changes.
9584 ;; add-log-time-zone-rule: t
9587 Copyright (C) 2008 Free Software Foundation, Inc.
9589 This file is part of GNU Emacs.
9591 GNU Emacs is free software: you can redistribute it and/or modify
9592 it under the terms of the GNU General Public License as published by
9593 the Free Software Foundation, either version 3 of the License, or
9594 (at your option) any later version.
9596 GNU Emacs is distributed in the hope that it will be useful,
9597 but WITHOUT ANY WARRANTY; without even the implied warranty of
9598 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9599 GNU General Public License for more details.
9601 You should have received a copy of the GNU General Public License
9602 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
9604 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc