* align.el:
[bpt/emacs.git] / lisp / ChangeLog
1 2008-12-03 Lute Kamstra <lute@gnu.org>
2
3 * align.el:
4 * allout.el:
5 * apropos.el:
6 * arc-mode.el:
7 * autoinsert.el:
8 * avoid.el:
9 * battery.el:
10 * bookmark.el:
11 * buff-menu.el:
12 * calculator.el:
13 * chistory.el:
14 * cmuscheme.el:
15 * comint.el:
16 * compare-w.el:
17 * dabbrev.el:
18 * delim-col.el:
19 * desktop.el:
20 * diff-mode.el:
21 * diff.el:
22 * dired-aux.el:
23 * dired-x.el:
24 * dired.el:
25 * dos-vars.el:
26 * ediff-diff.el:
27 * ediff-help.el:
28 * ediff-init.el:
29 * ediff-merg.el:
30 * ediff-mult.el:
31 * ediff-ptch.el:
32 * ediff-vers.el:
33 * ediff-wind.el:
34 * ediff.el:
35 * emerge.el:
36 * facemenu.el:
37 * faces.el:
38 * ffap.el:
39 * filecache.el:
40 * find-dired.el:
41 * font-core.el:
42 * font-lock.el:
43 * forms.el:
44 * fringe.el:
45 * help-at-pt.el:
46 * hippie-exp.el:
47 * ido.el:
48 * image-file.el:
49 * imenu.el:
50 * indent.el:
51 * info.el:
52 * isearchb.el:
53 * iswitchb.el:
54 * jit-lock.el:
55 * jka-compr.el:
56 * log-edit.el:
57 * lpr.el:
58 * ls-lisp.el:
59 * man.el:
60 * menu-bar.el:
61 * midnight.el:
62 * mouse-sel.el:
63 * mouse.el:
64 * msb.el:
65 * outline.el:
66 * paren.el:
67 * pcmpl-cvs.el:
68 * pcmpl-gnu.el:
69 * pcomplete.el:
70 * pcvs-info.el:
71 * pcvs-parse.el:
72 * printing.el:
73 * ps-mule.el:
74 * ps-print.el:
75 * replace.el:
76 * ruler-mode.el:
77 * saveplace.el:
78 * sb-image.el:
79 * scroll-bar.el:
80 * sha1.el:
81 * shadowfile.el:
82 * shell.el:
83 * sort.el:
84 * speedbar.el:
85 * strokes.el:
86 * tempo.el:
87 * term.el:
88 * terminal.el:
89 * time-stamp.el:
90 * time.el:
91 * tree-widget.el:
92 * type-break.el:
93 * vc-cvs.el:
94 * vc-hg.el:
95 * vc-mcvs.el:
96 * vc-rcs.el:
97 * vc-sccs.el:
98 * vc.el:
99 * view.el:
100 * w32-vars.el:
101 * whitespace.el:
102 * wid-edit.el: Remove leading * from docstrings of defcustoms,
103 deffaces, defconsts and defuns.
104
105 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
108 the prompt was added to the minibuffer.
109
110 2008-12-02 Glenn Morris <rgm@gnu.org>
111
112 * format.el (format-write-file): Rewrite doc yet again.
113
114 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
115 Doc fix. (Bug#1368)
116
117 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
118
119 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
120
121 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
122 case where point is at the beginning of the buffer. (Bug#1239)
123
124 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
125
126 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
127 already have the correct indentation. (Bug#859)
128
129 2008-12-02 Kenichi Handa <handa@m17n.org>
130
131 * international/uni-decomposition.el: Re-generated.
132
133 2008-12-01 Andreas Schwab <schwab@suse.de>
134
135 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
136 ending in a colon as directory header.
137
138 2008-12-01 Kenichi Handa <handa@m17n.org>
139
140 * international/uni-numeric.el: Re-generated.
141
142 * international/charprop.el: Re-generated.
143
144 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
145
146 * international/mule-cmds.el (locale-preferred-coding-systems):
147 Fix alist item.
148
149 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
150
151 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
152 (tramp-set-connection-property, tramp-flush-connection-property)
153 (tramp-dump-connection-properties): Use it.
154
155 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
156
157 * wdired.el (wdired-finish-edit): If displaying a single file,
158 change dired-directory if that file was renamed.
159
160 * emacs-lisp/byte-run.el (macro-declaration-function): Disallow
161 declare specs with lengths of 3 or more.
162
163 * dirtrack.el (dirtrack): Fix error message.
164
165 2008-11-30 Glenn Morris <rgm@gnu.org>
166
167 * vc-svn.el (vc-svn-diff-switches): Doc fix.
168 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
169
170 * vc-git.el (vc-git-diff):
171 * vc-hg.el (vc-hg-diff):
172 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
173
174 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
175 (eshell-needs-pipe-p): New function.
176 (eshell-gather-process-output): Set process-connection-type according to
177 eshell-needs-pipe-p. (Bug#1388)
178
179 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
180
181 * calendar/diary-lib.el (diary-cyclic): Doc fix.
182 (diary-remind-message, diary-number-of-entries)
183 (diary-include-other-diary-files, diary-mark-included-diary-files)
184 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
185 (diary-font-lock-keywords-1): Reflow docstrings.
186 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
187 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
188
189 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
190 (timer-duration): Use `string-match-p'.
191
192 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
193
194 * complete.el (PC-do-complete-and-exit): Use
195 minibuffer-confirm-exit-commands.
196
197 * minibuffer.el (minibuffer-confirm-exit-commands): Add
198 PC-complete and PC-complete-word to the list.
199
200 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
201
202 * files.el (break-hardlink-on-save): Fix typo in docstring.
203 Add :version tag.
204
205 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
206 (reb-mode): Define with `define-derived-mode'.
207
208 2008-11-29 Karl Fogel <kfogel@red-bean.com>
209
210 * files.el (break-hardlink-on-save): New variable.
211 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
212 (file-precious-flag): Mention it in doc string.
213
214 2008-11-29 Miles Bader <miles@gnu.org>
215
216 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
217 (minibuffer-complete-and-exit): Use it.
218
219 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
220
221 * term/x-win.el (x-gtk-stock-cache): New hash table.
222 (x-gtk-map-stock): Perform caching to prevent excess consing
223 during redisplay.
224
225 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * minibuffer.el (completion--try-word-completion): Don't ignore
228 partial-completion if it's the only style.
229
230 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
231
232 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
233 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
234 (reb-initialize-buffer): Update matches, in case we're reentering
235 RE Builder mode.
236
237 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
238
239 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
240 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
241 values for minibuffer-completion-confirm.
242
243 2008-11-28 Martin Rudalics <rudalics@gmx.at>
244
245 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
246 any but the first "*" in a doc-string.
247
248 2008-11-28 Glenn Morris <rgm@gnu.org>
249
250 * format.el (format-write-file): Improve previous doc fix.
251
252 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
253
254 * simple.el (use-empty-active-region, use-region-p)
255 (region-active-p): Doc fix.
256
257 2008-11-27 Martin Rudalics <rudalics@gmx.at>
258
259 * window.el (display-buffer): Fix handling of not-this-window
260 argument. (Bug#1415)
261
262 2008-11-27 Kenichi Handa <handa@m17n.org>
263
264 * international/characters.el: Set category 'C' to characters
265 #x20000..#x2AFFF, #x2F800..#x2FFFF.
266
267 * loadup.el: Set inhibit-load-charset-map to t while preloading
268 files.
269
270 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
271
272 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
273 (tool-bar-find-image): Function deleted.
274 (tool-bar-local-item, tool-bar-local-item-from-menu): Use
275 find-image instead of tool-bar-find-image.
276 (tool-bar-keymap-cache): New hash table.
277 (tool-bar-make-keymap): Use it.
278 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
279
280 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
281
282 * net/dbus.el (dbus-handle-event): The result of a message call
283 handler can also be an object, which is not a consp.
284
285 2008-11-25 Alan Mackenzie <acm@muc.de>
286
287 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
288 (forward-list, backward-list, down-list, backward-up-list)
289 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
290 (insert-pair, insert-parentheses): State that the command assumes
291 that point is not in a string or comment.
292
293 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
294
295 * net/dbus.el (dbus-string-to-byte-array)
296 (dbus-byte-array-to-string, dbus-escape-as-identifier)
297 (dbus-unescape-from-identifier): New defuns.
298 (dbus-handle-event): The result of a message call is a list of
299 arguments, which must be expanded when passing to
300 `dbus-method-return-internal'.
301
302 * net/tramp.el (tramp-handle-write-region): Improve the check for
303 calling direct copy.
304 (tramp-find-inline-encoding): Don't raise an error but a warning,
305 when no inline encoding is found.
306 (tramp-get-remote-coding): Check for a symbol. The negative check
307 for a string fails, when there is an empty string.
308
309 2008-11-26 Glenn Morris <rgm@gnu.org>
310
311 * vc-git.el (vc-git-diff-switches): New option.
312 (vc-git-diff): Apply diff switches. (Bug#1386)
313 Give it a basic doc string.
314
315 * term/pc-win.el (x-font-family-list): Replace redefinition with
316 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
317
318 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
319
320 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
321 of the polynomial rather than the whole polynomial.
322
323 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
324
325 * mail/mailabbrev.el (define-mail-abbrev): When reading from
326 mailrc, recognize string quoting. When reading from Lisp, accept
327 rfc822-like addresses.
328
329 * mail/mailalias.el (define-mail-alias): Sync code with
330 define-mail-abbrev.
331
332 2008-11-25 Glenn Morris <rgm@gnu.org>
333
334 * eshell/esh-proc.el (eshell-gather-process-output):
335 Revert previous change. (re-opens Bug#1388)
336
337 * select.el (x-set-cut-buffer): Fix signal arguments.
338
339 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
340
341 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
342
343 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
344 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
345 (bubbles--empty-char): Use "\s".
346
347 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
348
349 * calc/calc.el (calc-settings-file, calc-language-alist)
350 (calc-embedded-announce-formula)
351 (calc-embedded-announce-formula-alist)
352 (calc-embedded-open-formula, calc-embedded-close-formula)
353 (calc-embedded-open-close-formula-alist)
354 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
355 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
356 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
357 (calc-embedded-open-close-new-formula-alist)
358 (calc-embedded-open-mode, calc-embedded-close-mode)
359 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
360 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
361 (calc-multiplication-has-precedence): Remove unnecessary asterisks
362 from docstrings.
363
364 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
365
366 * calculator.el (calculator-op-or-exp): Reflow docstring.
367 (calculator-remove-zeros, calculator-repR, calculator-repL):
368 Fix typos in docstrings.
369
370 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
371
372 * log-view.el (log-view-annotate-version): Let vc-annotate manage
373 windows instead of calling switch-to-buffer.
374
375 * diff.el (diff-sentinel): Take note of diff error return value.
376
377 2008-11-24 Martin Rudalics <rudalics@gmx.at>
378
379 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
380 frame can't be split.
381
382 2008-11-24 Ulf Jasper <ulf@web.de>
383
384 * net/newst-treeview.el (newsticker--treeview-current-feed): Doc
385 string.
386 (newsticker--treeview-item-show): Renamed arg FEED to
387 FEED-NAME-SYMBOL.
388 (newsticker--treeview-tree-update-tag): Removed dead code.
389 (newsticker-treeview-update): Don't update cache.
390 (newsticker-treeview-quit): Don't save cache.
391 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
392 (newsticker-treeview-save): Use `newsticker-dir'.
393 (newsticker--treeview-load): Use `newsticker-dir'.
394 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
395 Update tags.
396 (newsticker-treeview-tree-do-click): Slightly simplified.
397
398 * net/newst-backend.el (newsticker-dir): New.
399 (newsticker-start): Use `newsticker--cache-read'.
400 (newsticker-stop): Use `newsticker--cache-save'.
401 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
402 (newsticker--images-dir): New.
403 (newsticker--image-get, newsticker--image-sentinel): Use
404 `newsticker--images-dir'.
405 (newsticker--cache-save-version1): Backuped version of
406 `newsticker--cache-save'.
407 (newsticker--cache-update): Create newsticker-dir if necessary.
408 (newsticker--cache-dir): New.
409 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
410 (newsticker--cache-save-feed): New.
411 (newsticker--cache-read-version1): New. Backuped version for reading
412 cache data..
413 (newsticker--cache-read, newsticker--cache-do-read): New.
414
415 * net/newst-reader.el (newsticker--image-read): Use
416 `newsticker--images-dir'.
417
418 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
419
420 * files.el (confirm-nonexistent-file-or-buffer): Allow
421 `after-completion' value to request confirm only after TAB.
422 (confirm-nonexistent-file-or-buffer): New function.
423 (read-buffer-to-switch, find-file, find-file-other-window)
424 (find-file-other-frame, find-file-read-only)
425 (find-file-read-only-other-window)
426 (find-file-read-only-other-frame): Use it.
427 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc
428 fix.
429 Thanks to Alan Mackenzie for suggesting the new behavior.
430
431 * minibuffer.el (minibuffer-complete-and-exit): Change
432 `confirm-only' value of minibuffer-completion-confirm to
433 `confirm', and handle a `confirm-after-completion' value.
434
435 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
436
437 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
438
439 2008-11-24 Andreas Schwab <schwab@suse.de>
440
441 * image.el (image-type-header-regexps): Recognize more xbm format
442 variants.
443
444 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
445
446 * textmodes/artist.el (artist-charlist-to-string): Simplify.
447 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
448 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
449 (artist-replace-string, artist-draw-rect, artist-draw-line)
450 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
451 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
452 (artist-pen, artist-pen-line, artist-text-insert-common)
453 (artist-text-overwrite, artist-spray-get-interval)
454 (artist-spray-clear-circle, artist-erase-char)
455 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
456 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
457 (artist-key-draw-1point, artist-key-draw-2points)
458 (artist-mouse-draw-continously): Fix typos in docstrings.
459 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
460 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
461 (artist-backward-char, artist-forward-char): Doc fixes.
462 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
463 Reflow docstrings.
464
465 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * international/quail.el (quail-vunion): New function.
468 (quail-defrule-internal): Use it to prevent accumulating redundant
469 alternatives when `append' is set.
470 (quail-insert-decode-map): Simplify computation of the max-key-width.
471 Compute it right for multiple-list.
472
473 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
474
475 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
476 explicitly. Doc fix.
477
478 2008-11-24 Martin Rudalics <rudalics@gmx.at>
479
480 * calendar/appt.el (appt-disp-window): Move minibuffer check
481 after binding this-window and do not set-buffer to make sure we
482 won't deselect the minibuffer. (Bug#1413)
483
484 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
485
486 * vc-hg.el (vc-hg-program): Remove.
487 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
488 Undo previous change.
489
490 2008-11-23 Martin Rudalics <rudalics@gmx.at>
491
492 * info-look.el (info-lookup): When Info buffer is visible on
493 another frame, raise that frame.
494
495 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
496
497 * allout.el (allout-mode): Fix typo in docstring.
498
499 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
500 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
501
502 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
503
504 * vc-hooks.el (vc-follow-link): Complete last change.
505
506 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
507
508 * textmodes/remember.el (remember-region): Doc fix.
509 (remember-filter-functions, remember-handler-functions)
510 (remember-save-after-remembering, remember-mailbox)
511 (remember-default-priority, remember-data-file, remember-leader-text)
512 (remember-diary-file): Remove * from defcustom docstrings.
513 (remember-run-all-annotation-functions-flag)
514 (remember-all-handler-functions): Reflow docstrings.
515 (remember-store-in-mailbox): Fix typo in docstring.
516 (remember-mode): Define with `define-derived-mode'. Doc fix.
517
518 2008-11-23 Glenn Morris <rgm@gnu.org>
519
520 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
521 (eshell-do-pipelines): Add optional argument to distinguish recursive
522 calls. Use to set eshell-in-pipeline-p to 'first for the first command
523 in a pipeline.
524
525 * eshell/esh-proc.el (eshell-gather-process-output):
526 Set process-connection-type nil for all but the first element of a
527 pipeline. (Bug#1388)
528
529 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
530
531 * ediff-hook.el: Add tooltips to Emacs menus.
532
533 * ediff.el: Change date of last update.
534
535 2008-11-22 Juri Linkov <juri@jurta.org>
536
537 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
538 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
539 Doc fix.
540 (dired-isearch-filenames-setup): Run filename Isearch only when
541 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
542 and the text property `dired-filename' at point is non-nil.
543 In this case also set isearch-message-prefix-add to "filename ".
544 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
545 (dired-isearch-filenames, dired-isearch-filenames-regexp):
546 Don't let-bind isearch-message-prefix-add since this is done now
547 in dired-isearch-filenames-setup.
548
549 * isearch.el (isearch-mode): Change the order of calling
550 `isearch-update' and running the `isearch-mode-hook' to call
551 `isearch-update' with Isearch parameters set in this hook.
552
553 * progmodes/compile.el (compilation-auto-jump-to-first-error):
554 Fix docstring - change "during `compile'" to "during compilation".
555
556 * descr-text.el (describe-char-unidata-list): Move `old-name' to
557 be immediately after `name'.
558
559 * startup.el (initial-buffer-choice): Change an abstract file name
560 "file.txt" to more reasonable default file name value "~/.emacs".
561
562 2008-11-22 Juri Linkov <juri@jurta.org>
563
564 * files.el (hack-local-variables-confirm): Rename arg `project' to
565 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
566 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
567 (hack-local-variables): Rename call of `hack-project-variables' to
568 `hack-dir-local-variables'. Change error text to "Directory-local
569 variables error".
570 (dir-locals-class-alist): Rename from `project-class-alist'.
571 (dir-locals-directory-alist): Rename from `project-directory-alist'.
572 (dir-locals-get-class-variables): Rename from `project-get-alist'.
573 (dir-locals-collect-mode-variables): Rename from
574 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
575 `mode-variables', and arg `settings' to `variables'.
576 (dir-locals-collect-variables): Rename from
577 `project-collect-binding-list'. Rename arg `binding-list' to
578 `class-variables', and arg `settings' to `variables'.
579 (dir-locals-set-directory-class): Rename from `set-directory-project'.
580 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
581 Rename arg `settings' to `variables'.
582 (dir-locals-file): New defconst.
583 (dir-locals-find-file): Rename from `project-find-settings-file'.
584 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
585 and `pda' to `dir-elt'.
586 (dir-locals-read-from-file): Rename from
587 `project-define-from-project-file'. Rename arg `settings-file'
588 to `file'. Rename let-bound `list' to `variables'.
589 (hack-dir-local-variables): Rename from `hack-project-variables'.
590 Rename let-bound `settings' to `variables-file', `root-dir'
591 to `dir-name', and `bindings' to `variables'.
592
593 2008-11-22 Lute Kamstra <lute@gnu.org>
594
595 * simple.el (goto-line): Rename argument.
596
597 2008-11-22 Eli Zaretskii <eliz@gnu.org>
598
599 * makefile.w32-in (compile-first): New target.
600 (recompile): Depend on compile-first.
601
602 * Makefile.in (recompile): Depend on compile-first.
603
604 2008-11-22 Martin Rudalics <rudalics@gmx.at>
605
606 * files.el (switch-to-buffer-other-window)
607 (switch-to-buffer-other-frame): Rename buffer argument to
608 buffer-or-name. Reword and mention new option
609 confirm-nonexistent-file-or-buffer in doc-string.
610
611 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
612
613 * viper.el: Date change.
614
615 * viper-cmd.el (viper-envelop-ESC-key):
616 viper-translate-all-ESC-keysequences is now a function.
617
618 * viper-init (viper-translate-all-ESC-keysequences): Make this variable.
619
620 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
623 Use buffer-file-truename to handle symlinks in any part of the filename.
624
625 2008-11-22 Glenn Morris <rgm@gnu.org>
626
627 * vc-mtn.el (vc-mtn-diff-switches): New option.
628 (vc-mtn-program): Rename from vc-mtn-command, for
629 consistency with other backends. Keep old name as alias.
630 Update callers. Make it a defcustom.
631 (vc-mtn-diff): Give it a doc string. Apply diff switches.
632
633 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
634 consistency with other backends. Keep old name as alias.
635 Make it a defcustom.
636 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
637
638 * vc-hg.el (vc-hg-program): New option.
639 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
640 Use vc-hg-program rather than hard-coded "hg".
641
642 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
643 (vc-svn-program): Move defcustom to start.
644 (vc-svn-create-repo, vc-svn-modify-change-comment):
645 Use vc-svn-program rather than hard-coded "svn".
646
647 * menu-bar.el: Stylistic consistency fixes for various menu and
648 help texts.
649
650 * kmacro.el (kmacro-insert-counter): Doc fix.
651
652 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
653
654 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
655
656 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
657
658 * international/quail.el (quail-indent-to): New function.
659 (quail-completion-1, quail-completion-list-translations)
660 (quail-insert-decode-map): Use it to improve alignment.
661 (quail-build-decode-map): Don't ignore latin-1 chars.
662 (quail-help): Increase the max decode-map size so that even the TeX map
663 gets printed.
664
665 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
666 Signal error for invalid bookmark.
667 (bookmark-get-bookmark-record): Undo last change.
668 (bookmark-store, bookmark-delete): Use new arg `noerror'.
669
670 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
671 Suggested by Toru TSUNEYOSHI.
672
673 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
674
675 * byte-opt.el (byte-compile-butlast): Move up in file.
676 (byte-optimize-plus): Don't call
677 byte-optimize-delay-constants-math (bug#1334).
678 Use byte-optimize-predicate to optimize constants.
679 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
680 Remove zero arguments first
681 if possible. Call byte-optimize-predicate to optimize constants.
682 (byte-optimize-multiply): Remove optimizations for arguments of 0
683 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
684 Call byte-optimize-predicate.
685 (byte-optimize-divide): Leave runtime errors unchanged.
686 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
687 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
688
689 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
690
691 * bookmark.el (bookmark-jump-noselect): Add obsolescence
692 declaration and remove redundant info from docstring.
693
694 * isearch.el (isearch-search-string): Doc fix.
695 (search-exit-option, search-slow-window-lines, search-slow-speed)
696 (search-upper-case, search-nonincremental-instead)
697 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
698 (search-ring-update, search-highlight, isearch-lazy-highlight)
699 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
700 (lazy-highlight-interval): Remove * from defcustom docstrings.
701 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
702 Remove * from defcustom docstrings; fix typos.
703 (isearch-push-state-function, isearch-help-for-help-internal)
704 (isearch-help-for-help, isearch-describe-bindings)
705 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
706 (isearch-pop-fun-state, isearch-search-fun-function)
707 (isearch-lazy-highlight-search): Fix typos in docstrings.
708 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
709 (isearch-forward): Fix typo and reflow docstring.
710 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
711 (isearch-mode-map): Don't use `let*'.
712
713 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
714
715 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
716
717 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
718
719 * isearch.el (isearch-search-string): Simplify and convert docstring.
720
721 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
722
723 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
724
725 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
726 (lookup-nested-alist): Doc fix.
727 (with-coding-priority): Reflow docstring.
728 (detect-coding-with-priority): Fix typos in obsolescence declaration.
729 (char-displayable-p): Reflow docstring. Use `when'.
730
731 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
732
733 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
734 week forward/backward.
735
736 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
737
738 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
739 (with-electric-help): Fix typo and reflow docstring.
740
741 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
742
743 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
744 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
745 (list-buffers-noselect): Don't need to pad.
746
747 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
748
749 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
750 Pay attention to char widths when computing string sizes.
751
752 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
753
754 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
755 (byte-compile-output-docform): Reflow docstrings.
756 (no-byte-compile): Fix typo in docstring.
757 (byte-recompile-directory, compile-defun): Doc fixes.
758 (emacs-lisp-file-regexp, byte-compile-verbose)
759 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
760 (byte-compile-dynamic-docstrings, byte-optimize-log)
761 (byte-compile-error-on-warn, byte-compile-warnings)
762 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
763 Remove * from defcustom docstrings.
764
765 2008-11-20 Glenn Morris <rgm@gnu.org>
766
767 * format.el (format-alist, format-write-file): Doc fix.
768
769 * proced.el (proced-available): New variable.
770 (proced-process-attributes): Move availability check from previous
771 change from here...
772 (proced): ... to here.
773
774 * vc-hg.el (vc-hg-diff-switches): New option.
775 (vc-hg-diff): Apply diff switches. (Bug#1017)
776
777 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
778
779 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
780
781 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
782
783 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
784
785 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
786
787 * calc/calc-units.el (math-units-table): Doc fix.
788 (math-standard-units): Fix typo in constant's description.
789 (math-additional-units): Fix typo in docstring.
790
791 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
792
793 * calc/calc-units.el (math-standard-units): Add eps0,
794 permittivity of vacuum.
795
796 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
797
798 * files.el (project-settings-file): Remove.
799 (project-find-settings-file): Undo previous change that added the
800 use of project-settings-file.
801
802 2008-11-19 Glenn Morris <rgm@gnu.org>
803
804 * proced.el (proced, proced-format-time): Doc fixes.
805 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
806
807 2008-11-19 Karl Fogel <kfogel@red-bean.com>
808
809 * bookmark.el (bookmark-jump-noselect): Move the deprecation
810 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
811
812 2008-11-19 Lute Kamstra <lute@gnu.org>
813
814 * autoinsert.el (auto-insert-alist): Don't use match data.
815
816 2008-11-19 Glenn Morris <rgm@gnu.org>
817
818 * progmodes/f90.el (f90-mode-map): Add some menu :help.
819
820 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
821
822 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
823 * term/w32-win.el (x-select-font): Declare.
824
825 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
826 Use the imperative for all help strings.
827
828 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
829
830 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
831 case where the default dictionary is French, Spanish, younameit.
832
833 * window.el (window--frame-usable-p): Consider dedicated windows
834 as usable.
835
836 * files.el (confirm-nonexistent-file-or-buffer):
837 Rename from find-file-confirm-nonexistent-file.
838 (read-buffer-to-switch): Use it.
839
840 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
841
842 * server.el (server-temp-file-p): Use `string-match-p'.
843 (server-socket-dir): Set to nil if local sockets are unsupported.
844 (server-start): Don't try to delete local socket if unsupported.
845 (server-kill-new-buffers): Reflow docstring.
846 (server-delete-client, server-handle-delete-frame)
847 (server-save-buffers-kill-terminal): Doc fixes.
848 (server-send-string): Fix typo in docstring.
849
850 2008-11-18 Sam Steingold <sds@gnu.org>
851
852 * progmodes/compile.el (compilation-start-hook): New hook.
853 (compilation-start): Run it on the compilation process.
854
855 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
856
857 * international/mule-cmds.el (update-leim-list-file): Simplify.
858 (prefer-coding-system, find-coding-systems-for-charsets):
859 Fix docstring typos.
860 (select-safe-coding-system, input-method-exit-on-first-char)
861 (language-info-alist, language-info-custom-alist): Reflow docstrings.
862 (toggle-input-method, read-multilingual-string): Doc fixes.
863 Reflow docstrings.
864 (locale-name-match, sort-coding-systems, find-multibyte-characters)
865 (read-char-by-name): Use `string-match-p'.
866 (get-char-code-property, put-char-code-property)
867 (char-code-property-description): Be silent while loading uni-* files.
868 (ucs-names): Use `dotimes-with-progress-reporter', because loading
869 the Unicode character names is *slow*.
870
871 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
872
873 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
874
875 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
876
877 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
878
879 * international/mule-cmds.el (ucs-completions): Mark as risky.
880
881 2008-11-17 Martin Rudalics <rudalics@gmx.at>
882
883 * help-macro.el (three-step-help): Remove * from defcustom.
884 (make-help-screen): Don't iconify selected frame. (Bug#1322)
885 Use when instead of if and cond within condition-case.
886
887 * window.el (quit-window): Bind window to selected window when
888 trying to delete it.
889
890 2008-11-17 Glenn Morris <rgm@gnu.org>
891
892 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
893 definition of 'ignore, rather than nil. (Bug#1353)
894
895 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
896
897 * window.el (window--frame-usable-p): Allow use for soft-dedication.
898
899 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
900
901 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
902
903 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
904 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
905 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
906 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
907 (shell-command, repeat-complex-command): Reflow docstrings.
908 (pop-to-mark-command): Fix typos in docstring.
909
910 2008-11-17 Juri Linkov <juri@jurta.org>
911
912 * isearch.el (isearch-filter-predicate): Rename from
913 `isearch-success-function'. Rename default value from
914 `isearch-success-function-default' to
915 `isearch-filter-invisible'. Doc fix.
916 (isearch-filter-invisible): Rename from
917 `isearch-success-function-default'. Doc fix.
918 (isearch-search, isearch-lazy-highlight-search):
919 Rename `isearch-success-function' to `isearch-filter-predicate'.
920
921 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
922 `dired-isearch-orig-success-function'.
923 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
924 (dired-isearch-filenames-end): Rename `isearch-success-function' to
925 `isearch-filter-predicate'. Doc fix.
926 (dired-isearch-filter-filenames): Rename from
927 `dired-isearch-success-function'.
928
929 * info.el (Info-search, Info-mode):
930 Rename `isearch-success-function' to `isearch-filter-predicate'.
931 (Info-isearch-filter-predicate): Rename from
932 `Info-search-success-function'.
933
934 * simple.el (minibuffer-default-add-function): Fix docstring to
935 use clear text "default values" instead of obscure references to
936 the dynamic variable `minibuffer-default'.
937
938 2008-11-16 Glenn Morris <rgm@gnu.org>
939
940 * term/ns-win.el (ns-extended-platform-support-mode):
941 Tweak menu entry from previous change.
942
943 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
944
945 * cus-edit.el (custom-buffer-create-internal): Always insert the
946 in-buffer buttons, regardless of tool-bar. (Bug#1326)
947
948 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
949
950 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
951
952 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
953
954 * ielm.el (ielm-eval-input): Fix thinko in last change.
955
956 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
957
958 * subr.el (read-passwd): Yank current kill if the user enters C-y.
959
960 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
961
962 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
963 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
964
965 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
966 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
967 Handle `file-name-as-directory'.
968
969 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
970
971 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
972 usual variable-pitch face.
973
974 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
975
976 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
977 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
978 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
979 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
980 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
981 (ange-ftp-quote-string, ange-ftp-process-handle-line)
982 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
983 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
984 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
985 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
986 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
987 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
988 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
989 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
990 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
991 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
992 (ange-ftp-default-user, ange-ftp-default-password)
993 (ange-ftp-default-account, ange-ftp-netrc-default-password)
994 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
995 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
996 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
997 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
998 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
999 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
1000 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
1001 (ange-ftp-make-backup-files, ange-ftp-retry-time)
1002 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
1003 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
1004 (ange-ftp-gateway-tmp-name-template)
1005 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
1006 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
1007 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
1008 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
1009 (ange-ftp-gateway-program): Remove * from docstring and reflow.
1010 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
1011 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
1012 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
1013 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
1014 (ange-ftp-rename-local-to-remote): Doc fixes.
1015 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
1016 Use `when', `unless'.
1017 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
1018 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
1019 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
1020 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
1021 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
1022 (ange-ftp-process-sentinel): Use `when'. Fix typo.
1023 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
1024 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
1025 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
1026 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
1027 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
1028 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
1029 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
1030 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
1031 `(save-match-data (string-match ...))'.
1032 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
1033 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
1034 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
1035 Doc fixes.
1036
1037 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
1038
1039 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
1040 function instead of a variable.
1041
1042 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
1043 viper-ESC-keyseq-timeout as a function.
1044 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
1045 defsubst.
1046
1047 * emulation/viper-cmd.el: Let line-move-visual to nil when using
1048 next-line or previous-line.
1049 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
1050
1051 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
1052
1053 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
1054 live.
1055 (ediff-save-buffer): Let window-min-height to 2.
1056
1057 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
1058 the minibuffer.
1059
1060 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
1061
1062 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
1063 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
1064 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
1065 (ielm-map): Define within defvar. Add docstring.
1066 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
1067 (ielm-complete-filename): Use `when', `unless'.
1068 (ielm-is-whitespace-or-comment): Use `string-match-p'.
1069 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
1070 (ielm-change-working-buffer): Check that the buffer is live.
1071 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
1072 Simplify. Reflow docstring.
1073 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
1074 New aliases, to satisfy `define-derived-mode' expectations.
1075
1076 2008-11-15 Glenn Morris <rgm@gnu.org>
1077 Martin Rudalics <rudalics@gmx.at>
1078
1079 * emacs-lisp/find-func.el (find-function-advised-original): New.
1080 (find-function-C-source, find-function-noselect):
1081 Use find-function-advised-original to handle advised funcs. (Bug#789)
1082
1083 2008-11-15 Glenn Morris <rgm@gnu.org>
1084
1085 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
1086 alias message.
1087
1088 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
1089 Remove uniquify-after-kill-buffer-p dependency.
1090 (uniquify-kill-buffer-function): New function.
1091 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
1092
1093 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
1094 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
1095 main Emacs manual.
1096
1097 2008-11-15 Martin Rudalics <rudalics@gmx.at>
1098
1099 * window.el (quit-window): Restore delete window with second
1100 arg non-nil behavior as of before 2008-10-30 change.
1101
1102 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
1103
1104 * help-fns.el (describe-function-1): Do char-range check for
1105 self-insert-command.
1106
1107 2008-11-14 Karl Fogel <kfogel@red-bean.com>
1108
1109 * files.el (file-precious-flag): Document that this flag is advisory.
1110
1111 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1112
1113 * emacs-lisp/bytecomp.el (byte-compile-associative)
1114 (byte-compile-minus, byte-compile-quo): If there are more than two
1115 operands, don't use binary operation code (bug#1334).
1116
1117 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
1118
1119 * w32-fns.el (w32-shell-dos-semantics):
1120 * calendar/diary-lib.el (diary-face-attrs):
1121 * international/mule-cmds.el (set-default-coding-systems)
1122 (prefer-coding-system):
1123 * net/tramp.el (tramp-set-completion-function):
1124 * progmodes/vhdl-mode.el (vhdl-file-header):
1125 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
1126
1127 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
1128
1129 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
1130 (kill-matching-buffers, save-buffers-kill-emacs)
1131 (save-buffers-kill-terminal): Fix typos in docstrings.
1132 (switch-to-buffer-other-window): Reflow docstring.
1133 (revert-buffer): Doc fix.
1134 (define-project-bindings): Rename arg LIST to SETTINGS.
1135 (project-find-settings-file): Use `let', not `let*'.
1136 Use `when'.
1137
1138 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
1139
1140 * files.el (project-settings-file, locate-dominating-file):
1141 Fix typos in docstrings.
1142 (find-file-visit-truename): Remove * from defcustom docstring.
1143
1144 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
1145
1146 * files.el (project-settings-file): New variable.
1147 (project-find-settings-file): Use it, instead of hardcoding
1148 .dir.settings.el.
1149
1150 2008-11-13 Glenn Morris <rgm@gnu.org>
1151
1152 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
1153
1154 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
1155
1156 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
1157 in mail bodies.
1158
1159 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
1160
1161 * international/mule.el (autoload-coding-system, with-category-table)
1162 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
1163 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
1164 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
1165 (set-file-name-coding-system, ctext-pre-write-conversion)
1166 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
1167 Reflow docstrings.
1168 (charset-list, set-coding-priority): Remove redundant obsolescence info.
1169 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
1170 (char-valid-p): Define with `define-obsolete-function-alias'.
1171
1172 * textmodes/artist.el (artist-mode): Fix typos in docstring.
1173
1174 2008-11-12 Sam Steingold <sds@gnu.org>
1175
1176 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
1177 between hostname and path.
1178
1179 2008-11-11 Juri Linkov <juri@jurta.org>
1180
1181 * dired-aux.el (dired-isearch-filenames)
1182 (dired-isearch-filenames-regexp):
1183 Let-bind isearch-message-prefix-add to "filename ".
1184
1185 * isearch.el (isearch-message-prefix-add)
1186 (isearch-message-suffix-add): New variables.
1187 (isearch-message-prefix): Show additional text from
1188 `isearch-message-prefix-add' before "I-search".
1189 (isearch-message-suffix): Show additional text from
1190 `isearch-message-suffix-add' at the end.
1191
1192 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
1193 `isearch-search'. Call isearch-success-function to skip matches
1194 outside the current isearch scope. Let-bind search-invisible to
1195 nil to not match invisible text.
1196
1197 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
1198 Let-bind `isearch-recursive-edit' to nil to prevent calling
1199 `exit-recursive-edit' in `isearch-done' that terminates the
1200 execution of these commands when it is non-nil. Call
1201 `exit-recursive-edit' explicitly at the end.
1202 (isearch-occur): For word search construct the correct regexp
1203 with word boundaries to proceed with occur.
1204
1205 * isearch.el (isearch-search-fun): Compare the length of the
1206 current search string with the length of the string from the
1207 previous search state to detect the situation when the user
1208 adds or removes characters in the search string.
1209 Use word-search-forward-lax and word-search-backward-lax in this
1210 case, and otherwise word-search-forward and word-search-backward.
1211
1212 2008-11-11 Sam Steingold <sds@gnu.org>
1213
1214 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
1215 the "Version Control" group (for C-x v g).
1216
1217 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
1218
1219 * server.el (server-process-filter): Fix typos and reflow docstring.
1220
1221 2008-11-11 Martin Rudalics <rudalics@gmx.at>
1222
1223 * mail/footnote.el (footnote-mode): Improve doc-string.
1224 Suggested by <jidanni@jidanni.org>. (Bug#1318)
1225
1226 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
1227
1228 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
1229
1230 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
1231
1232 * mail/smtpmail.el (smtpmail-open-stream): Use
1233 `starttls-any-program-available'. Auto-load starttls.el for it.
1234
1235 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
1236
1237 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
1238 version (bug@1285).
1239
1240 2008-11-08 Eli Zaretskii <eliz@gnu.org>
1241
1242 * startup.el (command-line): Ignore init-file-user when checking
1243 user's home directory on MS-DOS as well.
1244
1245 2008-11-07 Sam Steingold <sds@gnu.org>
1246
1247 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
1248
1249 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
1250
1251 * frame.el (make-frame-on-display): Use `string-match-p'.
1252
1253 2008-11-07 Glenn Morris <rgm@gnu.org>
1254
1255 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
1256
1257 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
1258
1259 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
1260 to initialize font-lock keyword case sensitivity.
1261 (lisp-mode): Use it.
1262
1263 2008-11-06 Glenn Morris <rgm@gnu.org>
1264
1265 * eshell/esh-maint.el: Remove unused file.
1266
1267 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
1268
1269 * cus-edit.el (custom-comment-tag): Doc fix.
1270 (custom-comment, custom-variable-value-create, custom-face):
1271 Use face names sans -face suffix rather than aliases.
1272
1273 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
1274
1275 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
1276 window width.
1277
1278 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
1279
1280 * server.el (server-process-filter): Only default to emacsclient's
1281 terminal in daemon mode.
1282
1283 2008-11-05 Martin Rudalics <rudalics@gmx.at>
1284
1285 * window.el (quit-window): Restore prefix argument behavior
1286 removed in 2008-10-30 change. (Bug#1308)
1287
1288 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
1289
1290 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
1291 function to kill-buffer-hook, not to kill-buffer.
1292 Reported by Markus Triska <markus.triska@gmx.at>
1293
1294 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
1295
1296 * calc/calc.el (calc-quit): Make sure that the keypad buffer
1297 exists before deleting its windows.
1298
1299 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
1300
1301 * server.el (server-process-filter): Don't call
1302 server-create-tty-frame when no tty name is specified.
1303
1304 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
1305
1306 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
1307
1308 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
1309
1310 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1311 (define-char-code-property):
1312 * textmodes/reftex.el (reftex-index):
1313 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
1314
1315 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
1316
1317 * vc-bzr.el (vc-bzr-dir-printer): Rename from
1318 vc-bzr-status-printer.
1319
1320 * startup.el (startup-echo-area-message): Display a different
1321 message in daemon mode. Suggested by Stephen Turnbull.
1322
1323 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
1324 Windows.
1325
1326 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
1327
1328 * dframe.el (dframe-mouse-position-function)
1329 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
1330 (dframe-mouse-set-point): Fix typos in docstrings.
1331
1332 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1333
1334 * vc-dir.el (vc-dir-headers): Undo previous change.
1335
1336 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
1337
1338 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
1339 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
1340
1341 2008-11-04 Martin Rudalics <rudalics@gmx.at>
1342
1343 * subr.el (looking-back): Fix doc-string typo.
1344
1345 * electric.el (Electric-pop-up-window): Call window-end with
1346 UPDATE set to t.
1347
1348 * window.el (save-selected-window): Make it behave like
1349 save-selected-window-norecord.
1350 (save-selected-window-norecord): Remove, since functionality
1351 fully taken over by save-selected-window.
1352 (walk-windows, set-window-text-height, fit-window-to-buffer):
1353 Use save-selected-window instead of save-selected-window-norecord.
1354 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
1355 save-selected-window-norecord.
1356 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
1357 indent-function for save-selected-window-norecord.
1358
1359 2008-11-03 Alan Mackenzie <acm@muc.de>
1360
1361 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
1362
1363 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
1364
1365 * subr.el (looking-back): Doc fix.
1366
1367 * term/x-win.el (x-initialize-window-system):
1368 Call x-wm-set-size-hint after initialization.
1369
1370 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
1371 to t.
1372
1373 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
1374 2000-12-08 (bug#1297).
1375
1376 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
1377
1378 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
1379
1380 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
1381 when appropriate.
1382
1383 2008-11-02 Martin Rudalics <rudalics@gmx.at>
1384
1385 * window.el (save-selected-window-norecord): New macro.
1386 (walk-windows): Use save-selected-window-norecord and call
1387 select-window with NORECORD set. (Bug#1237)
1388 (set-window-text-height, fit-window-to-buffer):
1389 Use save-selected-window-norecord and call select-window with
1390 NORECORD set.
1391 * subr.el (with-selected-window): Call set-frame-selected-window
1392 with new argument NORECORD set. Update doc-string.
1393 (with-selected-frame): Call select-frame with new argument
1394 NORECORD set. Update doc-string.
1395 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
1396 Put indent-function for save-selected-window-norecord.
1397 * font-lock.el (lisp-font-lock-keywords-2):
1398 Add save-selected-window-norecord.
1399
1400 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
1401
1402 * cus-edit.el (customize-apropos-options, custom-comment)
1403 (custom-comment-tag, custom-face-edit-attribute-tag):
1404 Fix typos in docstrings.
1405 (custom-buffer-done-kill): Remove * from defcustom docstring.
1406 (custom-file): Fix typo in doc of defcustom choice.
1407
1408 * frame.el (display-visual-class): Fix typo in docstring.
1409 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
1410 (special-display-frame-alist, show-trailing-whitespace)
1411 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
1412 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1413 Remove * from defcustom docstrings.
1414
1415 * md4.el (md4-buffer): Fix typo in docstring.
1416 (md4, md4-64): Doc fixes.
1417 (md4-pack-int32): Reflow docstring.
1418
1419 * paths.el (rmail-file-name): Remove * from defcustom docstring.
1420 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
1421
1422 * rect.el (open-rectangle): Reflow docstring.
1423 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
1424
1425 * select.el (x-get-cut-buffer): Fix typo in docstring.
1426
1427 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
1428 (timezone-time-zone-from-absolute, timezone-leap-year-p):
1429 Fix typos in docstrings.
1430
1431 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
1432 Fix typos in docstrings.
1433
1434 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1435
1436 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
1437
1438 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
1439 (newsticker--treeview-list-update, newsticker--treeview-item-show)
1440 (newsticker--treeview-tree-update)
1441 (newsticker--treeview-tree-update-highlight)
1442 (newsticker-treeview-update)
1443 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
1444 (newsticker-treeview-next-new-or-immortal-item)
1445 (newsticker-treeview-prev-new-or-immortal-item)
1446 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
1447 (newsticker-treeview-tree-click): Watch for layout changes.
1448 (newsticker--treeview-set-current-node): Cleanup.
1449 (newsticker--treeview-restore-layout): Rename from
1450 newsticker--treeview-restore-buffers.
1451 (newsticker--treeview-mark-item): Update cache file.
1452
1453 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1454
1455 * calendar/icalendar.el (icalendar--uid-count): New.
1456 (icalendar--create-uid): New. Extracted from
1457 `icalendar-export-region' and add uid counter.
1458 (icalendar-export-region): Use `icalendar--create-uid'.
1459
1460 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
1461
1462 * tooltip.el (tooltip-frame-parameters): Doc fix.
1463
1464 2008-10-31 Martin Rudalics <rudalics@gmx.at>
1465
1466 * window.el (window-body-height, window-current-scroll-bars)
1467 (walk-windows, get-window-with-predicate, get-buffer-window-list)
1468 (minibuffer-window-active-p, count-windows)
1469 (window-safely-shrinkable-p, window--splittable-p)
1470 (window--try-to-split-window, window--frame-usable-p)
1471 (window--even-window-heights, window--display-buffer-1)
1472 (window--display-buffer-2, set-window-text-height)
1473 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1474 (truncated-partial-width-window-p): Rewrite doc-string.
1475 (window-fixed-size-p): Simplify code. Rewrite doc-string.
1476 (split-window-vertically, split-window-horizontally):
1477 Rename args, rewrite doc-string, and simplify code.
1478 (split-window-save-restore-data): Rename args and use
1479 when instead of if.
1480
1481 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
1482
1483 * indent.el (indent-for-tab-command): Use use-region-p.
1484
1485 * vc.el (vc-revert): Limit the length of the query string.
1486
1487 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
1488
1489 * simple.el (idle-update-delay, next-error-highlight)
1490 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
1491 (minibuffer-history-case-insensitive-variables, kill-ring-max)
1492 (kill-read-only-ok, backward-delete-char-untabify-method)
1493 (kill-whole-line, mark-ring-max, global-mark-ring-max)
1494 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
1495 (goal-column, line-move-ignore-invisible, fill-prefix)
1496 (auto-fill-inhibit-regexp, blink-matching-paren)
1497 (blink-matching-paren-on-screen, blink-matching-paren-distance)
1498 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
1499 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
1500 (minibuffer-history-isearch-wrap, transient-mark-mode)
1501 (next-logical-line, auto-fill-mode, line-number-mode)
1502 (column-number-mode, size-indication-mode, clone-indirect-buffer)
1503 (normal-erase-is-backspace-mode): Doc fixes.
1504 (current-kill, transient-mark-mode, toggle-truncate-lines)
1505 (visible-mode): Reflow docstrings.
1506 (minibuffer-local-shell-command-map, interprogram-paste-function):
1507 Fix typos in docstrings.
1508
1509 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
1510
1511 * server.el (server-process-filter): In daemon mode, default to
1512 emacsclient's tty if not opening a new frame and only the
1513 terminal-frame is available.
1514
1515 2008-10-30 Martin Rudalics <rudalics@gmx.at>
1516
1517 * window.el (quit-window): Simplify code. Say in doc-string
1518 that it operates on the selected window's buffer. (Bug#1259)
1519
1520 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
1521
1522 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
1523 nil so that log-view-diff-changeset works.
1524
1525 2008-10-30 Glenn Morris <rgm@gnu.org>
1526
1527 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
1528
1529 * resume.el: Move to obsolete/.
1530 * Makefile.in (ELCFILES): Update.
1531
1532 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
1533
1534 * electric.el (Electric-pop-up-window): Don't shrink the window if
1535 it's already big enough.
1536
1537 * minibuffer.el (delete-minibuffer-contents): Delete all
1538 minibuffer contents instead of just the current field.
1539
1540 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
1541
1542 * bookmark.el (bookmark-handle-bookmark): Rename from
1543 bookmark-jump-noselect.
1544 (bookmark--jump-via, bookmark-insert): Callers changed.
1545 (bookmark-jump-noselect): Wrapper function for
1546 bookmark-handle-bookmark.
1547 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
1548
1549 * textmodes/ispell.el (ispell-word): Use use-region-p.
1550
1551 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
1552
1553 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
1554 to follow naming conventions for abnormal hooks. Doc fix.
1555 (tooltip-mode, tooltip-timeout): Use it.
1556 (tooltip-hook): New obsolete alias.
1557 (tooltip-help-tips): Doc fix.
1558
1559 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
1560
1561 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
1562
1563 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
1564 of hardcoded /tmp.
1565
1566 2008-10-29 Glenn Morris <rgm@gnu.org>
1567
1568 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
1569
1570 * vc-hooks.el (vc-find-root): Remove bogus alias.
1571
1572 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * international/quail.el (quail-show-guidance): Don't create
1575 a guidance-frame if current buffer is not a minibuffer, since even if
1576 selected-window is mini-p, the buffer will never be displayed in it, so
1577 it wil be usable for guidance.
1578
1579 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1580
1581 * smerge-mode.el: Require diff-mode at run-time as well.
1582
1583 2008-10-28 Martin Rudalics <rudalics@gmx.at>
1584
1585 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
1586 * vc-hooks.el (vc-stay-local): Likewise.
1587
1588 2008-10-28 Phil Sung <psung@mit.edu>
1589
1590 * follow.el (follow-scroll-down, follow-calc-win-end)
1591 (follow-estimate-first-window-start): Reduce effective window
1592 height when header line is present. (Bug#925)
1593
1594 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
1595
1596 * subr.el (locate-user-emacs-file): Simplify. Don't create
1597 `user-emacs-directory' when Emacs is running in batch mode.
1598
1599 * startup.el (inhibit-startup-screen): Reflow docstring.
1600 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
1601
1602 2008-10-27 Kenichi Handa <handa@m17n.org>
1603
1604 * descr-text.el (describe-char): Fix terminal case (where font is nil).
1605
1606 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
1607
1608 * face-remap.el (text-scale-increase, text-scale-decrease)
1609 (text-scale-adjust): Remove &optional keyword from the arg list;
1610 the INC argument is not really optional, if the functions happen
1611 to be called from elisp.
1612
1613 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1614
1615 * vc.el: Rename VC methods that were missed when vc-status was
1616 renamed to vc-dir.
1617 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
1618 vc-svn-status-extra-headers.
1619 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
1620 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
1621 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
1622 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
1623 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
1624 vc-dir-status-printer.
1625 (vc-dir-headers): Use `dir-extra-headers' instead of
1626 `status-extra-headers'.
1627 (vc-dir-printer): Rename from vc-dir-status-printer.
1628 (vc-default-dir-extra-headers): Rename from
1629 vc-default-status-extra-headers.
1630 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
1631 vc-cvs-status-extra-headers.
1632
1633 * startup.el (server-name): Pacify byte compiler.
1634 (command-line): If --daemon=SERVER_NAME was used, set server-name
1635 before calling server-start.
1636
1637 2008-10-26 Romain Francoise <romain@orebokech.com>
1638
1639 * startup.el (command-line): Call daemon-initialized after
1640 starting the server.
1641
1642 2008-10-26 Kenichi Handa <handa@m17n.org>
1643
1644 * help-fns.el (describe-categories): Display the terse legend at
1645 the head.
1646
1647 * international/characters.el: Docstrings of categories improved.
1648
1649 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1650
1651 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
1652
1653 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
1654 to the courier family.
1655 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
1656 usually not serif'd and hence rather unlike verbatim's printed output.
1657
1658 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
1659
1660 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
1661 when reporting the module.
1662
1663 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
1664
1665 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
1666
1667 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * files.el (locate-dominating-stop-dir-regexp): New var.
1670 (locate-dominating-file): Change arg from a regexp to a file name.
1671 Rewrite using the vc-find-root code to avoid directory-files which is
1672 too slow. Obey locate-dominating-stop-dir-regexp.
1673 Don't pay attention to changes in owner.
1674 (project-find-settings-file): Adjust call to locate-dominating-file.
1675
1676 * progmodes/flymake.el (flymake-find-buildfile):
1677 Adjust call to locate-dominating-file.
1678
1679 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
1680 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
1681
1682 2008-10-25 Martin Rudalics <rudalics@gmx.at>
1683
1684 * subr.el (with-current-buffer): Rename buffer argument to
1685 buffer-or-name.
1686 * window.el (get-buffer-window-list): Rename buffer argument to
1687 buffer-or-name and make it optional.
1688
1689 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
1690
1691 * completion.el (add-completion-to-head, add-completion): Doc fixes.
1692 (completion-search-next, add-completions-from-file):
1693 Fix typos in docstrings.
1694
1695 * filesets.el (filesets-menu-ensure-use-cached)
1696 (filesets-ingroup-patterns, filesets-filetype-property):
1697 * tutorial.el (get-lang-string):
1698 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
1699 Fix typos in docstrings.
1700
1701 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
1702 (image-dired-line-up-method, image-dired-thumb-size)
1703 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
1704 (image-dired-track-original-file, image-dired-track-thumbnail)
1705 (image-dired-dired-next-line, image-dired-dired-previous-line)
1706 (image-dired-write-comments): Reflow docstrings.
1707 (image-dired-show-all-from-dir-max-files)
1708 (image-dired-format-properties-string, image-dired-create-thumbs)
1709 (image-dired-mark-tagged-files, image-dired-gallery-generate):
1710 Fix typos in docstrings.
1711
1712 * savehist.el (savehist-save-minibuffer-history, savehist-file)
1713 (savehist-additional-variables, savehist-ignored-variables)
1714 (savehist-file-modes, savehist-autosave-interval):
1715 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
1716 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
1717 (fancy-splash-image):
1718 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
1719 (thumbs-conversion-program, thumbs-margin):
1720 Remove spurious * in docstrings.
1721
1722 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
1723
1724 * thingatpt.el (end-of-sexp, beginning-of-sexp)
1725 (forward-same-syntax): Omit default arguments to char-after and
1726 char-before.
1727
1728 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
1729
1730 * subr.el (locate-user-emacs-file): New function.
1731 (user-emacs-directory): Mention it in docstring.
1732
1733 * completion.el (save-completions-file-name):
1734 * filesets.el (filesets-menu-cache-file):
1735 * image-dired.el (image-dired-dir, image-dired-db-file)
1736 (image-dired-temp-image-file, image-dired-gallery-dir)
1737 (image-dired-temp-rotate-image-file):
1738 * savehist.el (savehist-file):
1739 * server.el (server-auth-dir):
1740 * thumbs.el (thumbs-thumbsdir):
1741 * tutorial.el (tutorial--saved-dir):
1742 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
1743
1744 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
1745
1746 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
1747 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
1748
1749 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
1750
1751 * filesets.el: Update author email.
1752 (filesets-data): Doc fix.
1753
1754 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
1755
1756 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
1757
1758 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
1759
1760 * international/mule-cmds.el (describe-language-environment):
1761 Indent sample text.
1762
1763 2008-10-23 Glenn Morris <rgm@gnu.org>
1764
1765 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1766
1767 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
1768 byte-compile a redefinition of a function with special byte-compile
1769 handling. (Bug#411)
1770
1771 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1772
1773 * ps-print.el: Deal with page sizes for label printes. Suggested by
1774 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
1775 (ps-print-version): New version 7.3.3.
1776 (ps-page-dimensions-database): New page sizes for label printers.
1777 (ps-n-up-printing): Fix code.
1778
1779 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
1780
1781 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
1782
1783 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
1784 (list-at-point): Add docstrings.
1785
1786 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
1787
1788 * dired-aux.el (dired-do-create-files): Doc fix.
1789
1790 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1791
1792 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
1793 with other documentation.
1794
1795 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
1796
1797 * replace.el (how-many): Fix typo in docstring.
1798 Reported by Leo <sdl.web@gmail.com>.
1799
1800 2008-10-22 Glenn Morris <rgm@gnu.org>
1801
1802 * international/mule-cmds.el (universal-coding-system-argument):
1803 Check for C-g. (Bug#1205)
1804
1805 2008-10-22 Kenichi Handa <handa@m17n.org>
1806
1807 * international/characters.el: Don't setup
1808 find-word-boundary-function-table.
1809 (next-word-boundary-han, next-word-boundary-kana): Delete them.
1810 (word-combining-categories, word-separating-categories):
1811 Adjust to the change of the docstrings.
1812
1813 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
1814
1815 * simple.el (region-active-p): Doc fix.
1816
1817 2008-10-20 Eli Zaretskii <eliz@gnu.org>
1818
1819 * subr.el (apply-partially): Move from here...
1820
1821 * simple.el (apply-partially): ...to here.
1822
1823 2008-10-20 Andreas Schwab <schwab@suse.de>
1824
1825 * subr.el (split-string-and-unquote): Simplify regexp.
1826
1827 2008-10-20 Eli Zaretskii <eliz@gnu.org>
1828
1829 * subr.el (top-level): Require `cl' when compiling.
1830
1831 2008-10-20 David Reitter <david.reitter@gmail.com>
1832
1833 * info.el (Info-mode): Do not remove an existing header line if
1834 `Info-use-header-line' is nil.
1835
1836 2008-10-19 Juri Linkov <juri@jurta.org>
1837
1838 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1839 Add arg `delimited' as in `query-replace' for the case when
1840 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
1841 Add more indicators to the prompt ("word" and "in region").
1842
1843 * replace.el (query-replace, query-replace-regexp)
1844 (replace-string, replace-regexp, perform-replace): Add "word"
1845 indicatiors to the prompt for word delimited replacements.
1846
1847 * replace.el (read-regexp): Rename arg `default' to `default-value'.
1848 Doc fix.
1849
1850 2008-10-19 Eli Zaretskii <eliz@gnu.org>
1851
1852 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
1853
1854 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
1855
1856 2008-10-19 Martin Rudalics <rudalics@gmx.at>
1857
1858 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
1859 Make argument names follow Elisp manual.
1860
1861 2008-10-19 Eli Zaretskii <eliz@gnu.org>
1862
1863 * textmodes/remember.el (remember-data-file):
1864 * shadowfile.el (shadow-initialize)
1865 <shadow-info-file, shadow-todo-file>:
1866 * savehist.el (savehist-file):
1867 * recentf.el (recentf-save-file):
1868 * pcvs-defs.el (cvs-cvsrc-file):
1869 * international/kkc.el (kkc-init-file-name):
1870 * ido.el (ido-save-directory-list-file):
1871 * calendar/todo-mode.el (todo-file-do, todo-file-done)
1872 (todo-file-top): Run file names that begin with a period thru
1873 `convert-standard-filename'.
1874
1875 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
1876 before-init-hook.
1877
1878 Fix Bug #1183:
1879
1880 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
1881 coding-system-for-read to ediff-coding-system-for-write.
1882
1883 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
1884 coding-system-for-write to ediff-coding-system-for-write.
1885
1886 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
1887 (ediff-coding-system-for-write): Set to emacs-internal.
1888
1889 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1890
1891 * international/mule-conf.el (emacs-internal): New coding system alias.
1892
1893 2008-10-18 Juri Linkov <juri@jurta.org>
1894
1895 * info.el (Info-file-supports-index-cookies-list): New variable.
1896 (Info-file-supports-index-cookies): New function.
1897 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
1898 (Info-index-nodes): Let-bind Info-point-loc to nil for files
1899 without an index cookie to ignore it when Info-index-nodes is
1900 called during navigating from an index node with line numbers.
1901 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
1902
1903 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
1904 variable definition section.
1905
1906 * info.el (Info-find-node-2): Put initial point below the header line
1907 and breadcrumbs line.
1908
1909 2008-10-18 Glenn Morris <rgm@gnu.org>
1910
1911 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
1912 the needed external programs were not found.
1913
1914 2008-10-18 Eli Zaretskii <eliz@gnu.org>
1915
1916 * files.el (trash-directory): Run thru `convert-standard-filename'.
1917 (file-modes-char-to-who, file-modes-char-to-right)
1918 (file-modes-rights-to-number, file-modes-symbolic-to-number)
1919 (read-file-modes): Doc fixes.
1920
1921 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
1922
1923 * abbrev.el (define-abbrev): Doc fix.
1924
1925 2008-10-17 Alan Mackenzie <acm@muc.de>
1926
1927 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
1928 foo bar [] = { ...".
1929
1930 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
1931
1932 * faces.el (face-spec-set-2): Don't pass invalid attributes to
1933 set-face-attribute.
1934
1935 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
1936
1937 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
1938 according to `locale-coding-system'. (This fixes trivial bug reported
1939 as part of bug#1179).
1940 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
1941 particular order). Use `when'.
1942
1943 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
1944
1945 * w32-fns.el (w32-check-shell-configuration): Doc fix.
1946 (w32-add-charset-info): Fix typo in docstring.
1947
1948 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
1949
1950 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
1951 after discussion.
1952
1953 2008-10-16 Magnus Henoch <mange@freemail.hu>
1954
1955 * vc-arch.el (vc-arch-dir-status): New function.
1956 (vc-arch-after-dir-status): New function.
1957
1958 2008-10-16 Glenn Morris <rgm@gnu.org>
1959
1960 * man.el (Man-getpage-in-background): Force recent `man's to output
1961 escape sequences even when stdout is not a tty. (Bug#1142)
1962
1963 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
1964
1965 * international/mule-conf.el: Add `utf8' and `UTF8' as
1966 aliases for the `utf-8' coding system.
1967
1968 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
1969
1970 * find-file.el (ff-get-file): Doc fix.
1971 (ff-get-file-name): Use `let', not `let*'.
1972 (ff-search-directories): Fix typo in docstring.
1973 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
1974 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
1975 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
1976 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
1977 (cc-other-file-alist, modula2-other-file-alist):
1978 Remove spurious * in docstrings.
1979
1980 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
1981
1982 * faces.el (set-face-attribute): Set family and foundry before
1983 other attributes.
1984 (face-spec-set-2): Pass unmodified args to set-face-attribute.
1985
1986 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
1987
1988 * hl-line.el (hl-line-unload-function): New function.
1989 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
1990 (hl-line-sticky-flag): Remove spurious * in docstring.
1991
1992 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
1993
1994 * vc-git.el (vc-git-show-log-entry): Include the revision in the
1995 search string.
1996
1997 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
1998
1999 * net/tramp.el (tramp-process-one-action): Embed regexp in
2000 parentheses, before adding end-of-buffer construct. Suggested by
2001 Markus Triska <markus.triska@gmx.at>.
2002
2003 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
2004
2005 * net/newst-plainview.el (w3m-toggle-inline-image):
2006 Define 'declare-function if necessary, for compatibility.
2007
2008 * net/newst-treeview.el (w3m-toggle-inline-images):
2009 Define 'declare-function if necessary, for compatibility.
2010
2011 2008-10-13 Alan Mackenzie <acm@muc.de>
2012
2013 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
2014 so that the function works on one-line macros.
2015
2016 * progmodes/cc-engine.el: Amend several doc strings and comments.
2017
2018 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2019
2020 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
2021
2022 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
2023 (vc-cvs-stay-local): Add a new choice and default to it.
2024 (vc-cvs-dir-status): Use the new vc-stay-local choice.
2025
2026 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
2027
2028 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
2029
2030 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
2031 Add support for extended return statement.
2032
2033 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
2034 and obj-dir; keep user order.
2035
2036 2008-10-12 Glenn Morris <rgm@gnu.org>
2037
2038 * Makefile.in (ELCFILES): Update.
2039
2040 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
2041 (shell-file-name-quote-list): Declare.
2042
2043 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
2044
2045 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
2046
2047 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
2048
2049 * startup.el (command-line): If toolbar is disabled but ought to
2050 be initialized, call tool-bar-setup.
2051
2052 * tool-bar.el (tool-bar-setup): Variable deleted.
2053 (tool-bar-setup): Set it up unconditionally.
2054
2055 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
2056
2057 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
2058 tool-bar-map has been initialized before setting it up.
2059
2060 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
2061 tool-bar-map has been initialized before setting it up.
2062
2063 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
2064
2065 * emacs-lisp/warnings.el (display-warning): Issue a message if
2066 called during daemon initialization.
2067
2068 * tool-bar.el (tool-bar-local-item)
2069 (tool-bar-local-item-from-menu): Put the check for number of
2070 display colors into the image expression.
2071 (tool-bar-setup): Don't be a no-op on ttys.
2072
2073 * info.el (info-tool-bar-map):
2074 * progmodes/gud.el (gud-tool-bar-map):
2075 * progmodes/grep.el (grep-mode-tool-bar-map):
2076 * progmodes/compile.el (compilation-mode-tool-bar-map):
2077 Initialize it unconditionally.
2078
2079 2008-10-11 Romain Francoise <romain@orebokech.com>
2080
2081 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
2082 * kmacro.el (kmacro-edit-lossage): Ditto.
2083 * edmacro.el (edit-kbd-macro): Ditto.
2084
2085 2008-10-11 Ulf Jasper <ulf@web.de>
2086
2087 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
2088 Fix variable names.
2089
2090 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
2091
2092 * startup.el (command-line): Revert 2008-09-26 change, not
2093 necessary anymore.
2094
2095 2008-10-10 Andreas Schwab <schwab@suse.de>
2096
2097 * simple.el (minibuffer-complete-shell-command):
2098 Bind comint-delimiter-argument-list, comint-file-name-chars and
2099 comint-file-name-quote-list like shell-mode.
2100
2101 2008-10-10 Martin Rudalics <rudalics@gmx.at>
2102
2103 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
2104 call of select-window.
2105
2106 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
2107
2108 * calc/calc.el (calc-embedded-word-regexp)
2109 (calc-embedded-word-regexp-alist): New variables.
2110 (calc-embedded-open-word, calc-embedded-close-word)
2111 (calc-embedded-open-close-word-alist): Remove unused variables.
2112
2113 * calc/calc-embed.el (calc-embedded-make-info):
2114 Use `calc-embedded-word-regexp' to find words.
2115
2116 2008-10-10 Martin Rudalics <rudalics@gmx.at>
2117
2118 * info.el (Info-extract-menu-counting): New argument no-detail to
2119 skip detailed node listings.
2120 (Info-forward-node): New argument not-up to inhibit going up.
2121 (Info-final-node): Call Info-extract-menu-counting and
2122 Info-forward-node with the new arguments set to avoid infinite
2123 looping. (Bug#1116)
2124
2125 2008-10-10 Eli Zaretskii <eliz@gnu.org>
2126
2127 * startup.el (command-line): Don't invoke tool-bar-mode if it is
2128 not fboundp.
2129
2130 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
2131
2132 * startup.el (command-line): Enable tool-bar-mode as long as it is
2133 not suppressed by X resources, regardless of the terminal.
2134
2135 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
2136 graphical terminals.
2137 (tool-bar-setup): No-op if called on a tty.
2138
2139 2008-10-09 Eli Zaretskii <eliz@gnu.org>
2140
2141 * frame.el (make-frame-on-tty): Use "F" inside interactive.
2142 Support `pc' ``window-system''.
2143
2144 * progmodes/compile.el (compilation-start): Resurrect the version
2145 for systems that don't support asynchronous subprocesses.
2146
2147 2008-10-09 Martin Rudalics <rudalics@gmx.at>
2148
2149 * window.el (pop-up-frames): Add choice graphic-only.
2150 (display-buffer): When pop-up-frames equals graphic-only do
2151 not pop up new frame on text-only terminals. (Bug#1061)
2152
2153 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
2154
2155 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
2156 (vc-cvs-dir-status): Use it.
2157
2158 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
2159
2160 * json.el (json-skip-whitespace): Fix last change.
2161
2162 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
2163
2164 * bs.el (bs-unload-function): New function.
2165
2166 2008-10-08 Sven Joachim <svenjoac@gmx.de>
2167
2168 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
2169 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2170 For clarity, explicitly require cl.
2171
2172 2008-10-08 Michael Olson <mwolson@gnu.org>
2173
2174 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
2175 can avoid a bad interaction with programs that add functions to
2176 the window-scroll-functions hook. This fixes Bug #858.
2177
2178 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
2179
2180 * startup.el (command-line): Use display-warning to warn about an
2181 init file error.
2182 (command-line-1): Remove init file error delay.
2183
2184 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2185
2186 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
2187 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
2188 (rx-group-if): New function.
2189 (rx-parent): New variable.
2190 (rx-and, rx-or): Put shy groups only when necessary.
2191 (rx-bracket): Remove.
2192 (rx-anything): New function.
2193 (rx-any-delete-from-range, rx-any-condense-range)
2194 (rx-check-any-string): New functions.
2195 (rx-check-any): Return result as a list. Don't convert chars to
2196 strings. Don't prepend "\\" to "^". Don't search for close bracket.
2197 Check char category string. Call rx-form instead of rx-to-string.
2198 (rx-any): Rebuid to complete the function.
2199 (rx-check-not): Fix char category regexp pattern string.
2200 Call rx-form instead of rx-to-string.
2201 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
2202 "[^^]". Call regexp-quote for one char string when not called from
2203 rx-not. Add "\\w", and toggle to upcase. Add the case of
2204 "\\[SCBW]" to toggle.
2205 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
2206 instead of rx-to-string.
2207 (rx-kleene): Call rx-form instead of rx-to-string.
2208 Call rx-group-if to adjust putting of shy groups.
2209 (rx-atomic-p): Make check more precisely.
2210 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
2211 (rx-regexp): Call rx-group-if.
2212 (rx-form): New function.
2213 (rx-to-string): Call rx-form, rx-group-if.
2214 Refine definition of NO-GROUP.
2215
2216 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
2217
2218 * json.el (json-advance): Use forward-char.
2219 (json-skip-whitespace): Use skip-syntax-forward.
2220
2221 2008-10-07 Alan Mackenzie <acm@muc.de>
2222
2223 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
2224 indenting a macro followed by blank lines doesn't backslash the
2225 following non-blank line into the macro.
2226
2227 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
2228
2229 * startup.el (before-init-time, after-init-time): Move into emacs.c.
2230 (command-line): Set after-init-time to nil before initialization.
2231
2232 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
2233
2234 * calc/calc-units.el (math-standard-units): Update the values
2235 of the units.
2236
2237 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
2238
2239 * bookmark.el (bookmark-unload-function): New function.
2240
2241 2008-10-06 Andreas Schwab <schwab@suse.de>
2242
2243 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2244
2245 2008-10-06 Martin Rudalics <rudalics@gmx.at>
2246
2247 * mail/footnote.el: Remove * in defcustom docstrings and tell
2248 for most options that customizing them doesn't affect buffers
2249 already displaying footnotes.
2250 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
2251 Fix handling of text properties and identical start/end tags.
2252 Do not use format when renumbering.
2253 (Footnote-set-style): Make it work.
2254 (Footnote-insert-numbered-footnote): Simplify.
2255 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
2256 (Footnote-goto-footnote): Fix handling of empty section tag.
2257 (Footnote-delete-footnote): Fix handling of identical start/end
2258 tags, empty section tag, and spaced footnotes. Do not use
2259 kill-region.
2260 (footnote-mode): Make most options buffer-local to avoid that
2261 customizing messes up handling of footnotes in buffers that
2262 already display them.
2263
2264 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
2265
2266 * faces.el (x-create-frame-with-faces): Undo previous change.
2267
2268 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
2269 existent files.
2270
2271 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
2272
2273 * international/mule-cmds.el (universal-coding-system-argument):
2274 Handle digit-argument too.
2275
2276 2008-10-05 Mario Lang <mlang@delysid.org>
2277
2278 * xml.el (xml-parse-string): Use skip-chars-forward.
2279
2280 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2281
2282 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
2283 existent files.
2284 (vc-bzr-dir-status-files): New function.
2285
2286 2008-10-04 Glenn Morris <rgm@gnu.org>
2287
2288 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
2289
2290 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
2291 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
2292
2293 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
2294 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
2295
2296 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
2297
2298 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2299 Fix typo. (Bug#1074)
2300
2301 2008-10-04 Martin Rudalics <rudalics@gmx.at>
2302
2303 * progmodes/compile.el (compilation-start): Make sure to move to
2304 point-max only when we are in the compilation buffer. (Bug#1073)
2305
2306 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
2307
2308 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
2309 tool-bar-mode is on.
2310
2311 * vc-svn.el (vc-svn-dir-status-files):
2312 * vc-cvs.el (vc-cvs-dir-status-files): New function.
2313
2314 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2315
2316 * vc-hg.el (vc-hg-dir-status-files): New function.
2317
2318 2008-10-03 Martin Rudalics <rudalics@gmx.at>
2319
2320 * window.el (window--display-buffer-1): Don't care about
2321 visibility since raise-frame does.
2322
2323 2008-10-03 Mario Lang <mlang@delysid.org>
2324
2325 * nxml/xmltok.el (xmltok-forward): Simplify.
2326
2327 2008-10-03 Glenn Morris <rgm@gnu.org>
2328
2329 * Makefile.in (ELCFILES): Update.
2330
2331 * frame.el (set-default-font): Make obsolete.
2332 * mouse.el (mouse-set-font): Use set-frame-font.
2333
2334 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2335 (jka-compr-mode-alist-additions): Also match `.tbz2'.
2336
2337 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
2338 * files.el (auto-mode-alist): Add .PRO as per above autoload.
2339
2340 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2341
2342 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
2343 (vc-dir-refresh): Set it here instead. (Bug#1067)
2344
2345 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * faces.el (inhibit-frame-set-background-mode): New var.
2348 (frame-set-background-mode): Use it to avoid a loop in
2349 face-spec-recalc.
2350
2351 2008-10-02 Glenn Morris <rgm@gnu.org>
2352
2353 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
2354 vc-diff-switches.
2355
2356 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2357
2358 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
2359 that is, to take some action when a buffer is killed. Suggested by
2360 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
2361 11.2.2.
2362 (whitespace-action): Docstring and :type fix.
2363 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
2364 Code fix.
2365 (whitespace-add-local-hook, whitespace-remove-local-hook)
2366 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
2367
2368 2008-10-01 Magnus Henoch <mange@freemail.hu>
2369
2370 * net/tls.el (open-tls-stream): Show the actual command being
2371 executed, instead of the format string.
2372
2373 2008-10-01 Eli Zaretskii <eliz@gnu.org>
2374
2375 * term/internal.el (dos-locale-alist): New alist.
2376 (dos-codepage-setup): Use it to compute a value of locale with
2377 which to call set-locale-environment. Remove code to set
2378 terminal, keyboard, and file-name encoding (done by
2379 set-locale-environment).
2380
2381 * international/mule-cmds.el
2382 (set-language-environment-nonascii-translation): Fix nonascii
2383 value for `pc' ``window-system''.
2384 (set-display-table-and-terminal-coding-system)
2385 (set-default-coding-systems): Don't special-case `pc'.
2386
2387 2008-10-01 Glenn Morris <rgm@gnu.org>
2388
2389 * filesets.el (filesets-menu-name): Fix type.
2390 (filesets-menu-path, filesets-menu-before): Fix types.
2391 Change defaults to be consistent with recentf. (Bug#1056)
2392
2393 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * term/xterm.el (xterm-turn-on-modify-other-keys)
2396 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
2397 Don't forget to pass `terminal' to `send-string-to-terminal'.
2398
2399 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
2400
2401 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
2402 (vc-file-not-found-hook): Check, that `buffer-file-name' is
2403 non-nil. It is not clear, whether this is only fixing symptoms on
2404 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
2405 is embedded by that check. So it might be TRT. Suggested by Dan
2406 Nicolaescu <dann@ics.uci.edu>.
2407
2408 2008-09-30 Eli Zaretskii <eliz@gnu.org>
2409
2410 * Makefile.in (ELCFILES): Remove codepage.elc.
2411
2412 * international/codepage.el: File removed, as even ms-dos doesn't
2413 need it anymore.
2414
2415 * loadup.el [ms-dos]: Don't load ccl and codepage.
2416
2417 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
2418 (IT-character-translations, cjk-codepages-alist): Remove variables.
2419 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
2420 (IT-unicode-translations): Remove charset and base elements.
2421 Add translations for Latin-1 characters.
2422 (IT-setup-unicode-display): Accept a CODING argument. Don't use
2423 base and chset elements of IT-unicode-translations. Don't wrap
2424 translation in "{...}". Set up translations only for characters
2425 for which unencodable-char-position returns non-nil.
2426 (dos-codepage-setup): Don't use special-case codepages in
2427 cjk-codepages-alist.
2428
2429 * files.el (locate-dominating-file): Wrap directory-files with
2430 condition-case, instead of calling file-directory-p, which stats
2431 the directory one more time.
2432
2433 * mail/mail-utils.el (mail-unquote-printable-region):
2434 Use insert-byte instead of insert-char, when the UNIBYTE arg is
2435 non-nil.
2436
2437 2008-09-30 Daiki Ueno <ueno@unixuser.org>
2438
2439 * epa-file.el (epa-file-insert-file-contents): Fix typo.
2440
2441 2008-09-30 Glenn Morris <rgm@gnu.org>
2442
2443 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
2444
2445 2008-09-30 Daniel Colascione <danc@merrillpress.com>
2446
2447 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
2448 (which-function): Handle nested imenu trees.
2449
2450 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
2451 some nested menu items.
2452
2453 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
2454
2455 * calc/calc-units.el (math-standard-units): Add entries used to
2456 display the the values in the units buffer.
2457 (math-build-units-table): Add entries to the units table to be used
2458 to display the values in the units buffer.
2459 (math-build-units-table-buffer): Use the display entry of the units
2460 table when non-nil.
2461 (calc-define-unit): Add option to enter display value of unit.
2462
2463 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
2464
2465 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
2466
2467 2008-09-29 Eli Zaretskii <eliz@gnu.org>
2468
2469 * files.el (locate-dominating-file): Take file-attributes of
2470 `dir', not of `file' (which never changes).
2471
2472 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
2473
2474 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
2475 also be `localname'.
2476
2477 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
2478 IDENTIFICATION.
2479
2480 2008-09-28 Glenn Morris <rgm@gnu.org>
2481
2482 * vc.el (vc-switches): Give it a doc string.
2483
2484 2008-09-28 Romain Francoise <romain@orebokech.com>
2485
2486 * comint.el (comint-show-output): Adjust to stickiness changes of
2487 the output field.
2488
2489 * startup.el (command-line): Start the daemon server later.
2490
2491 2008-09-28 Martin Rudalics <rudalics@gmx.at>
2492
2493 * subr.el (read-quoted-char): Call char-resolve-modifiers
2494 instead of char-resolve-modifers.
2495
2496 2008-09-27 Glenn Morris <rgm@gnu.org>
2497
2498 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
2499 than [return]. (Bug#1031)
2500
2501 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
2502
2503 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
2504
2505 2008-09-27 Daiki Ueno <ueno@unixuser.org>
2506
2507 * epg.el (epg-wait-for-status): Check if there is no pending status.
2508 Reported by Ted Romer <ted@romerfamily.com>.
2509
2510 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2511
2512 * startup.el (command-line): Turn on menu-bar-mode and
2513 tool-bar-mode when running as a daemon.
2514
2515 2008-09-26 Eli Zaretskii <eliz@gnu.org>
2516
2517 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
2518 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2519 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2520 ($(lisp)/progmodes/cc-engine.elc)
2521 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2522 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2523 ($(lisp)/progmodes/cc-subword.elc)
2524 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2525
2526 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
2527 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2528 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2529 ($(lisp)/progmodes/cc-engine.elc)
2530 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2531 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2532 ($(lisp)/progmodes/cc-subword.elc)
2533 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2534
2535 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2536
2537 * informat.el (Info-split-threshold): New variable.
2538 (Info-split): Use it.
2539
2540 * textmodes/texinfmt.el (texinfo-format-buffer):
2541 Use Info-split-threshold to decide whether to split Info files.
2542
2543 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
2544
2545 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
2546 quoting.
2547
2548 * comint.el (comint-dynamic-complete-as-filename): Quote directory
2549 name when reinserting it.
2550
2551 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
2552 word-search-backward-lax for incremental word search.
2553
2554 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
2555
2556 * generic-x.el (generic-other-modes): Fix typo in docstring.
2557 (generic-use-find-file-hook, generic-lines-to-scan)
2558 (generic-find-file-regexp, generic-ignore-files-regexp)
2559 (generic-define-mswindows-modes, generic-define-unix-modes):
2560 Remove `*' from docstring.
2561 (generic-mode-find-file-hook): Use `string-match-p'.
2562 (apache-log-generic-mode, mailagent-rules-generic-mode)
2563 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
2564 (java-manifest-generic-mode, java-properties-generic-mode)
2565 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
2566 for consistency with other modes in generic-x.el.
2567
2568 2008-09-25 Martin Rudalics <rudalics@gmx.at>
2569
2570 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
2571 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
2572 parens specially only if latex-handle-escaped-parens is non-nil.
2573 (latex-indent-within-escaped-parens): New option.
2574 (latex-find-indent): Bind latex-handle-escaped-parens to
2575 latex-indent-within-escaped-parens. Do not treat escaped parens
2576 specially when this is nil. (Bug#954)
2577
2578 2008-09-25 Glenn Morris <rgm@gnu.org>
2579
2580 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
2581
2582 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
2583
2584 * vc.el (vc-mark-resolved): Move message here from
2585 vc-default-mark-resolved.
2586 (vc-default-mark-resolved): Change to an alias for ignore.
2587
2588 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
2589
2590 * term.el (term-emulate-terminal): Encode input string before
2591 checking its length.
2592
2593 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
2594
2595 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
2596 is loaded.
2597
2598 * server.el (server-buffer-done): Avoid changing the buffer when
2599 deleting the client's frame (bug#640).
2600
2601 * vc.el (vc-default-mark-resolved): New function.
2602
2603 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
2604
2605 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
2606 from raising a wrong-type-argument error.
2607
2608 2008-09-24 Martin Rudalics <rudalics@gmx.at>
2609
2610 * help-fns.el (describe-function-1, describe-variable): Print
2611 relative file name in help buffer.
2612 * faces.el (describe-face): Print relative file name in help
2613 buffer.
2614
2615 2008-09-23 Romain Francoise <romain@orebokech.com>
2616
2617 * subr.el (with-output-to-string): Make sure that the temporary
2618 buffer gets killed.
2619
2620 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
2621
2622 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
2623 indentation problem with keyword symbols when a list starts with
2624 ,@ or spaces. (Bug#1012)
2625
2626 2008-09-23 Martin Rudalics <rudalics@gmx.at>
2627
2628 * textmodes/tex-mode.el (latex-find-indent): Try to handle
2629 escaped close parens correctly. (Bug#954)
2630
2631 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
2632
2633 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
2634 usage of `fortune-file' even though a FILE argument was passed to
2635 the function.
2636
2637 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2638
2639 * startup.el (command-line): Start the server when in daemon mode.
2640 Remove always true test.
2641
2642 * frame.el (frame-initialize): Remove spurious setting of
2643 special-display-function with the default value.
2644
2645 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
2646
2647 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
2648
2649 2008-09-20 Glenn Morris <rgm@gnu.org>
2650
2651 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
2652 Fix custom type. (Bug#1011)
2653
2654 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
2655
2656 * files.el (move-file-to-trash): Avoid recursive trashing if
2657 rename-file calls delete-file.
2658
2659 2008-09-20 Glenn Morris <rgm@gnu.org>
2660
2661 * play/fortune.el: Remove leading `*' from defcustom docs.
2662 (fortune-program-options): Doc fix. Allow to be a string again.
2663 Add :version.
2664 (fortune-in-buffer): Handle fortune-program-options as a string.
2665 Don't rely on fortune program accepting options after fortune file.
2666
2667 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
2668
2669 * play/fortune.el (fortune-program-options): Change to a list.
2670 (fortune-in-buffer): Use apply.
2671
2672 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
2673
2674 * emacs-lisp/authors.el: Change encoding of file to utf-8.
2675 (authors-coding-system): Likewise.
2676
2677 2008-09-20 Ami Fischman <ami@fischman.org>
2678
2679 * savehist.el (savehist-save): Handle errors in writing as well as
2680 reading.
2681
2682 2008-09-20 Michael Olson <mwolson@gnu.org>
2683
2684 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
2685 to provide a minimal performance boost.
2686
2687 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2688
2689 * proced.el (proced-grammar-alist, proced-custom-attributes)
2690 (proced-format-alist, proced-format, proced-filter-alist)
2691 (proced-filter, proced-sort): Use defcustom.
2692 (proced-mode): Fix docstring.
2693 (proced-process-attributes): Handle return value nil of functions
2694 in proced-custom-attributes.
2695
2696 2008-09-19 Martin Rudalics <rudalics@gmx.at>
2697
2698 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
2699 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
2700
2701 2008-09-19 Miles Bader <miles@gnu.org>
2702
2703 * comint.el (comint-output-filter): Make field properties for
2704 output text front-sticky.
2705
2706 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
2707
2708 * vc-bzr.el (vc-bzr-show-log-entry):
2709 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
2710 C-x v l for a directory uses that.
2711
2712 2008-09-18 Simon Josefsson <simon@josefsson.org>
2713
2714 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
2715 .sieve files.
2716
2717 2008-09-18 Martin Rudalics <rudalics@gmx.at>
2718
2719 * help-macro.el (make-help-screen): Preserve key bindings
2720 established in help-mode call when exiting this macro.
2721
2722 2008-09-17 Kenichi Handa <handa@m17n.org>
2723
2724 * language/burmese.el: Fix setting of composition-function-table.
2725
2726 2008-09-17 Martin Rudalics <rudalics@gmx.at>
2727
2728 * info.el (Info-follow-nearest-node): Don't raise an error for
2729 mouse-1 clicks.
2730
2731 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
2732
2733 * calc/calc-units.el (calc-convert-temperature): Use default
2734 units when appropriate.
2735
2736 2008-09-16 Markus Triska <markus.triska@gmx.at>
2737
2738 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
2739 catch errors raised in `texmathp'.
2740 (flyspell-tex-math-initialized): Remove.
2741
2742 2008-09-16 Martin Rudalics <rudalics@gmx.at>
2743
2744 * frame.el (select-frame-set-input-focus): With non-nil
2745 mouse-autoselect-window always move mouse cursor to frame's
2746 selected window. Otherwise restore pre 2008-09-13 behavior.
2747 (select-frame-by-name): Use select-frame-set-input-focus.
2748
2749 * files.el (switch-to-buffer-other-frame): Don't raise frame since
2750 pop-to-buffer already does it.
2751 (display-buffer-other-frame): Fix doc-string.
2752
2753 2008-09-16 Glenn Morris <rgm@gnu.org>
2754
2755 * add-log.el (diff-find-source-location): Update declaration.
2756
2757 * progmodes/make-mode.el (makefile-match-function-end):
2758 Move point. (Bug#983)
2759
2760 2008-09-16 Daiki Ueno <ueno@unixuser.org>
2761
2762 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
2763
2764 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
2765
2766 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
2767 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
2768
2769 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
2770
2771 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
2772
2773 2008-09-15 Martin Rudalics <rudalics@gmx.at>
2774
2775 * files.el (file-truename): Don't raise args-out-of-range error
2776 when filename has no separator on windows-nt. (Bug#982)
2777
2778 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
2781 be more honest when we don't know.
2782 (diff-tell-file-name): Don't prompt before the actual prompt.
2783 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
2784 (diff-find-source-location): Add `noprompt' argument.
2785 (diff-current-defun): Don't prompt.
2786
2787 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2788
2789 * proced.el (proced-mark-face, proced-marked-face)
2790 (proced-sort-header-face): Remove.
2791 (proced-font-lock-keywords): Simplify.
2792 (proced-format): Use face proced-sort-header.
2793 (proced-format-interactive, proced-sort-interactive)
2794 (proced-filter-interactive): Only call proced-update if the scheme
2795 has changed.
2796 (proced-sort-header): Use posn-actual-col-row.
2797
2798 2008-09-14 Martin Rudalics <rudalics@gmx.at>
2799
2800 * add-log.el (change-log-find-window): New variable.
2801 (change-log-goto-source-1, change-log-goto-source):
2802 Set change-log-find-window to window displaying source.
2803 (change-log-next-error): Select window specified by
2804 change-log-find-window.
2805
2806 2008-09-13 Martin Rudalics <rudalics@gmx.at>
2807
2808 * frame.el (select-frame-set-input-focus): With focus follows
2809 mouse move mouse cursor to right window.
2810 * window.el (pop-to-buffer): Select window before calling
2811 select-frame-set-input-focus.
2812
2813 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2814
2815 * proced.el (proced-sort-header): New face.
2816 (proced-sort-header-face): New variable.
2817 (proced-format): Allow format value nil.
2818 Use proced-sort-header-face for header of sort column.
2819 (proced-format-args): New function.
2820 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
2821 (proced-header-help-echo, proced-field-help-echo, proced-timer)
2822 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
2823 (proced-refine): Rename from proced-filter-attribute. Doc fix.
2824 (proced-sort-header): Bind also to mouse-1.
2825 (proced-move-to-goal-column): Return position of point.
2826 (proced-filter-interactive): Always revert listing.
2827 (proced-format-ttname): Simplify.
2828 (proced-update): Do not keep undo information. Put point at
2829 beginning of buffer if we generate the first listing.
2830
2831 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
2832
2833 * doc-view.el (doc-view-scroll-up-or-next-page)
2834 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
2835 vertically split windows.
2836
2837 2008-09-12 Glenn Morris <rgm@gnu.org>
2838
2839 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
2840
2841 * indent.el (indent-line-function): Doc fix.
2842 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
2843
2844 2008-09-11 Martin Rudalics <rudalics@gmx.at>
2845
2846 * window.el (pop-to-buffer): If the window for buffer-or-name is
2847 not on the selected frame, raise that window's frame and give it
2848 input focus. (Bug#745)
2849
2850 2008-09-11 Glenn Morris <rgm@gnu.org>
2851
2852 * ido.el (ido-mode): Initialize with custom-initialize-default,
2853 rather than a set function. (Bug#947)
2854
2855 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
2856
2857 * replace.el (perform-replace): Don't set inhibit-read-only using
2858 query-replace-skip-read-only (bug#956).
2859
2860 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
2861 of the <<foo>> form.
2862
2863 2008-09-10 Martin Rudalics <rudalics@gmx.at>
2864
2865 * window.el (display-buffer): Fix doc-string typo.
2866
2867 2008-09-10 Kenichi Handa <handa@m17n.org>
2868
2869 * composite.el (compose-gstring-for-graphic): Fix previous change.
2870
2871 2008-09-10 Glenn Morris <rgm@gnu.org>
2872
2873 * info.el (Info-try-follow-nearest-node): Fix doc typo.
2874
2875 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
2876
2877 * info.el (Info-mouse-follow-nearest-node): Follow links to different
2878 manuals. (Bug#886)
2879
2880 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
2881
2882 * ido.el (ido-unload-function): New function.
2883
2884 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
2885
2886 * ido.el (ido-file-internal): Fix typo in prompt.
2887 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
2888 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
2889 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
2890 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
2891 Fix typos in docstrings.
2892
2893 2008-09-08 Martin Rudalics <rudalics@gmx.at>
2894
2895 * help-fns.el (describe-function-1): Don't print extra newline
2896 after filling.
2897
2898 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
2899
2900 * help-fns.el (find-lisp-object-file-name): Handle case where
2901 library is compressed.
2902
2903 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
2904
2905 * complete.el (PC-do-completion): Don't replace buffer
2906 contents (bug#227).
2907
2908 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
2909
2910 * loadhist.el (unload-feature-special-hooks):
2911 Add `choose-completion-string-functions'.
2912
2913 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2914
2915 * vc-svn.el (vc-svn-root):
2916 * vc-sccs.el (vc-sccs-root):
2917 * vc-rcs.el (vc-rcs-root):
2918 * vc-cvs.el (vc-cvs-root): Delete.
2919 * vc-hooks.el (vc-find-root): Remove `invert' argument.
2920
2921 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2922
2923 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
2924 errors occurring in different files.
2925
2926 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
2927
2928 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
2929 (vc-bzr-status-printer): New function.
2930 (vc-bzr-after-dir-status): Deal with renamed files.
2931
2932 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
2933
2934 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
2935 buffer's filename.
2936
2937 2008-09-07 Martin Rudalics <rudalics@gmx.at>
2938
2939 * subr.el (cancel-change-group): Widen buffer temporarily when
2940 undoing changes. (Bug#810)
2941
2942 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
2943
2944 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
2945 with gud-stop-subjob rather than exit debugger.
2946
2947 2008-09-07 Kenichi Handa <handa@m17n.org>
2948
2949 * composite.el: Compose combining characters only when it
2950 follows a character matching with "[[:alpha:]]".
2951
2952 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2953
2954 * proced.el: Require time-date.
2955 (proced-command-alist, proced-command, proced-goal-header-re)
2956 (proced-sorting-schemes-alist, proced-sorting-scheme)
2957 (proced-header-alist, proced-sorting-schemes-re)
2958 (proced-skip-regexp, proced-next-line, proced-previous-line)
2959 (proced-listing-type, proced-sorting-scheme-p): Remove.
2960 (proced-grammar-alist, proced-custom-attributes)
2961 (proced-format-alist, proced-format, proced-filter-alist)
2962 (proced-filter, proced-sort, proced-goal-attribute)
2963 (proced-timer-interval, proced-timer-flag, proced-timer)
2964 (proced-process-alist, proced-sort-internal, proced-process-tree)
2965 (proced-header-help-echo, proced-field-help-echo): New variables.
2966 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
2967 (proced-omit-process, proced-filter, proced-process-tree)
2968 (proced-filter-children, proced-children-pids)
2969 (proced-filter-parents, proced-<, proced-string-lessp)
2970 (proced-time-lessp, proced-xor, proced-sort-p)
2971 (proced-format-time, proced-format-start, proced-format-ttname)
2972 (proced-format, proced-process-attributes): New functions.
2973 (proced-toggle-timer-flag, proced-mark-children)
2974 (proced-mark-parents, proced-filter-interactive)
2975 (proced-filter-attribute, proced-sort-interactive)
2976 (proced-sort-header, proced-format-interactive): New commands.
2977 (proced-move-to-goal-column): Use goal-column.
2978 (proced-mode): Use proced-timer.
2979 (proced-do-mark-all): Display process count. Use use-region-p.
2980 Simplify.
2981 (proced-omit-processes): Use use-region-p.
2982 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
2983 (proced-sort-start, proced-sort-time, proced-sort-user):
2984 Use proced-sort-interactive.
2985 (proced-sort): Make it a function that performs the actual sort.
2986 (proced-update): New arg revert. Use proced-process-alist,
2987 proced-filter, proced-sort, proced-format, and
2988 proced-grammar-alist. Preserve position of point based on fields.
2989 Make header line and fields clickable.
2990 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
2991 (proced-why): Use save-selected-window.
2992 (proced-log): Use buffer-read-only.
2993
2994 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
2995
2996 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
2997
2998 2008-09-06 Glenn Morris <rgm@gnu.org>
2999
3000 * add-log.el (diff-find-source-location): Declare.
3001 (find-change-log): If called from a diff buffer, try to switch to the
3002 source buffer (e.g. to respect change-log-default-name there).
3003
3004 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
3005 unallowed characters; added 2006-10-10 without comment. (Bug#753)
3006
3007 * Makefile.in (ELCFILES): Update.
3008
3009 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
3010
3011 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
3012 user enters a mouse event in another frame, or a special event.
3013
3014 * server.el (server-switch-buffer): New arg.
3015 (server-execute): If reusing an existing window, set file position
3016 if required.
3017
3018 2008-09-06 Kenichi Handa <handa@m17n.org>
3019
3020 * language/lao.el: Fix setting of composition-function-table.
3021
3022 2008-09-06 Eli Zaretskii <eliz@gnu.org>
3023
3024 * term/pc-win.el (msdos-show-help): Don't truncate lines while
3025 displaying help echo messages.
3026
3027 2008-09-06 Martin Rudalics <rudalics@gmx.at>
3028
3029 * subr.el (symbol-file): Fix doc-string.
3030
3031 2008-09-06 Glenn Morris <rgm@gnu.org>
3032
3033 * help-mode.el (help-xref-forward-stack): Doc fix.
3034
3035 * add-log.el (change-log-default-name): Autoload safety.
3036
3037 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
3038
3039 * verilog-mode.el (verilog-library-extensions): Enable .sv
3040 filename extensions to call verilog-mode.
3041 (verilog-auto, verilog-auto-inst, verilog-faq)
3042 (verilog-submit-bug-report): Update author support URLs.
3043 (verilog-delete-auto, verilog-auto-inout-module)
3044 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
3045 creating complemented testbench modules. Suggested by Yishay Belkind.
3046 (verilog-auto-inst-port, verilog-simplify-range-expression):
3047 When verilog-auto-inst-param-value is set, don't require a
3048 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
3049 Yishay Belkind.
3050 (verilog-auto-inst-param-value): Add safe variable.
3051 (verilog-re-search-forward, verilog-re-search-backward):
3052 Fix returning wrong search results on Emacs 22.1.
3053 (verilog-modi-cache-results, verilog-auto): Fix warning message
3054 about "toggling font-lock-mode."
3055 (verilog-auto): Fix losing font-lock on errors.
3056 (verilog-auto-inst-param-value, verilog-mode-version)
3057 (verilog-mode-version-date, verilog-read-inst-param-value)
3058 (verilog-auto-inst, verilog-auto-inst-param)
3059 (verilog-auto-inst-port, verilog-simplify-range-expression):
3060 Allow parameters to be replaced with their values, on the expansion of
3061 an AUTOINST with Verilog 2001 style parameter settings.
3062 Suggested by David Rogoff.
3063
3064 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
3065
3066 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
3067 Better support for the property statement. Sometimes this keyword
3068 introduces a statement which requires an endproperty keyword, and
3069 sometimes it doesn't, depending on the work before the property
3070 word. If property is prefixed with assert, assume or cover
3071 keyword, then the statement is ended with a ';'. Otherwise,
3072 property is like task or specify, and is followed by some number
3073 of statements, which are ended with an endproperty keyword.
3074 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
3075 in a highlighted region: indent each line in region according to
3076 mode. Supply this so it works in XEmacs and older Emacs.
3077
3078 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3079
3080 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
3081 Don't clean up a buffer when killing it.
3082
3083 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3084
3085 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
3086 buffers (bug#360). New version 11.2.1.
3087 (whitespace-action): New value `warn-read-only' to give a warning when
3088 buffer is read-only and whitespace action is cleanup or auto-cleanup.
3089 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
3090 (whitespace-warn-read-only): New fun.
3091
3092 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
3093
3094 * international/quail.el: Require help-mode.
3095 (quail-help-init): Function removed.
3096 (quail-keyboard-layout-button, quail-keyboard-customize-button):
3097 Define directly.
3098
3099 * dired.el (dired-get-filename): Rewrite octal escape character
3100 processor (bug#885).
3101
3102 2008-09-05 Eli Zaretskii <eliz@gnu.org>
3103
3104 * cus-edit.el (custom-button-pressed): Default to inverse-video.
3105
3106 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
3107 not just for terminal-frame.
3108
3109 2008-09-05 Martin Rudalics <rudalics@gmx.at>
3110
3111 * window.el (window--try-to-split-window): Don't split when window
3112 is not splittable in last disjunct. (Bug#888)
3113
3114 2008-09-05 Kenichi Handa <handa@m17n.org>
3115
3116 * language/tibetan.el: Fix setting of composition-function-table.
3117
3118 * composite.el (find-composition): Mention about the automatic
3119 composition in the docstring.
3120 (compose-gstring-for-graphic): Fix handling "above" marks.
3121
3122 * descr-text.el (describe-char): Fix handling of automatic composition.
3123
3124 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
3125
3126 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
3127 (tramp-parse-connection-properties): Reflow docstring.
3128
3129 2008-09-04 Kim F. Storm <storm@cua.dk>
3130
3131 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
3132 and other-frame methods when switching between file and buffer modes.
3133
3134 2008-09-04 Martin Rudalics <rudalics@gmx.at>
3135
3136 * info.el (Info-dir-remove-duplicates): Narrow buffer when
3137 removing duplicate entries under same heading. Don't skip char
3138 matching anything but a space or tab at bol. (Bug#864)
3139
3140 2008-09-03 Alan Mackenzie <acm@muc.de>
3141
3142 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
3143
3144 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3145
3146 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
3147 (completion-pcm--all-completions): Move the case-fold-search binding to
3148 it also applies to completion-regexp-list (used in all-completions).
3149 (completion-pcm--hilit-commonality): Add missing case-fold-search.
3150
3151 2008-09-03 Martin Rudalics <rudalics@gmx.at>
3152
3153 * window.el (pop-up-frame-function): Move ...
3154 * frame.el (pop-up-frame-function): ... here, to avoid
3155 "CHANGED outside Customize;".
3156
3157 2008-09-03 Glenn Morris <rgm@gnu.org>
3158
3159 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
3160
3161 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
3162
3163 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
3164 non-alphabetical characters properly.
3165
3166 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
3167
3168 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
3169
3170 2008-09-02 Martin Rudalics <rudalics@gmx.at>
3171
3172 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
3173 control-prefixed keys. (Bug#835)
3174
3175 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
3176
3177 * image-mode.el (image-mode): Fix 2008-07-19 change.
3178
3179 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
3180
3181 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
3182
3183 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
3184
3185 2008-09-02 Glenn Morris <rgm@gnu.org>
3186
3187 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
3188
3189 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
3190
3191 2008-09-01 Glenn Morris <rgm@gnu.org>
3192
3193 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
3194 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
3195 and fix name typos. (Bug#856)
3196
3197 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
3198
3199 * minibuffer.el (completion-pcm--pattern->regex):
3200 When completion-ignore-case is non-nil, generate a regexp that
3201 ignores case.
3202
3203 * window.el (recenter-top-bottom): Doc fix.
3204
3205 2008-09-01 Simon South <ssouth@member.fsf.org>
3206
3207 * progmodes/delphi.el: New maintainer.
3208 (delphi-interface-types): New var.
3209 (delphi-composite-types): Use it.
3210 (delphi-enclosing-indent-of): Distinguish between "interface"
3211 keyword as a unit separator and used like a class declaration.
3212
3213 2008-09-01 Martin Rudalics <rudalics@gmx.at>
3214
3215 * help-fns.el (describe-simplify-lib-file-name)
3216 (find-source-lisp-file): Remove.
3217 (find-lisp-object-file-name): New function giving preference to
3218 files found via load-path instead of loaddefs.el.
3219 (describe-function-1): Use new function instead of the removed
3220 ones. (Bugs #587, #669, #690)
3221 * faces.el (describe-face): Use find-lisp-object-file-name instead
3222 of describe-simplify-lib-file-name.
3223
3224 2008-09-01 Kenichi Handa <handa@m17n.org>
3225
3226 * international/mule-diag.el (font-show-log): Fix previous change.
3227
3228 * international/mule-cmds.el (set-language-environment):
3229 Don't overwrite current-iso639-language if the current language
3230 environment doesn't provide that data.
3231 (set-locale-environment): Set current-iso639-language from the
3232 locale name.
3233
3234 * international/fontset.el (script-representative-chars): Re-add
3235 the entry for symbol, but with vector of characters.
3236 (setup-default-fontset): Cancel previous change.
3237
3238 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
3239
3240 * ido.el: Move provide statement to the end of the file.
3241
3242 2008-08-30 Markus Triska <markus.triska@gmx.at>
3243
3244 * linum.el (linum-mode): `window-size-change-functions' can now be
3245 buffer-local.
3246 (linum-update-window): Use result of `move-overlay'.
3247
3248 2008-08-30 Glenn Morris <rgm@gnu.org>
3249
3250 * subr.el (make-variable-frame-local): Tweak obsolescence message.
3251
3252 * info.el (Info-hide-note-references, Info-refill-paragraphs):
3253 Doc fixes.
3254
3255 * apropos.el (apropos-command): Report documentation errors.
3256 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
3257
3258 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
3259
3260 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
3261 string.
3262
3263 2008-08-29 Eli Zaretskii <eliz@gnu.org>
3264
3265 * bindings.el (mode-line-frame-identification): Fix last change.
3266
3267 2008-08-29 Kenichi Handa <handa@m17n.org>
3268
3269 These changes are to adjust the automatic composition for the new
3270 implementation (avoid using text property).
3271
3272 * composite.el (composition-function-table): Move declaration to
3273 composite.c.
3274 (terminal-composition-base-character-p): Delete it.
3275 (terminal-composition-function): Delete it.
3276 (terminal-composition-function-table): Delete it.
3277 (lgstring-header, lgstring-set-header, lgstring-font)
3278 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
3279 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
3280 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
3281 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
3282 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
3283 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
3284 (compose-glyph-string, compose-glyph-string-relative)
3285 (compose-gstring-for-graphic, compose-gstring-for-terminal):
3286 New functions.
3287 (auto-compose-chars): Argument changed.
3288
3289 * language/european.el: Don't setup composition-function-table.
3290 (diacritic-composition-pattern, diacritic-compose-region)
3291 (diacritic-compose-string, diacritic-compose-buffer)
3292 (diacritic-composition-function): Delete them.
3293
3294 * language/lao-util.el (lao-composition-function): Argument changed.
3295
3296 * language/sinhala.el: Fix setting up of composition-function-table.
3297
3298 * language/thai.el: Fix setting up of composition-function-table.
3299
3300 * language/thai-util.el: Encoding changed to utf-8.
3301 (thai-composition-function): Argument changed.
3302
3303 * language/indian.el: Fix setting up of composition-function-table.
3304 (devanagari-composable-pattern)
3305 (tamil-composable-pattern, kannada-composable-pattern)
3306 (malayalam-composable-pattern): New variables.
3307
3308 * international/characters.el (unicode-category-table):
3309 Setup unicode-category-table.
3310
3311 * international/fontset.el (setup-default-fontset): Prepend
3312 iso10646-1 fonts to the fallback font groups instead of appending.
3313
3314 2008-08-29 Glenn Morris <rgm@gnu.org>
3315
3316 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
3317
3318 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3319
3320 * term/x-win.el (x-win-suspend-error): Don't signal error if there
3321 are no X frames active.
3322
3323 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
3324
3325 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
3326 `ignore-errors' (the function must succeed always).
3327
3328 2008-08-28 "Edward O'Connor" <hober0@gmail.com>
3329
3330 * json.el (json-read-number): New arg. Handle explicitly signed
3331 numbers.
3332 (json-readtable): Add `+' and `.'.
3333
3334 2008-08-28 Eli Zaretskii <eliz@gnu.org>
3335
3336 * term/pc-win.el (msdos-previous-message): New variable.
3337 (msdos-show-help): New function.
3338 (msdos-initialize-window-system): Set show-help-function to
3339 msdos-show-help.
3340
3341 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
3342
3343 * emacs-lisp/debug.el (debug): When killing a noninteractive
3344 Emacs, give an exit status of -1.
3345
3346 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3347
3348 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
3349
3350 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
3351
3352 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
3353 not the same as the last modification time, fall back on the
3354 backend-specific check.
3355
3356 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
3357
3358 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
3359 to go to the position of interest.
3360
3361 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
3362
3363 * textmodes/artist.el (artist-mode-init): Add comment on the
3364 setting up of the `artist-replacement-table' array.
3365 (artist-get-replacement-char): New defsubst.
3366 (artist-get-char-at-xy-conv, artist-replace-char)
3367 (artist-replace-chars, artist-replace-string): Use it instead of
3368 accessing `artist-replacement-table' directly.
3369 Reported by Rubén Berenguel <ruben@maia.ub.es>.
3370
3371 (artist-mt): Fix structures for cut and copy operations.
3372
3373 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
3374
3375 * shell.el (shell-file-name-quote-list): Quote `$'.
3376
3377 * comint.el (comint-dynamic-complete-as-filename): Generalize last
3378 change to allow quoting of characters before point.
3379 (comint-dynamic-list-filename-completions): Quote common substring.
3380
3381 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
3382
3383 * comint.el (comint-dynamic-complete-as-filename): If case is
3384 ignored while matching, replace the entire filename with completion.
3385
3386 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
3387 flyspell-pre-point is valid to avoid signalling an error in
3388 post-command-hook.
3389
3390 2008-08-26 Johan Bockgård <bojohan@gnu.org>
3391
3392 * linum.el (linum): Inherit remaining face attributes from default
3393 face.
3394
3395 2008-08-26 Markus Triska <markus.triska@gmx.at>
3396
3397 * linum.el (linum-delay): Disable - it should no longer be
3398 necessary, and can lead to longer delays.
3399 (linum-update-window): Renumber if margin width has changed.
3400
3401 2008-08-26 Daiki Ueno <ueno@unixuser.org>
3402
3403 * epa.el (epa--key-widget-action): Save the selected window to
3404 make `widget-button-click-moves-point' work. (Bug#733).
3405
3406 2008-08-26 Glenn Morris <rgm@gnu.org>
3407
3408 * calendar/holidays.el (calendar-holidays): Doc fix.
3409
3410 * progmodes/gud.el (tramp-file-name-localname)
3411 (tramp-dissect-file-name): Declare.
3412
3413 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
3414
3415 2008-08-25 Eli Zaretskii <eliz@gnu.org>
3416
3417 * bindings.el (mode-line-frame-control): New function, caters to
3418 `pc' ``window system''.
3419 (mode-line-frame-identification): Use it instead of accessing
3420 window-system directly.
3421
3422 2008-08-25 Juri Linkov <juri@jurta.org>
3423
3424 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
3425 `center-line' and "\eS" from `center-paragraph'.
3426 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
3427 `center-paragraph'.
3428
3429 2008-08-25 Ulf Jasper <ulf@web.de>
3430
3431 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
3432 (newsticker-treeview-treewindow-width): New.
3433 (newsticker-treeview-listwindow-height): New.
3434 (newsticker-treeview-browse-url-item): New.
3435 (newsticker-treeview-mode-map):
3436 Add newsticker-treeview-browse-url-item.
3437 (newsticker--treeview-window-init):
3438 Use newsticker-treeview-treewindow-width and
3439 newsticker-treeview-listwindow-height.
3440
3441 * net/newst-reader.el (newsticker-browse-url-item): New.
3442
3443 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
3444
3445 * vc-dir.el (vc-dir-marked-only-files-and-states):
3446 (vc-dir-child-files-and-states): Reverse the list before returning it.
3447
3448 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
3449
3450 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
3451
3452 2008-08-24 Romain Francoise <romain@orebokech.com>
3453
3454 * progmodes/python.el (run-python): Remove '' from sys.path.
3455
3456 2008-08-23 Glenn Morris <rgm@gnu.org>
3457
3458 * progmodes/fortran.el (fortran-tab-mode-string)
3459 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
3460
3461 2008-08-23 Eli Zaretskii <eliz@gnu.org>
3462
3463 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
3464 Add declare-function.
3465
3466 * startup.el (command-line): Don't call tty-register-default-colors
3467 if initial-window-system is `pc'.
3468
3469 * term/internal.el (local-function-key-map): Fix unbalanced parens.
3470 (msdos-key-remapping-map): New variable. Move here all the special
3471 keys we will be remapping via local-function-key-map.
3472 (msdos-setup-keyboard): New function.
3473
3474 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
3475 make-msdos-frame.
3476 (terminal-init-internal): New function, errors out if called.
3477 (msdos-initialize-window-system): New function.
3478 (msdos-create-frame-with-faces): Set the terminal's
3479 `terminal-initted' (sic!) parameter.
3480 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
3481 (window-system-initialization-alist):
3482 Add msdos-initialize-window-system.
3483 (handle-args-function-alist): Use tty-handle-args for `pc'
3484 ``window system'' as well.
3485 (pc-win): Provide.
3486
3487 * term/tty-colors.el (tty-register-default-colors): Remove bogus
3488 code for using msdos-color-values.
3489
3490 * loadup.el [ms-dos]: Load term/pc-win.
3491
3492 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
3493
3494 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
3495 directory name.
3496
3497 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
3498
3499 * progmodes/gud.el (gud-common-init): Use absolute file so that
3500 perldb works with tramp (sudo).
3501
3502 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
3503 match data in process filters.
3504
3505 2008-08-23 Martin Rudalics <rudalics@gmx.at>
3506
3507 * dired.el (dired-buffer-stale-p): Do not revert buffer that
3508 can be written.
3509
3510 2008-08-23 Glenn Morris <rgm@gnu.org>
3511
3512 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
3513 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
3514
3515 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
3516
3517 * subr.el (temp-buffer-show-hook): Doc fix.
3518
3519 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
3520
3521 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
3522 and "INSIDE_EMACS=...". Reported by Tassilo Horn
3523 <tassilo@member.fsf.org>.
3524
3525 * net/trampver.el: Update release number.
3526
3527 * net/xesam.el (xesam-minor-mode): New minor mode.
3528 (xesam-highlight-buffer): Remove. Code moved to
3529 `xesam-minor-mode'.
3530 (xesam-refresh-entry): Use `xesam-minor-mode'.
3531
3532 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
3533
3534 * minibuffer.el (completion--try-word-completion):
3535 Disable partial-completion when considering the addition of a space
3536 or hyphen.
3537
3538 2008-08-21 John Paul Wallington <jpw@pobox.com>
3539
3540 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
3541 filename of `tofile' doesn't contain any colons on Windows,
3542 Cygwin, and MS-DOS systems.
3543
3544 2008-08-21 Daiki Ueno <ueno@unixuser.org>
3545
3546 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
3547 (epg-context-set-progress-callback): Make sure the callback is a
3548 cons of a function and a handback. Update all callers.
3549
3550 2008-08-20 David Reitter <david.reitter@gmail.com>
3551
3552 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
3553 Patch applied by Adrian Robert.
3554
3555 2008-08-20 Kevin Ryde <user42@zip.com.au>
3556
3557 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
3558 directive lines.
3559
3560 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
3561
3562 * net/xesam.el (xesam-highlight-string): Precise doc string.
3563 (xesam-highlight-buffer): New defun.
3564 (xesam-refresh-entry): Use it. Better check for sourceModified.
3565
3566 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
3567
3568 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
3569 their names.
3570
3571 2008-08-19 Kenichi Handa <handa@m17n.org>
3572
3573 * language/european.el ("Esperanto"): Change the preferred
3574 charsets to iso-8859-3.
3575
3576 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
3577
3578 * international/fontset.el (script-representative-chars):
3579 Delete the entry for symbol.
3580 (setup-default-fontset): For symbol characters, don't specify
3581 :script property.
3582
3583 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
3584
3585 * minibuffer.el (completion-table-dynamic): Doc fix.
3586
3587 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
3588 saved.
3589
3590 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
3591
3592 * emulation/edt.el (edt-default-emulation-setup):
3593 Share global-buffers-menu-map with the emulated global map.
3594
3595 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3596
3597 * term/ns-win.el (global): Uncomment "put backspace
3598 ascii-character..." and friends, they are needed for tramp. (Bug#725)
3599
3600 2008-08-18 Kenichi Handa <handa@m17n.org>
3601
3602 * international/mule-diag.el (font-show-log): Add optional arg N
3603 to control the limit of font listing.
3604
3605 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
3606
3607 * window.el (recenter-top-bottom): Determine top and bottom
3608 positions using scroll-margin instead of scroll-conservatively.
3609
3610 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3611
3612 * proced.el (proced-send-signal): Use beginning-of-line.
3613
3614 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3615
3616 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
3617 (proced-mode-map): Add tooltips for menus. Use radio buttons for
3618 listing types.
3619 (proced-log-buffer): New variable.
3620 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
3621 region if transient-mark-mode is turned on and the region is active.
3622 (proced-omit-processes): Rename from proced-hide-processes to
3623 avoid key clash with describe-mode (bound to h). Search for
3624 marked processes starting from point-min.
3625 (proced-header-space): Remove.
3626 (proced-send-signal): Handle errors. Operate on current process
3627 if no process is marked.
3628 (proced-why): New command.
3629 (proced-log, proced-log-summary): New functions.
3630 (proced-help): Use proced-why.
3631 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
3632 (bibtex-autokey-year-title-separator): Fix docstring.
3633
3634 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
3635
3636 * net/xesam.el (xesam-vendor, xesam-notify-function):
3637 New local variables.
3638 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
3639 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
3640 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
3641 (xesam-new-search): Initialize `xesam-vendor'.
3642
3643 2008-08-15 Glenn Morris <rgm@gnu.org>
3644
3645 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
3646 a pipeline.
3647 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
3648 unless at the end of the pipeline. (Bug#699).
3649
3650 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
3651
3652 * minibuffer.el (completion-boundaries): Doc fix.
3653 (display-completion-list): Only default base-size to zero if
3654 completing in the minibuffer.
3655
3656 * simple.el (completion-base-size): Doc fix.
3657 (choose-completion): Try reselecting completion-reference-buffer.
3658
3659 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
3660
3661 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
3662 also for remote directories.
3663
3664 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3665
3666 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
3667 since those precomputed values aren't used any more.
3668 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
3669
3670 2008-08-14 Martin Rudalics <rudalics@gmx.at>
3671
3672 * help.el (with-help-window): Return last value in BODY.
3673
3674 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
3675
3676 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
3677 notify function of the URL.
3678 (xesam-new-search): Encode special characters in the query string.
3679
3680 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
3681
3682 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
3683
3684 2008-08-13 Andreas Schwab <schwab@suse.de>
3685
3686 * net/tramp.el (tramp-handle-shell-command): Handle output going
3687 to current buffer like shell-command. Don't disable undo.
3688
3689 2008-08-13 Glenn Morris <rgm@gnu.org>
3690
3691 * eshell/esh-cmd.el (eshell/which): Handle the case where no
3692 description is found.
3693
3694 2008-08-12 Alan Mackenzie <acm@muc.de>
3695
3696 * progmodes/cc-defs.el (c-emacs-features):
3697 argumentative-bod-function: bind mark-ring to avoid accumulating a
3698 spurious mark.
3699
3700 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
3701
3702 * simple.el (visual-line--saved-state): New var.
3703 (visual-line-mode): Save local values of variables, and restore
3704 them when visual-line-mode is disabled.
3705
3706 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
3707
3708 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
3709
3710 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
3711
3712 * progmodes/cc-defs.el (c-emacs-features):
3713 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
3714 moving point during the test.
3715
3716 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
3717
3718 2008-08-11 Glenn Morris <rgm@gnu.org>
3719
3720 * term/ns-win.el (x-parse-geometry): Doc fix.
3721
3722 * dired.el (x-popup-menu):
3723 * hi-lock.el (x-popup-menu):
3724 * mouse.el (font-face-attributes):
3725 * calendar/cal-menu.el (x-popup-menu):
3726 * calendar/calendar.el (x-popup-menu):
3727 * calendar/holidays.el (x-popup-menu):
3728 * progmodes/cperl-mode.el (x-popup-menu):
3729 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
3730 (x-open-connection):
3731 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
3732 (x-command-line-resources):
3733 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
3734 (x-display-name, x-command-line-resources):
3735 Add declarations for builds without X.
3736
3737 2008-08-10 Glenn Morris <rgm@gnu.org>
3738
3739 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
3740
3741 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
3742
3743 * vc-bzr.el (vc-bzr-find-revision): Rename from
3744 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
3745
3746 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
3747
3748 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
3749 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
3750 "DONE", when all hits are retrieved.
3751 (xesam-search): Autoload it.
3752
3753 2008-08-11 John Paul Wallington <jpw@pobox.com>
3754
3755 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
3756 empty string when no filename.
3757 (define-ibuffer-column filename): Accommodate that change.
3758
3759 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
3760 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
3761
3762 2008-08-10 Glenn Morris <rgm@gnu.org>
3763
3764 * Makefile.in (ELCFILES): Update.
3765
3766 2008-08-10 John Paul Wallington <jpw@pobox.com>
3767
3768 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
3769
3770 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
3771
3772 * battery.el (battery-echo-area-format, battery-status-function):
3773 Handle new Linux sysfs format for battery reporting.
3774 (battery-linux-sysfs): New function.
3775
3776 2008-08-07 Martin Rudalics <rudalics@gmx.at>
3777
3778 * add-log.el (change-log-search-tag-name)
3779 (change-log-goto-source): Fix behavior when point is not on tag.
3780
3781 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3782
3783 * startup.el (command-line-ns-option-alist): Use ignore instead of
3784 ns-ignore-0-arg.
3785
3786 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
3787 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
3788 (ns-alternatives-map): New variable.
3789 (x-set-up-function-keys): Use it.
3790 (global): Comment out "put backspace ascii-character..." and friends.
3791 Move function-key-map into ns-alternatives-map. Don't call
3792 precompute-menubar-bindings. Don't set anything connected with
3793 browse-url.
3794 (after-make-frame-functions): Clarify comment why a hook is added.
3795
3796 2008-08-06 Joakim Verona <joakim@verona.se>
3797
3798 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
3799 in url:s.
3800
3801 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3802
3803 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
3804 Fix 2008-01-01 change: use a shy group to not affect subsequent
3805 match calls.
3806
3807 2008-08-06 Reto Zimmermann <reto@gnu.org>
3808
3809 * progmodes/vera-mode.el (vera-electric-tab):
3810 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
3811 region when active.
3812
3813 2008-08-06 Kenichi Handa <handa@m17n.org>
3814
3815 * faces.el (face-valid-attribute-values): Fix handling the value
3816 of (font-family-list) and font-XXX-table.
3817
3818 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3819
3820 * proced.el (proced-menu): Bind the correct function to for toggling.
3821
3822 * vc-dir.el (vc-dir-mode): Fix typo.
3823
3824 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3825
3826 * whitespace.el (whitespace-newline-mode)
3827 (global-whitespace-newline-mode, whitespace-mode)
3828 (global-whitespace-mode): Improve docstring.
3829
3830 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
3831
3832 * kmacro.el (kmacro-exec-ring-item): Add autoload.
3833
3834 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
3835
3836 * cus-start.el (all): Handle auto-save-visited-file-name.
3837
3838 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
3839
3840 * files.el (hack-one-local-variable-eval-safep): Handle
3841 lisp-indent-function and scheme-indent-function in addition to the
3842 deprecated lisp-indent-hook.
3843
3844 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
3845
3846 * net/xesam.el (top): Require `wid-edit' always.
3847 (xesam-mode-line, xesam-highlight): New deffaces.
3848 (xesam-objects): New local variable.
3849 (xesam-search-engines): Fix error in field list.
3850 (xesam-mode): Use `xesam-mode-line' instead of
3851 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
3852 proper initialization (why?).
3853 (xesam-highlight-string, xesam-get-hits)
3854 (xesam-kill-buffer-function): New defuns.
3855 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
3856 result of "hit.fields", it isn't a string only. Wrap an error of
3857 the strigi search engine ("xesam:size" is returned as string).
3858 Highlight search items.
3859 (xesam-refresh-search-buffer): Make logic of counters more simple.
3860 Prefetch next hits.
3861 (xesam-signal-handler): Use `xesam-mode-line' instead of
3862 `font-lock-type-face'.
3863 (xesam-new-search): Add `xesam-kill-buffer-function' to
3864 `kill-buffer-hook'.
3865
3866 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
3867
3868 * add-log.el (change-log-next-error, change-log-mode): Add support
3869 for `next-error' to call `change-log-goto-source' on named files
3870 in a ChangeLog.
3871
3872 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
3873
3874 * calc/calc.el (math-read-number): Handle all C-like languages
3875 properly.
3876
3877 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
3878
3879 * calc/calc.el (math-read-number): Handle C numbers beginning with
3880 0 correctly.
3881
3882 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
3883
3884 * term/ns-win.el ([ns-new-frame]): New global key.
3885
3886 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
3887
3888 * international/mule-cmds.el (read-char-by-name):
3889 Check UCS names with `assoc-string' and case folding.
3890
3891 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
3892
3893 * net/dbus.el (dbus-call-method-asynchronously)
3894 (dbus-method-return-internal, dbus-method-error-internal):
3895 Declare them with `declare-function'.
3896
3897 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
3898
3899 * descr-text.el (describe-char-display): Fix last change:
3900 don't pass CHARSET to `encoded-string-description'.
3901
3902 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
3903
3904 * vc.el (vc-next-action): Update list var correctly after delete.
3905
3906 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
3907
3908 * ido.el (ido-mode): Add toggle notification.
3909
3910 * cus-edit.el (custom-save-all): Avoid destroying symlink if
3911 already visiting the custom file.
3912
3913 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3914 pending output coming after the status change.
3915
3916 2008-08-02 Jason Rumney <jasonr@gnu.org>
3917
3918 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
3919
3920 2008-08-01 Kenichi Handa <handa@m17n.org>
3921
3922 * international/mule-cmds.el (encode-coding-char):
3923 New optional arg CHARSET.
3924
3925 * descr-text.el (describe-char-display): Call encode-coding-char
3926 with the arg CHARSET.
3927 (describe-char): Pay attention to the text-property `charset'.
3928
3929 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
3930
3931 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
3932 error messages.
3933 (dbus-set-property): Call `dbus-introspect-get-property' instead
3934 of `dbus-get-property'.
3935
3936 * net/xesam.el (xesam-all-fields): Remove source and content
3937 identifiers.
3938 (xesam-dbus-unique-names): New defvar.
3939 (xesam-dbus-call-method): New defun. Replace all calls of
3940 `dbus-call-method' by `xesam-dbus-call-method'.
3941 (xesam-get-cached-property, xesam-set-cached-property):
3942 New defuns.
3943 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
3944 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
3945 (xesam-search-engines): Make it an association list. Take changed
3946 layout into account in the corresponding function.
3947 (xesam-delete-search-engine): Remove check for consistency of
3948 `xesam-search-engines', not needed anymore.
3949 (xesam-mode): Show XML query string only in the debug case.
3950
3951 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
3952
3953 * files.el (read-file-modes): Fix typo in docstring.
3954
3955 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
3956
3957 * Makefile.in: Avoid maintainer warning for autogenerated unicode
3958 files.
3959
3960 * apropos.el (apropos-symbol): Don't set button skip by default.
3961 (apropos-print): Set button skip iff searching for multiple types.
3962 (apropos-print-doc): Insert blank label button when searching for
3963 a single type.
3964
3965 * button.el (forward-button): Avoid infloop.
3966
3967 * minibuffer.el (read-file-name-completion-ignore-case):
3968 Add cygwin to the list.
3969
3970 2008-07-31 Sven Joachim <svenjoac@gmx.de>
3971
3972 * files.el (abbreviate-file-name): When replacing $HOME with ~,
3973 turn off case-fold-search.
3974
3975 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
3976
3977 * net/dbus.el (top): Don't register for "NameOwnerChanged".
3978 (dbus-message-type-invalid, dbus-message-type-method-call)
3979 (dbus-message-type-method-return, dbus-message-type-error)
3980 (dbus-message-type-signal): New defconst.
3981 (dbus-ignore-errors): Fix `edebug-form-spec' property.
3982 (dbus-return-values-table): New defvar.
3983 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
3984 New defun.
3985 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
3986 Extend docstring. Adapt implementation according to new
3987 `dbus-event' layout.
3988 (dbus-event-service-name, dbus-event-path-name)
3989 (dbus-event-interface-name, dbus-event-member-name):
3990 Adapt implementation according to new `dbus-event' layout.
3991 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
3992
3993 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
3994 (xesam-mode): Rework implementation.
3995 (xesam-new-search): Additional parameter TYPE.
3996 (xesam-search): Adapt call of `xesam-new-search'.
3997
3998 2008-07-31 Juri Linkov <juri@jurta.org>
3999
4000 * dired-aux.el (dired-do-chmod): Set default value to the original
4001 mode string using absolute notation like u=rwx,g=rx,o=rx.
4002 Use it as a new arg `default' of `dired-mark-read-string'.
4003 (dired-mark-read-string): Add new optional arg `default'.
4004
4005 * files.el (read-file-modes): Set default value to the original
4006 mode string using absolute notation like u=rwx,g=rx,o=rx.
4007 Use it as the `default' arg of `read-string'.
4008
4009 * filesets.el (filesets-cmd-isearch-getargs): Check if the
4010 variable `files' is bound to avoid warnings.
4011
4012 * isearch.el (isearch-forward-regexp, isearch-forward-word)
4013 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
4014 to the command `isearch-forward' instead of displaying "See C-s".
4015 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
4016 with their interactive specifications. Move reading the face name to
4017 the main body after calls to isearch-done and isearch-clean-overlays.
4018
4019 * mb-depth.el: Unify all names under one common name prefix
4020 `minibuffer-depth-'.
4021 (minibuffer-depth-indicator-function): Rename from
4022 `minibuf-depth-indicator-function'.
4023 (minibuffer-depth-overlay): Rename from
4024 `minibuf-depth-overlay'.
4025 (minibuffer-depth-setup): Rename from
4026 `minibuf-depth-setup-minibuffer'.
4027 (minibuffer-depth-indicate-mode): Rename from
4028 `minibuffer-indicate-depth-mode'.
4029
4030 2008-07-31 Juri Linkov <juri@jurta.org>
4031
4032 * dired-aux.el (dired-isearch-filenames-toggle): New command.
4033 (dired-isearch-filenames-setup): Bind "\M-sf" to
4034 dired-isearch-filenames-toggle in isearch-mode-map.
4035 (dired-isearch-filenames-end): Bind "\M-sf" to nil
4036 in isearch-mode-map.
4037
4038 * isearch.el (isearch-edit-string-set-word): New command.
4039 (minibuffer-local-isearch-map): Bind "\C-w" to
4040 isearch-edit-string-set-word.
4041 (isearch-new-word): Temporary internal variable.
4042 (isearch-edit-string): Remove special case of reading the
4043 first character and checking it for C-w.
4044
4045 * simple.el (read-shell-command, shell-command):
4046 Move code that uses minibuffer-with-setup-hook to set
4047 minibuffer-default-add-function to minibuffer-default-add-shell-commands
4048 from the interactive spec of `shell-command' to `read-shell-command'.
4049
4050 * international/mule-cmds.el (read-char-by-name):
4051 Accept hash notation. Doc fix.
4052 (ucs-insert): Doc fix. Convert to number only when `arg' is
4053 a string. Use separate error message when `arg' is not an integer.
4054 Bind `ucs-insert' to `C-x 8 RET'.
4055
4056 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
4057
4058 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
4059 move the (arglist-cont-nonempty) from c-offsets-alist to
4060 c-hanging-braces-alist like other styles already have.
4061
4062 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4063
4064 * textmodes/texinfmt.el:
4065 * nxml/nxml-enc.el:
4066 * mail/feedmail.el:
4067 * international/mule.el:
4068 * international/latexenc.el:
4069 * emulation/viper-util.el:
4070 * emulation/viper-init.el:
4071 * emulation/viper-ex.el:
4072 * emacs-lisp/bytecomp.el:
4073 * version.el:
4074 * subr.el:
4075 * startup.el:
4076 * sort.el:
4077 * shadowfile.el:
4078 * recentf.el:
4079 * printing.el:
4080 * paths.el:
4081 * minibuffer.el:
4082 * ls-lisp.el:
4083 * loadup.el:
4084 * hippie-exp.el:
4085 * finder.el:
4086 * files.el:
4087 * ediff-util.el:
4088 * ediff-ptch.el:
4089 * ediff-init.el:
4090 * ediff-diff.el:
4091 * dired.el:
4092 * dired-aux.el:
4093 * cus-edit.el:
4094 * bindings.el:
4095 * arc-mode.el:
4096 * add-log.el: Remove VMS support.
4097 * obsolete/vmsproc.el:
4098 * obsolete/vms-pmail.el:
4099 * obsolete/vms-patch.el: Remove file.
4100
4101 2008-07-31 Alan Mackenzie <acm@muc.de>
4102
4103 * progmodes/cc-mode.el (c-before-hack-hook): New function
4104 (Top Level): Install c-before-hack-hook on
4105 before-hack-local-variables-hook, rather than
4106 c-postprocess-file-styles on hack-local-variables-hook.
4107
4108 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
4109
4110 * files.el (normal-mode): Move call to hack-project-variables into
4111 hack-local-variables.
4112 (file-local-variables-alist, before-hack-local-variables-hook):
4113 New vars.
4114 (ignored-local-variables): Add file-local-variables-alist.
4115 (hack-local-variables-filter): Renamed from
4116 hack-local-variables-apply. Add the result to
4117 file-local-variables-alist, without applying them.
4118 (hack-local-variables): Set file-local-variables-alist to nil.
4119 Call hack-project-variables and before-hack-local-variables-hook.
4120 Apply variables here, instead of hack-local-variables-apply.
4121 Based on a patch by Alan Mackenzie.
4122
4123 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
4124
4125 * info-look.el (autoconf-mode :doc-spec): For
4126 "(autoconf)M4 Macro Index", if the item already
4127 begins with "AS_", don't prefix that string again.
4128
4129 2008-07-30 Juri Linkov <juri@jurta.org>
4130
4131 * info.el (info, Info-mode): Doc fix.
4132
4133 * isearch.el (isearch-mode-map): Bind `M-s r' to
4134 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
4135 (search-map): Bind `M-s w' to `isearch-forward-word' globally
4136 in the global map `search-map'.
4137 (isearch-forward): Doc fix.
4138 (isearch-forward-word, isearch-toggle-case-fold): New commands.
4139
4140 * simple.el (quoted-insert): Comment out code that treats
4141 0240-0377 specially.
4142
4143 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
4144
4145 * cus-start.el: Add customization info for
4146 read-buffer-completion-ignore-case.
4147
4148 2008-07-30 Sam Steingold <sds@gnu.org>
4149
4150 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
4151
4152 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4153
4154 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
4155 (vc-dir-mode): Improve docstring.
4156
4157 2008-07-30 Juri Linkov <juri@jurta.org>
4158
4159 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
4160 for the sake of isearch-mode-hook in dired-mode in dired.el.
4161
4162 2008-07-19 Markus Triska <markus.triska@gmx.at>
4163
4164 * image-mode.el (image-mode): Set image-mode-text-map when image
4165 cannot be displayed.
4166
4167 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
4168
4169 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
4170 ada-xref-set-default-prj-values.
4171 (ada-prj-display-page): Ditto.
4172
4173 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
4174 (ada-make-filename-from-adaname): Fix free variable.
4175
4176 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4177
4178 * vc-git.el (vc-git-status-printer): Synchronize with the default.
4179
4180 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
4181
4182 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
4183 for declarations inside a parenthetical list. The code is ill-advised,
4184 and doesn't work given user defined types.
4185 (verilog-set-auto-endcomments): Enhance function automatic
4186 endcomment to support functions that return user defined types.
4187 (verilog-mode): Add code to tell which-function-mode minor mode
4188 that Verilog supports this feature.
4189 (verilog-beg-block-re-ordered, verilog-indent-re)
4190 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
4191 (verilog-leap-to-head): Support the new virtual and/or protected
4192 tasks, as well as extern declarations of tasks for indenting and
4193 for forward/backward expression.
4194
4195 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
4196
4197 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
4198 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
4199 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
4200 (verilog-string-replace-matches): Avoid recursion with small
4201 replacements.
4202 (verilog-auto-inst-param-value, verilog-mode-version)
4203 (verilog-mode-version-date, verilog-read-inst-param-value)
4204 (verilog-auto-inst, verilog-auto-inst-param)
4205 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
4206 verilog-auto-inst-param-value option for AUTOINST. Suggested by
4207 David Rogoff. This allows parameters to be replaced with their
4208 values, on the expansion of an AUTOINST with Verilog 2001 style
4209 parameter settings.
4210
4211 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
4212
4213 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
4214 to `cddr'.
4215
4216 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
4217
4218 * Makefile.in (ELCFILES): Add mairix.elc.
4219
4220 2008-07-29 David Engster <deng@randomsample.de>
4221
4222 * net/mairix.el: New file.
4223
4224 2008-07-29 Juri Linkov <juri@jurta.org>
4225
4226 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
4227 instead of variable-pitch with bold and 1.2 height.
4228
4229 * dired-aux.el (dired-do-async-shell-command): New command.
4230
4231 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
4232 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
4233
4234 2008-07-29 Juri Linkov <juri@jurta.org>
4235
4236 * international/mule-cmds.el (ucs-names): New internal variable.
4237 (ucs-names): New function.
4238 (ucs-completions): New lazy completion variable.
4239 (read-char-by-name): New function.
4240 (ucs-insert): Replace interactive spec letter "s" with the call to
4241 `read-char-by-name'.
4242
4243 * replace.el (read-regexp): Add second arg `default'. Doc fix.
4244
4245 * replace.el (occur-read-primary-args):
4246 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4247 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
4248 second arg of `read-regexp'.
4249
4250 * dired-aux.el (dired-isearch-filenames): New user option.
4251 (dired-isearch-orig-success-function): New internal variable.
4252 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
4253 (dired-isearch-success-function): New functions.
4254 (dired-isearch-filenames, dired-isearch-filenames-regexp):
4255 New commands.
4256
4257 * dired.el (dired-insert-set-properties): Add new text property
4258 `dired-filename' to put on file names.
4259 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
4260 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
4261 Add menu items.
4262 (dired-mode): Add hook `dired-isearch-filenames-setup' to
4263 buffer-local `isearch-mode-hook'.
4264
4265 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
4266
4267 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
4268 (ada-create-case-exception): Fix typo in docstring.
4269 (ada-no-auto-case): Return nil, not the docstring.
4270 (ada-indent-current): Reflow docstring.
4271
4272 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
4273 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
4274 (ada-prj-load-from-file): Reflow docstring.
4275 (ada-prj-display-page): Fix typo in widget.
4276
4277 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
4278 Fix typos in docstrings.
4279
4280 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
4281 (ada-compile-current, ada-check-current, ada-run-application)
4282 (ada-get-ali-file-name): Fix typos in docstrings.
4283 (ada-xref-confirm-compile, ada-find-references)
4284 (ada-find-local-references, ada-find-any-references): Doc fixes.
4285 (ada-get-all-references): Fix typo in error message.
4286 (ada-xref-current-project): Use `let', not `let*'.
4287 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
4288
4289 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4290
4291 * whitespace.el (whitespace-newline): Change initialization to have a
4292 low contrast relative to the background color. Suggested by David
4293 Reitter <david.reitter@gmail.com>.
4294
4295 2008-07-28 Juri Linkov <juri@jurta.org>
4296
4297 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
4298 New functions.
4299
4300 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
4301 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
4302
4303 2008-07-28 Seiji Zenitani <zenitani@mac.com>
4304
4305 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
4306 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
4307
4308 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4309
4310 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
4311 Add support for add-log.
4312 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
4313
4314 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
4315 (ada-prj-save): Prompt for file name if not given.
4316 (ada-prj-display-page): Display casing exceptions.
4317
4318 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
4319 Ada mode project files. Delete 'main_unit' project variable;
4320 only need 'main'. Simplify handling of default project values.
4321 Use cross-prefix consistently.
4322 (ada-find-executable): Throw error if not found.
4323 (ada-initialize-runtime-library): Improve error handling when
4324 gnatls not found.
4325 (ada-gnat-parse-gpr): New.
4326 (ada-treat-cmd-string): Allow process environment variables.
4327 (ada-xref-set-default-prj-values): Delete; replace with
4328 ada-default-prj-properties.
4329 (ada-parse-prj-file): Handle GNAT project files.
4330 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
4331 (ada-select-prj-file): New.
4332 (ada-get-absolute-dir-list): Allow project and environment variables.
4333
4334 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
4335
4336 Sync with Tramp 2.1.14.
4337
4338 * net/tramp.el (tramp-perl-directory-files-and-attributes)
4339 (tramp-get-device): Make device number a cons cell.
4340 (tramp-convert-file-attributes): Make inode a cons cell.
4341
4342 * net/trampver.el: Update release number.
4343
4344 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4345
4346 * faces.el (face-set-after-frame-default): Treat 'ns as all other
4347 window systems.
4348
4349 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4350
4351 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
4352
4353 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4354
4355 Remove support for Mac Carbon.
4356 * term/mac-win.el: Remove file
4357 * international/mule-cmds.el:
4358 * version.el:
4359 * startup.el:
4360 * simple.el:
4361 * mwheel.el:
4362 * mouse.el:
4363 * loadup.el:
4364 * isearch.el:
4365 * info.el:
4366 * frame.el:
4367 * faces.el:
4368 * disp-table.el:
4369 * cus-start.el:
4370 * cus-face.el:
4371 * cus-edit.el:
4372 * Makefile.in: Remove code for Carbon.
4373
4374 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4375
4376 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
4377 bindings for functions deleted by Dan N. 2008-07-21. Set
4378 where-is-preferred-modifier. Add show-manual option to Help menu.
4379
4380 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
4381
4382 * net/tramp.el (tramp-handle-start-file-process):
4383 Set query-on-exit flag. Kill temporary buffer.
4384 (tramp-process-sentinel): Remove defun.
4385 (tramp-do-copy-or-rename-file-out-of-band)
4386 (tramp-maybe-open-connection): Don't call it.
4387
4388 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
4389 `tramp-process-sentinel'.
4390
4391 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
4392 `tramp-process-sentinel'.
4393
4394 * net/xesam.el (xesam-from): Remove defvar.
4395 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
4396 and `mode-line-position'.
4397 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
4398 information to the widgets. Don't set `mode-line-position'.
4399 (xesam-refresh-search-buffer): Correct hit number computing.
4400 Don't set `mode-line-position'.
4401 (xesam-new-search): Add debug information to the mode line.
4402
4403 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4404
4405 * diff-mode.el (diff-show-trailing-blanks): Renamed to
4406 diff-show-trailing-whitespaces.
4407
4408 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
4409
4410 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
4411 invalid filename strings when parsing tex errors (bug#376).
4412
4413 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
4414
4415 * menu-bar.el (menu-bar-file-menu): Fix typo.
4416
4417 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
4418
4419 * play/solitaire.el (solitaire-mode-map): Define within defvar.
4420 (solitaire-mode): Define with `define-derived-mode'.
4421 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
4422 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
4423 (solitaire-undo, solitaire-check): Use `when'.
4424 (solitaire-solve): Err out if the solitaire is already in progress.
4425 Use `when'.
4426
4427 * descr-text.el (describe-char): Don't overwrite local variable char
4428 when describing characters with display-table entries. Display font
4429 backend when describing composed characters. Simplify: use `let'
4430 instead of `let*', and `or x y' instead of `if x x y'.
4431
4432 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
4433
4434 * image-mode.el (image-minor-mode): Set up winprops.
4435
4436 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4437
4438 * diff-mode.el (diff-show-trailing-blanks): New fun.
4439 Show trailing blanks in modified lines for diff-mode.
4440
4441 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
4442
4443 * Makefile.in (ELCFILES): Add net/xesam.el.
4444
4445 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
4446 process name. Reported by Markus Triska <markus.triska@gmx.at>.
4447
4448 * net/xesam.el: New file.
4449
4450 2008-07-24 Sven Joachim <svenjoac@gmx.de>
4451
4452 * dired-aux.el (dired-copy-file-recursive): Avoid calling
4453 set-file-modes when creating target directories.
4454
4455 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
4456
4457 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
4458 Set `show-trailing-whitespace' to nil.
4459 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
4460 Fix typos in docstrings.
4461
4462 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
4463
4464 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
4465 key remapping, not directly.
4466
4467 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4468
4469 * whitespace.el: New version 11.2.
4470 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
4471 minor mode visualization.
4472
4473 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
4474
4475 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
4476
4477 * Makefile.in (ELCFILES): Add term/common-win.elc.
4478
4479 * vc-dir.el (vc-dir-search, vc-dir-isearch)
4480 (vc-dir-isearch-regexp): New functions.
4481 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
4482
4483 2008-07-23 Juri Linkov <juri@jurta.org>
4484
4485 * isearch-multi.el: Remove file to avoid dos file name clashes
4486 with isearch-x.el. Move most content to misearch.el.
4487
4488 * misearch.el: New file with most content from isearch-multi.el.
4489 Rename `isearch-buffers' name prefixes to `multi-isearch'.
4490 Remove `isearch-buffers-minor-mode'. Add new function
4491 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
4492 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
4493 `multi-isearch-files', `multi-isearch-files-regexp'.
4494
4495 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
4496
4497 * isearch.el (isearch-message-prefix): Display "Multi" when
4498 `multi-isearch-next-buffer-current-function' is non-nil.
4499 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
4500 with `multi-isearch-next-buffer-current-function', and
4501 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
4502
4503 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
4504 `multi-isearch-next-buffer-function' instead of
4505 `isearch-buffers-next-buffer-function'. Remove call to
4506 `isearch-buffers-minor-mode'.
4507
4508 * buff-menu.el (Buffer-menu-marked-buffers)
4509 (Buffer-menu-isearch-buffers)
4510 (Buffer-menu-isearch-buffers-regexp): New functions.
4511 (Buffer-menu-mode-map): Bind "M-s a C-s" to
4512 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
4513 `Buffer-menu-isearch-buffers-regexp'.
4514 (Buffer-menu-mode): Document new commands in docstring.
4515 (list-buffers-noselect): Add one space after Info file name
4516 according to the Info address convention.
4517
4518 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
4519 New functions.
4520
4521 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
4522 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
4523 (ibuffer-mode): Document new commands in docstring.
4524
4525 * filesets.el (filesets-commands): Add commands for "Isearch" and
4526 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
4527 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
4528 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
4529 or `multi-isearch-files-regexp'.
4530 (filesets-cmd-query-replace-getargs): Call standard function
4531 `query-replace-read-args' to read `query-replace' arguments.
4532 Add `multi-query-replace-map'.
4533 (filesets-cmd-query-replace-regexp-getargs)
4534 (filesets-cmd-isearch-getargs): New functions.
4535
4536 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
4537
4538 * international/mule.el (recode-region): Deactivate mark at the end.
4539
4540 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4541
4542 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4543 Use more suitable colors on dark displays.
4544
4545 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
4546
4547 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
4548 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
4549 (tramp-temp-buffer-name): New defconst.
4550 (tramp-handle-start-file-process): Use it. Apply "exec", for the
4551 command. No trailing prompt.
4552 (tramp-process-sentinel): Remove temporary buffer, if existing.
4553 Don't handle trailing prompt.
4554 (tramp-open-connection-setup-interactive-shell):
4555 Use `tramp-temp-buffer-name'.
4556
4557 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
4558
4559 * shell.el (shell-dynamic-complete-functions):
4560 Use comint-dynamic-complete-filename as well (bug#361).
4561
4562 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4563
4564 * term/ns-win.el:
4565 * version.el (emacs-version):
4566 * loadup.el:
4567 * frame.el (make-frame-on-display): Check for ns instead of
4568 ns-windowing.
4569
4570 * dired.el (dired-mode-map): Show the key binding for wdired.
4571
4572 * menu-bar.el (menu-bar-file-menu): Show the key binding for
4573 exiting Emacs.
4574
4575 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4576
4577 * term/ns-win.el (x-list-fonts): Drop alias.
4578
4579 2008-07-23 Juri Linkov <juri@jurta.org>
4580
4581 * replace.el (multi-query-replace-map): New variable.
4582 (perform-replace): Add processing of new multi-buffer keys bound
4583 to `automatic-all' and `exit-current'. Set `query-flag' to nil
4584 if last input char was `automatic-all'. Set new local variable
4585 `multi-buffer' to t when one of new two keys were typed. Return
4586 non-nil value of `multi-buffer' that tells to calling functions
4587 to continue replacement on the next file.
4588
4589 * progmodes/etags.el (tags-query-replace): Set arg `map' of
4590 `perform-replace' to `multi-query-replace-map'.
4591
4592 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4593
4594 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
4595 otherwise displayed in every buffer.
4596
4597 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
4598 (vc-arch-trim-one-revlib): Delete temp directories as well.
4599
4600 2008-07-22 Stephen Eglen <stephen@gnu.org>
4601
4602 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
4603
4604 2008-07-22 Sven Joachim <svenjoac@gmx.de>
4605
4606 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
4607
4608 2008-07-22 Miles Bader <miles@gnu.org>
4609
4610 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
4611 (sh-mode-map): Remove remapping of newline-and-indent.
4612
4613 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4614
4615 * vc.el (Todo): Update.
4616
4617 * vc-hooks.el: Remove obsolete comment.
4618
4619 * vc-git.el (vc-git-status-printer): Update the directory display
4620 to match the default.
4621
4622 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
4623
4624 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
4625
4626 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
4627 for "word wrap" command.
4628
4629 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
4630
4631 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4632
4633 * term/ns-win.el: Rename ns- functions/variables to the
4634 corresponding x- versions.
4635 (x-select-text, x-cut-buffer-or-selection-value)
4636 (x-disown-selection-internal, x-get-selection-internal)
4637 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
4638 (x-display-mm-width, x-display-mm-height)
4639 (x-display-backing-store, x-display-save-under)
4640 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
4641 defaliases.
4642
4643 * frame.el (ns-display-name): Remove declaration.
4644 (make-frame-on-display): Use x-display-name instead
4645 ns-display-name. Use unless.
4646
4647 * startup.el (command-line-1): Fix indentation.
4648
4649 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
4650 checked in inadvertently.
4651
4652 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
4653
4654 * term/ns-win.el: Standardize references to "Nextstep" in
4655 comments, messages, and docstrings.
4656 (ns-handle-args, x-parse-geometry)
4657 (ns-extended-platform-support-mode, x-setup-function-keys)
4658 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
4659 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
4660 (ns-initialized, ns-initialize-window-system): Doc fixes.
4661
4662 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
4663
4664 * diff-mode.el (diff-auto-refine): Delete defcustom.
4665 (diff-auto-refine-mode): New func/var via define-minor-mode.
4666 Update var ref to use diff-auto-refine-mode.
4667 * smerge-mode.el (diff-mode): Require when compiling.
4668 (smerge-auto-refine): Delete defcustom.
4669 Update smerge-auto-refine ref to use diff-auto-refine-mode.
4670
4671 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
4672
4673 * simple.el (visual-line): New custom group.
4674 (visual-line-fringe-indicators): New var.
4675 (visual-line-mode): Set fringe-indicator-alist based on
4676 visual-line-fringe-indicators. Add lighter.
4677
4678 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
4679
4680 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
4681 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4682 (x-handle-geometry, x-handle-name-switch, x-display-name)
4683 (x-handle-display, x-handle-args, x-colors): Move ...
4684 * term/common-win.el: ... here. New file.
4685 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
4686 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4687 (x-handle-geometry, x-handle-name-switch, x-display-name)
4688 (x-handle-display, x-handle-args, x-colors): Remove.
4689 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
4690
4691 2008-07-19 Juri Linkov <juri@jurta.org>
4692
4693 * startup.el (fancy-startup-text): Move the line "To quit
4694 a partially entered command, type Control-g" a few lines below
4695 to be after the line "To start". Add text "at gnu.org" to
4696 "Overview of Emacs features".
4697
4698 * dired.el (dired-mode-map): Fix menu text of
4699 image-dired-display-thumbs.
4700
4701 * image-dired.el (image-dired-cmd-create-thumbnail-options)
4702 (image-dired-cmd-create-temp-image-options)
4703 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
4704 ImageMagick command line to change the dimensions of the image
4705 only if its width or height exceeds the geometry specification.
4706
4707 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
4708
4709 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
4710 to docstrings.
4711
4712 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4713
4714 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
4715 Vinicius Jose Latorre.
4716
4717 2008-07-19 Glenn Morris <rgm@gnu.org>
4718
4719 * term/ns-win.el (ns-make-command-string): Use mapconcat.
4720 (ns-save-preferences): Fix typo in previous change. (Bug#573)
4721
4722 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
4723
4724 * net/dbus.el (dbus-interface-properties): New defconst.
4725 (dbus-introspect): Update docstring.
4726 (dbus-introspect-xml, dbus-introspect-get-attribute)
4727 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
4728 (dbus-introspect-get-interface-names)
4729 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
4730 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
4731 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
4732 (dbus-introspect-get-property)
4733 (dbus-introspect-get-annotation-names)
4734 (dbus-introspect-get-annotation)
4735 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
4736 (dbus-introspect-get-signature, dbus-get-property)
4737 (dbus-set-property, dbus-get-all-properties): New defuns.
4738
4739 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
4740
4741 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
4742 ns-grabenv.elc.
4743
4744 * ns-carbon-compat.el: File removed.
4745
4746 * ns-grabenv.el: File removed.
4747
4748 * term/ns-win.el: Contents of ns-carbon-compat.el and
4749 ns-grabenv.el moved here.
4750 (ns-grabenv, ns-open-file-select-line): Doc fixes.
4751 (ns-submit-bug-report): Function removed. Reports go to the main
4752 Emacs bug list.
4753 (ns-handle-args, ns-spi-service-call): Doc fixes.
4754 (info-ns-emacs): Function removed. Nextstep port manual will be
4755 merged into the Emacs manual, so no separate link needed.
4756
4757 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
4758
4759 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
4760
4761 2008-07-18 Glenn Morris <rgm@gnu.org>
4762
4763 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
4764 to XEmacs, since it does nothing for Emacs.
4765
4766 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
4767
4768 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
4769 BUFFER that is a string but does not exist as a buffer object, as
4770 mentioned in the doc-string.
4771
4772 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
4773
4774 * simple.el (line-move-visual): Make it a defcustom.
4775 (line-move-1): Convert temporary-goal-column back to an integer if
4776 it was set as a float by a previous call to line-move-visual.
4777 (end-of-visual-line, beginning-of-visual-line)
4778 (next-logical-line, previous-logical-line): New functions.
4779
4780 2008-07-17 David Reitter <david.reitter@gmail.com>
4781
4782 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
4783 functions.
4784 (visual-line-mode, global-visual-line-mode): New minor mode.
4785 (visual-line-mode-map): New variable.
4786
4787 2008-07-17 Glenn Morris <rgm@gnu.org>
4788
4789 * term/ns-win.el (parameters): Declare for compiler.
4790
4791 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
4792
4793 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
4794 for Windows.
4795
4796 2008-07-17 Daiki Ueno <ueno@unixuser.org>
4797
4798 * epa.el (epa-key-list-mode): Use run-mode-hooks.
4799 (epa-key-mode): Ditto.
4800 (epa-info-mode): Ditto.
4801
4802 2008-07-17 Glenn Morris <rgm@gnu.org>
4803
4804 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
4805 (ns-handle-numeric-switch): Just call ns-handle-switch.
4806 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
4807 (ns-handle-args): Simplify using `pop'.
4808 (ns-display-name): Define (used in frame.el).
4809 (menu-bar-select-frame): Add (ignored) arg to more closely match the
4810 original definition.
4811 (ns-perform-service): Declare.
4812 (ns-save-preferences): Use fewer `let's.
4813
4814 * frame.el (ns-display-name): Declare for compiler.
4815
4816 2008-07-17 Kenichi Handa <handa@m17n.org>
4817
4818 * descr-text.el (describe-char-unidata-list): Initialize to the
4819 list of name, general-category, decomposition, and old-name.
4820
4821 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
4822
4823 * startup.el (command-line-1): Update processing of NS long options to
4824 mimic recent changes to processing of X long options.
4825
4826 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
4827
4828 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
4829 list of #defines for remote files.
4830 (gdb-source-info): Only show main if it has been found.
4831
4832 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
4833
4834 * term/ns-win.el: Require CL; fix up comment style; reindent.
4835 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
4836 (ns-save-preferences): Use `case'.
4837 (ns-initialize-window-system): Use `dolist'.
4838
4839 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
4840
4841 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
4842 windowing is used.
4843 * term/ns-win.el (ns-extended-platform-support-mode):
4844 Correct/improve documentation.
4845
4846 2008-07-16 Glenn Morris <rgm@gnu.org>
4847
4848 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
4849 Simply require 'cl (see comment in cl-compat.el).
4850 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
4851 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
4852 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
4853 directly rather by subterfuge. Provide cl before loading cl-macs.
4854
4855 * paths.el (rmail-spool-directory): Remove settings for systems that are
4856 no longer supported.
4857
4858 * frame.el (ns-initialize-window-system): Declare for compiler.
4859
4860 * term/ns-win.el: Add numerous declarations for compiler.
4861 (ns-pop-up-frames): Move definition before use. Doc fix.
4862
4863 * emacs-lisp/check-declare.el (check-declare-locate)
4864 (check-declare-verify): Handle .m files.
4865
4866 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4867
4868 * ns-carbon-compat.el: New file: user-visible compatibility of
4869 NeXTstep port with Carbon port.
4870 * ns-grabenv.el: New file: functionality useful on OS X platform to
4871 expose environment variables inside Emacs started from icon.
4872 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
4873 * cus-edit.el:
4874 * cus-face.el:
4875 * disp-table.el:
4876 * faces.el:
4877 * info.el:
4878 * mouse.el:
4879 * mwheel.el:
4880 * simple.el: Add ns to window systems treated as GUIs.
4881 * facemenu.el (facemenu-read-color): Don't require a name match under
4882 NS, to allow numeric color entry.
4883 * frame.el (make-frame-on-display): Follow code for 'x in initializing
4884 'ns window system if need be.
4885 (various): Add 'ns as described above.
4886 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
4887 ns-windowing is active.
4888 * startup.el (command-line-ns-option-alist): New constant to handle NS
4889 windowing system specific command line args analogous to how they are
4890 handled for X windows.
4891 (command-line-1): Use the above where appropriate.
4892 * version.el: Add NS port version.
4893 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
4894 Darwin (usually OS X) systems.
4895 (woman-use-own-frame): Include 'ns in list of GUI window systems.
4896 * emulation/viper-util.el (ns-display-color-p)
4897 (ns-color-defined-p): Remove these (caustically-commented) outdated
4898 compensations for a port that was never itself integrated until now.
4899 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
4900 for NS window system.
4901 * international/mule-cmds.el: Add 'ns to list of special-cased window
4902 systems (probably most of these, x/w32/mac/ns could be changed to
4903 window-system non-nil).
4904 * term/ns-win.el: New file: lisp-side support for NS windowing system.
4905
4906 2008-07-14 Jason Rumney <jasonr@gnu.org>
4907
4908 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
4909 (x-handle-numeric-switch, x-handle-initial-switch)
4910 (x-handle-xrm-switch, x-handle-args, x-handle-display)
4911 (xw-defined-colors, w32-initialize-window-system):
4912 Avoid use of cl pop and push macros.
4913
4914 2008-07-14 Martin Rudalics <rudalics@gmx.at>
4915
4916 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
4917 error when change-log-search-file-name returns nil.
4918
4919 2008-07-13 Martin Rudalics <rudalics@gmx.at>
4920
4921 * add-log.el (change-log-search-file-name):
4922 Use match-string-no-properties.
4923 (change-log-search-tag-name-1, change-log-search-tag-name)
4924 (change-log-goto-source-1, change-log-goto-source): New functions.
4925 (change-log-tag-re, change-log-find-head, change-log-find-tail):
4926 New variables.
4927 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
4928
4929 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
4930
4931 * calc/calc-help.el (calc-describe-key): Add angles to special key
4932 descriptions.
4933
4934 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
4935
4936 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
4937 search for regexp.
4938
4939 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
4940
4941 * simple.el (line-move-visual): Handle null pixel position gracefully.
4942
4943 2008-07-11 Jason Rumney <jasonr@gnu.org>
4944
4945 * files.el (file-truename): Get truename of ancestors if file does
4946 not exist on Windows.
4947
4948 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
4949
4950 * simple.el (line-move-visual): Obey goal-column and no-error arg.
4951 (track-eol, temporary-goal-column, previous-line, next-line):
4952 Update docstring.
4953 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
4954 to nil.
4955
4956 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4957
4958 * simple.el (line-move-visual): New var.
4959 (line-move-visual): New function.
4960 (line-move): Call line-move-visual.
4961
4962 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
4963
4964 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
4965 pattern and add patterns for C++ header files.
4966
4967 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
4968
4969 * window.el (truncated-partial-width-window-p): New function.
4970
4971 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
4972
4973 * faces.el (x-create-frame-with-faces): Don't pass parameters that
4974 are set later to x-create-frame.
4975 (face-set-after-frame-default): Apply X resources for non-default
4976 faces.
4977
4978 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
4979
4980 * faces.el (face-set-after-frame-default): Simplify. Don't apply
4981 frame-specific X resource settings. Set faces using a list of
4982 frame parameters explicitly passed to the calling
4983 function (e.g. make-frame).
4984 (x-create-frame-with-faces, tty-create-frame-with-faces):
4985 Supply explicit frame parameter list to face-set-after-frame-default.
4986
4987 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
4988
4989 * net/browse-url.el (browse-url-default-browser):
4990 Fix argument list in lambda.
4991
4992 2008-07-07 Ulf Jasper <ulf@web.de>
4993
4994 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
4995 from url-retrieve.
4996 (newsticker--sentinel-work): Fix xerror typo.
4997
4998 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4999
5000 * vc-dir.el (vc-dir-refresh): Only update files.
5001
5002 * vc-git.el (vc-git--ls-files-state): Remove unused function.
5003
5004 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
5005
5006 2008-07-06 John Paul Wallington <jpw@pobox.com>
5007
5008 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
5009
5010 2008-07-05 Alexandre Julliard <julliard@winehq.org>
5011
5012 * vc-git.el (vc-git-registered): Return true for removed files.
5013 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
5014 all the files instead of one per file.
5015 (vc-git-previous-revision): Add support for project-wide previous
5016 revision when specified file is nil.
5017
5018 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
5019
5020 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
5021
5022 * vc-dir.el (vc-dir-find-child-files): New function.
5023 (vc-dir-resync-directory-files): New function.
5024 (vc-dir-recompute-file-state): New function, broken out of ...
5025 (vc-dir-resynch-file): ... here. Also deal with directories.
5026 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
5027 (vc-resynch-buffer): Use it.
5028
5029 * vc-hg.el (vc-hg-registered): Do not set vc-state.
5030
5031 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
5032
5033 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
5034
5035 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
5036 if it's not part of gdb-ui, e.g, at start.
5037
5038 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
5039 filenames in stack trace (text command mode).
5040
5041 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5042
5043 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
5044
5045 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
5046 Use syntax-ppss on a position *before* the char we want to change.
5047
5048 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
5049
5050 * vc-dir.el (vc-dir-query-replace-regexp): New function.
5051 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
5052 (vc-dir-mode-map): Likewise.
5053
5054 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
5055
5056 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
5057 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
5058 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
5059 Remove spurious * in defcustom docstrings.
5060
5061 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
5062 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
5063 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
5064 (default-justification): Remove spurious * in defcustom docstrings.
5065
5066 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
5067 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
5068 (rst-compare-decorations, rst-default-indent, rst-update-section)
5069 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
5070 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
5071 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
5072 Fix typos in docstrings.
5073 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
5074 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
5075 (rst-get-decorations-around, rst-section-tree-point)
5076 (rst-font-lock-adornment-point): Reflow docstrings.
5077 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
5078 Doc fixes.
5079 (rst-re-enumerations): Comment out.
5080
5081 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
5082 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
5083 (nxml-unicode-block-char-name-set):
5084 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
5085 * nxml/rng-nxml.el (rng-set-state-after):
5086 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
5087
5088 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
5089 (rng-c-parse-annotation-body):
5090 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
5091
5092 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
5093 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
5094 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
5095 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
5096 Fix typos in docstrings.
5097 (nxml-attribute-indent): Reflow docstring.
5098 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
5099 (nxml-default-buffer-file-coding-system): Doc fixes.
5100
5101 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
5102 (nxml-ns-set-prefix): Fix typos in docstrings.
5103 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
5104 Reflow docstring.
5105 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
5106
5107 * nxml/nxml-outln.el (nxml-hide-all-text-content)
5108 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
5109 (nxml-hide-direct-text-content, nxml-hide-subheadings)
5110 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
5111 (nxml-outline-display-rest, nxml-outline-set-overlay)
5112 (nxml-section-tag-forward, nxml-section-tag-backward)
5113 (nxml-back-to-section-start): Fix typos in docstrings.
5114
5115 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
5116 Doc fixes.
5117
5118 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
5119 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
5120 (nxml-scan-after-change): Fix typo in docstring.
5121
5122 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
5123 (rng-name-class-possible-names): Doc fixes.
5124 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
5125 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
5126 Fix typos in docstrings.
5127 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
5128 Reflow docstrings.
5129
5130 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
5131 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
5132
5133 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
5134 (rng-xsd-convert-date-time): Reflow docstrings.
5135 (rng-xsd-compile): Fix typo in docstring.
5136
5137 * nxml/rng-loc.el (rng-current-schema-file-name)
5138 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
5139 Doc fixes.
5140 (rng-set-schema-file): Fix typo in docstring.
5141
5142 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
5143 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
5144 Fix typos in docstrings.
5145 (rng-message-overlay, rng-conditional-up-to-date-start)
5146 (rng-conditional-up-to-date-end): Doc fixes.
5147 (rng-next-error, rng-previous-error): Reflow docstrings.
5148
5149 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
5150 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
5151 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
5152 (xmltok-merge-attributes): Fix typos in docstrings.
5153 (xmltok-make-attribute, xmltok-forward-special)
5154 (xmltok-get-declared-encoding-position): Reflow docstrings.
5155
5156 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
5157 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
5158 Fix typos in docstrings.
5159
5160 2008-07-02 John Paul Wallington <jpw@pobox.com>
5161
5162 * ibuffer.el (ibuffer-buffer-file-name):
5163 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
5164 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
5165
5166 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
5167
5168 * files.el (backup-extract-version): Handle versioned directories.
5169 (trash-directory): New variable.
5170 (move-file-to-trash): New function.
5171
5172 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
5173
5174 2008-07-02 Magnus Henoch <mange@freemail.hu>
5175
5176 * vc-git.el (vc-git-annotate-command): Use proper option for
5177 specifying revision.
5178
5179 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
5180
5181 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
5182 if available.
5183
5184 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
5185
5186 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
5187
5188 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
5189 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
5190
5191 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
5192
5193 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
5194
5195 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
5196 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
5197 (gdb-var-list-children-regexp, gdb-var-update-regexp)
5198 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
5199 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5200 (gdb-stack-list-locals-regexp): Future proof regexps better.
5201
5202 2008-06-30 Juri Linkov <juri@jurta.org>
5203
5204 * faces.el (face-name-history): New variable.
5205 (make-face, make-empty-face): Replace interactive spec "S"
5206 with `read-from-minibuffer' where `read' arg is t and
5207 `hist' arg is `face-name-history'.
5208 (read-face-name): Set `hist' arg of `completing-read-multiple'
5209 to `face-name-history'.
5210 (list-faces-display): Use `read-regexp' instead of `read-string'
5211 to read regexp.
5212
5213 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
5214 to `regexp-history'.
5215 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
5216 make it an obsolete alias to it.
5217 (hi-lock-face-defaults): New variable renamed from
5218 `hi-lock-face-history'.
5219 (hi-lock-line-face-buffer, hi-lock-face-buffer)
5220 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
5221 `read-from-minibuffer'. Doc fix.
5222 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
5223 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
5224 Set `hist' arg of `completing-read' to `face-name-history'.
5225 Put a list of default faces to `default' arg instead of `hist' arg.
5226
5227 * bindings.el (abbrev-map, narrow-map): New variables.
5228 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
5229 Rebind related commands to these new maps.
5230 (ctl-x-r-map): New variable for rectangle, register and bookmark
5231 keys. Move rectangle keybindings to rect.el and register
5232 keybindings to register.el.
5233 (next-buffer, previous-buffer): Remove C-x prefix and move
5234 keybindings to ctl-x-map.
5235
5236 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
5237 to the new map `ctl-x-r-map' in autoload cookies.
5238
5239 * expand.el: Rebind two global `C-x a' keys "n", "p"
5240 to the new map `abbrev-map' in autoload cookies.
5241
5242 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
5243
5244 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
5245
5246 2008-06-30 Miles Bader <miles@gnu.org>
5247
5248 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
5249 after processing an escape sequence.
5250
5251 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
5252
5253 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
5254 from 2008-06-28. It does not work on W32.
5255
5256 2008-06-29 Juri Linkov <juri@jurta.org>
5257
5258 * replace.el (read-regexp): New function.
5259 (keep-lines-read-args, occur-read-primary-args):
5260 Call `read-regexp' instead of code moved to new function.
5261 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
5262 from the end of prompt.
5263 (replace-re-search-function): Doc fix.
5264
5265 2008-06-29 Kenichi Handa <handa@m17n.org>
5266
5267 * descr-text.el (describe-char-display): Always return a string.
5268 (describe-char-padded-string): New function.
5269 (describe-char): Adjusted for the change of
5270 describe-char-display. Use describe-char-padded-string.
5271
5272 2008-06-29 Andreas Schwab <schwab@suse.de>
5273
5274 * vc-dir.el (vc-dir): Make backend argument optional and use
5275 vc-responsible-backend when nil. Interactively pass nil for
5276 backend instead of using the backend of what happens to be
5277 default-directory at the time of the call.
5278
5279 * find-dired.el (find-dired-filter): Preserve point.
5280
5281 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
5282
5283 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
5284 (sasl-find-mechanism, sasl-next-step):
5285 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
5286 (sasl-ntlm-response): Fix typos in docstrings.
5287
5288 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
5289
5290 * international/mule-cmds.el (view-hello-file): Doc fix.
5291
5292 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
5293
5294 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
5295 (set-face-attribute, face-set-after-frame-default)): Don't use it.
5296
5297 2008-06-28 John Paul Wallington <jpw@pobox.com>
5298
5299 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
5300
5301 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
5302
5303 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
5304 (tramp-convert-file-attributes): Convert symlinks only when
5305 returned from `tramp-handle-file-attributes-with-stat'.
5306
5307 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
5308 `substitute-in-file-name' when unloading.
5309 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
5310
5311 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
5312
5313 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
5314 (vc-string-prefix-p): Move function ...
5315 * vc.el (vc-string-prefix-p): ... here.
5316
5317 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5318
5319 * vc-dir.el (vc-dir): Complete only directory names.
5320
5321 2008-06-27 Jason Rumney <jasonr@gnu.org>
5322
5323 * w32-fns.el (top-level): Unconditionally define all charsets.
5324
5325 2008-06-27 Alan Mackenzie <acm@muc.de>
5326
5327 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
5328 the CC Mode specific functions; this is no longer needed, since
5329 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
5330
5331 * progmodes/cc-defs.el (c-emacs-features): New feature
5332 'argumentative-bod-function.
5333
5334 2008-06-27 John Paul Wallington <jpw@pobox.com>
5335
5336 * chistory.el (list-command-history): Use `bound-and-true-p'.
5337 (command-history-map): Define within defvar. Add docstring.
5338
5339 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5340
5341 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
5342 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
5343 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
5344 (image-type-from-buffer): Use `looking-at-p'.
5345
5346 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5347
5348 * ibuf-ext.el (diff-sentinel): Declare.
5349
5350 2008-06-27 Glenn Morris <rgm@gnu.org>
5351
5352 * calendar/lunar.el (calendar-lunar-phases): Rename from
5353 calendar-phases-of-moon. Keep old name as alias, update callers.
5354 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
5355 (diary-lunar-phases): Rename from diary-phases-of-moon.
5356 Keep old name as alias.
5357 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
5358 (cal-menu-global-mouse-menu): Update for lunar name changes.
5359 * calendar/calendar.el (calendar-mode-map): Update for name change.
5360 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
5361
5362 2008-06-26 Glenn Morris <rgm@gnu.org>
5363
5364 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
5365 argument `nolocation'.
5366 (calendar-sunrise-sunset-month): New function.
5367 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
5368 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
5369 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
5370 * calendar/calendar.el (solar-sunrises-buffer): New constant.
5371 (calendar-mode-map): Use cal-menu-sunmoon-menu.
5372 (calendar-buffer-list): Add solar-sunrises-buffer.
5373
5374 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
5375
5376 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
5377
5378 * cus-start.el: Add customization types for word-wrap and
5379 shift-select-mode.
5380
5381 2008-06-26 John Paul Wallington <jpw@pobox.com>
5382
5383 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
5384 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
5385 (ibuffer-mark-on-buffer): Don't display message when removing marks.
5386 (ibuffer-mark-by-mode): Use `buffer-local-value'.
5387
5388 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5389
5390 * vc-dir.el (tool-bar): Require.
5391
5392 * vc.el (ewoc, tool-bar): Do not require.
5393
5394 2008-06-26 Kenichi Handa <handa@m17n.org>
5395
5396 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
5397 characters.
5398
5399 * composite.el (terminal-composition-base-character-p): New function.
5400 (terminal-composition-function):
5401 Use terminal-composition-base-character-p. Include the base character
5402 in the composition.
5403 (auto-compose-chars): Don't check font-object for terminal display.
5404
5405 2008-06-26 Glenn Morris <rgm@gnu.org>
5406
5407 * doc-view.el (bookmark-make-record-default):
5408 * image-mode.el (bookmark-make-record-default): Fix declaration.
5409
5410 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
5411 Add default :value for sexp type.
5412 (calendar-month-edges): New variable.
5413 (calendar-month-edges): New function.
5414 (calendar-recompute-layout-variables): Set calendar-month-edges.
5415 (calendar-intermonth-header, calendar-intermonth-text): New options.
5416 (calendar-insert-at-column): New function.
5417 (calendar-generate-month): Use calendar-insert-at-column.
5418 Handle intermonth text. Add 'date property.
5419 (calendar-column-to-month): Remove function.
5420 (calendar-column-to-segment): New function.
5421 (calendar-cursor-to-date): Use calendar-column-to-segment.
5422 Check 'date property.
5423
5424 * calendar/calendar.el (calendar-print-other-dates):
5425 Handle mouse events.
5426 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
5427 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
5428
5429 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
5430 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
5431 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
5432
5433 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5434 Use calendar-column-to-segment, calendar-month-edges, and
5435 the 'date property to handle intermonth text.
5436
5437 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
5438
5439 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
5440 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
5441 Add doc strings.
5442 (cal-menu-context-mouse-menu): Add some :keys.
5443 (calendar-check-holidays): Declare rather than autoloading.
5444 (diary-show-holidays-flag): Remove unneeded declaration.
5445
5446 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
5447 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
5448 event-start is nil.
5449
5450 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5451
5452 * minibuffer.el (completion-basic-try-completion): Use the text after
5453 point to constrain the completion candidates.
5454 (completion-basic-all-completions): Adjust accordingly.
5455
5456 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
5457
5458 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
5459 courier.
5460
5461 * faces.el (set-face-attribute): Doc fix.
5462
5463 2008-06-25 Juri Linkov <juri@jurta.org>
5464
5465 * bindings.el (goto-map): New variable. Rebind goto-related
5466 commands to this `M-g' prefix keymap.
5467 (search-map): New variable for `M-s' prefix keymap.
5468 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
5469 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
5470 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
5471 `M-shw' to `hi-lock-write-interactive-patterns'.
5472
5473 * isearch.el (isearch-mode-map): Bind `M-s h r' to
5474 `isearch-highlight-regexp'.
5475 (isearch-highlight-regexp): New function.
5476
5477 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5478
5479 * info.el (Info-bookmark-make-record):
5480 Use bookmark-make-record-default.
5481 (Info-bookmark-jump): Use bookmark-default-handler.
5482
5483 * image-mode.el (image-bookmark-make-record):
5484 Use bookmark-make-record-default.
5485 (image-bookmark-jump): Use bookmark-default-handler.
5486
5487 * doc-view.el (doc-view-bookmark-make-record):
5488 Use bookmark-make-record-default.
5489 (doc-view-bookmark-jump): Use bookmark-default-handler.
5490
5491 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
5492 used until now in bookmark.el's code.
5493 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
5494 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
5495 used until now in bookmark.el's code.
5496 (bookmark-set-filename): Remove special code, moved to its only caller.
5497 (bookmark-store): Use the newer format.
5498 (bookmark-make-record-default): Add arg `point-only'.
5499 Rename from bookmark-make-record-for-text-file.
5500 (bookmark--jump-via): New function.
5501 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
5502 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
5503 Use it.
5504 (bookmark-jump-noselect, bookmark-default-handler):
5505 Don't return an alist, instead return the data implicitly by changing
5506 current buffer and point. Signal an error if the file doesn't exist.
5507
5508 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
5509 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
5510
5511 * bs.el: Use with-current-buffer. Simplify.
5512 (bs-toggle-readonly): Avoid vc-toggle-read-only.
5513
5514 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
5515 is bound before using it.
5516
5517 2008-06-25 Kenichi Handa <handa@m17n.org>
5518
5519 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
5520
5521 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
5522
5523 * vc-hg.el:
5524 * vc-git.el: Require vc-dir when compiling.
5525
5526 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
5527 vc-dir-marked-only-files. Change the return value.
5528 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
5529 Change the return value.
5530 (vc-dir-deduce-fileset): New function broken out from ...
5531 * vc.el (vc-deduce-fileset): ... here and ...
5532 (vc-deduce-fileset): ... here.
5533
5534 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
5535 (vc-svn-parse-status): Do not set the vc-backend property.
5536
5537 2008-06-25 Andreas Schwab <schwab@suse.de>
5538
5539 * faces.el (face-font-family-alternatives, variable-pitch):
5540 Use "Sans Serif", not "Sans-Serif".
5541
5542 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
5543
5544 * faces.el (face-font-family-alternatives, variable-pitch):
5545 Change "Sans" to the canonical name "Sans-Serif".
5546
5547 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
5548
5549 * calc/calc.el (calc-mode-map): Add extra keybindings to
5550 `calc-missing-key'.
5551 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5552 `kill-ring-save'.
5553
5554 2008-06-24 Miles Bader <miles@gnu.org>
5555
5556 * mouse.el (mouse-appearance-menu): Don't do anything if the user
5557 pops up the menu but doesn't select anything.
5558
5559 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
5560
5561 * add-log.el (add-change-log-entry): Add new arg to force each new
5562 entry to be on a new line.
5563 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
5564
5565 * vc-dir.el (vc-client-object): Remove.
5566 (vc-dir-prepare-status-buffer): Take a backend as an argument and
5567 use it when looking for a buffer.
5568 (vc-dir): Add a backend argument. Set revert-buffer-function.
5569 Don't create a client object. Move bindings ...
5570 (vc-dir-menu-map, vc-dir-mode-map): ... here.
5571 (vc-dir-revert-buffer-function): New function.
5572 (vc-generic-status-printer): Rename to ...
5573 (vc-dir-status-printer): ... this.
5574 (vc-generic-state, vc-generic-status-fileinfo-extra)
5575 (vc-dir-extra-menu, vc-make-backend-object): Remove.
5576 (vc-default-status-printer): Use a different face for
5577 directories. Don't display any text for directories in the state
5578 column. Add tooltips.
5579
5580 * vc.el (Todo): Update.
5581
5582 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
5583 * vc-rcs.el (vc-annotate-convert-time):
5584 * vc-mtn.el (vc-annotate-convert-time):
5585 * vc-git.el (vc-annotate-convert-time):
5586 * vc-cvs.el (vc-annotate-convert-time):
5587 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
5588
5589 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5590
5591 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
5592 instead of using view-mode.
5593
5594 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5595
5596 * Makefile.in (distclean): Don't delete *.elc and autogen files.
5597
5598 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
5599
5600 * vc.el:
5601 * vc-hooks.el:
5602 * vc-dispatcher.el: Move vc-dir variables and functions ...
5603 * vc-dir.el: ... here. New file.
5604 * Makefile.in (ELCFILES): Add vc-dir.elc.
5605
5606 * vc.el: Move vc-annotate variables and functions ...
5607 * vc-annotate.el: ... here. New file.
5608 * Makefile.in (ELCFILES): Add vc-annotate.elc.
5609
5610 * vc-dav.el: Move here from url/vc-dav.el.
5611 (Todo): Note work needed to make this backend functional.
5612
5613 * Makefile.in (ELCFILES): Update vc-dav.el location.
5614
5615 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5616
5617 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
5618
5619 2008-06-21 John Paul Wallington <jpw@pobox.com>
5620
5621 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
5622
5623 * textmodes/rst.el (rst-mode): Put docstring in right place.
5624
5625 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
5626
5627 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
5628 size for legibility.
5629
5630 * faces.el (fixed-pitch): Use "Monospace" family.
5631 (variable-pitch): Use "Sans" family.
5632 (face-font-family-alternatives): Define alternatives for "Sans"
5633 and "Monospace".
5634
5635 2008-06-21 Glenn Morris <rgm@gnu.org>
5636
5637 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
5638 Require 'cl when compiling.
5639
5640 * emacs-lisp/debug.el (help-xref-interned): Declare.
5641
5642 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
5643 Evaluate definition when compiling.
5644
5645 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
5646 rather than mouse-1.
5647 (bug-reference-url-format): Autoload safe if string.
5648 (bug-reference-bug-regexp): Make space after "bug" optional.
5649
5650 * Makefile.in (all): Explicitly pass EMACS to sub-make,
5651 for some non-GNU makes.
5652
5653 * cus-dep.el (custom-dependencies-no-scan-regexp):
5654 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
5655
5656 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
5657 increments.
5658
5659 * calendar/calendar.el: Factor out the magic numbers controlling the
5660 calendar layout.
5661 (calendar-month-digit-width, calendar-month-width)
5662 (calendar-right-margin): New variables.
5663 (calendar-recompute-layout-variables, calendar-set-layout-variable):
5664 New functions.
5665 (calendar-left-margin, calendar-intermonth-spacing)
5666 (calendar-column-width, calendar-day-header-width)
5667 (calendar-day-digit-width): New options.
5668 (calendar-first-date-row): New constant.
5669 (calendar-move-to-column, calendar-ensure-newline): New functions,
5670 replacing calendar-insert-indented.
5671 (calendar-insert-indented): Remove function.
5672 (calendar-generate-month): Use calendar-move-to-column and
5673 calendar-ensure-newline. Use layout variables.
5674 (calendar-generate, calendar-update-mode-line)
5675 (calendar-font-lock-keywords): Use layout variables.
5676 (calendar-column-to-month): New function.
5677 (calendar-cursor-to-date): Use calendar-column-to-month.
5678 Use layout variables.
5679 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5680 Use layout variables. Use calendar-column-to-month.
5681 (calendar-cursor-to-visible-date): Use layout variables.
5682
5683 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5684
5685 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
5686 (all): Run compile-last.
5687 (compile-onefile): New target.
5688 (compile-first): Simplify.
5689 (compile-last): Don't treat COMPILE_FIRST specially.
5690 (COMPILE_FIRST): List the elc files rather than the el files.
5691 (ELCFILES): Update.
5692
5693 2008-06-21 Ulf Jasper <ulf@web.de>
5694
5695 * net/newst-treeview.el: Remove dead code.
5696 (newsticker--window-config): Remove.
5697 (newsticker-treeview-quit): Do not save window config.
5698 (newsticker-treeview): Do not try to restore window config.
5699 (newsticker-groups, newsticker--treeview-list-sort-by-column)
5700 (newsticker--treeview-list-new-items)
5701 (newsticker--treeview-list-immortal-items)
5702 (newsticker--treeview-list-obsolete-items)
5703 (newsticker--treeview-list-all-items)
5704 (newsticker--treeview-list-feed-items): Fix documentation.
5705
5706 2008-06-21 Miles Bader <miles@gnu.org>
5707
5708 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
5709
5710 2008-06-21 Alan Mackenzie <acm@muc.de>
5711
5712 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
5713 infinite loop on invalid syntax.
5714
5715 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5716
5717 * textmodes/rst.el: Run rst-define-level-faces when loading.
5718 (rst-mode): Don't set the font-lock-multiline var.
5719 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
5720 Set the font-lock-multiline property by hand.
5721
5722 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
5723
5724 * Makefile.in (emacs-deps): Remove.
5725 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
5726 (all): Use them.
5727 (autogen-clean): Remove.
5728
5729 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5730
5731 * Makefile.in (all): New target.
5732 (bootstrap-prepare): Remove.
5733
5734 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
5735 the .elc file to batch-byte-compile.
5736
5737 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
5738 set-keymap-parents if set-keymap-parent doesn't exist.
5739
5740 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
5741 Allow more than one space before the |.
5742
5743 * textmodes/rst.el: Fix up docstring conventions.
5744 Move vars to before their first use.
5745 (rst-mode): Don't mess with font-lock-support-mode.
5746 (rst-suggest-new-decoration, rst-adjust-decoration):
5747 Avoid CL's copy-list.
5748 (rst-delete-entire-line): Use line-beginning-position.
5749 (rst-position): New fun.
5750 (rst-straighten-decorations): Use it instead of CL's position.
5751 (rst-straighten-bullets-region): Avoid CL's mapcar*.
5752 (rst-toc-mode): Use define-derived-mode.
5753 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
5754 Remove unused var `in-par'. Use `point' rather than `point-marker'.
5755 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
5756 (rst-replace-lines): Simplify.
5757 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
5758
5759 * simple.el (special-mode-map): New var.
5760 (special-mode): New major mode.
5761
5762 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
5763
5764 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
5765 log-view-file-re.
5766
5767 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
5768 (vc-switch-backend): Simplify.
5769 (Todo): Remove solved items.
5770
5771 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
5772 the vc-backend property.
5773
5774 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5775
5776 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
5777 Bind inhibit-read-only since the buffer is always read-only.
5778
5779 2008-06-20 Ulf Jasper <ulf@web.de>
5780
5781 * net/newst-treeview.el (newsticker-treeview-own-frame):
5782 Change default value to nil.
5783 (newsticker--treeview-list-add-item)
5784 (newsticker--treeview-propertize-tag): Show item title in tooltip.
5785
5786 2008-06-20 Martin Blais <blais@furius.ca>
5787 Stefan Merten <smerten@oekonux.de>
5788 David Goodger <goodger@python.org>
5789
5790 * textmodes/rst.el: New file.
5791
5792 2008-06-20 Sam Steingold <sds@gnu.org>
5793
5794 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
5795 remove DIRECTORY entries.
5796
5797 2008-06-20 Eli Zaretskii <eliz@gnu.org>
5798
5799 * makefile.w32-in (distclean): Depend on `clean'.
5800 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
5801 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
5802 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
5803 empty cus-load.el with `echo', and include "Local Variables"
5804 section to prevent the empty file from being compiled.
5805 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
5806 that generate an empty cus-load.el.
5807
5808 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
5809
5810 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5811 Don't copy ldefs-boot.el over loaddefs.el.
5812 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
5813 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
5814 to loaddefs.el; they are not needed now. Add coding cookie.
5815
5816 2008-06-20 Miles Bader <miles@gnu.org>
5817
5818 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5819 Strip unnecessary list levels from SPECS.
5820 (buffer-face-set, buffer-face-toggle):
5821 Change argument from FACE to &rest SPECS, and strip unnecessary
5822 list levels from SPECS.
5823 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
5824
5825 2008-06-20 Jason Rumney <jasonr@gnu.org>
5826
5827 * international/fontset.el (setup-default-fontset): Specify script
5828 for latin use of iso10646-1. Fix use of lang tags.
5829
5830 2008-06-19 Miles Bader <miles@gnu.org>
5831
5832 * face-remap.el (text-scale-increase): Start from zero if
5833 text-scale-mode isn't enabled.
5834
5835 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
5836
5837 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
5838 frame parameters after setting up the `default' face.
5839
5840 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5841
5842 * faces.el (face-set-after-frame-default): Don't exclude `default'.
5843
5844 2008-06-18 Glenn Morris <rgm@gnu.org>
5845
5846 * mouse.el (buffer-face-mode-invoke): Declare.
5847
5848 * Makefile.in (ELCFILES): Add org/org-id.elc.
5849
5850 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
5851 * calendar/cal-menu.el (cal-menu-holidays-menu):
5852 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
5853 (cal-menu-today-holidays): Remove function.
5854
5855 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
5856 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
5857 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
5858 Remove unused functions.
5859 (calendar-mouse-view-diary-entries): Use format rather than concat.
5860
5861 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
5862 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5863 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
5864
5865 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
5866 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5867 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
5868 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
5869 cal-menu-event-to-date.
5870
5871 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
5872 Handle mouse events.
5873 * calendar/cal-tex.el (cal-tex-cursor-year)
5874 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
5875 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5876 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5877 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
5878 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
5879 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
5880 (cal-tex-cursor-month): Mark N as optional.
5881 * calendar/cal-menu.el (calendar-mouse-tex-day)
5882 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
5883 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
5884 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
5885 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
5886 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
5887 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
5888 Remove functions.
5889 (cal-menu-context-mouse-menu): Replace the above functions with the
5890 cal-tex versions. Add HTML submenu.
5891
5892 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
5893
5894 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
5895 text command mode.
5896 (gdb): Explain that gud-gdb is needed for text command mode.
5897
5898 2008-06-17 Martin Rudalics <rudalics@gmx.at>
5899
5900 * window.el (split-height-threshold): Remove spurious extra line.
5901
5902 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
5905 (calendar-set-mark):
5906 * calendar/diary-lib.el (diary-insert-entry):
5907 * calendar/solar.el (calendar-sunrise-sunset): Use it.
5908 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
5909 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
5910 (cal-menu-context-mouse-menu): Use calendar-set-mark,
5911 diary-insert-entry, and calendar-sunrise-sunset instead.
5912
5913 * vc.el (vc-deduce-fileset): Add arg `only-files'.
5914 (vc-next-action): Pass the new arg.
5915 (vc-register): Don't use `only-files'.
5916 Don't set `backup-inhibited' in the current buffer.
5917
5918 2008-06-17 Miles Bader <miles@gnu.org>
5919
5920 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
5921
5922 * face-remap.el (buffer-face-mode-face)
5923 (buffer-face-mode-remapping): New variables.
5924 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
5925 (buffer-face-mode-invoke): New functions.
5926 (variable-pitch-mode-remapping): Variable removed.
5927 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
5928
5929 * face-remap.el (internal-lisp-face-attributes): New variable.
5930 (face-attrs-more-relative-p, face-remap-order): New functions.
5931 (face-remap-add-relative): Use `face-remap-order'.
5932
5933 2008-06-17 Glenn Morris <rgm@gnu.org>
5934
5935 * mouse.el (x-select-font): Declare.
5936
5937 * calendar/calendar.el (calendar-move-hook):
5938 Add calendar-update-mode-line as an option.
5939 (calendar-date-echo-text): New user option.
5940 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
5941 (calendar-insert-indented): Simplify newline insertion.
5942 (calendar-describe-mode): Remove unused function.
5943 (calendar-mode-line-entry): New function.
5944 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
5945 Mark as risky.
5946 (calendar-mouse-other-month): Remove function.
5947 (calendar-other-month): Handle mouse events.
5948 (calendar-goto-info-node): Call fit-window-to-buffer.
5949 (calendar-mode): Use define-derived-mode. Doc fix.
5950 (calendar-update-mode-line): Tweak whitespace.
5951
5952 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
5953
5954 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
5955 (vc-dir-marked-only-files): vc-string-prefix-p.
5956
5957 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
5958
5959 * progmodes/gdb-ui.el (gdb-memory-set-address)
5960 (gdb-memory-set-repeat-count): Allow keyboard bindings.
5961 (gdb-memory-mode-map): Bind above functions respectively
5962 to 'S' and 'N'.
5963
5964 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
5965
5966 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
5967
5968 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
5969
5970 * log-view.el (vc-diff-internal): Declare for compiler.
5971
5972 * vc-bzr.el (log-view-per-file-logs):
5973 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
5974
5975 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
5976
5977 * mouse.el (mouse-appearance-menu-map): New var.
5978 (mouse-appearance-menu): New function.
5979 Bind it to S-down-mouse-1.
5980
5981 2008-06-15 Juri Linkov <juri@jurta.org>
5982
5983 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
5984 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
5985 as the second element.
5986 (Info-build-toc): Add PARENT element extracted from the Up pointer.
5987 Don't print progress messages.
5988 (Info-toc-nodes): New variable and function.
5989 (Info-index-nodes): Optimize non-string file name case.
5990 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
5991 (Info-insert-breadcrumbs): Use the cached document structure instead
5992 of visiting all ancestor nodes. Remove the initial `>'.
5993
5994 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5995
5996 * log-view.el (log-view-diff-changeset): New function.
5997 (log-view-mode-map, log-view-mode-menu): Bind it.
5998 (log-view-per-file-logs, log-view-vc-fileset)
5999 (log-view-vc-backend): New variables.
6000 (log-view-find-revision, log-view-modify-change-comment)
6001 (log-view-annotate-version): Throw an error if the log is for more
6002 than one file and we can't find the current file. Get the current
6003 file from log-view-vc-fileset if necessary.
6004 (log-view-diff): Get the current file from log-view-vc-fileset if
6005 necessary.
6006
6007 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
6008
6009 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
6010 (vc-hg-log-view-mode): Declare for compiler.
6011 (vc-hg-log-view-mode): Set log-view-per-file-logs and
6012 log-view-file-re.
6013 (vc-hg-diff): If no file is passed, use default-directory for cwd.
6014
6015 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
6016
6017 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
6018
6019 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
6020
6021 * net/tramp.el (tramp-handle-start-file-process):
6022 Clear modification time of the connection buffer.
6023 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
6024 (tramp-open-connection-setup-interactive-shell): Flush cache, and
6025 restart `tramp-maybe-open-connection' when the remote system has
6026 been changed. Throw 'uname-changed event.
6027 (tramp-maybe-open-connection): Catch it.
6028
6029 * net/tramp-cmds.el (tramp-cleanup-all-connections):
6030 Reset `tramp-locked'.
6031
6032 2008-06-15 Ulf Jasper <ulf@web.de>
6033
6034 * net/newst-treeview.el (newsticker--treeview-list-update)
6035 (newsticker--treeview-item-update)
6036 (newsticker--treeview-tree-update)
6037 (newsticker-treeview-jump, newsticker-group-add-group)
6038 (newsticker-group-move-feed, newsticker-group-delete-group):
6039 Remove window dedication.
6040 (newsticker--group-manage-orphan-feeds): Handle ill-valued
6041 newsticker-groups.
6042 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
6043
6044 2008-06-15 Andreas Schwab <schwab@suse.de>
6045
6046 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
6047 when parsing CVS/Repository.
6048
6049 * wdired.el (wdired-search-and-rename): Fix undocumented change.
6050
6051 2008-06-15 Ulf Jasper <ulf@web.de>
6052
6053 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
6054 (newsticker-extra-face, newsticker-enclosure-face): Moved to
6055 net/newst-reader.el.
6056
6057 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
6058 (newsticker-extra-face, newsticker-enclosure-face): Moved from
6059 net/newst-reader.el.
6060
6061 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6062
6063 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
6064 Catch and recover from case when the bytes we thought we were reading
6065 turn out to be something else entirely, such as latin-1 chars from
6066 quail. See bug#396.
6067
6068 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6069
6070 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
6071 (vc-register): Call the backend function only once, instead of
6072 once for each file.
6073 (vc-next-action): Update call to vc-register.
6074 (vc-dir-register): Remove function.
6075 (vc-dir): Bind vc-register instead of vc-dir-register.
6076
6077 2008-06-14 Glenn Morris <rgm@gnu.org>
6078
6079 * Makefile.in (ELCFILES): Add net/newst-*.el.
6080
6081 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6082
6083 * wdired.el (wdired-do-renames): New function.
6084 (wdired-finish-edit): Use it to.
6085 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
6086
6087 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6088
6089 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
6090
6091 2008-06-14 Martin Rudalics <rudalics@gmx.at>
6092
6093 * window.el (window--even-window-heights): Even window heights
6094 only if the selected window is higher than WINDOW.
6095 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6096
6097 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6098
6099 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
6100
6101 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6102
6103 * term/linux.el (terminal-init-linux): Load t-mouse.
6104
6105 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6106 Drew Adams <drew.adams@oracle.com>
6107
6108 * info.el (Info-breadcrumbs-depth): New var.
6109 (Info-insert-breadcrumbs): New function.
6110 (Info-fontify-node): Use it.
6111 (Info-mode-map): Move initialization into declaration.
6112
6113 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
6114
6115 Rename net/newsticker-*.el to net/newst-*.el.
6116 * net/newst-backend.el: Rename from net/newsticker-backend.el.
6117 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
6118 * net/newst-reader.el: Rename from net/newsticker-reader.el.
6119 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
6120 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
6121 * net/newsticker-backend.el: Rename to net/newst-backend.el.
6122 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
6123 * net/newsticker-reader.el: Rename to net/newst-reader.el.
6124 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
6125 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
6126
6127 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6128
6129 * progmodes/compile.el (compilation-start): Don't disable undo in
6130 comint buffer. Don't override the comint-filter with our own.
6131 (compilation-filter): Change point's insertion-type.
6132
6133 * comint.el (comint-output-filter): Use copy-marker.
6134
6135 2008-06-13 David Reitter <david.reitter@gmail.com>
6136
6137 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6138 Check message-signature-separator exists before using it.
6139
6140 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
6141
6142 * vc.el (vc-delete-file): Bind default-directory before calling
6143 the backend.
6144 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
6145 (vc-annotate-show-diff-revision-at-line-internal): ... here.
6146 New function.
6147 (vc-annotate-show-changeset-diff-revision-at-line): New function.
6148 (vc-annotate-mode-menu): Bind it.
6149
6150 2008-06-13 Jason Rumney <jasonr@gnu.org>
6151
6152 * term/w32-win.el (mouse-set-font): Remove overridden function.
6153 (w32-select-font): Declare as obsolete alias for x-select-font.
6154
6155 2008-06-13 Daniel Engeler <engeler@gmail.com>
6156
6157 These changes add serial port access.
6158 * term.el (term-update-mode-line): Modify.
6159 (serial-port-is-file-p, serial-nice-speed-history)
6160 (serial-no-speed, serial-mode-line-speed-menu)
6161 (serial-mode-line-config-menu): New variables and constants.
6162 (serial-name-history, serial-speed-history)
6163 (serial-supported-or-barf, serial-read-name, serial-read-speed)
6164 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
6165 (serial-mode-line-speed-menu, serial-update-speed-menu)
6166 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
6167 (serial-update-config-menu): New functions.
6168
6169 2008-06-13 Glenn Morris <rgm@gnu.org>
6170
6171 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
6172
6173 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
6174
6175 2008-06-13 Kenichi Handa <handa@m17n.org>
6176
6177 * cus-face.el (custom-face-attributes): Add :foundry.
6178
6179 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
6180 (face-x-resources): Add :foundry.
6181 (face-valid-attribute-values): Likewise.
6182 (face-attribute-name-alist): Likewise.
6183 (describe-face): Likewise.
6184
6185 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6186
6187 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
6188
6189 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
6190
6191 * longlines.el (longlines-search-forward, longlines-search-backward)
6192 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
6193
6194 2008-06-12 Sam Steingold <sds@gnu.org>
6195
6196 * vc.el (vc-rename-file): DTRT when the destination is a directory
6197 name and the source is a file.
6198
6199 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
6200
6201 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
6202
6203 2008-06-12 Glenn Morris <rgm@gnu.org>
6204
6205 * progmodes/f90.el (f90-beginning-of-subprogram)
6206 (f90-end-of-subprogram): Only give a message when interactive.
6207
6208 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
6209
6210 * progmodes/cperl-mode.el (cperl-info-on-command):
6211 Use display-pixel-height rather than x-display-pixel-height.
6212
6213 * mail/rmailedit.el (rmail-cease-edit):
6214 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
6215
6216 * emulation/edt.el (edt-xserver):
6217 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
6218
6219 * emulation/edt-mapper.el: Drop test for Emacs < 19.
6220
6221 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
6222 Evaluate definitions when compiling. Reverse tests.
6223
6224 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
6225 use unless.
6226
6227 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
6228
6229 * textmodes/artist.el (x-pointer-shape):
6230 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
6231 (x-open-connection, x-server-max-request-size, x-get-resource):
6232 * term/w32console.el (x-setup-function-keys):
6233 * term/w32-win.el (x-parse-geometry, x-resource-name)
6234 (generate-fontset-menu, image-library-alist, x-open-connection)
6235 (setup-default-fontset, set-fontset-font, setup-default-fontset)
6236 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
6237 (x-get-resource):
6238 * term/mac-win.el (x-parse-geometry, x-resource-name)
6239 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
6240 (new-fontset, x-display-list, x-open-connection, x-get-resource):
6241 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
6242 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
6243 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
6244 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
6245 (tooltip-identifier-from-point, define-fringe-bitmap):
6246 * play/gamegrid.el (image-size):
6247 * play/bubbles.el (image-size):
6248 * mail/emacsbug.el (x-server-vendor, x-server-version):
6249 * international/mule-util.el (internal-char-font):
6250 * international/mule-diag.el (font-info, query-fontset, fontset-info)
6251 (fontset-alias-alist, fontset-list, fontset-plain-name):
6252 * international/mule-cmds.el (x-server-vendor, x-server-version):
6253 * international/fontset.el (font-encoding-charset-alist)
6254 (otf-script-alist, new-fontset, set-fontset-font)
6255 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6256 (fontset-list, query-fontset, x-get-resource):
6257 * emulation/edt.el (x-server-vendor):
6258 * emulation/edt-mapper.el (x-server-vendor):
6259 * emacs-lisp/map-ynp.el (x-popup-dialog):
6260 * emacs-lisp/lmenu.el (x-popup-dialog):
6261 * x-dnd.el (x-window-property, x-change-window-property)
6262 (x-get-selection-internal):
6263 * woman.el (x-list-fonts):
6264 * w32-fns.el (x-server-version):
6265 * tooltip.el (x-show-tip, x-hide-tip):
6266 * tool-bar.el (image-mask-p):
6267 * thumbs.el (image-size):
6268 * term.el (overflow-newline-into-fringe):
6269 * subr.el (scroll-bar-scale):
6270 * startup.el (x-get-resource, tool-bar-mode, image-size):
6271 * select.el (x-get-selection-internal, x-own-selection-internal)
6272 (x-disown-selection-internal):
6273 * mouse.el (generate-fontset-menu):
6274 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
6275 * image.el (image-library-alist):
6276 * image-mode.el (image-size, image-refresh):
6277 * image-dired.el (clear-image-cache):
6278 * gs.el (x-display-mm-width, x-display-pixel-width)
6279 (x-display-mm-height, x-display-pixel-height)
6280 (x-change-window-property, x-display-grayscale-p, x-window-property):
6281 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
6282 (x-focus-frame, x-list-fonts, x-display-screens)
6283 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
6284 (x-display-mm-width, x-display-backing-store, x-display-save-under)
6285 (x-display-planes, x-display-color-cells, x-display-visual-class):
6286 * faces.el (internal-face-x-get-resource)
6287 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
6288 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
6289 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
6290 (x-parse-geometry, x-create-frame, x-setup-function-keys)
6291 (tool-bar-setup):
6292 * doc-view.el (clear-image-cache, image-size, tooltip-show):
6293 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
6294 * dframe.el (x-display-pixel-width, x-display-pixel-height):
6295 * descr-text.el (internal-char-font):
6296 Define for compiler, for builds without X.
6297
6298 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6299
6300 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
6301
6302 2008-06-11 Glenn Morris <rgm@gnu.org>
6303
6304 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
6305 before trying to move there.
6306 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
6307 is non-nil, indent most terminating statements like loop body.
6308
6309 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
6310 Gregorian date, and add it, not the local date, to diary-entries-list.
6311 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
6312
6313 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6314
6315 * progmodes/compile.el (compilation-filter): Fix up last change.
6316
6317 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
6318
6319 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
6320 (gpm-mouse-mode): Make it into a proper global minor mode.
6321
6322 * files.el (save-some-buffers-action-alist): Only use recursive-edit
6323 if the user enabled recursive-minibuffers.
6324
6325 * emacs-lisp/map-ynp.el (map-y-or-n-p):
6326 Add support for scroll-other-window.
6327
6328 2008-06-11 Jason Rumney <jasonr@gnu.org>
6329
6330 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
6331 Use tmm-menubar if menu is disabled in this frame.
6332
6333 * menu-bar.el (menu-bar-open): Determine how to open menu bar
6334 from frame type, per documentation. Add w32 case.
6335
6336 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6337
6338 * minibuffer.el (completion--merge-suffix): New function.
6339 (completion-basic-try-completion): Use it.
6340 (completion-pcm--find-all-completions): Add argument `filter'.
6341 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
6342 New functions.
6343 (completion-pcm-try-completion): Use them.
6344
6345 * xt-mouse.el (turn-on-xterm-mouse-tracking)
6346 (turn-off-xterm-mouse-tracking): Use terminal-list.
6347
6348 * cus-start.el (underline-minimum-offset): Rename from
6349 x-underline-minimum-display-offset.
6350
6351 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
6352
6353 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
6354
6355 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
6356
6357 * mouse.el (mouse-select-font): New function.
6358
6359 * faces.el (face-spec-recalc): When the face is set using
6360 Customize, avoid recalculating it twice.
6361
6362 * menu-bar.el (menu-set-font): New function. Bind "Set Default
6363 Font" menu item to it. Apply selected font to all frames, and
6364 make it savable.
6365 (menu-bar-options-save): Save `default' font if changed.
6366
6367 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6368
6369 * ffap.el (ffap-string-at-point-mode-alist):
6370 Use alpha rather than lower.
6371
6372 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
6373
6374 * subr.el (momentary-string-display): Use an overlay.
6375
6376 * progmodes/compile.el (compilation-mode):
6377 Set window-point-insertion-type.
6378 (compilation-filter): Don't use insert-before-markers any more.
6379 * emacs-lisp/trace.el (trace-make-advice):
6380 Set window-point-insertion-type in the trace buffer.
6381 * startup.el (normal-top-level): Set window-point-insertion-type in
6382 *Messages*.
6383 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
6384 (telnet-filter): Don't use insert-before-markers any more.
6385 * comint.el (comint-mode): Set window-point-insertion-type.
6386 (comint-output-filter): Don't use insert-before-markers any more.
6387 * button.el (make-text-button): Allow `start' to be a string.
6388
6389 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
6390
6391 * emacs-lisp/autoload.el (autoload-rubric):
6392 Fix coding cookie not to force Unix EOL.
6393
6394 2008-06-10 Martin Rudalics <rudalics@gmx.at>
6395
6396 * window.el (window--splittable-p, window--try-to-split-window):
6397 Don't use with-selected-window to avoid messing up get-lru-window.
6398 Reported by David Hansen <david.hansen@gmx.net>.
6399
6400 2008-06-10 Glenn Morris <rgm@gnu.org>
6401
6402 * subr.el (locate-library): Doc fix.
6403
6404 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
6405 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
6406 Check tool-bar-map is bound, for non-X builds.
6407
6408 * net/newsticker-reader.el (newsticker--next-item-image)
6409 (newsticker--previous-item-image, newsticker--previous-feed-image)
6410 (newsticker--next-feed-image, newsticker--mark-read-image)
6411 (ewsticker--mark-immortal-image, newsticker--narrow-image)
6412 (newsticker--get-all-image, newsticker--update-image)
6413 (newsticker--browse-image): Check xpm images are available.
6414 (newsticker--mark-read-image, newsticker--mark-immortal-image)
6415 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
6416
6417 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
6418 (newsticker--plainview-tool-bar-map, newsticker-mode):
6419 Check tool-bar-map is bound, for non-X builds.
6420 (w3m-toggle-inline-image): Declare.
6421
6422 * net/newsticker-backend.el (tool-bar-map): Don't declare.
6423
6424 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
6425
6426 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
6427 (finder-compile-keywords): Move let to where needed.
6428 (finder-mouse-face-on-line): Go back one more line if needed.
6429 (finder-list-matches): Use cadr.
6430 (finder-goto-xref): New function.
6431 (finder-commentary): Add buttons to jump to foo.el libraries.
6432
6433 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6434
6435 * apropos.el (apropos-function, apropos-macro, apropos-command)
6436 (apropos-variable, apropos-face, apropos-group, apropos-widget)
6437 (apropos-plist): Add apropos-short-label property.
6438 (apropos-multi-type): New variables.
6439 (apropos-command, apropos-value): Set it.
6440 (apropos-compact-layout): New custom.
6441 (apropos-print, apropos-print-doc): Use it.
6442 (apropos-print): Truncate lines.
6443
6444 2008-06-09 Kenichi Handa <handa@m17n.org>
6445
6446 * international/fontset.el (font-encoding-alist):
6447 Add an entry for "ascii-0".
6448
6449 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
6450
6451 * language/hanja-util.el (hanja-init-load): Show the message only
6452 when loading a table.
6453
6454 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
6455
6456 * net/newsticker-treeview.el (newsticker-treeview):
6457 * net/newsticker-plainview.el (newsticker-plainview):
6458 Add autoload cookie.
6459
6460 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
6461
6462 * net/newsticker.el: Split up into newsticker-backend, -ticker,
6463 -reader, -plainview, and -treeview.
6464 (newsticker-version): Change to 1.99.
6465
6466 * net/newsticker-backend.el: New. Move backend functionality from
6467 newsticker.el to newsticker-backend.el.
6468 (newsticker--download-logos): New.
6469 (newsticker--sentinel-callback): New.
6470 (newsticker--set-customvar): Remove. Split up into specific
6471 functions related to retrieval, ticker, buffer, and display.
6472 (newsticker--set-customvar-retrieval): New. Extracted from
6473 `newsticker--set-customvar'.
6474 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
6475 (newsticker-url-list-defaults):
6476 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6477 (newsticker-url-list): Doc changed. URL can be a function.
6478 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6479 (newsticker-retrieval-method): New.
6480 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
6481 (newsticker-retrieval-interval):
6482 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6483 (newsticker-desc-comp-max): Change :group.
6484 (newsticker--cache): Doc changed.
6485 (newsticker--guid-to-string): New.
6486 (newsticker--guid): Use `newsticker--guid-to-string'.
6487 (newsticker--real-feed-name): New.
6488 (newsticker--start-feed): New. Extracted from `newsticker-start'.
6489 (newsticker-start): Use `insert-file-contents' for reading cache.
6490 Use `newsticker--start-feed'.
6491 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
6492 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
6493 Use `newsticker--stop-feed'.
6494 (newsticker-save-item): New.
6495 (newsticker--get-news-by-funcall): New.
6496 (newsticker-get-news): Handle new retrieval methods.
6497 (newsticker--sentinel): Use `newsticker--sentinel-work'.
6498 (newsticker--sentinel-work): New. Extracted from
6499 `newsticker--sentinel'. Use `newsticker--download-logos',
6500 `newsticker--sentinel-callback'.
6501 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
6502 (newsticker--parse-atom-1.0): Fix link determination.
6503 (newsticker--parse-rss-0.91): Fix time determination.
6504 (newsticker--parse-rss-0.92): Fix time determination.
6505 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
6506 (newsticker--parse-generic-feed): New arg order in
6507 `newsticker--cache-add'.
6508 (newsticker--parse-generic-items): Fix for multiple items.
6509 New arg order in `newsticker--cache-add'.
6510 (newsticker--forget-preformatted): Check whether
6511 `newsticker--buffer-set-uptodate' is fbound.
6512 (newsticker--decode-iso8601-date): Handle fractions of seconds.
6513 (newsticker--decode-rfc822-date): Partial timezone handling.
6514 (newsticker--cache-contains): Fix guid problem.
6515 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
6516 (newsticker--cache-save): New.
6517 (newsticker--cache-update): Use temp buffer.
6518 (newsticker--stat-num-items): Allow multiple AGE args.
6519 (newsticker--stat-num-items-total): New.
6520 (newsticker--opml-import-outlines): New.
6521 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
6522 (newsticker--do-run-auto-mark-filter): Doc changed.
6523 (newsticker-retrieve-random-message): New.
6524
6525 * net/newsticker-ticker.el: New. Move ticker functionality from
6526 net/newsticker.el to net/newsticker-ticker.el.
6527 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
6528 `newsticker--ticker-timer'.
6529 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
6530 to `newsticker--ticker-timer'.
6531 (newsticker--set-customvar-ticker): New. Extracted from
6532 `newsticker--set-customvar'.
6533 (newsticker-ticker-interval): Rename `newsticker-display-interval'
6534 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
6535 for :set. Change :group.
6536 (newsticker-scroll-smoothly): Doc changed. Change :group.
6537 (newsticker-hide-immortal-items-in-echo-area)
6538 (newsticker-hide-old-items-in-echo-area)
6539 (newsticker-hide-obsolete-items-in-echo-area):
6540 Use `newsticker--set-customvar-ticker for :set. Change :group.
6541 (newsticker-start-ticker): Rename `newsticker--display-timer' to
6542 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
6543 to `newsticker-ticker-interval'.
6544 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
6545 `newsticker--ticker-timer'.
6546
6547 * net/newsticker-reader.el: New. Move reader functionality from
6548 net/newsticker.el to net/newsticker-reader.el.
6549 (newsticker--set-customvar-formatting): New. Extracted from
6550 `newsticker--set-customvar'.
6551 (newsticker-reader, newsticker-frontend): New.
6552 (newsticker-enable-logo-manipulations): Change :group.
6553 (newsticker-justification): Use `newsticker--set-customvar-formatting'
6554 for :set. Change :group.
6555 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
6556 for :set. Change :group.
6557 (newsticker-html-renderer): Doc changed.
6558 Use `newsticker--set-customvar-formatting' for :set. Change :group.
6559 (newsticker-date-format):
6560 Use `newsticker--set-customvar-formatting' for :set. Change :group.
6561 (newsticker--insert-enclosure):
6562 Rename `newsticker--buffer-insert-enclosure' to
6563 `newsticker--insert-enclosure'. Add keymap arg.
6564 (newsticker--print-extra-elements):
6565 Rename `newsticker--buffer-print-extra-elements' to
6566 `newsticker--print-extra-elements'. Add keymap arg.
6567 (newsticker--do-print-extra-element):
6568 Rename `newsticker--buffer-do-print-extra-element' to
6569 `newsticker--do-print-extra-element'. Add keymap arg.
6570 (newsticker-show-news): Use `newsticker-frontend'.
6571
6572 * net/newsticker-plainview.el: New. Move plainview functionality
6573 from net/newsticker.el to net/newsticker-reader.el.
6574 (newsticker-plainview): New.
6575 (newsticker--set-customvar-sorting): New. Extracted from
6576 `newsticker--set-customvar'.
6577 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
6578 for :set. Changed :group.
6579 (newsticker-heading-format, newsticker-item-format)
6580 (newsticker-desc-format, newsticker-statistics-format):
6581 Use `newsticker--set-customvar-formatting for :set. Change :group.
6582 (newsticker-faces): Change :group.
6583 (newsticker-default-face): Enable again.
6584 (newsticker-hide-old-items-in-newsticker-buffer)
6585 (newsticker-show-descriptions-of-new-items):
6586 Use `newsticker--set-customvar-buffer' for :set. Change :group.
6587 (newsticker-show-all-news-elements): Change :group.
6588 (newsticker-plainview-hooks): New.
6589 (newsticker-select-item-hook, newsticker-select-feed-hook)
6590 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
6591 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
6592 to `newsticker--plainview-tool-bar-map'.
6593 (newsticker--url-keymap): Add mouse-1 binding.
6594 (newsticker-plainview): New.
6595 (newsticker-mark-all-items-of-feed-as-read): Change doc.
6596 (newsticker--buffer-do-insert-text): Use renamed
6597 newsticker--[buffer-]insert-enclosure and
6598 newsticker--[buffer-]print-extra-elements.
6599 (newsticker--buffer-set-faces): Use newsticker-default-face.
6600
6601 * net/newsticker-treeview.el: New.
6602
6603 2008-06-08 Andreas Schwab <schwab@suse.de>
6604
6605 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
6606
6607 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
6608
6609 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
6610 empty line.
6611
6612 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
6613
6614 2008-06-08 Martin Rudalics <rudalics@gmx.at>
6615
6616 * window.el (split-height-threshold, split-width-threshold):
6617 Add choice nil.
6618 (split-window-preferred-function): Allow either nil or a function.
6619 (window--splittable-p, window--try-to-split-window):
6620 Handle changed option values.
6621
6622 (window--frame-usable-p): Handle nil argument.
6623
6624 (display-buffer): Call get-lru-window when pop-up-windows is nil
6625 and window can't be split.
6626
6627 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
6628
6629 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
6630
6631 * net/tramp.el (top): Quote feature names. Remove
6632 `tramp-rfn-eshadow-setup-minibuffer' from
6633 `rfn-eshadow-setup-minibuffer-hook' when unloading.
6634 (tramp-read-passwd): There is only one call to
6635 `auth-source-user-or-password' needed. Pacify byte compiler.
6636
6637 2008-06-08 Andreas Schwab <schwab@suse.de>
6638
6639 * window.el (display-buffer): Use lru window if current window
6640 cannot be split.
6641
6642 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6643
6644 * apropos.el (apropos-library): New command and new button.
6645 (apropos-library-button): New function.
6646
6647 * apropos.el: Remove spurious * in docstrings.
6648 (apropos-label-face): Use variable pitch.
6649 (apropos-print): Use dolist and with-current-buffer.
6650 (apropos-print-doc): Use when.
6651
6652 * window.el (special-display-p, display-buffer):
6653 Fix up C->Elisp transcription error.
6654
6655 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6656
6657 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
6658 (byte-compile-file): Initialize it.
6659 (byte-compile-nogroup-warn): Keep track of the current group.
6660
6661 2008-06-08 Glenn Morris <rgm@gnu.org>
6662
6663 * Makefile.in (compile, compile-always, bootstrap-prepare):
6664 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
6665
6666 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
6667
6668 * language/hanja-util.el (hanja-init-load): Use a char-table for
6669 hanja-table.
6670 (hangul-to-hanja-char): Adjust for the above change.
6671
6672 2008-06-07 Glenn Morris <rgm@gnu.org>
6673
6674 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
6675 lm-keywords.
6676
6677 * mail/sendmail.el (mail-interactive): Add :version.
6678
6679 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
6680 obsolete alias.
6681
6682 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
6683 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
6684 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
6685 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
6686 * eshell/esh-util.el, international/mule-cmds.el:
6687 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
6688 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
6689 Remove unnecessary eval-when-compiles and eval-and-compiles.
6690
6691 * Makefile.in (bootstrap-clean): Run autogen-clean.
6692 (maintainer-clean): No need to run autogen-clean now it is included in
6693 bootstrap-clean.
6694
6695 2008-06-06 Miles Bader <miles@gnu.org>
6696
6697 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
6698
6699 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
6700
6701 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
6702 longlines mode.
6703
6704 * replace.el (replace-search-function)
6705 (replace-re-search-function): New vars.
6706 (perform-replace): Use them.
6707
6708 * longlines.el (longlines-re-search-forward): New function.
6709 (longlines-mode): Bind replace-search-function and
6710 replace-re-search-function, to ensure that replacement commands
6711 treat newlines as spaces.
6712 (longlines-show-effect): Default to a pilcrow sign.
6713
6714 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6715
6716 * help.el (function-called-at-point):
6717 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
6718 even when calling find-tag-default.
6719
6720 2008-06-06 Daniel Colascione <danc@merrillpress.com>
6721
6722 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
6723 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
6724 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
6725 (nxml-fontify-buffer, nxml-do-fontify):
6726 Remove obsolete variables and functions.
6727 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
6728 (nxml-degrade, nxml-after-change, nxml-after-change1)
6729 (nxml-extend-region, nxml-extend-after-change-region)
6730 (nxml-extend-after-change-region1, nxml-fontify-matcher)
6731 (nxml-toggle-char-ref-extra-display): Use font-lock, and
6732 font-lock-extend-region-functions in particular, to fontify
6733 nxml-mode buffers.
6734 (nxml-debug-region): New debugging helper function.
6735
6736 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
6737 (nxml-scan-after-change, nxml-move-tag-backwards):
6738 Adapt for font-lock changes.
6739
6740 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
6741 (nxml-debug-set-inside, nxml-debug-clear-inside):
6742 New debugging functions.
6743 (nxml-with-degradation-on-error): New helper macro.
6744
6745 2008-06-06 Martin Rudalics <rudalics@gmx.at>
6746
6747 * window.el (display-buffer): Remove dead call to get-lru-window.
6748
6749 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * mail/sendmail.el (mail-interactive): Change default.
6752
6753 2008-06-05 John Paul Wallington <jpw@pobox.com>
6754
6755 * bindings.el (completion-ignored-extensions):
6756 Add .p64fsl, .d64fsl, and .dx64fsl.
6757
6758 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6759
6760 * ffap.el (ffap-prompter): Don't use the region.
6761
6762 2008-06-05 Sam Steingold <sds@gnu.org>
6763
6764 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
6765 subdirectory to be registered.
6766
6767 2008-06-05 Martin Rudalics <rudalics@gmx.at>
6768
6769 * window.el (display-buffer-function, special-display-p)
6770 (special-display-buffer-names, special-display-regexps)
6771 (special-display-function, same-window-p, same-window-buffer-names)
6772 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
6773 (pop-up-frame-function, pop-up-windows, even-window-heights)
6774 (split-window-preferred-function, split-height-threshold)
6775 (window--display-buffer-1, display-buffer, pop-to-buffer):
6776 Move from window.c and buffer.c.
6777 (window--splittable-p, window--try-to-split-window)
6778 (window--frame-usable-p, window--display-buffer-2)
6779 (window--even-window-heights): New functions.
6780 (split-width-threshold): New option.
6781 (split-window-preferred-horizontally): Remove.
6782
6783 * cus-start.el: Remove corresponding declarations.
6784
6785 2008-06-05 Sam Steingold <sds@gnu.org>
6786
6787 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
6788 an error on modified buffers.
6789
6790 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6791
6792 * progmodes/etags.el (tags-verify-table): Be careful to use and update
6793 tags-file-name and tags-table-list from the right buffer.
6794 (tags-table-check-computed-list, tags-table-extend-computed-list)
6795 (find-tag-noselect): Use with-current-buffer.
6796
6797 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
6798 Use print-circle.
6799
6800 * minibuffer.el (minibuffer-local-must-match-filename-map):
6801 Declare obsolete alias for the old name.
6802
6803 * abbrev.el (unexpand-abbrev): Better preserve markers.
6804
6805 2008-06-05 Glenn Morris <rgm@gnu.org>
6806
6807 * emacs-lisp/autoload.el (autoload-rubric): New function,
6808 extracted from autoload-ensure-default-file.
6809 (autoload-ensure-default-file): Use autoload-rubric.
6810
6811 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
6812 (custom-dependencies-no-scan-regexp): New variable.
6813 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
6814 Don't scan files matching custom-dependencies-no-scan-regexp.
6815 Disable undo in the output buffer. Remove kept-new-versions wackiness.
6816
6817 * finder.el (finder-headmark): Initialize and add doc string.
6818 (generated-finder-keywords-file): Doc fix.
6819 (finder-no-scan-regexp): New variable.
6820 (finder-compile-keywords): Use a single let binding.
6821 Disable undo in the output buffer. Use autoload-rubric.
6822 Use mapc rather than mapcar. Don't scan files matching
6823 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
6824 rather than concat. Use directory-files to do regexp matching.
6825 No need to require jka-compr.
6826 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
6827 (finder-list-matches): Disable undo.
6828 (finder-commentary): Use let rather than let*. Disable undo.
6829 (finder-current-item): Use zerop.
6830 (finder-mode): Use define-derived-mode.
6831 (finder-exit): Doc fix. Use dolist.
6832
6833 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
6834 (custom-deps): Don't require $(lisp)/cus-load.el.
6835 (custom-deps, finder-data): Don't depend on autoloads.
6836 Should not be needed now, and doing so was causing make install to
6837 re-dump emacs post-bootstrap.
6838 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
6839 mid-build forces some things to be rebuilt.
6840
6841 2008-06-05 Miles Bader <miles@gnu.org>
6842
6843 * face-remap.el
6844 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
6845 (face-remap-remove-relative): Renamed from
6846 `remove-relative-face-remapping'.
6847 (face-remap-reset-base): Renamed from
6848 `set-default-base-face-remapping'.
6849 (face-remap-set-base): Renamed from `set-base-face-remapping'.
6850 (text-scale-increase): Renamed from `increase-buffer-face-height'.
6851 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
6852 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
6853
6854 * face-remap.el (variable-pitch-mode): Autoload.
6855
6856 2008-06-04 Sam Steingold <sds@gnu.org>
6857
6858 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
6859 Generate extra status headers for a Mercurial tree.
6860
6861 2008-06-04 John Paul Wallington <jpw@pobox.com>
6862
6863 * echistory.el (electric-history-map): Define within defvar.
6864 Add docstring.
6865
6866 * font-lock.el (font-lock-turn-off-thing-lock)
6867 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
6868 Use `bound-and-true-p'.
6869 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
6870 Doc fixes.
6871
6872 * international/ccl.el (define-ccl-program): Add `doc-string'
6873 declaration.
6874
6875 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
6876
6877 * face-remap.el (variable-pitch-mode): Reflow docstrings.
6878 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
6879
6880 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
6881
6882 * emacs-lisp/rx.el (rx): Doc fix.
6883
6884 2008-06-04 Markus Triska <markus.triska@gmx.at>
6885
6886 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
6887
6888 2008-06-04 Miles Bader <miles@gnu.org>
6889
6890 * face-remap.el (adjust-buffer-face-height): New function.
6891 Add autoloaded keybindings in ctl-x-map.
6892 (increase-buffer-face-height, decrease-buffer-face-height):
6893 Simplify interactive spec to just "p". Remove autoloaded keybindings.
6894
6895 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
6896
6897 * simple.el (line-move-1): If we did not move as far as desired,
6898 ensure that point-left and point-entered hooks are called.
6899
6900 2008-06-03 Sam Steingold <sds@gnu.org>
6901
6902 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
6903
6904 2008-06-03 John Paul Wallington <jpw@pobox.com>
6905
6906 * progmodes/make-mode.el (makefile-cleanup-continuations)
6907 (makefile-warn-suspicious-lines, makefile-warn-continuations):
6908 Use `derived-mode-p'.
6909
6910 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6911
6912 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
6913 (ELCFILES): Update.
6914
6915 2008-06-03 Miles Bader <miles@gnu.org>
6916
6917 * face-remap.el: New file.
6918 * Makefile.in (ELCFILES): Add face-remap.elc.
6919
6920 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6921
6922 * progmodes/flymake.el (flymake-process-filter): Make sure the source
6923 buffer isn't dead.
6924
6925 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
6926 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
6927 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
6928 * obsolete/auto-show.el, obsolete/hscroll.el:
6929 Remove packages that were obsolete in Emacs-20, or that were obsolete
6930 in Emacs-21 and do not contain any more code.
6931
6932 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
6933 vc-client-mode is not set.
6934
6935 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
6936 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
6937
6938 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
6939 yet a bit more clever at distinguishing / from /.
6940
6941 2008-06-03 Kenichi Handa <handa@m17n.org>
6942
6943 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
6944
6945 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
6946
6947 * language/hanja-util.el: New file.
6948
6949 2008-06-03 Glenn Morris <rgm@gnu.org>
6950
6951 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
6952 Check that end-of-word follows "type".
6953
6954 2008-06-02 Daiki Ueno <ueno@unixuser.org>
6955
6956 * epa-file.el (epa-file-write-region): Write the entire buffer
6957 content if START is nil.
6958
6959 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
6960
6961 * select.el (x-get-selection): Fix typo.
6962
6963 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
6964
6965 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
6966 (describe-char): Use `looking-at-p', `string-match-p' when possible.
6967
6968 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6969
6970 * tar-mode.el (tar-header-block-summarize): Ensure one space around
6971 user&group.
6972
6973 2008-05-31 John Paul Wallington <jpw@pobox.com>
6974
6975 * help-fns.el (describe-variable-custom-version-info):
6976 Handle dotted `package-version' info.
6977
6978 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
6979
6980 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
6981
6982 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
6983
6984 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
6985 names and improve support for unregistered files.
6986
6987 2008-05-31 Glenn Morris <rgm@gnu.org>
6988
6989 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
6990 Remove shell variable `elc'. Split tests to hopefully be more portable.
6991 Fix `sel' assignment.
6992
6993 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
6994
6995 * minibuffer.el (completion-table-dynamic): Doc fix.
6996
6997 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6998
6999 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
7000 Try and return `unregistered' when applicable.
7001
7002 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7003 Don't encourage naming variables with "-flag".
7004
7005 2008-05-30 Glenn Morris <rgm@gnu.org>
7006
7007 * Makefile.in (update-elclist): Hide the warning when it does not apply,
7008 make it milder when it does.
7009 (autogen-clean): New target.
7010 (maintainer-clean): Use autogen-clean.
7011
7012 * calendar/diary-lib.el (diary-display-function): New name for
7013 diary-display-hook. Keep old name as obsolete alias. Doc fix.
7014 Change custom type and version.
7015 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
7016 (diary-fancy-display): Doc fixes.
7017 (diary-list-entries, diary-include-other-diary-files)
7018 (diary-mail-entries):
7019 Use diary-display-function rather than diary-display-hook.
7020
7021 * calendar/appt.el (appt-check): Use diary-display-function rather than
7022 diary-display-hook.
7023 * calendar/cal-x.el (calendar-dedicate-diary): Update for
7024 diary-display-function replacing diary-display-hook.
7025 * org/org-agenda.el (org-get-entries-from-diary): Also set
7026 diary-display-function.
7027
7028 * calendar/cal-html.el (cal-html-list-diary-entries):
7029 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7030 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
7031 argument of diary-list-entries rather than setting diary-display-hook.
7032
7033 2008-05-30 Kenichi Handa <handa@m17n.org>
7034
7035 * international/mule-conf.el (utf-8-with-signature): Renamed from
7036 utf-8-sig.
7037 (utf-8-auto): Adjusted for the above change.
7038
7039 * international/mule-diag.el (describe-font): Don't check fontset
7040 here, and just call font-info. Get the default font by from the
7041 default face.
7042
7043 2008-05-29 Kenichi Handa <handa@m17n.org>
7044
7045 * international/mule-conf.el (utf-8-sig, utf-8-auto):
7046 New coding systems.
7047
7048 * international/mule.el (define-coding-system): Accept :bom for utf-8.
7049
7050 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
7051
7052 * international/utf-7.el (utf-7-encode): Use the right escape char
7053 depending on imap/nonimap encoding.
7054
7055 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7056
7057 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
7058
7059 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
7060
7061 * icomplete.el (icomplete-prospects-height): Add :group.
7062
7063 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * icomplete.el (icomplete-prospects-length): Make obsolete.
7066 (icomplete-prospects-height): New var.
7067 (icomplete-completions): Use it.
7068
7069 2008-05-29 David Kastrup <dak@gnu.org>
7070
7071 * autoinsert.el (auto-insert): Add :link.
7072
7073 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7074
7075 * tar-mode.el (tar-header): New field `header-start'.
7076 (tar-header-block-tokenize): Set it when useful.
7077 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
7078 (tar-header-data-end): New function.
7079 (tar-summarize-buffer): Use it.
7080 (tar-next-line): Fix goal column for long usernames.
7081 (tar-expunge-internal): Use header-start.
7082 (tar-rename-entry): Handle ustar-style long names.
7083 (tar-alter-one-field): Add optional `descriptor' argument.
7084 (tar-subfile-save-buffer): Use it.
7085
7086 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7087
7088 * tar-mode.el (tar-header): New field `header-start'.
7089 (tar-header-block-tokenize): Set header-start for longlink entries.
7090 (tar-expunge-internal): Use header-start to expunge longlink entries.
7091
7092 * files.el (hack-local-variables): Don't signal an error if the local
7093 variable section is not properly terminated.
7094
7095 * emacs-lisp/easymenu.el (easy-menu-convert-item)
7096 (easy-menu-convert-item-1): Move the duplicate-generation outside of
7097 the caching so it also works for identical entries.
7098
7099 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
7100 (tar-mode): Use write-region-annotate-functions rather than
7101 write-contents-functions.
7102 (tar-extract): Remove unused var `pos'.
7103 (tar-subfile-save-buffer): Remove unused var `following-descs'.
7104 (tar-mode-write-file): Remove.
7105 (tar-write-region-annotate): New function.
7106
7107 * progmodes/flymake.el (flymake-save-buffer-in-file):
7108 * shadowfile.el (shadow-copy-file):
7109 * arc-mode.el (archive-*-write-file-member):
7110 * files.el (diff-buffer-with-file):
7111 * subr.el (with-temp-file): Pass nil to write-region.
7112 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
7113
7114 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
7115 the custom.
7116
7117 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
7118 to write-region.
7119
7120 2008-05-28 Glenn Morris <rgm@gnu.org>
7121
7122 * Makefile.in (update-elclist): Work around non-portability of "\"
7123 in various implementations of echo.
7124
7125 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7126
7127 * international/mule-diag.el (describe-current-coding-system):
7128 Don't assume selection-coding-system is always defined.
7129
7130 * tar-mode.el: Use defstruct and markers.
7131 (tar-setf): Remove.
7132 (tar-header): Use defstruct. Add `data-start' field.
7133 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
7134 (tar-desc-data-start): Remove (now called tar-header-data-start).
7135 (tar-roundup-512): New fun.
7136 (tar-header-block-tokenize): Receive a buffer position rather than
7137 a string. Handle @longLink here, be more careful about it.
7138 Create a marker for data-start.
7139 (tar-summarize-buffer): Don't handle @LongLink here any more.
7140 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
7141 data-start on the following entries any more.
7142 (tar-chown-entry, tar-chgrp-entry): Use read-number.
7143
7144 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
7145 (tar-header-offset): Remove.
7146 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
7147 Not permanent any more.
7148 (tar-data-buffer): New var.
7149 (tar-data-swapped-p, tar-change-major-mode-hook)
7150 (tar-mode-kill-buffer-hook): New funs.
7151 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
7152 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
7153 (tar-clear-modification-flags, tar-alter-one-field)
7154 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
7155 Change accordingly.
7156
7157 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
7158
7159 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
7160 (vc-dir-resynch-file): ... this. Update callers.
7161 Use vc-string-prefix-p. Ignore directory args.
7162 (vc-string-prefix-p): CSE.
7163 (vc-resynch-buffer): Restore conditional.
7164
7165 * vc-hooks.el (vc-after-save): Improve test.
7166 (vc-mode-line): Fix indentation.
7167
7168 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
7169
7170 * calendar/parse-time.el (parse-time-months)
7171 (parse-time-weekdays): Add long-form month and day names.
7172
7173 2008-05-27 Glenn Morris <rgm@gnu.org>
7174
7175 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
7176
7177 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7178
7179 * vc-dispatcher.el (vc-string-prefix-p): New function.
7180 (vc-dir-parent-marked-p): Use it.
7181
7182 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
7183
7184 * vc.el (Problems): Remove fixed issues.
7185 (vc-expand-dirs): Avoid returning directories.
7186 (vc-dir): Fix C-x v v binding.
7187 (vc-make-backend-object): Fix name.
7188 (vc-dir-show-fileentry): Fix docstring.
7189 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
7190 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
7191 Reset the state for directories.
7192 (vc-dir-headers): Align labels.
7193 (vc-default-status-printer): Do no call prettify-state-info.
7194 (vc-deduce-fileset): Replace implementation with one based on a
7195 working older version.
7196 (vc-next-action): Use the new form of vc-deduce-fileset.
7197 Fix dealing with unregistered files.
7198
7199 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
7200 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
7201 (vc-dir-child-files): New function.
7202 (vc-dir-node-directory): New function.
7203 (vc-dir-update, vc-dir-parent-marked-p)
7204 (vc-dir-children-marked-p, vc-dir-mark-all-files)
7205 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
7206
7207 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
7208
7209 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7210
7211 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
7212 (diff-font-lock-keywords, diff-context->unified)
7213 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
7214 (diff-hunk-text, diff-find-source-location): Use it.
7215 (diff-post-command-hook): Let the user edit the hunk headers.
7216
7217 2008-05-26 Andreas Schwab <schwab@suse.de>
7218
7219 * vc.el (vc-default-prettify-state-info): Fix formatting of an
7220 unknown state.
7221
7222 * tar-mode.el (tar-summarize-buffer): Comment fix.
7223
7224 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7225
7226 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
7227
7228 2008-05-26 Glenn Morris <rgm@gnu.org>
7229
7230 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
7231
7232 2008-05-25 John Paul Wallington <jpw@pobox.com>
7233
7234 * proced.el (proced-next-line, proced-previous-line):
7235 Avoid calling `next-line' and `previous-line' from Lisp code.
7236
7237 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
7238
7239 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
7240 Use diary-ordinal-suffix.
7241
7242 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
7243
7244 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
7245 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
7246 (edebug-save-displayed-buffer-points, edebug-initial-mode)
7247 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
7248 (edebug-print-length, edebug-print-level, edebug-print-circle)
7249 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
7250 (edebug-global-break-condition, edebug-sit-for-seconds):
7251 Remove spurious * from defcustom docstrings.
7252 (edebug-unwrap*, edebug-signal, edebug-eval-display):
7253 Improve argument/docstring consistency.
7254 (edebug-test-coverage, edebug-gensym, edebug-read)
7255 (edebug-top-level-nonstop, edebug-eval-result-list)
7256 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
7257 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
7258 (edebug-display-freq-count): Reflow docstrings.
7259 (edebug-restore-status): Doc fix.
7260
7261 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7262
7263 * proced.el (proced-header-line): Use the :align-to 0 feature
7264 rather than computing the corresponding position manually.
7265 (proced-update): Don't hardcode point-min==1.
7266
7267 2008-05-24 Alan Mackenzie <acm@muc.de>
7268
7269 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
7270 if c-file-style is set to a non-string.
7271
7272 (c-neutralize-CPP-line): Surround by `save-excursion'.
7273 (c-neutralize-syntax-in-CPP): Optimize for speed.
7274
7275 2008-05-24 Glenn Morris <rgm@gnu.org>
7276
7277 * Makefile.in (update-elclist): New target, to update ELCFILES.
7278 (bootstrap-after): Run update-elclist.
7279
7280 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
7281
7282 * icalendar.el (icalendar-version): Increase to "0.19".
7283 (icalendar--date-style): New function.
7284 (icalendar--datetime-to-diary-date): Doc fix.
7285 Use icalendar--date-style.
7286 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
7287 (icalendar--convert-yearly-to-ical)
7288 (icalendar--convert-recurring-to-diary): Handle iso date style,
7289 use icalendar-date-style.
7290
7291 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
7292
7293 * vc.el (vc-delete-file): Make sure the buffer is deleted and
7294 vc-dir buffers are updated.
7295
7296 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7297
7298 * vc.el (vc-delete-file): Don't try to resynch the buffer.
7299
7300 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
7301
7302 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
7303 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
7304 (reftex-extra-bindings): Use it.
7305
7306 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
7307 away from the user-reserved keys.
7308
7309 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
7310 New vars.
7311 (ada-create-keymap): Use them.
7312
7313 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7314
7315 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
7316 a properly-grouped regexp.
7317
7318 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
7319
7320 * progmodes/cap-words.el (capitalized-words-mode):
7321 Fix typos in docstring.
7322
7323 2008-05-23 Kenichi Handa <handa@m17n.org>
7324
7325 * international/mule-conf.el: Don't define the charset `emacs'
7326 here, just put :docstring, :short-name, and :long-name.
7327
7328 2008-05-22 Kenichi Handa <handa@m17n.org>
7329
7330 * international/mule-diag.el (font-show-log): Limit each listing
7331 to 20 items.
7332
7333 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
7334
7335 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
7336 (gdb-annotation-rules): New entry for "thread-changed".
7337 (gdb-thread-changed): New function.
7338
7339 2008-05-23 Glenn Morris <rgm@gnu.org>
7340
7341 * Makefile.in (SOURCES): Remove, unused.
7342 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
7343 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
7344 Exclude more '*loaddefs' files.
7345 (compile-always): Simplify '.elc' deletion.
7346
7347 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7348
7349 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
7350 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
7351
7352 * minibuffer.el (completion-boundaries): Change calling
7353 convention, so `string' has the same semantics as in
7354 try-completion and all-completions.
7355 (completion-table-with-context, completion--embedded-envvar-table)
7356 (completion--file-name-table)
7357 (completion-pcm--find-all-completions): Adjust code accordingly.
7358
7359 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
7360
7361 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
7362 prune image-mode-winprops-alist, preventing it from growing
7363 indefinitely.
7364 (image-mode-reapply-winprops): Use it.
7365
7366 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
7367
7368 * net/netrc.el (netrc-machine): Always match if the port is not given.
7369
7370 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 * minibuffer.el (completion-pcm--find-all-completions):
7373 Don't add pseudo-completions.
7374
7375 * icomplete.el (icomplete-eoinput): Remove.
7376 (icomplete-overlay): New var to replace it.
7377 (icomplete-tidy): Rewrite.
7378 (icomplete-exhibit): Use an overlay.
7379 (icomplete-completions): Use completion-all-sorted-completions.
7380 Obey completion-ignore-case.
7381
7382 * files.el (locate-dominating-file): Accept non-existing argument.
7383 (project-find-settings-file): Rewrite, using locate-dominating-file.
7384
7385 2008-05-22 Kenichi Handa <handa@m17n.org>
7386
7387 * faces.el (font-weight-table, font-slant-table, font-width-table):
7388 Delete them. Don't call internal-set-font-style-table.
7389
7390 * international/mule-diag.el (font-show-log): New function.
7391
7392 * international/fontset.el (script-representative-chars): Add more
7393 chars for latin. Add data for symbol.
7394 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
7395
7396 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7397
7398 * minibuffer.el (completion-all-sorted-completions): New var.
7399 (completion--flush-all-sorted-completions)
7400 (completion-all-sorted-completions): New functions.
7401 (minibuffer-force-complete): New command.
7402
7403 2008-05-21 Glenn Morris <rgm@gnu.org>
7404
7405 * files.el (c-postprocess-file-styles): Declare for compiler.
7406
7407 * Makefile.in: Allow for parallel byte-compiling.
7408 (ELCFILES): New variable.
7409 (.el.elc): Remove prerequisites from suffix rule. Print a message.
7410 (compile-first, compile-main, compile-last): New targets.
7411 (compile-always): Simplify - delete .elc files, then `make compile'.
7412
7413 * Makefile.in (compile-calc): Use glob rather than find.
7414 ($(lisp)/progmodes/cc-mode.elc): Use $@.
7415
7416 * eshell/esh-module.el: No need for cl when compiling.
7417
7418 * eshell/eshell.el (eshell-defgroup): New alias.
7419 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7420 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7421 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7422 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7423 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7424 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
7425 Autoload the custom group. Set generated-autoload-file.
7426 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
7427 for eshell-defgroup.
7428 * eshell/esh-module.el (eshell-load-defgroups): Remove.
7429 Require esh-groups rather than loading it.
7430
7431 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7432
7433 * proced.el (proced-header-line): New variable and new function.
7434 (proced-mode): Set header-line-format.
7435 (proced-update): Set proced-header-line.
7436 (proced-send-signal): Use proced-header-line.
7437
7438 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7439
7440 * macros.el (insert-kbd-macro): Use prin1-char.
7441
7442 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 * minibuffer.el (completion-boundaries): New function.
7445 (completion--some): Delay errors.
7446 (complete-with-action, completion-table-with-context):
7447 Handle `boundaries' case.
7448 (completion--try-word-completion): Avoid partial-completion
7449 when the user hasn't entered anything yet.
7450 (minibuffer-local-map, minibuffer-local-filename-completion-map)
7451 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
7452 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
7453 Setup default keybindings.
7454 (completion--embedded-envvar-re): New var.
7455 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
7456 (completion--file-name-table): Handle `boundaries' case.
7457 (completion-pcm--pattern->regex): Avoid pathological backtracking.
7458 (completion-pcm--all-completions): Add a `prefix' arg.
7459 (completion-pcm--find-all-completions): New function.
7460 (completion-pcm-all-completions, completion-pcm-try-completion):
7461 Use it.
7462
7463 * icomplete.el (icomplete-completions): Don't use `predicate' with
7464 a table of a different type than `candidates'.
7465
7466 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7467
7468 * proced.el (proced-goal-column): Rename from proced-procname-column.
7469 (proced-goal-header-re): Rename from proced-procname-column-regexp.
7470 (proced-move-to-goal-column): Rename from proced-move-to-procname.
7471 (proced-header-face, proced-header-regexp): Remove.
7472 (proced-font-lock-keywords): Remove proced-header-face.
7473 (proced-header-alist, proced-sorting-schemes-re): New variables.
7474 (proced): Rename Proced buffer to *Proced*.
7475 (proced-next-line, proced-previous-line): New commands.
7476 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
7477 (proced-hide-processes): Do not treat first line as special.
7478 (proced-header-space): New function.
7479 (proced-update): Use header-line-format.
7480 Initialize proced-header-alist and proced-sorting-schemes-re.
7481 Set proced-goal-column. Include proced-command in mode-name.
7482 (proced-send-signal): Use header-line-format for *Marked
7483 Processes* buffer.
7484 (proced-sort): Restrict minibuffer completion to applicable
7485 sorting schemes.
7486 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
7487
7488 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7489
7490 * icomplete.el (icomplete-simple-completing-p):
7491 Allow icomplete-with-completion-tables to say "use it everywhere".
7492 (icomplete-completions): Obey completion-styles. Try to accommodate
7493 partial-completion style.
7494
7495 2008-05-20 Michael Olson <mwolson@gnu.org>
7496
7497 * files.el (project-find-settings-file): Change concat to
7498 expand-file-name.
7499
7500 2008-05-19 Tom Tromey <tromey@redhat.com>
7501
7502 * files.el (normal-mode): Call hack-project-variables.
7503 (hack-local-variables-confirm): Add 'project' argument.
7504 (hack-local-variables-apply): New function.
7505 (hack-local-variables): Use it.
7506 (project-class-alist, project-directory-alist): New variables.
7507 (project-get-alist): New function.
7508 (project-collect-bindings-from-alist)
7509 (project-collect-binding-list, set-directory-project)
7510 (project-find-settings-file, project-define-from-project-file)
7511 (hack-project-variables): New functions.
7512
7513 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7514
7515 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
7516
7517 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
7518
7519 * faces.el (font-weight-table): Fix typo in docstring.
7520
7521 2008-05-18 David Hull <david@snap.com> (tiny change)
7522
7523 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
7524 (vc-hg-annotate-command): Allow white space before version number.
7525
7526 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
7527
7528 * calc/calc-yank.el (calc-register-alist): New variable.
7529 (calc-set-register, calc-get-register, calc-copy-to-register)
7530 (calc-insert-register, calc-add-to-register, calc-append-to-register)
7531 (calc-prepend-to-register): New functions.
7532
7533 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
7534 `calc-copy-to-register' and `calc-insert-register'.
7535 Autoload new register functions.
7536
7537 * calc/calc-help.el (calc-r-prefix-help): Add help for register
7538 functions.
7539
7540 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
7541
7542 * vc.el (Todo): Add known problems.
7543 (vc-dir-backend): New variable.
7544 (vc-dir): Set it.
7545 (vc-make-backend-object, vc-generic-status-printer)
7546 (vc-generic-state, vc-generic-status-fileinfo-extra)
7547 (vc-dir-extra-menu): Use it.
7548 (vc-generic-dir-headers): Remove, unused.
7549
7550 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
7551 vc-dir-prev-directory for consistency with vc-dir-previous-line.
7552 (vc-dir-mode-map): Fix bindings.
7553
7554 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
7555
7556 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
7557
7558 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
7559 operated on.
7560 (calc-kill-region): Kill entire lines.
7561
7562 2008-05-17 Glenn Morris <rgm@gnu.org>
7563
7564 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
7565 simplify initial value.
7566 (defezimage): Drop support for Emacs without defimage, use a featurep
7567 test rather than fboundp when defining, drop with-no-warnings.
7568 (ezimage-insert-over-text): Move featurep test inside
7569 add-text-properties.
7570
7571 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
7572
7573 * net/tramp.el (top-level): Load auth-source when compiling.
7574
7575 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
7576
7577 2008-05-17 Andreas Schwab <schwab@suse.de>
7578
7579 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
7580
7581 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
7582
7583 * vc.el (vc-annotate-show-diff-revision-at-line): Change
7584 vc-diff-internal arg to match what vc-deduce-fileset returns now.
7585
7586 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7587
7588 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
7589
7590 2008-05-17 Jim Meyering <meyering@redhat.com>
7591
7592 * ido.el (ido-save-history): Do not emit a trailing newline at the
7593 end of the ido history file.
7594
7595 2008-05-16 John Paul Wallington <jpw@pobox.com>
7596
7597 * vc-dispatcher.el (top-level): Revert previous change: require cl
7598 when compiling.
7599
7600 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
7601
7602 * vc.el (vc-default-status-printer)
7603 (vc-default-prettify-state-info): Enhance the state prettyprinter
7604 to deal better with unknown states and indirect through it when
7605 painting vc-dir buffers.
7606
7607 2008-05-16 John Paul Wallington <jpw@pobox.com>
7608
7609 * vc-dispatcher.el (top-level): Don't require cl when compiling.
7610 (vc-dir-mode-map): Fix backquote.
7611 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
7612
7613 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
7614
7615 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
7616 Reported by Glenn Morris <rgm@gnu.org>.
7617
7618 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
7619
7620 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
7621 the end of the file, it was good work at one time but has been
7622 stale since 1995 and may now be actively misleading.
7623 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
7624 CVS repository and module (assumptions for the latter a bit iffy).
7625 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
7626 SVN repository.
7627
7628 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
7629
7630 * vc-rcs.el (vc-rcs-create-tag):
7631 * vc-sccs.el (vc-sccs-create-tag):
7632 Fix typo in error message and pass backend arg.
7633
7634 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
7635
7636 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
7637
7638 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
7639
7640 * net/tramp.el: Load auth-source library.
7641 (tramp-read-passwd): Use it for password, not login.
7642
7643 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
7644
7645 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
7646 (ses-print-cell): Use string-width, truncate-string-to-width,
7647 delete-region rather than length, substring, delete-char.
7648 (ses-setup): Set inhibit-point-motion-hooks to t.
7649 Calculate position by actually moving point rather than just using
7650 unibyte character length.
7651 (ses-mode): Set indent-tabs-mode to nil.
7652 (ses-center): Use string-width rather than length.
7653
7654 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
7655
7656 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
7657 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
7658 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
7659 vc-*-create-tag and vc-*-retrieve-tag respectively.
7660
7661 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
7662 unneeded defalias.
7663
7664 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
7665
7666 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
7667 about buffer names.
7668
7669 2008-05-15 Glenn Morris <rgm@gnu.org>
7670
7671 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
7672
7673 * org/org-exp.el (org-infojs-options-inbuffer-template):
7674 Fix declaration.
7675
7676 * progmodes/cc-mode.el (declare-function): Add compat definition.
7677 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
7678
7679 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
7680
7681 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
7682 list to a cons so the caller can get back both expanded and
7683 unexpanded filesets.
7684 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
7685 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
7686 Change handling of selection-set returns as required.
7687
7688 2008-05-15 John Paul Wallington <jpw@pobox.com>
7689
7690 * add-log.el (top-level): Don't require cl when compiling.
7691
7692 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
7693 (archive-*-extract): Use `zerop'.
7694 (archive-*-write-file-member): Use `or', use `zerop'.
7695
7696 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
7697
7698 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
7699 (ibuffer-mark-interactive, ibuffer-set-mark)
7700 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
7701 (ibuffer-map-lines, ibuffer-switch-format)
7702 (ibuffer-update-title-and-summary)
7703 (ibuffer-redisplay-engine): Use it.
7704
7705 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
7706 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
7707 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
7708 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
7709 (ibuffer-mark-read-only-buffers)
7710 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
7711
7712 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
7713 (define-ibuffer-column, define-ibuffer-sorter)
7714 (define-ibuffer-op, define-ibuffer-filter): Add declarations
7715 containing indentation specs, replacing equivalent top-level
7716 forms that set `lisp-indent-function' properties.
7717 (define-ibuffer-op): Use `derived-mode-p'.
7718 (define-ibuffer-filter): Remove redundant `concat' call.
7719
7720 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
7721
7722 * net/tramp.el (tramp-echo-mark): Update docstring.
7723 (tramp-echo-mark-marker): New defconst.
7724 (tramp-check-for-regexp): Use it.
7725
7726 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
7727
7728 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
7729 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
7730 as parent.
7731
7732 2008-05-14 John Paul Wallington <jpw@pobox.com>
7733
7734 * international/mule.el (convert-define-charset-argument):
7735 Remove period from end of error message.
7736 (coding-system-mnemonic): Doc fix.
7737 (ctext-pre-write-conversion): Doc fix.
7738
7739 2008-05-14 Simon Marshall <simon@gnu.org>
7740
7741 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
7742 from its default value and give it the risky-local-variable
7743 property (CVE-2008-2142).
7744
7745 2008-05-14 Kenichi Handa <handa@m17n.org>
7746
7747 * language/korean.el ("Korean"): Set `iso639-language'
7748 property to `ko'.
7749
7750 * language/japanese.el ("Japanese"): Set `iso639-language'
7751 property to `ja'.
7752
7753 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7754 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
7755 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
7756
7757 * international/mule-cmds.el (set-language-environment):
7758 Set current-iso639-language.
7759
7760 * international/fontset.el (setup-default-fontset): For kana, han,
7761 hangul, and cjk-misc, move an entry with font-spec at the end.
7762 (generate-fontset-menu): Exclude fontset-auto* from the list.
7763
7764 * composite.el (compose-chars-after): Assume that WINDOW is always
7765 non-nil.
7766
7767 * faces.el (font-weight-table, font-slant-table)
7768 (font-swidth-table): Declare them by defconst. Change the format
7769 of elements. Call internal-set-font-style-table after their
7770 declaration.
7771 (face-valid-attribute-values): Call font-family-list. Get values
7772 for width, weight, and slant from font-xxx-table.
7773
7774 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
7775
7776 2008-05-13 John Paul Wallington <jpw@pobox.com>
7777
7778 * ibuffer.el (ibuffer-buffer-file-name): New function.
7779 (define-ibuffer-column filename): Use it.
7780
7781 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
7782
7783 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
7784
7785 * talk.el (talk): Simplify. Pass display arg to talk-add-display
7786 as a string.
7787 (talk-add-display): Simplify. Accept only string args.
7788
7789 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
7790
7791 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
7792
7793 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7794
7795 * Makefile.in (bootstrap-prepare): Don't chmod files.
7796 (autoloads): Do it here instead, where it's actually needed.
7797
7798 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
7799
7800 * tool-bar.el (tool-bar-make-keymap): Account for the optional
7801 KEY-BINDING-DATA field in menu-item list.
7802
7803 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7804
7805 * dired.el (dired-read-dir-and-switches): Move things about to use less
7806 recursion during macroexpansion.
7807
7808 * dired.el (dired-read-dir-and-switches): Use read-file-name.
7809
7810 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
7811 completion-ignored-extension directories if there's something else.
7812 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
7813 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
7814 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
7815 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
7816 buffer-read-only -> inhibit-read-only.
7817
7818 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
7819
7820 * vc.el (vc-expand-dirs): Stop this function from tossing out
7821 explicitly specified files.
7822
7823 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7824
7825 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
7826 to `insert'.
7827
7828 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
7829
7830 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
7831 cons. Use vc-annotate-backend.
7832 (with-vc-file, edit-vc-file): Remove unused macros.
7833
7834 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
7835
7836 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
7837 (smtpmail-try-auth-methods): Use it.
7838
7839 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
7842 (setf (nthcdr ..) ..) doesn't require CL at runtime.
7843
7844 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
7845
7846 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
7847
7848 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7849
7850 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
7851 (vc-bzr-revision-completion-table): Use process-file.
7852 (vc-bzr-working-revision): Pass relative file names.
7853
7854 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
7855
7856 2008-05-11 Juri Linkov <juri@jurta.org>
7857
7858 * wid-edit.el (widget-image-directory): Change default image data
7859 subdirectory from "custom" to "images/custom".
7860
7861 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
7862 before recursive call to `Info-next-preorder' to not add
7863 intermediate nodes to the history.
7864
7865 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
7866
7867 * emulation/cua-base.el: Put isearch-scroll property
7868 on cua-scroll-up and cua-scroll-down.
7869
7870 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
7871
7872 * vc-hooks.el (vc-recompute-state): Remove (dead code).
7873
7874 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
7875
7876 * vc-dispatcher.el (ewoc): Require.
7877 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
7878
7879 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
7880
7881 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
7882
7883 * term/w32-win.el (x-colors):
7884 * term/mac-win.el (x-colors):
7885 * term/x-win.el (x-colors): Re-order colors.
7886
7887 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
7888
7889 * smerge-mode.el (smerge-command-prefix): Fix custom type.
7890
7891 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
7892
7893 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
7894 New functions implementing motion to next and previous directory.
7895
7896 * vc-arch.el (vc-arch-command):
7897 * vc-bzr.el (vc-bzr-command):
7898 * vc-cvs.el (vc-cvs-command):
7899 * vc-dispatcher.el (vc-do-command):
7900 * vc-git.el (vc-git-command):
7901 * vc-hg.el (vc-hg-command):
7902 * vc-mcvs.el (vc-mvcs-command):
7903 * vc-mtn.el (vc-mtn-command):
7904 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
7905 (vc-sccs-workfile-unchanged-p):
7906 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
7907 * vc-rcs.el (all methods): Remove assumption about what a nil
7908 argument to vc-do-command means. This means no buffer name needs
7909 to be hardcoded into the dispatcher layer, and it's better to be
7910 explicit anyway.
7911
7912 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
7913
7914 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
7915
7916 * vc.el: Update todo.
7917
7918 * vc-sccs.el (vc-sccs-dir-status):
7919 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
7920 backends and returning up to date files.
7921
7922 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
7923
7924 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
7925
7926 * vc.el (vc-dir):
7927 * vc-hooks.el: Tweak the VC directory bindings. These are now
7928 documented in the manual.
7929
7930 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
7931 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
7932 (vc-dispatcher-selection-set): Allow callers to pass in an
7933 observer flag that says no buffer sync is required.
7934 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
7935 Use the observer flag.
7936
7937 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
7938
7939 * simple.el (start-file-process): Clarify docstring.
7940
7941 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
7942
7943 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
7944 Remove stub implementations of, and references to, wash-log.
7945 * vc-rcs.el (vc-rcs-comment-history):
7946 * vc-cvs.el (vc-cvs-comment-history):
7947 Inline the code that used to be wash-log.
7948
7949 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
7950 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
7951 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
7952 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
7953 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
7954 (vc-rcs-print-log): Grok directories.
7955
7956 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7957
7958 * vc.el (vc-mark-resolved): Add `backend' argument.
7959 (vc-next-action): Pass it the backend.
7960 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
7961 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
7962 (vc-default-comment-history, vc-default-create-snapshot)
7963 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
7964 (vc-annotate-revision-previous-to-line)
7965 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
7966 * vc-svn.el (vc-svn-checkout):
7967 * vc-mcvs.el (vc-mcvs-checkout):
7968 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
7969 (vc-working-revision, vc-before-save, vc-mode-line):
7970 Prefer vc-call-backend to vc-call so as not to recompute the backend.
7971
7972 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
7973 state to be consistent since it's often an unwarranted restriction.
7974 Don't return the state either.
7975 (vc-next-action): Check that the state is consistent.
7976 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
7977 (vc-rollback, vc-update): Adapt to new return value of
7978 vc-deduce-fileset.
7979
7980 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
7981 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
7982 (vc-dispatcher-in-fileset-p): New fun.
7983 (vc-dispatcher-selection-set): Use it to properly handle directories.
7984
7985 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
7986
7987 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
7988 (vc-update): Remove unused let bindings.
7989
7990 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
7991
7992 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
7993 (vc-diff, vc-revert, vc-rollback, vc-update):
7994 * vc-dispatcher.el (vc-dispatcher-selection-set):
7995 Get rid of 4 special cases in fileset selection. This involved
7996 changing the return value of (vc-deduce-fileset) so that it passes
7997 back a deduced state as well as a deduced back end.
7998
7999 2008-05-08 Sam Steingold <sds@gnu.org>
8000
8001 * progmodes/compile.el (compilation-minor-mode-map)
8002 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
8003 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
8004 it to `compilation-minor-mode-map' (instead of an explicit `cons').
8005
8006 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8007
8008 * org/org.el (org-modules, org-format-latex-options):
8009 * org/org-archive.el (org-archive-stamp-time)
8010 (org-archive-save-context-info):
8011 * org/org-faces.el (org-hide):
8012 * org/org-irc.el (org-irc-parse-link):
8013 * org/org-macs.el (org-call-with-arg, org-autoload):
8014 * org/org-mew.el (org-mew-store-link):
8015 * org/org-remember.el (org-remember-store-without-prompt)
8016 (org-remember-templates): Fix typos in docstrings.
8017
8018 * org/org-info.el (org-info-store-link): Remove leftover docstring.
8019
8020 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
8021 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
8022 (org-bbdb-anniv-split): Fix typos in docstrings.
8023
8024 * org/org-publish.el (org-publish-project-alist): Doc fixes.
8025 (org-publish-use-timestamps-flag): Reflow docstring.
8026 (org-publish-files-alist): Fix typos in docstring.
8027
8028 2008-05-07 Sam Steingold <sds@gnu.org>
8029
8030 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
8031 appears to be too aggressive with window removal.
8032
8033 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
8034
8035 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8036 Add leda and 0in as pragma keywords.
8037 (verilog-pretty-expr): Support lining up assignments which include
8038 part selects.
8039 (verilog-mode): More portable check for the availability of
8040 hideshow support.
8041 (verilog-do-indent): Remove special indent for declarations inside
8042 a parenthetical list. The code is ill-advised, and doesn't work
8043 given the new user defined types.
8044 (verilog-set-auto-endcomments): Enhance function automatic
8045 endcomment to support functions that return user defined types.
8046 (verilog-mode): Add code to tell which-function-mode minor mode
8047 that Verilog supports this feature.
8048
8049 2008-05-08 Eli Zaretskii <eliz@gnu.org>
8050
8051 * epa-file.el: Require epa-hook.
8052
8053 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
8054
8055 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
8056 file-names clashes on 8+3 filesystems. Provide epa-hook.
8057
8058 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
8059 file-names clashes on 8+3 filesystems.
8060
8061 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
8062
8063 * org/org.el (org-read-date-get-relative): Interpret lone
8064 weekday abbreviation as relative to today.
8065
8066 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8067
8068 * abbrev.el (define-abbrev-table):
8069 * composite.el (toggle-auto-composition):
8070 * json.el (json-alist-p, json-plist-p):
8071 * minibuffer.el (completion-table-with-predicate):
8072 * ps-mule.el (ps-mule-external-libraries):
8073 * emacs-lisp/advice.el (ad-special-form-p):
8074 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8075 * eshell/em-smart.el (eshell-review-quick-commands):
8076 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
8077 (python-skip-out, python-check-comint-prompt):
8078 Don't use `iff' in docstrings.
8079
8080 * international/robin.el (robin-package-alist): Fix typo in docstring.
8081 (robin-current-package-name): Doc fix.
8082 (robin-activate): Don't use `iff' in docstring.
8083
8084 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
8085
8086 * vc.el, vc-dispatcher.el: VC-Dired support removed.
8087 The code uses a ewoc-based implementation now.
8088 * vc-hooks.el: Support for Meta-CVS has been removed.
8089
8090 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8091
8092 * tool-bar.el: Choose images dynamically.
8093 (tool-bar-make-keymap, tool-bar-find-image): New function.
8094 (tool-bar-find-image-cache): New var.
8095 (tool-bar-local-item, tool-bar-local-item-from-menu):
8096 Don't select the image yet, do it later in tool-bar-make-keymap.
8097
8098 2008-05-07 Andreas Schwab <schwab@suse.de>
8099
8100 * window.el: Require 'cl when compiling.
8101
8102 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
8103
8104 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
8105
8106 2008-05-07 Glenn Morris <rgm@gnu.org>
8107
8108 * subr.el (ignore-errors): Move here from cl-macs.el.
8109 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
8110
8111 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
8112 oddness.
8113
8114 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
8115
8116 * vc-hooks.el (vc-find-file-hook):
8117 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
8118 further from vc.el.
8119 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
8120
8121 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
8122
8123 * progmodes/verilog-mode.el (verilog-getopt-file):
8124 Cleanup warning message format.
8125 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
8126 (verilog-auto-inout, verilog-auto-inout-module)
8127 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
8128 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8129 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
8130 (verilog-auto-sense-sigs, verilog-auto-tieoff)
8131 (verilog-auto-unused, verilog-auto-wire)
8132 (verilog-decls-get-assigns, verilog-decls-get-consts)
8133 (verilog-decls-get-gparams, verilog-decls-get-inouts)
8134 (verilog-decls-get-inputs, verilog-decls-get-outputs)
8135 (verilog-decls-get-ports, verilog-decls-get-regs)
8136 (verilog-decls-get-signals, verilog-decls-get-wires)
8137 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
8138 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
8139 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
8140 (verilog-inject-sense, verilog-library-filenames)
8141 (verilog-mode-release-date, verilog-mode-version)
8142 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
8143 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
8144 (verilog-modi-get-assigns, verilog-modi-get-consts)
8145 (verilog-modi-get-gparams, verilog-modi-get-inouts)
8146 (verilog-modi-get-inputs, verilog-modi-get-outputs)
8147 (verilog-modi-get-ports, verilog-modi-get-regs)
8148 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
8149 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
8150 (verilog-modi-get-wires, verilog-preserve-cache)
8151 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
8152 (verilog-read-sub-decls, verilog-read-sub-decls-line)
8153 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
8154 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
8155 Add caching of additional state, and rework signal extraction
8156 routines to improve AUTO expansion performance by 300%++.
8157
8158 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
8159
8160 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8161 Tweak Open Watcom regexp to distinguish between errors and warnings.
8162
8163 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8164
8165 * dired.el (dired-read-dir-and-switches): Fix up last change.
8166
8167 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
8168
8169 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
8170 out of this function, move it to vc-dispatcher-selection-set.
8171
8172 2008-05-05 Sam Steingold <sds@gnu.org>
8173
8174 * window.el (delete-other-windows-vertically): New function.
8175
8176 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8177
8178 * dired.el (dired-read-dir-and-switches):
8179 Obey read-file-name-completion-ignore-case.
8180
8181 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
8182
8183 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8184 Add regexp for Open Watcom compiler output.
8185
8186 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
8187
8188 * progmodes/python.el (python-block-pairs): Align finally with except.
8189
8190 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8191
8192 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
8193
8194 2008-05-05 Tom Tromey <tromey@redhat.com>
8195
8196 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
8197 looking at conflict marker.
8198
8199 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8200
8201 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
8202 client-mode -> vc-client-object, and guess `funcall' was meant.
8203 (vc-dir-mode): Rename client-mode -> vc-client-mode.
8204
8205 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
8206
8207 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
8208 (dbus-debug): Move declarations outside eval-when-compile.
8209
8210 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8211
8212 * proced.el (proced-command-alist): Fix system-type values.
8213 Fix defcustom.
8214 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
8215 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
8216 (proced-sort-start, proced-sort, proced-sort-time): New commands.
8217 (proced-update): Use proced-sorting-scheme. Update modeline.
8218 (proced-send-signal): Use nreverse.
8219 (proced-sorting-scheme-p): New function.
8220
8221 2008-05-04 Andreas Schwab <schwab@suse.de>
8222
8223 * vc.el: Require dired when compiling.
8224
8225 * minibuffer.el (completion--insert-strings): Don't delete past bol.
8226
8227 2008-05-03 Glenn Morris <rgm@gnu.org>
8228
8229 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
8230 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
8231 Simplify compilation requirements.
8232 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
8233 declarations.
8234
8235 2008-05-03 Dave Love <fx@gnu.org>
8236
8237 * progmodes/python.el (python-beginning-of-statement):
8238 Loop at least once (fixes 2008-02-21 change).
8239
8240 2008-05-03 Eli Zaretskii <eliz@gnu.org>
8241
8242 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
8243 instead of `length' for comparing length of user and group names.
8244
8245 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
8246
8247 * vc-dispatcher.el: New file, separates out the UI and command
8248 execution machinery from VCS-specific logic left in vc.el.
8249 The separation is not yet completely clean, but it's a good start.
8250 * vc.el: This file is about 1700 lines shorter now.
8251 Remove obsolete logentry-check from the backend API.
8252 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
8253 implementation of the logentry-check method, and it guarded against
8254 a log length limit that has probably been obsolete for 15 years (!).
8255
8256 2008-05-02 Sam Steingold <sds@gnu.org>
8257
8258 * progmodes/compile.el (compilation-start): Move setting of
8259 compilation-directory after (funcall mode) as that resets local
8260 variables, this fixes recompile in grep buffers.
8261 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
8262 in dired &c).
8263
8264 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
8265
8266 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8267 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8268 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
8269 has one of these and that all are called in compatible ways.
8270 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8271 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8272 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
8273 backend has one of these.
8274
8275 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8276
8277 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
8278 initialization into define-abbrev-table. Use :regexp.
8279 (octave-mode-syntax-table): Don't set word syntax for `.
8280
8281 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
8282 than only value.
8283
8284 * dired.el (dired-read-dir-and-switches):
8285 Set minibuffer-completing-file-name and call substitute-in-file-name.
8286 (dired-format-columns-of-files): Use completion--insert-strings.
8287
8288 * minibuffer.el (completion-hilit-commonality): Revert last change:
8289 the leftover code was actually useful.
8290 (completion--insert-strings): Use string-width rather than length.
8291
8292 2008-05-02 Sam Steingold <sds@gnu.org>
8293
8294 * vc.el (vc-dir-mode-map): Enable mouse bindings.
8295 (vc-at-event): New macro: run the body at the even location.
8296 (vc-dir-menu, vc-dir-toggle-mark): Use it.
8297 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
8298 * subr.el (mouse-event-p): Check if the event is mouse-related.
8299
8300 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
8301
8302 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8303 Don't throw error if no file is found.
8304
8305 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8306
8307 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
8308 (vc-default-state-heuristic): Doc fix.
8309
8310 2008-05-02 Richard Sharman <rsharman@pobox.com>
8311
8312 * hilit-chg.el (highlight-changes-mode): Remove references to
8313 hooks that no longer exist. Because define-minor-mode is used the
8314 hook highlight-changes-mode-hook exists and can do what both the
8315 old hooks used to do. The documentation at the top of the file
8316 was updated to demonstrate this.
8317 (highlight-changes-mode): Remove commented out call to a hook
8318 function that is no longer there.
8319 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
8320
8321 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
8322
8323 * vc.el (vc-default-dired-state-info): Change name of primitive
8324 to prettify-state-info, in preparation for ripping out dired mode.
8325 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
8326 to prettify-state-info, in preparation for ripping out dired mode.
8327 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
8328 tries this on a version-controlled buffer. It will do useless or
8329 actively bad things on any version control system newer than RCS.
8330 * vc-hooks.el (vc-dired-resynch-file):
8331 * vc.el (vc-dired-resynch-file): Change name of primitive to
8332 vc-directory-resynch-file, preparing to remove dired.
8333
8334 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
8335
8336 * vc-rcs.el (vc-rcs-state): Fix typos.
8337
8338 * vc.el (vc-register): Change argument order so that the prefix
8339 argument is assigned correctly.
8340 (vc-next-action, vc-dir-register): Update for the above change.
8341
8342 2008-05-01 Juri Linkov <juri@jurta.org>
8343
8344 * replace.el (occur-read-primary-args): Set default to the car of
8345 regexp-history and display it in the prompt, but don't add to the
8346 list of minibuffer defaults. Bind history-add-new-input to nil to
8347 not add automatically `default'. For empty input return `default'.
8348 Otherwise, add `input' to regexp-history and return it.
8349 (occur-1): Signal an error for the empty regexp.
8350
8351 * progmodes/compile.el (compilation-auto-jump):
8352 Set window point to `pos' explicitly.
8353
8354 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
8355
8356 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
8357 when appropriate.
8358 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
8359 we report the 'unregistered state reliably.
8360 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
8361 we report the 'unregistered state reliably.
8362 * vc-git.el (vc-git-state): Call vc-git-unregistered so
8363 we report the 'unregistered state reliably.
8364 * vc-hooks.el (vc-state): Document that vc-unregistered is
8365 now expected to be returned reliably.
8366 * vc.el (vc-default-dired-state): Change needs-patch state to
8367 needs-update, since the name now shows up in dir-status listings
8368 and was somewhat misleading.
8369 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
8370 immediately after removing the file.
8371 * vc.el (vc-next-action): More informative messages when a fileset
8372 is in a mixed state or files are missing.
8373
8374 2008-05-01 Sam Steingold <sds@gnu.org>
8375
8376 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
8377
8378 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8379
8380 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
8381
8382 2008-05-01 Daiki Ueno <ueno@unixuser.org>
8383
8384 * epa-file-hook.el: New file split from epa-file.el.
8385 * epa-file.el: Require 'epa-file-hook.
8386 (epa-file-handler): Add autoload cookie.
8387 * loadup.el: Load epa-file-hook.
8388 * startup.el (command-line): Eval the body of auto-encryption-mode.
8389
8390 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8391
8392 * vc.el (vc-dir-mode-map): Don't bind "r".
8393
8394 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
8395 (vc-hg-status-printer): New function.
8396 (vc-hg-after-dir-status): Deal with copied and renamed files.
8397 (vc-hg-dir-status): Add flag to show copied files.
8398
8399 2008-05-01 John Paul Wallington <jpw@pobox.com>
8400
8401 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
8402 (ibuffer-do-sort-by-recency): Reverse sorting order if last
8403 sorting mode was recency.
8404
8405 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
8406 reverse sorting order if last sorting mode was the sorter's.
8407
8408 2008-05-01 Jason Rumney <jasonr@gnu.org>
8409
8410 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
8411
8412 2008-04-30 John Paul Wallington <jpw@pobox.com>
8413
8414 * ibuffer.el (define-ibuffer-column filename): When the major mode
8415 is `vc-dir-mode' show the buffer's default directory.
8416
8417 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
8418 major mode is `vc-dir-mode' use the buffer's default directory.
8419
8420 2008-04-30 Sam Steingold <sds@gnu.org>
8421
8422 * vc.el (vc-dir-delete-file): Add.
8423 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
8424 (vc-delete-file): Do not barf when the file has been already deleted.
8425
8426 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
8427
8428 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
8429
8430 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
8431
8432 * progmodes/octave-mod.el (octave-help): New function.
8433 * progmodes/octave-hlp.el: Delete.
8434 * info-look.el (octave-mode): Add operator index.
8435
8436 * vc.el (vc-checkout): Typo.
8437
8438 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
8439
8440 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
8441 Add "..." in the appropriate places.
8442
8443 * epa.el (epa-key-list-mode-map): Add more menu entries.
8444 Add "..." in the appropriate places.
8445
8446 * dired.el (dired-mode-map): Add :help.
8447
8448 * vc.el (vc-deduce-fileset): Add new parameter.
8449 (vc-dir-marked-only-files): New function.
8450 (vc-next-action): Don't ignore directories, look at the files
8451 inside them.
8452 (vc-dir-mode): Document how the mark/unmark commands work.
8453
8454 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
8455
8456 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8457 Rule out trailing spaces in file and directory names as well.
8458
8459 * minibuffer.el (completion--do-completion): Move point even if the
8460 completion makes no change.
8461 (completion-pcm-try-completion): Fix computation of new point.
8462
8463 2008-04-30 David Hansen <david.hansen@gmx.net>
8464
8465 * dired.el: Require 'cl.
8466
8467 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
8468
8469 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
8470 hollow if not in innermost frame.
8471
8472 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8473 Make `checkout-model' apply to filesets.
8474 * vc-hooks.el (vc-checkout-model): Rewrite.
8475 (vc-before-save, vc-after-save): Adjust callers accordingly.
8476 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
8477 (vc-transfer-file): Adjust callers accordingly.
8478 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
8479 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
8480 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
8481 instead of vc-checkout-model.
8482 * vc-mcvs.el (vc-mcvs-revert):
8483 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
8484 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
8485 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
8486 * vc-svn.el (vc-svn-checkout-model):
8487 * vc-hg.el (vc-hg-checkout-model):
8488 * vc-git.el (vc-git-checkout-model):
8489 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
8490
8491 * dired.el (dired-read-dir-and-switches): Replace last change with
8492 a new approach that mixes read-file-name and read-directory-name.
8493
8494 * files.el (read-buffer-to-switch):
8495 Avoid making assumptions about `other-buffer'.
8496
8497 2008-04-29 Sam Steingold <sds@gnu.org>
8498
8499 * vc.el (vc-dir-mode-hook): Add normal hook.
8500 (vc-dir-mode): Run it.
8501
8502 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
8503
8504 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
8505 Always split windows.
8506 (gdb-speedbar-timer-fn): Only raise frame after user input.
8507 (gdb-same-frame): Reverse initial value.
8508 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
8509
8510 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
8511 gdb-speedbar-timer-fn.
8512
8513 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8514
8515 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
8516
8517 2008-04-29 Daiki Ueno <ueno@unixuser.org>
8518
8519 * epa.el (epa-key-list-mode-map): Add menu.
8520 (epa-delete-keys, epa-import-keys): Fix typo.
8521
8522 2008-04-29 Glenn Morris <rgm@gnu.org>
8523
8524 * find-cmd.el (top-level): Does not need cl when compiling.
8525
8526 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
8527
8528 * find-cmd.el: New file.
8529
8530 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8531
8532 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
8533 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
8534 (completion-pcm--hilit-commonality): New function.
8535 (completion-pcm-all-completions): Use it.
8536
8537 * minibuffer.el (completion-common-substring): Mark obsolete.
8538 (completions-first-difference, completions-common-part):
8539 Move from simple.el.
8540 (completion-hilit-commonality): New fun.
8541 (display-completion-list, completion-emacs21-all-completions)
8542 (completion-emacs22-all-completions): Use it.
8543 * simple.el (completions-first-difference, completions-common-part):
8544 Move to minibuffer.el.
8545 (choose-completion-string): Use field functions and minibufferp.
8546 (completion-setup-function): Don't set completions faces.
8547
8548 2008-04-29 Glenn Morris <rgm@gnu.org>
8549
8550 * calendar/calendar.el (calendar-nth-named-absday)
8551 (calendar-nth-named-day):
8552 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
8553 * calendar/holidays.el (holiday-float): Doc fixes.
8554
8555 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
8556 the `full' case.
8557
8558 * org/org-agenda.el (calendar-iso-from-absolute):
8559 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
8560 Fix declarations.
8561
8562 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
8563
8564 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
8565 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
8566 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
8567 (gdb-assembler-custom): Be careful not to match other addresses.
8568
8569 2008-04-29 Jason Rumney <jasonr@gnu.org>
8570
8571 * battery.el (battery-status-function): Use w32-battery-status
8572 on Windows.
8573 (battery-echo-area-format): Make apm format the general case.
8574 (battery-mode-line-format): Merge apm and pmset formats as the
8575 general case.
8576
8577 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
8578
8579 * progmodes/gdb-ui.el (gdb-info-stack-custom):
8580 Use gud-tool-bar-item-visible-no-fringe.
8581 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
8582 is already visible in frame. Remove optional size parameter
8583 and add optional frame parameter.
8584
8585 * progmodes/gud.el (gud-display-line): Only consider visible
8586 frames when looking for source buffer.
8587
8588 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
8589
8590 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
8591 argument to get-char-property, in case the current buffer hasn't
8592 been assigned to that window yet.
8593 (doc-view-display): Default to selected window if the current
8594 buffer hasn't been assigned to a window yet.
8595
8596 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
8597
8598 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
8599
8600 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
8601
8602 * net/tramp.el (tramp-mode): New defcustom.
8603 (tramp-file-name-handler, tramp-completion-file-name-handler):
8604 Use it.
8605 (tramp-replace-environment-variables): Handle "$$".
8606
8607 2008-04-28 Sam Steingold <sds@gnu.org>
8608
8609 * vc-hg.el (vc-hg-rename-file): Fix argument order.
8610
8611 2008-04-28 Bastien Guerry <bzg@altern.org>
8612
8613 * whitespace.el (whitespace-trailing): Fix typo.
8614
8615 2008-04-28 Sam Steingold <sds@gnu.org>
8616
8617 * textmodes/remember.el (diary-make-entry): Update the autoload.
8618
8619 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8620
8621 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
8622 all-completions.
8623
8624 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
8625
8626 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
8627
8628 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
8629
8630 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
8631 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
8632 (vc-dir-mark-file): Add an optional argument.
8633 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
8634
8635 2008-04-27 Daiki Ueno <ueno@unixuser.org>
8636
8637 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
8638 rather than obsolete alias find-file-hooks.
8639 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
8640 Use find-file-hook rather than obsolete alias find-file-hooks.
8641 Add to find-file-not-found-functions.
8642 (epa-file-handler): Put 'safe-magic and 'operations properties.
8643
8644 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
8645 (epa-menu-items): Remove.
8646
8647 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
8648 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
8649 (epa-dired-mode, epa-global-dired-mode): Remove.
8650
8651 * dired.el (dired-mode-map): Bind encryption/decryption commands.
8652
8653 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
8654
8655 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
8656
8657 2008-04-27 Glenn Morris <rgm@gnu.org>
8658
8659 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
8660 Remove un-needed local `orig-list'. Replace cl `copy-list'.
8661
8662 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
8663
8664 * org/org.el (org-html-level-start): Always have id's in HTML.
8665 (org-export-as-html): Use `org-link-protocols' to
8666 retrieve the export form of the link.
8667 (org-add-link-type): Final parameter renamed from PUBLISH.
8668 Better documentation of how it is to be used. Avoid double entries for
8669 the same link type.
8670 (org-add-link-props): New function.
8671 (org-modules-loaded): New variable.
8672 (org-load-modules-maybe, org-set-modules): New function.
8673 (org-modules): New option.
8674 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
8675 (orgtbl-mode, org-store-link, org-insert-link-global)
8676 (org-open-at-point): Call `org-load-modules-maybe'.
8677 (org-search-view): Add more text properties.
8678 (org-agenda-schedule, org-agenda-deadline): Allow also in
8679 search-type agendas.
8680 (org-search-view): Order of arguments has been changed.
8681 Interpret prefix-arg as TODO-ONLY.
8682 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
8683 Take new argument order of `org-search-view' into account.
8684 (org-todo-only): New variable.
8685 (org-search-syntax-table): New variable and function.
8686 (org-search-view): Do the search with the special syntax table.
8687 (define-obsolete-function-alias): Make work with XEmacs.
8688 (org-add-planning-info): Use old date as default when modifying an
8689 existing deadline or scheduled item.
8690 (org-agenda-compute-time-span): Make argument N optional.
8691 (org-agenda-format-date-aligned): Require `cal-iso'.
8692 (org-agenda-list): Include week into agenda heading, don't
8693 list it at each date (only on Mondays).
8694 (org-read-date-analyze): Define local variable `iso-date'.
8695 (org-agenda-format-date-aligned): Remove dependency on
8696 `calendar-time-from-absolute'.
8697 (org-remember-apply-template, org-go-to-remember-target):
8698 Interpret filenames relative to `org-directory'.
8699 (org-complete): Silently fail when trying to complete
8700 keywords that don't have a default value.
8701 (org-get-current-options): Add a #+DATE: option.
8702 (org-additional-option-like-keywords): Remove "DATE:" from the
8703 list of additional keywords.
8704 (org-export-as-html): Remove (current-time) as unnecessary second
8705 argument of `format-time-string'.
8706 (org-clock-find-position): Handle special case at end of buffer.
8707 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
8708 `org-agenda-change-time-span'.
8709 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
8710 `org-agenda-change-time-span'.
8711 (org-agenda-month-view): New argument MONTH, pass it on to
8712 `org-agenda-change-time-span'.
8713 (org-agenda-year-view): New argument YEAR, pass it on to
8714 `org-agenda-change-time-span'.
8715 (org-agenda-change-time-span): New optional argument N, pass it on
8716 to `org-agenda-compute-time-span'.
8717 (org-agenda-compute-time-span): New argument N, interpret it by
8718 changing the starting day.
8719 (org-small-year-to-year): New function.
8720 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
8721 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
8722 into the future, and that the shift is at least one interval, never 0.
8723 (org-update-checkbox-count): Fix bug with checkbox counting.
8724 (org-add-note): New command.
8725 (org-add-log-setup): Rename from `org-add-log-maybe'.
8726 (org-log-note-headings): New entry for plain notes (i.e. notes not
8727 related to state changes or clocking).
8728 (org-get-org-file): Check for availability of `remember-data-file'.
8729 (org-cached-entry-get): Allow a regexp value for
8730 `org-use-property-inheritance'.
8731 (org-use-property-inheritance): Allow regexp value. Fix bug in
8732 customization type.
8733 (org-use-tag-inheritance): Allow a list and a regexp value for
8734 this variable.
8735 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
8736 (org-entry-get): Respect value `selective' for the INHERIT argument.
8737 (org-tag-inherit-p, org-property-inherit-p): New functions.
8738 (org-agenda-format-date-aligned): Allow 10 characters for
8739 weekday, to accommodate German locale.
8740 (org-add-archive-files): New function.
8741 (org-agenda-files): New argument `ext', to get archive files as well.
8742 (org-tbl-menu): Protect the use of variables that
8743 are only available when org-table.el gets loaded.
8744 (org-read-agenda-file-list): Error if `org-agenda-files' is a
8745 single directory.
8746 (org-open-file): Allow a batch process to trigger
8747 waiting after executing a system command.
8748 (org-store-link): Link to headline when there is not
8749 target and no region in an org-mode buffer when creating a link.
8750 (org-link-types-re): New variable.
8751 (org-make-link-regexps): Compute `org-link-types-re'.
8752 (org-make-link-description-function): New option.
8753 (org-agenda-date, org-agenda-date-weekend): New faces.
8754 (org-archive-sibling-heading): New option.
8755 (org-archive-to-archive-sibling): New function.
8756 (org-iswitchb): New command.
8757 (org-buffer-list): New function.
8758 (org-agenda-columns): Also try the #+COLUMNS line in
8759 the buffer associated with the entry at point (or with the first
8760 entry in the agenda view).
8761 (org-modules): Add entry for org-bibtex.el.
8762 (org-completion-fallback-command): Move into `org-completion' group.
8763 (org-clock-heading-function): Move to `org-progress' group.
8764 (org-auto-repeat-maybe): Make sure that a note can
8765 be enforces if `org-log-repeat' is `note'.
8766 (org-modules): Allow additional symbols for external packages.
8767 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
8768 (org-clock-goto): Hide drawers after showing an
8769 entry with `org-clock-goto'.
8770 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
8771 Try also a clocktable block shift.
8772 (org-clocktable-try-shift): New function.
8773 (org-columns-hscoll-title): New function.
8774 (org-columns-previous-hscroll): New variable.
8775 (org-columns-full-header-line-format): New variable.
8776 (org-columns-display-here-title, org-columns-remove-overlays):
8777 Install `org-columns-hscoll-title' in post-command-hook.
8778
8779 * org/org.el: Split into many small files.
8780
8781 * org/org-agenda.el: New file, split off from org.el.
8782
8783 * org/org-archive.el: New file, split off from org.el.
8784
8785 * org/org-bbdb.el: New file.
8786
8787 * org/org-bibtex.el: New file, split off from org.el.
8788
8789 * org/org-clock.el: New file, split off from org.el.
8790
8791 * org/org-colview.el: New file, split off from org.el.
8792
8793 * org/org-compat.el: New file, split off from org.el.
8794
8795 * org/org-exp.el: New file, split off from org.el.
8796
8797 * org/org-faces.el: New file, split off from org.el.
8798
8799 * org/org-gnus.el: New file, split off from org.el.
8800
8801 * org/org-info.el: New file, split off from org.el.
8802
8803 * org/org-infojs.el: New file.
8804
8805 * org/org-irc.el: New file.
8806
8807 * org/org-macs.el: New file, split off from org.el.
8808
8809 * org/org-mew.el: New file.
8810
8811 * org/org-mhe.el: New file, split off from org.el.
8812
8813 * org/org-publish.el: New file, split off from org.el.
8814
8815 * org/org-remember.el: New file, split off from org.el.
8816
8817 * org/org-rmail.el: New file, split off from org.el.
8818
8819 * org/org-table.el: New file, split off from org.el.
8820
8821 * org/org-vm.el: New file, split off from org.el.
8822
8823 * org/org-wl.el: New file, split off from org.el.
8824
8825 2008-04-27 Jason Riedy <jason@acm.org>
8826
8827 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
8828 parameter that suppresses lines that evaluate to NIL.
8829 (orgtbl-get-fmt): New inline function for
8830 picking apart formats that may be lists.
8831 (orgtbl-apply-fmt): New inline function for applying formats that
8832 may be functions.
8833 (orgtbl-eval-str): New inline function for strings that may be
8834 functions.
8835 (orgtbl-format-line, orgtbl-to-generic): Use and document.
8836 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
8837 (*orgtbl-llfmt*, *orgtbl-llstart*)
8838 (*orgtbl-llend*): Dynamic variables for last-line formatting.
8839 (orgtbl-format-section): Shift formatting to support detecting the
8840 last line and formatting it specially.
8841 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
8842 formats unless overridden.
8843 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
8844 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
8845 bound variables to hold the input collection of lines and output
8846 formatted text.
8847 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
8848 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
8849 format parameters.
8850 (orgtbl-format-line): New function encapsulating formatting for a
8851 single line.
8852 (orgtbl-format-section): Similar for each section. Rebinding the
8853 dynamic vars customizes the formatting for each section.
8854 (orgtbl-to-generic): Use orgtbl-format-line and
8855 orgtbl-format-section.
8856 (org-get-param): Now unused, so delete.
8857 (orgtbl-gather-send-defs): New function to
8858 gather all the SEND definitions before a table.
8859 (orgtbl-send-replace-tbl): New function to find the RECEIVE
8860 corresponding to the current name.
8861 (orgtbl-send-table): Use the previous two functions and implement
8862 multiple destinations for each table.
8863
8864 * doc/org.texi (A LaTeX example): Note that fmt may be a
8865 one-argument function, and efmt may be a two-argument function.
8866 (Radio tables): Document multiple destinations.
8867
8868 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
8869
8870 * org/org-agenda.el (org-add-to-diary-list): New function.
8871 (org-prefix-has-effort): New variable.
8872 (org-sort-agenda-noeffort-is-high): New option.
8873 (org-agenda-columns-show-summaries)
8874 (org-agenda-columns-compute-summary-properties): New options.
8875 (org-format-agenda-item): Compute the duration of the item.
8876 (org-agenda-weekend-days): New variable.
8877 (org-agenda-list, org-timeline): Use the proper faces for dates in
8878 the agenda and timeline buffers.
8879 (org-agenda-archive-to-archive-sibling): New command.
8880 (org-agenda-start-with-clockreport-mode): New option.
8881 (org-agenda-clockreport-parameter-plist): New option.
8882 (org-agenda-clocktable-mode): New variable.
8883 (org-agenda-deadline-leaders): Allow a function value for the
8884 deadline leader.
8885 (org-agenda-get-deadlines): Deal with new function value.
8886
8887 * org/org-clock.el (org-clock): New customization group.
8888 (org-clock-into-drawer, org-clock-out-when-done)
8889 (org-clock-in-switch-to-state, org-clock-heading-function):
8890 Move into the new group.
8891 (org-clock-out-remove-zero-time-clocks): New option.
8892 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
8893 (org-dblock-write:clocktable): Allow a Lisp form for the scope
8894 parameter.
8895 (org-dblock-write:clocktable): Fix bug with total time calculation.
8896 (org-dblock-write:clocktable): Request the unrestricted list of files.
8897 (org-get-clocktable): New function.
8898 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
8899 be strings but also integers (an absolute day number) and lists (m d y).
8900
8901 * org/org-colview.el (org-columns-next-allowed-value)
8902 (org-columns-edit-value): Limit the effort for updating in the
8903 agenda to recomputing a single file.
8904 (org-columns-compute): Only write property value if it has changed.
8905 This avoids raising the buffer-change-flag unnecessarily.
8906 (org-agenda-colview-summarize)
8907 (org-agenda-colview-compute): New functions.
8908 (org-agenda-columns): Call `org-agenda-colview-summarize'.
8909
8910 * org/org-exp.el (org-export-run-in-background): New option.
8911 (org-export-icalendar): Allow a batch process to trigger waiting
8912 after executing a system command.
8913 (org-export-preprocess-string): Rename from
8914 `org-cleaned-string-for-export'.
8915 (org-export-html-style): Made target class look like normal text.
8916 (org-export-as-html): Make use of the better preprocessing in
8917 `org-cleaned-string-for-export'.
8918 (org-cleaned-string-for-export): Better treatment of heuristic
8919 targets, many more internal links will now work in HTML export.
8920 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
8921 (org-export-inbuffer-options-extra): New variable.
8922 (org-export-options-filters): New hook.
8923 (org-infile-export-plist): Find also the settings keywords in
8924 `org-export-inbuffer-options-extra'.
8925 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
8926 multiple #+INFOJS_OPT lines.
8927 (org-export-html-handle-js-options): New function.
8928 (org-export-html-infojs-setup): New option.
8929 (org-export-as-html): Call `org-export-html-handle-js-options'.
8930 Add autoload to all entry points.
8931 (org-skip-comments): Function removed.
8932
8933 * org/org-table.el (org-table-make-reference): Extra parenthesis
8934 around single fields, to make sure that algebraic formulas get
8935 correctly interpreted by calc.
8936 (org-table-current-column): No longer interactive.
8937
8938 * org/org-export-latex.el (org-export-latex-preprocess):
8939 Rename from `org-export-latex-cleaned-string'.
8940
8941 2008-04-27 Bastien Guerry <bzg@altern.org>
8942
8943 * org/org-publish.el (org-publish-get-base-files-1): New function.
8944 (org-publish-get-base-files): Use it.
8945 (org-publish-temp-files): New variable.
8946 Don't require 'dired-aux anymore.
8947 (org-publish-initial-buffer): New variable.
8948 (org-publish-org-to, org-publish): Use it.
8949 (org-publish-get-base-files-1): Bug fix: get
8950 the proper list of files when recursing thru a directory.
8951 (org-publish-get-base-files): Use the :exclude property to skip
8952 both files and directories.
8953
8954 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
8955
8956 * net/tramp.el (tramp-handle-make-symbolic-link)
8957 (tramp-handle-file-name-directory)
8958 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
8959 (tramp-do-copy-or-rename-file-directly)
8960 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
8961 (tramp-handle-substitute-in-file-name)
8962 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8963 * net/tramp-cache.el (tramp-get-file-property)
8964 (tramp-set-file-property, tramp-flush-file-property)
8965 (tramp-flush-directory-property)
8966 * net/tramp-compat.el (tramp-compat-make-temp-file)
8967 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
8968 Disable `file-name-handler-alist' when handling localname.
8969 It could have a remote file syntax, like a VMS file name.
8970
8971 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8972
8973 * whitespace.el: New version 11.1.
8974 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
8975 enclosed by \\( and \\)$. Docstring fix.
8976 (whitespace-trailing-regexp): Fun removed.
8977 (whitespace-report-list): Const initialization fix.
8978 (whitespace-color-on): Code fix.
8979
8980 2008-04-27 Andreas Schwab <schwab@suse.de>
8981
8982 * Makefile.el: Unbreak bootstrap.
8983
8984 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
8985
8986 * net/tramp.el (tramp-replace-environment-variables): New defun.
8987 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
8988 Use it.
8989
8990 2008-04-27 Glenn Morris <rgm@gnu.org>
8991
8992 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
8993
8994 * calculator.el (calculator-expt): Replace cl function `oddp'.
8995
8996 2008-04-27 Johan Bockgård <bojohan@gnu.org>
8997
8998 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8999 Simplify. Collect `defun' and `autoload' entries.
9000 Avoid modifying load-history.
9001
9002 2008-04-26 Glenn Morris <rgm@gnu.org>
9003
9004 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
9005
9006 * simple.el (quoted-insert, zap-to-char): Revert previous change.
9007
9008 2008-04-26 John Paul Wallington <jpw@pobox.com>
9009
9010 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
9011 `hexl-mode-old-eldoc-documentation-function'.
9012 (hexl-mode-exit): Restore it.
9013 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
9014
9015 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
9016
9017 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
9018
9019 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
9020 (completion-pcm--all-completions): Doc fix.
9021 (completion-styles-alist, completion-all-completions):
9022 Fix typos in docstrings.
9023
9024 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9025
9026 * whitespace.el: There is now only one variable (whitespace-style) to
9027 specify which kind of blank is visualized. Doc and docstring fix.
9028 New version 11.0.
9029 (whitespace-style): New option, replace whitespace-style-mark and
9030 whitespace-style-color.
9031 (whitespace-style-mark, whitespace-style-color): Options removed.
9032 (whitespace-hspace, whitespace-tab, whitespace-newline)
9033 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9034 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9035 (whitespace-hspace-regexp, whitespace-space-regexp)
9036 (whitespace-tab-regexp, whitespace-trailing-regexp)
9037 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9038 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9039 (whitespace-space-after-tab-regexp, whitespace-line-column)
9040 (whitespace-display-mappings, whitespace-report): Docstring fix.
9041 (whitespace-color-value-list, whitespace-mark-value-list)
9042 (whitespace-active-color, whitespace-active-mark)
9043 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
9044 (whitespace-style-value-list, whitespace-active-style)
9045 (whitespace-toggle-style): New vars.
9046 (whitespace-toggle-option-alist, whitespace-help-text):
9047 Var initialization and docstring fix.
9048 (whitespace-toggle-options, global-whitespace-toggle-options)
9049 (whitespace-cleanup, whitespace-cleanup-region)
9050 (whitespace-report-region, whitespace-interactive-char)
9051 (whitespace-toggle-list): Docstring and code fix.
9052 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
9053 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
9054 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
9055 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
9056
9057 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9058
9059 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
9060 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
9061 (diff-sanity-check-hunk): Adjust code accordingly.
9062
9063 2008-04-26 Glenn Morris <rgm@gnu.org>
9064
9065 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
9066
9067 * forms-d2.dat: Move to ../etc.
9068 * forms-d2.el (forms-file): Adapt for above change.
9069
9070 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
9071 `translation-table-for-input'.
9072
9073 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
9074 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
9075
9076 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
9077 to punctuation now it's not needed for abbrevs.
9078 (fortran-mode-abbrev-table): Remove defvar, make use of new
9079 define-abbrev-table :regexp feature.
9080
9081 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
9082 insert, now that translation-table-for-input is not needed.
9083
9084 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
9085
9086 * emacs-lisp/pp.el (pp-display-expression): New function,
9087 extracted from pp-eval-expression.
9088 (pp-eval-expression): Use pp-display-expression.
9089 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
9090 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
9091 (pp-eval-last-sexp): Use pp-last-sexp.
9092
9093 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9094
9095 * abbrev.el (define-abbrev-table): Apply props even if the table
9096 exists already.
9097
9098 * minibuffer.el (completion-table-with-context): Fix `pred' for the
9099 various kinds of completion tables.
9100 (completion-emacs22-try-completion): Place cursor after the /, as was
9101 done in Emacs-22's minibuffer-complete-word.
9102 Fix bug reported by David Hansen <david.hansen@gmx.net>.
9103 (completion-emacs22-try-completion): Merge all mergeable text rather
9104 than just /.
9105 (completion-pcm--delim-wild-regex): New var.
9106 (completion-pcm-word-delimiters): New custom.
9107 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
9108 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
9109 (completion-pcm--all-completions, completion-pcm-all-completions)
9110 (completion-pcm--merge-completions, completion-pcm--pattern->string)
9111 (completion-pcm-try-completion): New functions.
9112 (completion-styles-alist): Add them.
9113 (completion-styles): Add it to the default.
9114
9115 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
9116
9117 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
9118 (gdb-var-create-handler): ...until here when there are values.
9119 (gdb-post-prompt): Don't do -var-update with no watch expressions.
9120 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
9121
9122 2008-04-25 Eli Zaretskii <eliz@gnu.org>
9123
9124 * ls-lisp.el (ls-lisp-format): Fix last change.
9125 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
9126 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
9127 (ls-lisp-filesize-f-fmt): New defvars.
9128 (ls-lisp-insert-directory): Dynamically compute format specifiers
9129 for displaying UID, GID, and file size, and store them in the
9130 above variables.
9131 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
9132 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
9133 instead of constant format strings.
9134 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
9135 ls-lisp-filesize-d-fmt instead of constant format strings.
9136
9137 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
9138
9139 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
9140 value of addresses rather than (partial) string value.
9141 (gdb-frame-handler): Change regexp according to above change.
9142 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9143 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
9144 (gdb-assembler-mode): Disable undo in these buffers.
9145
9146 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
9147
9148 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
9149 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
9150
9151 2008-04-24 Sam Steingold <sds@gnu.org>
9152
9153 * textmodes/remember.el (remember-diary-extract-entries): Use
9154 diary-make-entry instead of the obsolete make-diary-entry.
9155
9156 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9157
9158 * subr.el (translation-table-for-input): Mark as obsolete.
9159
9160 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
9161
9162 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
9163
9164 * textmodes/ispell.el (ispell-dictionary-alist-1)
9165 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
9166 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
9167 (ispell-dictionary-alist-6): Remove.
9168 (ispell-dictionary-base-alist): New var, merges the above.
9169 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
9170 Use it.
9171 (ispell-dictionary-alist): Default to nil. Remove autoload.
9172 (ispell-local-dictionary-alist): Remove autoload.
9173
9174 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
9175 (f90-mode-abbrev-table): Use the new :regexp feature.
9176 Merge defvar and mapc into define-abbrev-table.
9177 (f90-imenu-type-matcher): Remove unused `l'.
9178 (f90-imenu-generic-expression): Remove unused `not-ib'.
9179 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
9180 (f90-change-keywords): Use restore-buffer-modified-p.
9181
9182 2008-04-24 Glenn Morris <rgm@gnu.org>
9183
9184 * net/goto-addr.el (goto-address-prog-mode):
9185 * progmodes/bug-reference.el (bug-reference-prog-mode):
9186 Define for compiler.
9187
9188 * minibuffer.el (x-file-dialog): Declare as function.
9189
9190 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
9191 dframe-update-speed rather than obsolete alias speedbar-update-speed.
9192
9193 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
9194 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
9195 work with easymenu. Add :keys where needed.
9196
9197 * calendar/cal-move.el (calendar-scroll-left): Handle case when
9198 event-start is nil.
9199
9200 * calendar/calendar.el (calendar-mode-map): Fix typo.
9201
9202 2008-04-24 Tom Tromey <tromey@redhat.com>
9203
9204 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9205 Document keywords. Add :suppress.
9206 * pcvs-defs.el (cvs-mode-map): Use :suppress.
9207
9208 * net/goto-addr.el (goto-address-unfontify): New function.
9209 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
9210 (goto-address-fontify-region, goto-address-mode)
9211 (goto-address-prog-mode): New functions.
9212
9213 * progmodes/bug-reference.el: New file.
9214
9215 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9216
9217 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
9218
9219 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9220
9221 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
9222 macros within lambdas.
9223
9224 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9225
9226 * minibuffer.el (completion-try-completion): Add `point' argument.
9227 Change return value.
9228 (completion-all-completions): Add `point' argument.
9229 (minibuffer-completion-help): Pass the new `point' argument.
9230 (completion--do-completion): Pass the whole field to try-completion.
9231 (completion--try-word-completion): Rewrite, making fewer assumptions.
9232 (completion-emacs21-try-completion, completion-emacs21-all-completions)
9233 (completion-emacs22-try-completion, completion-emacs22-all-completions)
9234 (completion-basic-try-completion, completion-basic-all-completions):
9235 New functions.
9236 (completion-styles-alist): Use them.
9237
9238 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
9239
9240 * textmodes/ispell.el (ispell-set-spellchecker-params):
9241 New function to make sure right params and dictionary alists are used
9242 after spellchecker changes.
9243 (ispell-aspell-dictionary-alist, ispell-last-program-name)
9244 (ispell-initialize-spellchecker-hook): New variables and hook.
9245 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
9246 (ispell-maybe-find-aspell-dictionaries): Remove.
9247 Calls replaced by (ispell-set-spellchecker-params) calls.
9248 (ispell-have-aspell-dictionaries): Remove.
9249
9250 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
9251 by ispell-set-spellchecker-params.
9252
9253 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9254
9255 * complete.el (PC-do-completion): Be more robust in the presence of
9256 unexpected values in minibuffer-completion-predicate.
9257
9258 * minibuffer.el (read-file-name): Don't let-bind default-directory.
9259 Only abbreviate default-filename if it's a file.
9260
9261 * minibuffer.el (read-file-name-function, read-file-name-predicate)
9262 (read-file-name-completion-ignore-case, insert-default-directory):
9263 New vars, moved from fileio.c.
9264 (read-file-name): New fun, moved from fileio.c.
9265 * cus-start.el: Remove insert-default-directory and
9266 read-file-name-completion-ignore-case.
9267
9268 2008-04-23 Magnus Henoch <mange@freemail.hu>
9269
9270 * tar-mode.el (tar-untar-buffer): If the entry has directory
9271 link type, extract it as a directory even if its file name doesn't
9272 end with a slash. Fixes extraction of NetBSD tar archives.
9273
9274 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9275
9276 * server.el (server-start): Also don't get confused by CRs since we
9277 don't quote them.
9278
9279 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
9280
9281 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
9282 (gdb-set-gud-minor-mode-existing-buffers)
9283 (gdb-info-breakpoints-custom, gdb-get-location)
9284 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9285 Previously gdb-create-define-alist wasn't always run and added to
9286 after-save-hook.
9287
9288 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
9289
9290 2008-04-23 Kevin Ryde <user42@zip.com.au>
9291
9292 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
9293 comments like unindented ones.
9294
9295 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9296
9297 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
9298 parameter origins.
9299
9300 2008-04-23 Kevin Ryde <user42@zip.com.au>
9301
9302 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9303 Bind print-level to ensure output forms aren't truncated if
9304 print-level is set to eval-expression-print-level when going via
9305 eval-defun and friends, or has been otherwise fiddled with.
9306
9307 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9308
9309 * progmodes/cc-mode.el (c-basic-common-init): Don't set
9310 font-lock-extend-after-change-region-function globally.
9311
9312 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
9313
9314 * speedbar.el (speedbar-use-tool-tips-flag)
9315 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
9316 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
9317 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
9318 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
9319 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
9320 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
9321 (speedbar-separator-face): Fix typos in docstrings.
9322 (speedbar-stealthy-function-list, speedbar-verbosity-level)
9323 (speedbar-supported-extension-expressions, speedbar-update-current-file)
9324 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
9325 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
9326 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
9327 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
9328 (speedbar-check-vc-this-line, speedbar-files-line-directory)
9329 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9330 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
9331 (speedbar-recenter): Doc fixes.
9332 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
9333 declaration and remove redundant info in docstring.
9334
9335 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
9336
9337 * vc-git.el (vc-git-status-printer): Deal with directories.
9338
9339 * vc.el (vc-next-action): Look at more than the first file to
9340 determine the state.
9341
9342 2008-04-23 Glenn Morris <rgm@gnu.org>
9343
9344 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
9345 timers. Doc fix.
9346 (dframe-update-speed): Drop support for XEmacs < 20.
9347 (dframe-frame-mode): Drop support for Emacs < 20.
9348 (dframe-set-timer-internal): Drop support for Emacs without timers.
9349 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
9350
9351 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
9352 versions. Add doc-string. Mark as obsolete.
9353
9354 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
9355
9356 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
9357 rather than using an Emacs version test.
9358
9359 * tree-widget.el (tree-widget-image-enable): Use display-images-p
9360 rather than an Emacs version test.
9361
9362 * calendar/cal-china.el (holiday-chinese-qingming)
9363 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
9364 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
9365 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
9366
9367 * calendar/cal-islam.el (holiday-islamic): Doc fix.
9368
9369 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
9370 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
9371 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9372
9373 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
9374
9375 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
9376 (gdb-previous-frame-pc-address): ...to this.
9377 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
9378 of "info frame" with Gdb 6.4+.
9379 (gdb-stack-list-frames-regexp): New regexp.
9380 (gdb-frame-handler-1): Parse output of -stack-info-frame.
9381
9382 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
9383
9384 * tar-mode.el (tar-prefix-offset): New constant.
9385 (tar-header-block-tokenize): Support paths with long names
9386 which use the "ustar" standard.
9387
9388 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
9389
9390 * image-dired.el (image-dired-track-original-file)
9391 (image-dired-modify-mark-on-thumb-original-file):
9392 Use `dired-goto-file' instead of `search-forward'. This solves
9393 a bug with finding files where the file name is a subset of other
9394 file names. Doc fix.
9395
9396 2008-04-22 Juri Linkov <juri@jurta.org>
9397
9398 * menu-bar.el (buffers-menu-max-size): Move its definition down to
9399 the "Buffers Menu" section. Change group name `mouse' to `menu'.
9400 (yank-menu-length): Change group name `mouse' to `menu'.
9401 (buffers-menu-buffer-name-length): New user option.
9402 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
9403 instead of the hard-coded number 27.
9404
9405 2008-04-22 Juri Linkov <juri@jurta.org>
9406
9407 * isearch.el (eval-when-compile): Require `help-macro'.
9408 (isearch-help-for-help-internal): Isearch specific Help screen
9409 created by `make-help-screen'.
9410 (isearch-help-map): New variable that binds "b", "k", "m" to
9411 isearch-specific commands, and binds other keys to
9412 isearch-other-control-char, thus allowing other Help keys to
9413 exit isearch mode and execute their global definitions.
9414 (isearch-help-for-help, isearch-describe-bindings)
9415 (isearch-describe-key, isearch-describe-mode): New commands.
9416 (isearch-mode-help): Define alias to isearch-describe-mode
9417 and remove its old function definition.
9418 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
9419 Remove old comments because this issue is settled now.
9420 (isearch-forward): Describe three new Help commands in the docstring.
9421 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
9422 leave the single sentence at the first line of the docstring,
9423 and prepend the word "function" before `isearch-forward'
9424 to make the Help link to the function instead of variable.
9425
9426 2008-04-22 Juri Linkov <juri@jurta.org>
9427
9428 * isearch.el (isearch-success-function): New variable with default
9429 to `isearch-success-function-default'.
9430 (isearch-search): Call a function from `isearch-success-function'
9431 instead of calling the hard-coded `isearch-range-invisible'.
9432 (isearch-success-function-default): New function that calls
9433 `isearch-range-invisible' and inverts its return value.
9434
9435 * info.el (Info-search): In two similar places that skip
9436 undesired search matches move code to Info-search-success-function,
9437 and call `isearch-success-function' instead.
9438 (Info-search-success-function): New function copied from code
9439 in Info-search. Replace isearch-range-invisible with
9440 text-property-not-all that checks for 'invisible and 'display
9441 properties to skip partially invisible matches (whose display
9442 properties were set by Info-fontify-node).
9443 (Info-mode): Set buffer-local isearch-success-function
9444 to Info-search-success-function.
9445
9446 2008-04-22 Juri Linkov <juri@jurta.org>
9447
9448 * minibuffer.el (internal-complete-buffer-except): New function.
9449
9450 * files.el (read-buffer-to-switch): New function.
9451 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9452 Change interactive spec to call read-buffer-to-switch instead of
9453 using the letter "B".
9454
9455 * simple.el (minibuffer-default-add-shell-commands): New function.
9456 Use declare-function for mailcap-file-default-commands from "mailcap".
9457 (shell-command): Set local minibuffer-default-add-function to
9458 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
9459 before calling read-shell-command. Set 4th arg default-value of
9460 read-shell-command to relative buffer-file-name in file buffers.
9461
9462 * dired-aux.el (dired-read-shell-command-default): Move it to
9463 gnus/mailcap.el and change its name to more general name
9464 mailcap-file-default-commands.
9465 (minibuffer-default-add-dired-shell-commands): New function.
9466 Use declare-function for mailcap-file-default-commands from "mailcap".
9467 (dired-read-shell-command): Set local minibuffer-default-add-function
9468 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
9469 before calling read-shell-command. Remove dired-read-shell-command-default
9470 from the default value arg because default values are not set in
9471 minibuffer-default-add-dired-shell-commands. Doc fix.
9472
9473 * dired-x.el (dired-smart-shell-command): Sync arguments and
9474 interactive spec with changes in `shell-command'.
9475 Use dired-get-filename to get the dired file name at point
9476 as the default value in dired mode.
9477
9478 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
9479
9480 * info.el (Info-complete-menu-item): Add missing parenthesis.
9481
9482 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9483
9484 * info.el (Info-complete-menu-item): Save point.
9485
9486 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
9487
9488 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
9489
9490 2008-04-22 Andreas Schwab <schwab@suse.de>
9491
9492 * Makefile.in (emacs-deps): Define.
9493 Use it instead of $(lisp)/subdirs.el.
9494
9495 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
9496
9497 * vc.el (vc-next-action): Do not consider directories when
9498 checking for state compatibility.
9499 (vc-transfer-file): Use when not if.
9500 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
9501 (vc-dir-mark-file): Use them.
9502 (vc-deduce-fileset): Also return the backend.
9503 (vc-diff-internal): Take as argument the value returned by
9504 vc-deduce-fileset instead of just the fileset.
9505 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
9506 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
9507 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
9508
9509 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
9510
9511 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
9512 set-window-vscroll but image-scroll-down. Fixes a bug where a
9513 command following SPC scrolled up again.
9514
9515 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
9516
9517 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
9518 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
9519 (gud-watch): Add "$" prefix when in registers buffer.
9520
9521 2008-04-22 Glenn Morris <rgm@gnu.org>
9522
9523 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
9524
9525 * whitespace.el (whitespace-display-table)
9526 (whitespace-display-table-was-local): Move definitions before use.
9527
9528 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
9529 (copyright-limit): Respect copyright-at-end-flag.
9530 (copyright-re-search, copyright-start-point)
9531 (copyright-offset-too-large-p): New functions.
9532 (copyright-update-year): Use copyright-re-search.
9533 (copyright-update, copyright-fix-years): Use copyright-start-point,
9534 and copyright-re-search.
9535 (copyright): Use copyright-offset-too-large-p.
9536 * add-log.el (change-log-mode): Set copyright-at-end-flag.
9537
9538 * add-log.el (top-level): Require 'cl when compiling.
9539
9540 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9541
9542 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
9543 Treat minibuffer-completion-predicate as a predicate.
9544
9545 * minibuffer.el (completion--file-name-table): Accept both the old
9546 `dir' arg or the new `pred' arg.
9547
9548 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
9549 `predicate' argument to pass non-predicate data.
9550 (ffap-read-url-internal, ffap-read-file-or-url-internal):
9551 Use second arg as proper predicate.
9552
9553 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
9554 (vc-bzr-revision-completion-table): Use completion-table-with-context
9555 instead.
9556
9557 * simple.el (choose-completion-string): Use minibuffer-completion-table.
9558
9559 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
9560
9561 * term.el (term-emulate-terminal): Perform redisplay after the
9562 process filter has finished running.
9563
9564 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9565
9566 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
9567
9568 * minibuffer.el (completion-try-completion): Change magic symbol
9569 property name. Rename from minibuffer-try-completion.
9570 (completion-all-completions): Rename from minibuffer-all-completions.
9571 Remove hide-spaces argument.
9572 (completion--do-completion): Rename from minibuffer--do-completion.
9573 (minibuffer-complete-and-exit): Call just try-completion rather than
9574 completion-try-completion to fix up the case.
9575 (completion--try-word-completion): Try to add space or hyphen before
9576 making `string' a prefix of `completion'.
9577 (completion--insert-strings): Rename from minibuffer--insert-strings.
9578
9579 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9580
9581 * net/tls.el (tls-program): Add -ign_eof argument to call the
9582 openssl commands.
9583 (tls-checktrust): Ditto.
9584
9585 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
9586
9587 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
9588
9589 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
9590 (vc-check-master-templates, vc-file-not-found-hook)
9591 (vc-kill-buffer-hook):
9592 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
9593 (vc-find-position-by-context, vc-buffer-context)
9594 (vc-restore-buffer-context, vc-responsible-backend)
9595 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
9596 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
9597 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
9598 (vc-version-diff, vc-diff, vc-insert-headers)
9599 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
9600 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
9601 (vc-revert, vc-rollback, vc-version-backup-file)
9602 (vc-rename-master, vc-delete-file, vc-rename-file)
9603 (vc-branch-part, vc-default-retrieve-snapshot)
9604 (vc-annotate-display-autoscale, vc-annotate-display-select)
9605 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
9606 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
9607 (vc-dir-update): Handle directories.
9608 (vc-default-status-printer): Simplify.
9609
9610 * progmodes/asm-mode.el (asm-mode-map):
9611 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
9612
9613 * progmodes/m4-mode.el (m4-mode-map): Add menu.
9614
9615 2008-04-21 Kenichi Handa <handa@m17n.org>
9616
9617 * select.el (xselect-convert-to-string): Send a C_STRING only if
9618 the polymorphic target TEXT is requested.
9619
9620 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
9621
9622 * minibuffer.el (completion-setup-hook, display-completion-list)
9623 (completion--file-name-table): Fix typos in docstrings.
9624 (completion-table-dynamic): Fix typo, and reflow docstring.
9625
9626 2008-04-20 Andreas Schwab <schwab@suse.de>
9627
9628 * server.el (server-switch-buffer): Also consider clients in the
9629 selected frame.
9630
9631 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
9632
9633 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
9634 Select window clicked on first.
9635 (gdb): Display thread number in mode-line.
9636 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
9637 (gdb-breakpoints-header): New variable.
9638 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
9639
9640 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9641
9642 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
9643 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
9644 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
9645 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
9646 (vc-sccs-print-log): Use it.
9647
9648 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
9649
9650 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
9651 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
9652
9653 * tooltip.el (tooltip-previous-message): New var.
9654 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
9655 the C code (avoid overwriting a minibuffer, restore previous echo
9656 message, ...).
9657 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
9658 Simplify.
9659
9660 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
9661
9662 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
9663 (gdb-init-1): Initialise it.
9664 (gdb-annotation-rules): New entry for "new-thread".
9665 (gdb-thread-identification): New function to customize
9666 mode-line-buffer-identification.
9667 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
9668 (gdb-assembler-mode): Use it.
9669 (gdb-threads-mode): Force "info threads" onto queue.
9670
9671 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9672
9673 * files.el (locate-file-completion-table): Rename from
9674 locate-file-completion and make it use `pred' in the normal way.
9675 (locate-file-completion): New compatibility wrapper.
9676 (load-library): Use locate-file-completion-table.
9677 * finder.el (finder-commentary):
9678 * subr.el (locate-library):
9679 * emacs-lisp/find-func.el (find-library): Likewise.
9680 * info.el: Use with-current-buffer and inhibit-read-only.
9681 (Info-read-node-name-2): Change to use `predicate' in the normal way.
9682 (Info-read-node-name-1): Adjust uses accordingly.
9683
9684 * minibuffer.el (completion-table-with-context): Add support for `pred'.
9685 (completion-table-with-terminator): Don't use complete-with-action
9686 since we have to distinguish all three cases anyway.
9687 (completion-table-with-predicate): New function.
9688 (dynamic-completion-table): Add obsolete alias.
9689
9690 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
9691
9692 2008-04-18 Sam Steingold <sds@gnu.org>
9693
9694 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
9695 Use quit-window instead of bury-buffer.
9696
9697 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9698
9699 * minibuffer.el (completion-table-with-terminator): Fix last fix.
9700
9701 2008-04-18 Andreas Schwab <schwab@suse.de>
9702
9703 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
9704 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
9705 Depend on $(lisp)/subdirs.el.
9706
9707 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
9708
9709 * descr-text.el (describe-char-after):
9710 Use `define-obsolete-function-alias'.
9711
9712 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
9713
9714 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
9715
9716 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
9717 Remove redundant obsolescence info in docstring.
9718
9719 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
9720 (vc-header-alist): Add WHEN to obsolescence declaration.
9721 (vc-state): Fix typo in docstring.
9722
9723 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
9724 Use `define-obsolete-variable-alias'.
9725
9726 * emulation/tpu-edt.el (tpu-have-ispell):
9727 * international/codepage.el (codepage-setup):
9728 Fix typo in obsolescence declaration.
9729
9730 * international/mule.el (char-coding-system-table):
9731 Remove redundant obsolescence info in docstring.
9732 (charset-list, generic-char-p, set-char-table-default):
9733 Fix typos in obsolescence declarations.
9734
9735 * international/mule-diag.el (non-iso-charset-alist):
9736 Fix typo in obsolescence declaration.
9737 (decode-codepage-char): Remove redundant obsolescence info in docstring.
9738
9739 * font-core.el (font-lock-defaults-alist):
9740 * font-lock.el (font-lock-reference-face):
9741 * frame.el (screen-height, screen-width, set-screen-width)
9742 (set-screen-height):
9743 * hilit-chg.el (highlight-changes-initial-state):
9744 * isearch.el (isearch-return-char):
9745 * log-edit.el (cvs-commit-buffer-require-final-newline)
9746 (cvs-changelog-full-paragraphs):
9747 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
9748 (mouse-popup-menubar-stuff):
9749 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
9750 (mouse-wheel-click-button):
9751 * outline.el (outline-visible):
9752 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
9753 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
9754 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
9755 * progmodes/compile.el (compile-internal):
9756 Add WHEN to obsolescence declarations.
9757
9758 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9759
9760 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
9761 is not better anyway.
9762
9763 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9764
9765 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
9766 properly.
9767
9768 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9769
9770 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
9771 (python-use-skeletons): Remove, unused.
9772 (python-skeletons): Remove. Use the abbrev table instead.
9773 (python-mode-abbrev-table): Fix regexp;
9774 add enable-function and case-fixed.
9775 (def-python-skeleton): Simplify.
9776 (python-expand-template): Use the abbrev-table and abbrev-insert.
9777 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
9778 Remove.
9779 (python-mode): Don't set pre-abbrev-expand-hook.
9780
9781 * skeleton.el: Set coding-tag.
9782
9783 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
9784 (expand-abbrev): Use it.
9785 (abbrev-table-menu): New function.
9786
9787 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
9788
9789 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
9790
9791 2008-04-17 Sam Steingold <sds@gnu.org>
9792
9793 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
9794 idiosyncratic bury-buffer/delete-window logic.
9795
9796 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
9797
9798 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
9799 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
9800
9801 2008-04-17 Kenichi Handa <handa@m17n.org>
9802
9803 * international/characters.el: Don't make the width of U+00AD to 0.
9804
9805 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
9806
9807 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
9808 (gdb, gdb-starting, gdb-frames-mode): Use it.
9809 (gdb-invalidate-frames): Advise to call "info stack" only if
9810 execution has occurred.
9811 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
9812 selected frame if no execution has occurred.
9813 (gdb-frames-force-update): New interactive function.
9814 (gdb-frames-mode-map): Bind it to "F".
9815
9816 2008-04-17 Michael Olson <mwolson@gnu.org>
9817
9818 * textmodes/remember.el (remember-version): Release Remember 2.0.
9819
9820 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
9821
9822 * textmodes/artist.el:
9823 * progmodes/vhdl-mode.el:
9824 * progmodes/verilog-mode.el:
9825 * progmodes/vera-mode.el:
9826 * progmodes/simula.el:
9827 * progmodes/ps-mode.el:
9828 * progmodes/cmacexp.el:
9829 * obsolete/hilit19.el:
9830 * emulation/viper.el:
9831 * ediff.el: Cleanup the bug-report email addresses and make sure the
9832 maintainer is still willing to handle bug reports.
9833
9834 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9835
9836 * vc.el (vc-dir-kill-query): Fix thinko.
9837
9838 2008-04-16 Glenn Morris <rgm@gnu.org>
9839
9840 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
9841 by diary-sexp-entry.
9842
9843 2008-04-16 Markus Triska <markus.triska@gmx.at>
9844
9845 * proced.el (proced-command-alist): Add support for darwin.
9846
9847 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9848
9849 * proced.el (proced-mode): Redefine as just the major-mode.
9850 (proced): Separate it from proced-mode.
9851
9852 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
9853
9854 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9855
9856 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
9857 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
9858 `tab-width' setting from user. New version 10.0. Doc and docstring
9859 fix.
9860 (whitespace-style, whitespace-chars): Remove options.
9861 (whitespace-style-mark): New option, replace whitespace-style deleted
9862 option. Fix docstring.
9863 (whitespace-style-color): New option, replace whitespace-chars deleted
9864 option. Fix docstring.
9865 (whitespace-space, whitespace-hspace, whitespace-tab)
9866 (whitespace-newline, whitespace-trailing, whitespace-line)
9867 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
9868 (whitespace-space-after-tab, whitespace-hspace-regexp)
9869 (whitespace-space-regexp, whitespace-tab-regexp)
9870 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9871 (whitespace-empty-at-eob-regexp, whitespace-line-column)
9872 (whitespace-toggle-option-alist): Fix docstring.
9873 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9874 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
9875 docstring and initialization.
9876 (global-whitespace-mode): Autoloaded global minor mode.
9877 (whitespace-chars-value-list, whitespace-style-value-list)
9878 (whitespace-active-chars, whitespace-active-style)
9879 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
9880 (whitespace-color-value-list): New var, replace
9881 whitespace-chars-value-list removed var.
9882 (whitespace-mark-value-list): New var, replace
9883 whitespace-style-value-list removed var.
9884 (whitespace-active-color): New var, replace whitespace-active-chars
9885 removed var.
9886 (whitespace-active-mark): New var, replace whitespace-active-style
9887 removed var.
9888 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
9889 removed var.
9890 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
9891 removed var.
9892 (whitespace-toggle-option-alist, whitespace-report-list)
9893 (whitespace-report-text, whitespace-help-text): Fix initialization.
9894 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
9895 (whitespace-toggle-options, global-whitespace-toggle-options)
9896 (whitespace-cleanup-region, whitespace-report-region)
9897 (whitespace-interactive-char): Fix docstring and code.
9898 (whitespace-cleanup, whitespace-report): Fix docstring.
9899 (whitespace-replace-spaces-by-tabs): Remove fun.
9900 (whitespace-replace-action): New fun, replace
9901 whitespace-replace-spaces-by-tabs removed fun.
9902 (whitespace-regexp, whitespace-indentation-regexp)
9903 (whitespace-space-after-tab-regexp, whitespace-insert-value)
9904 (whitespace-kill-buffer): New funs.
9905 (whitespace-insert-option-mark, whitespace-help-on)
9906 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
9907 (whitespace-color-on, whitespace-color-off)
9908 (whitespace-display-char-on): Fix code.
9909
9910 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9911
9912 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
9913 (mouse-throw-magnifier-with-mouse-movement): Remove.
9914 (mouse-throw-magnifier-base): New const.
9915 (mouse-drag-scroll-delta): New fun.
9916 (mouse-drag-throw): Use it.
9917
9918 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
9919
9920 * international/uni-bidi.el, international/uni-category.el:
9921 * international/uni-combining.el, international/uni-comment.el:
9922 * international/uni-decimal.el, international/uni-decomposition.el:
9923 * international/uni-digit.el, international/uni-lowercase.el:
9924 * international/uni-mirrored.el, international/uni-name.el:
9925 * international/uni-numeric.el, international/uni-old-name.el:
9926 * international/uni-titlecase.el, international/uni-uppercase.el:
9927 * international/charprop.el: Regenerate.
9928
9929 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
9930
9931 * vc.el (vc-status-fileinfo): Add new member directoryp.
9932 (vc-default-status-printer): Print directories.
9933 (vc-status-update): Sort files before subdirectories.
9934
9935 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
9936 Add alternative implementation based on "cvs update".
9937
9938 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
9939
9940 * doc-view.el: Changed requirements section to tell that only one
9941 of dvipdf or dvipdfm is needed.
9942 (doc-view-already-converted-p): Fix bug that forced reconversion
9943 if doc was already converted.
9944
9945 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9946
9947 * minibuffer.el (minibuffer-message):
9948 Make sure we can put-text-property.
9949
9950 * emacs-lisp/crm.el: Complete rewrite.
9951
9952 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
9953 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
9954 case of an error in display-completion-list.
9955
9956 * filecache.el (file-cache-completions-keymap): Move init from
9957 file-cache-completion-setup-function into declaration.
9958 (file-cache-minibuffer-complete): Simplify.
9959 (file-cache-completion-setup-function): Use standard-output,
9960 preserve current-buffer.
9961
9962 * vc.el (vc-status-update): Fix typo.
9963 (vc-status-update): Set needs-update.
9964 (vc-status-refresh): η-reduce.
9965
9966 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
9967
9968 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
9969 to image-eol.
9970
9971 2008-04-14 Alexandre Julliard <julliard@winehq.org>
9972
9973 * vc.el (vc-status-update): Undo the previous revert.
9974
9975 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9976
9977 * minibuffer.el (completion-table-with-terminator): Those completions
9978 are never valid w.r.t test-completion.
9979 (completion--file-name-table):
9980 Check completion-all-completions-with-base-size.
9981
9982 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
9983
9984 * doc-view.el (doc-view-dvipdf-program): New variable.
9985 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
9986 (doc-view-mode-p): Check for doc-view-dvipdf-program as
9987 alternative for doc-view-dvipdfm-program.
9988 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
9989
9990 * doc-view.el (doc-view-start-process): Don't set
9991 default-directory to "~/" if the current value is valid.
9992 This broke PS files that run other files in the same directory.
9993
9994 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
9995
9996 * vc.el (vc-status-kill-query): New function.
9997 (vc-status-mode): Add it to kill-buffer-query-functions.
9998 (vc-status-show-fileentry): New function.
9999 (vc-status-menu-map): Bind it. Bind vc-next-action.
10000
10001 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * minibuffer.el (minibuffer-message): Put cursor at the right place.
10004
10005 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10006
10007 * proced.el (proced-send-signal): Fix error recognition.
10008
10009 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10010
10011 * proced.el (proced-command-alist): Remove sort column.
10012 (proced-command, proced-procname-column):
10013 Use make-variable-buffer-local.
10014 (proced-signal-function): Rename from proced-kill-program.
10015 Allow for elisp symbols and string values representing system calls.
10016 (proced-marker-regexp, proced-success-message): New functions.
10017 (proced): Use defalias. Add autoload cookie.
10018 (proced-unmark-backward, proced-toggle-marks)
10019 (proced-hide-processes): New commands.
10020 (proced-do-mark): Simplify code.
10021 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
10022 (proced-update): Remove sorting.
10023 (proced-send-signal): Display number of processes to operate on.
10024 Allow for system calls or elisp functions to send signals.
10025 Check if signal was sent successfully.
10026
10027 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10028
10029 * minibuffer.el (completion-all-completion-with-base-size): New var.
10030 (completion--some): New function.
10031 (completion-table-with-context, completion--file-name-table):
10032 Return the base-size if requested.
10033 (completion-table-in-turn): Generalize to multiple arguments.
10034 (complete-in-turn): Compatibility alias.
10035 (completion-styles-alist): New var.
10036 (completion-styles): New customization.
10037 (minibuffer-try-completion, minibuffer-all-completions):
10038 New functions.
10039 (minibuffer--do-completion, minibuffer-complete-and-exit)
10040 (minibuffer-try-word-completion): Use them.
10041 (display-completion-list, minibuffer-completion-help): Use them.
10042 Handle all-completions's new base-size info to set completion-base-size.
10043 * info.el (Info-read-node-name-1): Use completion-table-with-context,
10044 completion-table-with-terminator and complete-with-action.
10045 Remove the now obsolete completion-base-size-function property.
10046 * simple.el (completion-list-mode-map): Move init into declaration.
10047 (completion-list-mode): Use define-derived-mode.
10048 (completion-setup-function): Use any completion-base-size that may
10049 have been set before. Remove handling of completion-base-size-function.
10050 * loadup.el: Move abbrev.el up earlier.
10051
10052 2008-04-13 Alexandre Julliard <julliard@winehq.org>
10053
10054 * vc-git.el (vc-git-after-dir-status-stage)
10055 (vc-git-dir-status-goto-stage): New functions.
10056 (vc-git-after-dir-status-stage1)
10057 (vc-git-after-dir-status-stage1-empty-db)
10058 (vc-git-after-dir-status-stage2): Remove, functionality moved
10059 into the new generic stage functions.
10060 (vc-git-dir-status-files): New function.
10061
10062 * vc.el (vc-status-update): Revert an incorrect rewrite.
10063 Add some comments.
10064 (vc-status-refresh-files): New function.
10065 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
10066 state of up-to-date files.
10067 (vc-default-dir-status-files): New function.
10068
10069 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
10070
10071 * minibuffer.el (completion--embedded-envvar-table)
10072 (read-file-name-internal): Fix typos in 2008-04-11 change.
10073
10074 * faces.el (read-face-name): Use `completion-table-in-turn',
10075 not `complete-in-turn'.
10076
10077 2008-04-13 Andreas Schwab <schwab@suse.de>
10078
10079 * progmodes/etags.el: Require 'cl when compiling.
10080
10081 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
10082
10083 * progmodes/gud.el (gud-menu-map): Expand tooltip.
10084
10085 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
10086 (menu): Add/expand menu tooltips.
10087
10088 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
10089
10090 * progmodes/sh-script.el (sh-show-indent): Fix typo.
10091 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
10092
10093 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
10094 considered registered.
10095
10096 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
10097
10098 * emacs-lisp/copyright.el (copyright-update-directory): New command.
10099
10100 * ediff-wind.el (ediff-split-window-function)
10101 (ediff-merge-split-window-function): Improve custom type.
10102
10103 2008-04-12 Eli Zaretskii <eliz@gnu.org>
10104
10105 * loadup.el ("minibuffer"): Move after "faces".
10106
10107 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * progmodes/hideif.el (hif-factor): Handle unary minus.
10110
10111 2008-04-12 Glenn Morris <rgm@gnu.org>
10112
10113 * calendar/cal-china.el (chinese-calendar-time-zone):
10114 Mark obsolete name as risky too.
10115
10116 * calendar/calendar.el (calendar-faces): New custom group.
10117 (calendar-today, diary, holiday): Doc fix.
10118 Move to calendar-faces group.
10119 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
10120 (diary-button): Doc fix. Move to calendar-faces group.
10121
10122 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10123 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
10124 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
10125 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
10126 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
10127 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
10128 not in dumped files before the associated defcustom.
10129
10130 2008-04-11 Johan Bockgård <bojohan@gnu.org>
10131
10132 * minibuffer.el (lazy-completion-table): Fix debug spec.
10133
10134 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10135
10136 * minibuffer.el (complete-with-action, lazy-completion-table):
10137 Move from subr.el.
10138 (apply-partially, completion-table-dynamic)
10139 (completion-table-with-context, completion-table-with-terminator)
10140 (completion-table-in-turn): New funs.
10141 (completion--make-envvar-table, completion--embedded-envvar-table):
10142 New funs.
10143 (read-file-name-internal): Use them.
10144 (completion-setup-hook): Move from simple.el.
10145 * subr.el (complete-with-action, lazy-completion-table):
10146 * simple.el (completion-setup-hook): Move to minibuffer.el.
10147
10148 2008-04-11 Glenn Morris <rgm@gnu.org>
10149
10150 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
10151
10152 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10153
10154 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
10155
10156 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
10157
10158 * textmodes/fill.el (fill-forward-paragraph-function): New var.
10159 (fill-forward-paragraph): New fun.
10160 (fill-paragraph, fill-region): Use it.
10161
10162 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
10163 (vc-status-create-fileinfo): Make `extra' optional.
10164 (vc-status-busy): New fun.
10165 (vc-status-menu-map): Use it.
10166 (vc-status-crt-marked): Remove.
10167 (vc-status-update): Rename from vc-status-add-entries.
10168 Add argument so as to prevent addition of entries. Rewrite.
10169 (vc-update-vc-status-buffer): Remove.
10170 (vc-status-refresh): Don't remove old entries, set them to
10171 up-to-date instead. Also do it after the update is complete.
10172 (vc-status-marked-files): η-reduce.
10173
10174 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
10175 for non-dialogs.
10176
10177 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
10178
10179 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
10180
10181 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
10182
10183 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
10184 to t and don't truncate msg.
10185
10186 2008-04-11 Glenn Morris <rgm@gnu.org>
10187
10188 * calendar/calendar.el (diary, holidays):
10189 Move custom groups to other files.
10190 (holiday-general-holidays, holiday-oriental-holidays)
10191 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
10192 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10193 (holiday-hebrew-holidays, holiday-christian-holidays)
10194 (holiday-islamic-holidays, holiday-bahai-holidays)
10195 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
10196 * calendar/diary-lib.el: Move custom group here from calendar.el.
10197 * calendar/holidays.el: Move custom group and variables here
10198 from calendar.el.
10199
10200 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
10201
10202 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
10203 Fix custom group.
10204 (calendar-current-time-zone-cache): Autoload riskiness.
10205
10206 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
10207
10208 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
10209
10210 * woman.el (woman2-TH): Use string-equal instead of string-match.
10211
10212 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10213
10214 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
10215 (smerge-resolve): Merge the "2-way refinement" case with one half of
10216 the "mere whitespace" resolution.
10217
10218 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
10219
10220 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
10221
10222 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
10223
10224 * subr.el (assoc-ignore-case, assoc-ignore-representation):
10225 Add WHEN to obsolescence declaration.
10226
10227 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
10228
10229 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
10230
10231 * vc-hooks.el (vc-state): Add new state `conflict'.
10232 (vc-after-save): Use when not if.
10233 (vc-default-mode-line-string): Deal with the conflict state.
10234 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
10235
10236 * vc.el (vc-editable-p, vc-default-status-printer)
10237 (vc-next-action): Deal with the conflict state.
10238 (vc-mark-resolved): New function.
10239 (vc-status-mode): Fix mode name.
10240 (vc-default-comment-history): Use when not if.
10241 (Todo): Add new entries, remove old ones.
10242
10243 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
10244 (vc-cvs-parse-status, vc-cvs-after-dir-status):
10245 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
10246 Detect the conflict state.
10247
10248 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
10249
10250 2008-04-10 Glenn Morris <rgm@gnu.org>
10251
10252 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
10253 Respect truncate-partial-width-windows in non-full windows,
10254 with regards to :toggle and :enable state.
10255
10256 * simple.el (toggle-truncate-lines): Doc fix.
10257
10258 * Makefile.in (MH_E_DIR): New variable.
10259 (MH_E_SRC): Restore variable removed 2008-03-13.
10260 (mh-loaddefs.el): Depend on $MH_E_SRC.
10261 (CAL_DIR, CAL_SRC): New variables.
10262 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
10263 Depend on CAL_SRC.
10264
10265 * calendar/calendar.el (calendar, diary): Add :prefix.
10266 (holidays): Change :prefix.
10267 (calendar-today, holiday, calendar-holiday-marker)
10268 (european-calendar-style): Change custom groups.
10269
10270 * calendar/calendar.el (diary-hook, diary-display-hook):
10271 Move to diary-lib.el.
10272 * calendar/diary-lib.el (diary-hook, diary-display-hook):
10273 Move here from calendar.el.
10274 * calendar/appt.el: Require diary-lib rather than calendar.
10275 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
10276
10277 * calendar/appt.el (appt): Add :prefix.
10278
10279 * calendar/diary-lib.el (diary-hook): Doc fix.
10280 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
10281
10282 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10283
10284 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
10285 New functions.
10286
10287 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
10288 the arg to recursive calls.
10289
10290 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
10291
10292 * minibuffer.el (completion-auto-help): Fix typo.
10293
10294 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10295
10296 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
10297
10298 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
10299
10300 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
10301 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
10302
10303 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10304
10305 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
10306
10307 * minibuffer.el (minibuffer): Move group from cus-edit.el.
10308 (completion-auto-help): Move from C code.
10309 (minibuffer--maybe-completion-help): Remove.
10310 (minibuffer--bitset): New function.
10311 (minibuffer--do-completion): Rename from minibuffer-do-completion.
10312 Renumber a bit. Really complete on string *before* point.
10313 Add argument used for word-completion.
10314 Join trailing / in completion with following text, as done in
10315 minibuffer-complete-word.
10316 Handle new value `lazy' for completion-auto-help.
10317 (minibuffer-try-word-completion): New function extracted from
10318 minibuffer-complete-word.
10319 (minibuffer-complete-word): Use minibuffer--do-completion.
10320 (minibuffer--insert-strings): Rename from
10321 minibuffer-complete-insert-strings.
10322 (exit-minibuffer): Fix typo.
10323 * cus-edit.el (minibuffer): Move group to minibuffer.el.
10324 * cus-start.el: Remove completion-auto-help.
10325
10326 2008-04-09 Alexandre Julliard <julliard@winehq.org>
10327
10328 * vc.el (vc-status-add-entries): New function.
10329 (vc-status-add-entry): Remove.
10330 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
10331 Use vc-status-add-entries.
10332
10333 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
10334 order.
10335
10336 2008-04-09 Jason Rumney <jasonr@gnu.org>
10337
10338 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
10339 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
10340 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
10341 (AUTOGENEL): New variable.
10342 (distclean, maintainer-clean): New targets.
10343
10344 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
10345
10346 * emacs-lisp/regexp-opt.el (regexp-opt):
10347 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
10348
10349 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
10350
10351 * nxml/nxml-mode.el (nxml-cleanup): New function.
10352 (nxml-mode): Add it to change-major-mode-hook.
10353
10354 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
10355
10356 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
10357
10358 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
10359
10360 * calc/.cvsignore: New file.
10361
10362 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
10363
10364 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
10365
10366 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
10367 show-help-function when turning tooltip off.
10368 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
10369 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
10370
10371 2008-04-09 Alan Mackenzie <acm@muc.de>
10372
10373 * font-lock.el (font-lock-extend-after-change-region-function):
10374 Make it buffer local.
10375
10376 2008-04-09 Glenn Morris <rgm@gnu.org>
10377
10378 * calendar/calendar.el (diary-file, european-calendar-style):
10379 Remove autoload cookies.
10380
10381 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10382
10383 * outline.el (outline-mode-menu-bar-map):
10384 * log-view.el (log-view-mode-menu):
10385 * log-edit.el (log-edit-menu): Add :help.
10386
10387 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
10388
10389 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10390 Use substring-no-properties for correct handling of unibyte strings.
10391
10392 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10393
10394 * add-log.el (change-log-next-buffer): Handle the case where version<
10395 signals an error.
10396
10397 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
10398 mouse-major-mode-menu.
10399 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
10400 (mouse-major-mode-menu, mouse-popup-menubar)
10401 (mouse-popup-menubar-stuff): Use them.
10402 (C-down-mouse-3): Bind to a dynamic map rather than to
10403 mouse-popup-menubar-stuff.
10404
10405 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
10406 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
10407
10408 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10409
10410 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
10411 file:// access method.
10412
10413 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10414
10415 * minibuffer.el: New file.
10416 * loadup.el: Load it.
10417
10418 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10419
10420 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
10421 rather than subdirs.el. It introduces an ugly circular dependency, tho.
10422
10423 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
10424 (calc-mode-map, calc-digit-map, calc-dispatch-map):
10425 Move initialization into declaration.
10426 * calc/calc-yank.el:
10427 * calc/calc-misc.el:
10428 * calc/calc-embed.el:
10429 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
10430
10431 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
10432
10433 * ps-samp.el (ps-add-printer, ps-remove-printer)
10434 (ps-make-dynamic-printer-menu): New functions.
10435
10436 * net/zeroconf.el: New file.
10437
10438 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10439
10440 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
10441
10442 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10443
10444 * vc-rcs.el (vc-rcs-modify-change-comment):
10445 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
10446
10447 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
10448
10449 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
10450
10451 * international/mule-cmds.el (set-locale-environment): Don't warn if
10452 coding system doesn't agree with system locale (this reverts changes
10453 by Dave Love, dated 2002-10-27 and 2002-10-09).
10454
10455 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10456 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
10457
10458 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
10459
10460 2008-04-08 Glenn Morris <rgm@gnu.org>
10461
10462 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
10463 * textmodes/remember.el (remember-diary-convert-entry):
10464 Require calendar.
10465
10466 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
10467 diary-file, since it is the default for make-diary-entry anyway.
10468
10469 * calendar/cal-menu.el (cal-menu-event-to-date):
10470 Rename calendar-event-to-date. Update callers.
10471 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
10472 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
10473 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
10474 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
10475 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
10476 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
10477 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
10478 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
10479 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
10480 (calendar-mouse-tex-month-landscape):
10481 Rename cal-tex-mouse-month-landscape.
10482 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
10483 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
10484 (calendar-mouse-tex-year-landscape):
10485 Rename cal-tex-mouse-year-landscape.
10486 (cal-menu-context-mouse-menu): Update for above name changes.
10487
10488 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10489 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10490 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
10491 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
10492 * calendar/holidays.el: Replace int-to-string with number-to-string.
10493
10494 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
10495
10496 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
10497 region if point moves.
10498
10499 2008-04-08 Kenichi Handa <handa@m17n.org>
10500
10501 * faces.el (font-slant-table): Change numeric values for `r',
10502 `roman', and `normal'.
10503
10504 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
10505
10506 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
10507
10508 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
10509
10510 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
10511 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
10512
10513 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
10514
10515 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
10516 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
10517
10518 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10519
10520 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
10521
10522 2008-04-07 Sam Steingold <sds@gnu.org>
10523
10524 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
10525 Add helper functions.
10526 (lisp-do-defun): Extract the common part of lisp-eval-defun and
10527 lisp-compile-defun; DEFVAR forms reset the variables to the init
10528 values, just like in emacs-lisp mode eval-defun.
10529 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
10530 (lisp-compile-region): Use lisp-compile-string.
10531
10532 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10533
10534 * subr.el (combine-and-quote-strings): Also quote strings that contain
10535 the separator.
10536
10537 * pcvs-util.el (cvs-map): Avoid recursion :-(
10538
10539 2008-04-07 Glenn Morris <rgm@gnu.org>
10540
10541 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
10542
10543 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
10544 view-diary-entries-initially. Keep old name as alias, update users.
10545 (calendar-mark-diary-entries-flag): Rename
10546 mark-diary-entries-in-calendar. Keep old name as alias, update users.
10547 (calendar-view-holidays-initially-flag): Rename
10548 view-calendar-holidays-initially. Keep old name as alias, update users.
10549 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
10550 Keep old name as alias, update users.
10551 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
10552 Keep old name as alias, update users.
10553 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
10554 Keep old name as alias, update users.
10555 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
10556 Keep old name as alias, update users.
10557 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
10558 (diary-american-date-forms): Rename american-date-diary-pattern.
10559 Keep old name as alias, update users.
10560 (diary-european-date-forms): Rename european-date-diary-pattern.
10561 Keep old name as alias, update users.
10562 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
10563 Keep old name as alias, update users.
10564 (calendar-european-date-display-form): Rename
10565 european-calendar-display-form. Keep old name as alias, update users.
10566 (calendar-american-date-display-form): Rename
10567 european-calendar-display-form. Keep old name as alias, update users.
10568 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
10569 Keep old name as alias, update users.
10570 (holiday-general-holidays): Rename general-holidays.
10571 Keep old name as alias, update users.
10572 (holiday-oriental-holidays): Rename oriental-holidays.
10573 Keep old name as alias, update users.
10574 (holiday-local-holidays): Rename local-holidays.
10575 Keep old name as alias, update users.
10576 (holiday-other-holidays): Rename other-holidays.
10577 Keep old name as alias, update users.
10578 (holiday-hebrew-holidays): Rename hebrew-holidays.
10579 Keep old name as alias, update users.
10580 (holiday-christian-holidays): Rename christian-holidays.
10581 Keep old name as alias, update users.
10582 (holiday-islamic-holidays): Rename islamic-holidays.
10583 Keep old name as alias, update users.
10584 (holiday-bahai-holidays): Rename bahai-holidays.
10585 Keep old name as alias, update users.
10586 (holiday-solar-holidays): Rename solar-holidays.
10587 Keep old name as alias, update users.
10588 (diary-fancy-buffer): Rename fancy-diary-buffer.
10589 Keep old name as alias, update users.
10590 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
10591 Update users.
10592 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
10593 Update users.
10594 (calendar-increment-month): Rename increment-calendar-month.
10595 Keep old name as alias, update callers.
10596 (calendar-increment-month-cons): Rename old calendar-increment-month.
10597 Update callers.
10598 (calendar-extract-month): Rename extract-calendar-month.
10599 Keep old name as alias, update callers.
10600 (calendar-extract-day): Rename extract-calendar-day.
10601 Keep old name as alias, update callers.
10602 (calendar-extract-year): Rename extract-calendar-year.
10603 Keep old name as alias, update callers.
10604 (calendar-generate-window): Rename generate-calendar-window.
10605 Update callers.
10606 (calendar-generate): Rename generate-calendar. Update callers.
10607 (calendar-generate-month): Rename generate-calendar-month.
10608 Update callers.
10609 (calendar-redraw): Rename redraw-calendar. Update callers.
10610 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
10611 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
10612 Update callers.
10613 (calendar-update-mode-line): Rename update-calendar-mode-line.
10614 Update callers.
10615 (calendar-exit): Rename exit-calendar. Keep old name as alias,
10616 update callers.
10617 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
10618 Keep old name as alias, update callers.
10619 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10620 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
10621 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
10622 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
10623 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
10624 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
10625 * calendar/solar.el: Update for calendar.el name changes.
10626 * org/org.el (org-agenda-format-date-aligned)
10627 (org-agenda-execute-calendar-command): Access date elements directly
10628 rather than using calendar functions.
10629 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
10630 Also set calendar-view-diary-initially-flag,
10631 calendar-view-holidays-initially-flag.
10632 (org-get-entries-from-diary): Also set diary-fancy-buffer.
10633 (org-agenda-execute-calendar-command): No need to set displayed-day.
10634
10635 2008-04-06 Alan Mackenzie <acm@muc.de>
10636
10637 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
10638 typo in the doc string.
10639
10640 * progmodes/cc-mode.el (c-basic-common-init):
10641 Set font-lock-extend-after-change-region-function.
10642 (c-extend-after-change-region): New function, used in
10643 font-lock-extend-after-change-region-function, thus superseding
10644 advice on the Font Lock after change functions.
10645 (c-advise-fl-for-region): Remove this macro.
10646
10647 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10648
10649 * textmodes/flyspell.el (flyspell-duplicate-distance):
10650 Improve custom type.
10651
10652 2008-04-06 Glenn Morris <rgm@gnu.org>
10653
10654 * calendar/diary-lib.el (diary-sexp-entry-symbol):
10655 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
10656 (diary-list-entries-hook): Rename list-diary-entries-hook.
10657 Keep old name as alias, update users.
10658 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
10659 Keep old name as alias, update users.
10660 (diary-nongregorian-listing-hook): Rename
10661 nongregorian-diary-listing-hook. Keep old name as alias, update users.
10662 (diary-nongregorian-marking-hook): Rename
10663 nongregorian-diary-marking-hook. Keep old name as alias, update users.
10664 (diary-print-entries-hook): Rename print-diary-entries-hook.
10665 Keep old name as alias, update users.
10666 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
10667 Keep old name as alias, update users.
10668 (diary-number-of-entries): Rename number-of-diary-entries.
10669 Keep old name as alias, update users.
10670 (view-diary-entries, list-diary-entries, show-all-diary-entries):
10671 Give version of obsolescence.
10672 (diary-view-other-diary-entries): Rename view-other-diary-entries.
10673 Keep old name as alias, update callers.
10674 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
10675 update callers.
10676 (diary-include-other-diary-files): Rename include-other-diary-files.
10677 Keep old name as alias, update callers.
10678 (diary-simple-display): Rename simple-diary-display.
10679 Keep old name as alias, update callers.
10680 (diary-fancy-display): Rename fancy-diary-display.
10681 Keep old name as alias, update callers.
10682 (diary-print-entries): Rename print-diary-entries.
10683 Keep old name as alias, update callers.
10684 (diary-marking-entries-flag): Rename marking-diary-entries.
10685 Update users.
10686 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
10687 (diary-mark-entries): Rename mark-diary-entries.
10688 Keep old name as alias, update callers.
10689 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
10690 Keep old name as alias, update callers.
10691 (diary-mark-included-diary-files): Rename mark-included-diary-files.
10692 Keep old name as alias, update callers.
10693 (calendar-mark-days-named): Rename mark-calendar-days-named.
10694 Keep old name as alias, update callers.
10695 (calendar-mark-month): Rename mark-calendar-month.
10696 Keep old name as alias, update callers.
10697 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
10698 Keep old name as alias, update callers.
10699 (diary-sort-entries): Rename sort-diary-entries.
10700 Keep old name as alias, update callers.
10701 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
10702 Keep old name as alias, update callers.
10703 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
10704 update callers.
10705 (diary-insert-entry): Rename insert-diary-entry.
10706 Keep old name as alias.
10707 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
10708 Keep old name as alias.
10709 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
10710 Keep old name as alias.
10711 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
10712 Keep old name as alias.
10713 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
10714 Keep old name as alias.
10715 (diary-insert-block-entry): Rename insert-block-diary-entry.
10716 Keep old name as alias.
10717 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
10718 Keep old name as alias.
10719 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
10720 Keep old name as alias, update users.
10721 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
10722 Keep old name as alias, update callers.
10723 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10724 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
10725 * calendar/icalendar.el: Update for diary-lib name changes.
10726
10727 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
10728
10729 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
10730
10731 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
10732 for copy, move, and link operations.
10733
10734 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
10735
10736 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
10737 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
10738
10739 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
10740 'require' statements with 1-argument ones (wrapped in if's).
10741 For compatibility with the current stable version of XEmacs.
10742
10743 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
10744
10745 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
10746
10747 2008-04-06 Jason Rumney <jasonr@gnu.org>
10748
10749 * language/burmese.el ("Burmese"): Make sample text consistent with
10750 language name.
10751
10752 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
10753
10754 * progmodes/gdb-ui.el (gdb): New group.
10755 (gdb-debug-log-max, gdb-enable-debug)
10756 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
10757 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
10758 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
10759 (gdb-show-changed-values, gdb-max-children)
10760 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
10761 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
10762 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
10763 (gdb-memory-unit): Move to new group from GUD group.
10764 (menu): Allow customization from GDB-UI menu-item.
10765
10766 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
10767
10768 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
10769
10770 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10771
10772 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
10773 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
10774 Revision numbers can include ".".
10775
10776 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
10777 "+" lines not accounted for by counting "-" and context lines.
10778
10779 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10780
10781 * term/mac-win.el (mac-service-open-file): Use file URL instead of
10782 file name string.
10783
10784 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10785
10786 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
10787 (vc-bzr-annotate-time): Accept space used to preserve alignment.
10788
10789 2008-04-05 Richard Stallman <rms@gnu.org>
10790
10791 * emacs-lisp/advice.el (defadvice): Add usage pattern.
10792
10793 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
10794
10795 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
10796 thread in [h-e-w]).
10797
10798 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
10799
10800 * files.el (abort-if-file-too-large): Fix typo in docstring.
10801
10802 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10803
10804 * subr.el (functionp): Return nil for special forms.
10805
10806 2008-04-05 Glenn Morris <rgm@gnu.org>
10807
10808 * emacs-lisp/autoload.el (autoload-ensure-default-file):
10809 Provide a feature.
10810 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
10811 Require loaddefs file rather than loading it.
10812 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
10813 autoload-ensure-default-file provides a feature.
10814
10815 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
10816 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
10817 (compile, compile-always, recompile): Use $LOADDEFS.
10818 (cal-autoloads): Remove.
10819
10820 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
10821 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
10822
10823 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
10824 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
10825
10826 * calendar/calendar.el (diary-hebrew-entry-symbol):
10827 Rename hebrew-diary-entry-symbol. Keep old name as alias.
10828 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
10829 Keep old name as alias.
10830 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
10831 Keep old name as alias.
10832 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
10833 to diary-bahai-entry-symbol.
10834 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
10835 to diary-hebrew-entry-symbol.
10836 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
10837 to diary-islamic-entry-symbol.
10838 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
10839
10840 * calendar/solar.el (diary-sabbath-candles-minutes)
10841 (diary-sabbath-candles): Move to cal-hebrew.
10842 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
10843 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
10844 Doc fix. Keep old name as alias.
10845 (diary-hebrew-sabbath-candles): Simplify.
10846 (solar-setup, solar-sunrise-sunset, calendar-latitude)
10847 (calendar-longitude, calendar-time-zone): Declare for compiler.
10848 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
10849 rename.
10850
10851 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
10852 Rename coptic-calendar-month-name-array. Update callers.
10853 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
10854 (calendar-coptic-name): Rename coptic-name. Update callers.
10855 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
10856 Update callers.
10857 (calendar-coptic-last-day-of-month):
10858 Rename coptic-calendar-last-day-of-month. Update callers.
10859 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
10860 Keep old name as alias, update callers.
10861 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
10862 Keep old name as alias, update callers.
10863 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
10864 Keep old name as alias.
10865 (calendar-ethiopic-month-name-array):
10866 Rename ethiopic-calendar-month-name-array. Update callers.
10867 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
10868 Update callers.
10869 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
10870 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
10871 Keep old name as alias, update callers.
10872 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
10873 Keep old name as alias, update callers.
10874 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
10875 Keep old name as alias.
10876
10877 * calendar/cal-french.el (calendar-french-epoch):
10878 Rename french-calendar-epoch. Update callers.
10879 (calendar-french-month-name-array): Rename variable and function
10880 french-calendar-month-name-array. Update callers.
10881 (calendar-french-multibyte-month-name-array):
10882 Rename french-calendar-multibyte-month-name-array. Update callers.
10883 (calendar-french-day-name-array): Rename variable and function
10884 french-calendar-day-name-array. Update callers.
10885 (calendar-french-special-days-array): Rename variable and function
10886 french-calendar-special-days-array. Update callers.
10887 (calendar-french-multibyte-special-days-array):
10888 Rename french-calendar-multibyte-special-days-array. Update callers.
10889 (calendar-french-accents-p): Rename french-calendar-accents.
10890 Update callers.
10891 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
10892 Update callers.
10893 (calendar-french-last-day-of-month):
10894 Rename french-calendar-last-day-of-month. Update callers.
10895 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
10896 Keep old name as alias, update callers.
10897 (calendar-french-print-date): Rename calendar-print-french-date.
10898 Keep old name as alias, update callers.
10899 (calendar-french-goto-date): Rename calendar-goto-french-date.
10900 Keep old name as alias.
10901
10902 * calendar/cal-menu.el, calendar/calendar.el:
10903 Update for Coptic and French name changes.
10904
10905 * calendar/cal-china.el (calendar-chinese): Rename custom group
10906 from chinese-calendar. Update users.
10907 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
10908 Keep old name as alias, update users.
10909 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
10910 Keep old name as alias.
10911 (calendar-chinese-daylight-time-offset):
10912 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
10913 update users.
10914 (calendar-chinese-standard-time-zone-name):
10915 Rename chinese-calendar-standard-time-zone-name.
10916 Keep old name as alias, update users.
10917 (calendar-chinese-daylight-saving-start):
10918 Rename chinese-calendar-daylight-savings-starts.
10919 Keep old name as alias, update users.
10920 (calendar-chinese-daylight-saving-end):
10921 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
10922 update users.
10923 (calendar-chinese-daylight-saving-start-time):
10924 Rename chinese-calendar-daylight-savings-starts-time.
10925 Keep old name as alias, update users.
10926 (calendar-chinese-daylight-saving-end-time):
10927 Rename chinese-calendar-daylight-savings-ends-time.
10928 Keep old name as alias, update users.
10929 (calendar-chinese-celestial-stem): Rename
10930 calendar-chinese-celestial-stem. Keep old name as alias, update users.
10931 (calendar-chinese-terrestrial-branch):
10932 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
10933 update users.
10934 (calendar-chinese-zodiac-sign-on-or-after):
10935 Rename chinese-zodiac-sign-on-or-after. Update callers.
10936 (calendar-chinese-new-moon-on-or-after):
10937 Rename chinese-new-moon-on-or-after. Update callers.
10938 (calendar-chinese-month-list): Rename chinese-month-list.
10939 Update callers.
10940 (calendar-chinese-number-months): Rename number-chinese-months.
10941 Update callers.
10942 (calendar-chinese-compute-year): Rename compute-chinese-year.
10943 Update callers.
10944 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
10945 (calendar-chinese-year): Rename chinese-year. Update callers.
10946 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
10947 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
10948 Keep old name as alias, update callers.
10949 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
10950 Keep old name as alias, update callers.
10951 (calendar-chinese-months-to-alist):
10952 Rename make-chinese-month-assoc-list. Update callers.
10953 (calendar-chinese-months): Rename chinese-months. Update callers.
10954 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
10955 Keep old name as alias, update callers.
10956
10957 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
10958 Rename hebrew-calendar-leap-year-p. Update callers.
10959 (calendar-hebrew-last-month-of-year):
10960 Rename hebrew-calendar-last-month-of-year. Update callers.
10961 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
10962 Update callers.
10963 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
10964 Update callers.
10965 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
10966 Update callers.
10967 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
10968 Update callers.
10969 (calendar-hebrew-last-day-of-month):
10970 Rename hebrew-calendar-last-day-of-month. Update callers.
10971 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
10972 Keep old name as alias, update callers.
10973 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
10974 Keep old name as alias, update callers.
10975 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
10976 Keep old name as alias, update callers.
10977 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
10978 Keep old name as alias.
10979 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
10980 Keep old name as alias.
10981 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
10982 Keep old name as alias.
10983 (holiday-hebrew-passover): Rename holiday-passover-etc.
10984 Keep old name as alias.
10985 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
10986 Keep old name as alias, update callers.
10987 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
10988 Keep old name as alias.
10989 (calendar-hebrew-mark-date-pattern):
10990 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
10991 update callers.
10992 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
10993 Keep old name as alias.
10994 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
10995 Keep old name as alias.
10996 (diary-hebrew-insert-monthly-entry):
10997 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
10998 (diary-hebrew-insert-yearly-entry):
10999 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
11000 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
11001 Keep old name as alias.
11002 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
11003 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
11004 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
11005 Keep old name as alias.
11006 (calendar-hebrew-parashiot-names):
11007 Rename hebrew-calendar-parashiot-names. Update callers.
11008 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
11009 (calendar-hebrew-year-Saturday-incomplete-Sunday):
11010 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
11011 (calendar-hebrew-year-Saturday-complete-Tuesday):
11012 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
11013 (calendar-hebrew-year-Monday-incomplete-Tuesday):
11014 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
11015 (calendar-hebrew-year-Monday-complete-Thursday):
11016 Rename hebrew-calendar-year-Monday-complete-Thursday.
11017 (calendar-hebrew-year-Tuesday-regular-Thursday):
11018 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
11019 (calendar-hebrew-year-Thursday-regular-Saturday):
11020 Rename hebrew-calendar-year-Thursday-regular-Saturday.
11021 (calendar-hebrew-year-Thursday-complete-Sunday):
11022 Rename hebrew-calendar-year-Thursday-complete-Sunday.
11023 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
11024 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
11025 (calendar-hebrew-year-Saturday-complete-Thursday):
11026 Rename hebrew-calendar-year-Saturday-complete-Thursday.
11027 (calendar-hebrew-year-Monday-incomplete-Thursday):
11028 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
11029 (calendar-hebrew-year-Monday-complete-Saturday):
11030 Rename hebrew-calendar-year-Monday-complete-Saturday.
11031 (calendar-hebrew-year-Tuesday-regular-Saturday):
11032 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
11033 (calendar-hebrew-year-Thursday-incomplete-Sunday):
11034 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
11035 (calendar-hebrew-year-Thursday-complete-Tuesday):
11036 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
11037 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
11038 Update for above name changes of constants.
11039
11040 * calendar/cal-menu.el, calendar/calendar.el:
11041 Update for chinese and hebrew name changes.
11042 * calendar/diary-lib.el: Update for hebrew name changes.
11043
11044 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11045
11046 * subr.el (keymap-canonicalize): Correct thinko.
11047
11048 * server.el: Undo part of the multi-tty change, which is only
11049 needed if server.el is preloaded, and broke server-running-p.
11050 (server-socket-dir): Initialize in the defvar, as before.
11051 (server-start): Remove initialization of server-socket-dir.
11052
11053 2008-04-05 Eli Zaretskii <eliz@gnu.org>
11054
11055 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
11056 3-member cons cells.
11057
11058 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
11059
11060 * cus-face.el (custom-face-attributes): Handle roman slant.
11061
11062 * faces.el (default): Ensure the face-defface-spec property is set.
11063
11064 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
11065
11066 * files.el (abort-if-file-too-large): New function.
11067 (find-file-noselect, insert-file-1): Use it.
11068
11069 2008-04-05 Reto Zimmermann <reto@gnu.org>
11070
11071 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11072 Replace C-c[a-zA-Z] key bindings.
11073
11074 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11075
11076 * progmodes/hideif.el (hif-token-alist): New var.
11077 (hif-token-regexp, hif-tokenize): Use it.
11078 (hif-mathify-binop): New macro.
11079 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
11080 (hif-greater-equal, hif-less-equal): Use it.
11081 (hif-logior, hif-logand): New functions.
11082 (hif-math): Accept | and & as well.
11083
11084 * progmodes/etags.el: Fix problem with completion for buffer-local
11085 tables. Reported by Radey Shouman <shouman@comcast.net>.
11086 (tags-complete-tag): Remove.
11087 (tags-lazy-completion-table): New function to replace it.
11088 (find-tag-tag, complete-tag): Update users.
11089
11090 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11091
11092 * vc-rcs.el (vc-rcs-dir-status):
11093 * vc-sccs.el (vc-sccs-dir-status): New function.
11094
11095 * outline.el (outline-mode-menu-bar-map):
11096 * term.el (terminal-signal-menu): Add :help.
11097
11098 * net/eudc.el (eudc-mode-map): Declare and define in one step.
11099 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
11100
11101 * emacs-lisp/re-builder.el (reb-mode-map):
11102 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
11103
11104 * diff-mode.el (diff-file-junk-re): Recognize the git format for
11105 new files, deleted files and for changing permissions.
11106 (diff-mode): Set beginning-of-defun-function and
11107 end-of-defun-function.
11108
11109 * vc-bzr.el (vc-bzr-state): Use when instead of if.
11110
11111 * vc.el (vc-default-status-fileinfo-extra): New function.
11112 (vc-status-mark-buffer-changed): Use it.
11113 (vc-update-vc-status-buffer): Allow for partial updates.
11114
11115 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11116
11117 * net/tramp.el (after-init-hook): Don't wrap a lambda around
11118 tramp-register-completion-file-name-handler.
11119
11120 * subr.el (keymap-canonicalize): New function.
11121 * mouse.el (mouse-menu-non-singleton): Use it.
11122 (mouse-major-mode-menu): Remove hack made unnecessary.
11123
11124 * simple.el (set-fill-column): Prompt rather than error by default.
11125
11126 2008-04-04 Andreas Schwab <schwab@suse.de>
11127
11128 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11129 Reset new-rules after each round.
11130
11131 * Makefile.in (cal-autoloads): New target.
11132 (compile, compile-always, recompile): Depend on it.
11133 ($(lisp)/calendar/cal-loaddefs.el)
11134 ($(lisp)/calendar/diary-loaddefs.el)
11135 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
11136
11137 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
11138
11139 * ediff*.el: Replace load with require in eval-when-compile.
11140
11141 * ediff-hook.el: Delete all invocations of (autoload ...).
11142
11143 * ediff-util.el (ediff-setup): Make window-min-height a local variable
11144 in ediff control window, and set its min height to 2.
11145 (ediff-setup-control-buffer): Dedicate the control window.
11146 (ediff-toggle-multiframe): Undedicate control window.
11147 Work directly with ediff-setup-windows-multiframe and
11148 ediff-setup-windows-plain.
11149
11150 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
11151 New function.
11152 (ediff-window-setup-function): Change initialization.
11153 (ediff-setup-windows-automatic): Delete.
11154 (ediff-setup-windows-plain-merge): Make control window dedicated.
11155 (ediff-destroy-control-frame): Do not skip frames if working in a
11156 single frame.
11157
11158 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
11159 eval-when-compile.
11160
11161 * emulation/viper-util.el: Move provide's forward, prevent recursion in
11162 eval-when-compile.
11163
11164 2008-04-04 Glenn Morris <rgm@gnu.org>
11165
11166 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
11167 calendar-absolute-from-bahai. Update callers, keep old name as alias.
11168
11169 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
11170 Rename islamic-calendar-leap-year-p. Update callers.
11171 (calendar-islamic-last-day-of-month):
11172 Rename islamic-calendar-last-day-of-month. Update callers.
11173 (calendar-islamic-day-number):
11174 Rename islamic-calendar-day-number. Update callers.
11175 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
11176 Update callers, keep old name as alias.
11177 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
11178 Update callers, keep old name as alias.
11179 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
11180 Keep old name as alias.
11181 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
11182 Update callers, keep old name as alias.
11183 (calendar-islamic-mark-date-pattern):
11184 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
11185 name as alias.
11186 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
11187 Keep old name as alias.
11188 (diary-islamic-insert-monthly-entry):
11189 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
11190 (diary-islamic-insert-yearly-entry):
11191 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
11192
11193 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
11194 calendar-absolute-from-iso. Update callers, keep old name as alias.
11195 (calendar-iso-print-date): Rename calendar-print-iso-date.
11196 Update callers, keep old name as alias.
11197 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
11198 Keep old name as alias.
11199 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
11200 Keep old name as alias.
11201
11202 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
11203 calendar-absolute-from-julian. Update callers, keep old name as alias.
11204 (calendar-julian-print-date): Rename calendar-print-julian-date.
11205 Update callers, keep old name as alias.
11206 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
11207 Update callers, keep old name as alias.
11208 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
11209 Update callers, keep old name as alias.
11210 (calendar-astro-print-day-number):
11211 Rename calendar-print-astro-day-number. Update callers, keep old
11212 name as alias.
11213 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
11214 Update callers, keep old name as alias.
11215
11216 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
11217 Rename calendar-string-to-mayan-long-count. Update callers.
11218 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
11219 Update callers, keep old name as alias.
11220 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
11221 Update callers.
11222 (calendar-mayan-read-tzolkin-date):
11223 Rename calendar-read-mayan-tzolkin-date. Update callers.
11224 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
11225 Keep old name as alias.
11226 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
11227 Keep old name as alias.
11228 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
11229 Keep old name as alias.
11230 (calendar-mayan-previous-tzolkin-date):
11231 Rename calendar-previous-tzolkin-date. Keep old name as alias.
11232 (calendar-mayan-next-round-date):
11233 Rename calendar-next-calendar-round-date. Keep old name as alias.
11234 (calendar-mayan-previous-round-date):
11235 Rename calendar-previous-calendar-round-date. Keep old name as alias.
11236 (calendar-mayan-long-count-to-absolute): Rename
11237 calendar-absolute-from-mayan-long-count. Keep old name as alias.
11238 (calendar-mayan-goto-long-count-date):
11239 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
11240
11241 * calendar/cal-persia.el (calendar-persian-month-name-array):
11242 Rename persian-calendar-month-name-array. Update callers.
11243 (calendar-persian-epoch): Rename persian-calendar-epoch.
11244 Update callers.
11245 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
11246 Update callers.
11247 (calendar-persian-last-day-of-month):
11248 Rename persian-calendar-last-day-of-month. Update callers.
11249 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
11250 Update callers, keep old name as alias.
11251 (calendar-persian-print-date): Rename calendar-print-persian-date.
11252 Update callers, keep old name as alias.
11253 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
11254 Keep old name as alias.
11255
11256 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
11257 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
11258 * calendar/solar.el: Update for cal-julian name changes.
11259
11260 * calendar/cal-dst.el: Update for persian name changes.
11261
11262 * calendar/cal-menu.el, calendar/calendar.el:
11263 Update for islamic, iso, julian, mayan, persian name changes.
11264
11265 * calendar/diary-lib.el: Update for islamic name changes.
11266
11267 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
11268 Rename all-hebrew-calendar-holidays. Update callers, keep old name
11269 as alias.
11270 (calendar-christian-all-holidays-flag):
11271 Rename all-christian-calendar-holidays. Update callers, keep old
11272 name as alias.
11273 (calendar-islamic-all-holidays-flag):
11274 Rename all-islamic-calendar-holidays. Update callers, keep old
11275 name as alias.
11276 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
11277 Update callers, keep old name as alias.
11278 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
11279 Update for the above name changes.
11280
11281 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
11282
11283 * hilit-chg.el (global-highlight-changes-mode)
11284 (highlight-changes-passive-string, highlight-changes-active-string):
11285 Mark as obsolete since 23.1, not 22.1.
11286
11287 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
11288
11289 * hilit-chg.el (highlight-changes-visibility-initial-state)
11290 (hilit-chg-update, highlight-changes-mode-turn-on):
11291 Fix typos in docstrings.
11292
11293 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
11294
11295 * newcomment.el (comment-enter-backward): Be careful to restore
11296 position changed during narrowing.
11297
11298 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
11299
11300 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11301 Recognize `sub ($$)'.
11302
11303 2008-04-03 Richard Sharman <rsharman@pobox.com>
11304
11305 * hilit-chg.el (highlight-changes-mode): Rename from
11306 highlight-changes; no longer uses sub-modes active and passive;
11307 implemented by define-minor-mode.
11308 (highlight-changes-toggle-visibility): New function, to replace
11309 the old passive/active submodes of global-highlight-changes-mode;
11310 implemented by define-minor-mode.
11311 (global-highlight-changes-mode): Rename from global-highlight-changes;
11312 rewrite using define-globalized-minor-mode.
11313 (hilit-chg-major-mode-hook, hilit-chg-check-global)
11314 (hilit-chg-post-command-hook, hilit-chg-check-global)
11315 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
11316 to use of define-globalized-minor-mode.
11317 (highlight-changes-global-initial-state): Change to be boolean.
11318 (highlight-changes-visible-string, highlight-changes-invisible-string):
11319 Rename from highlight-changes-active-string and
11320 highlight-changes-passive-string.
11321 (hilit-chg-update, hilit-chg-set): Use them.
11322 (global-highlight-changes-mode): Rename from global-highlight-changes.
11323 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
11324 docstring.
11325 (hilit-chg-hide-changes): Rewrite to use dolist.
11326 (hilit-chg-set-face-on-change, hilit-chg-update)
11327 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
11328 variable instead of testing highlight-changes-mode.
11329 (highlight-markup-buffers): Add require ediff-util; argument on calls
11330 to highlight-changes-mode changed.
11331 (highlight-compare-with-file): Fix problems with interactive
11332 call giving invalid default file.
11333
11334 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
11335
11336 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
11337 Fix in disassembly buffer (regression in 22.2).
11338
11339 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
11340
11341 * emulation/viper-macs.el (viper-read-fast-keysequence):
11342 Use viper-read-event instead of viper-read-key.
11343
11344 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
11345
11346 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
11347 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
11348 let-statements.
11349
11350 * emulation/viper-ex.el, emulation/viper-macs.el:
11351 * emulation/viper-mous.el:
11352 Replace load with require in eval-when-compile.
11353
11354 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11355
11356 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
11357
11358 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
11359 (archive-try-jka-compr): New function.
11360 (archive-set-buffer-as-visiting-file): Use it.
11361
11362 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
11363
11364 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
11365
11366 * simple.el (handle-shift-selection): New arg.
11367
11368 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11369
11370 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
11371
11372 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
11373
11374 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
11375
11376 * shell.el (shell-dynamic-complete-filename): New fun.
11377 (shell-dynamic-complete-functions): Use it.
11378
11379 * help-fns.el (describe-variable): Undo 2008-02-25 change.
11380
11381 2008-04-03 Kenichi Handa <handa@m17n.org>
11382
11383 * international/fontset.el (create-fontset-from-x-resource):
11384 Handle the error of X resource more gracefully.
11385
11386 * international/latin1-disp.el (latin1-display): Don't use make-char.
11387 Fix the argument to set-char-table-range.
11388 (latin1-display-identities): Don't use make-char.
11389 (latin1-display-reset): Use map-charset-chars instead of directly
11390 calling standard-display-default.
11391 (latin1-display-check-font): Don't use make-char.
11392 (latin1-display-setup): Likewise.
11393 (latin1-display-ucs-per-lynx): Likewise.
11394
11395 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11396
11397 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
11398 name the fields, to make the code clearer.
11399 Rewrite all `aset' and `aref' using the defined accessors.
11400 (timer--time): New pseudo-field.
11401 (timer-set-time, timer-set-idle-time, timer-inc-time)
11402 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
11403 (timer--time-less-p): New function.
11404 (timer--activate): New function, extracted from timer-activate.
11405 (timer-activate-when-idle, timer-activate): Use it.
11406 (cancel-function-timers): Use dolist.
11407
11408 2008-04-03 Glenn Morris <rgm@gnu.org>
11409
11410 * add-log.el (c-beginning-of-defun, c-end-of-defun):
11411 Remove declarations; no longer used.
11412 (c-cpp-define-name, c-defun-name): Declare as functions.
11413
11414 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
11415 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
11416
11417 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
11418 (holiday-passover-etc, holiday-hanukkah): Doc fix.
11419 Add optional argument. Simplify.
11420 (holiday-tisha-b-av-etc): Use memq rather than unless.
11421 (holiday-julian): Autoload it.
11422 (holiday-hebrew-misc): New function.
11423
11424 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
11425
11426 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11427 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
11428 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
11429 all-hebrew-calendar-holidays.
11430 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
11431 Simplify using new functions.
11432 (calendar-holidays): Doc fix.
11433 (generate-calendar-window): Use bound-and-true-p.
11434
11435 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
11436
11437 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
11438 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
11439 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
11440 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
11441
11442 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
11443
11444 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11445
11446 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
11447
11448 * vc-bzr.el (vc-bzr-checkout): Simplify.
11449
11450 * image-mode.el (image-mode-fit-frame): New command.
11451
11452 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
11453 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
11454 (keyboard-escape-quit): Check region-active-p i.s.o
11455 transient-mark-mode.
11456
11457 2008-04-02 Simon Josefsson <simon@josefsson.org>
11458
11459 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
11460 (imap-message-copyuid-1): Use it.
11461 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
11462 J. Williams in
11463 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11464
11465 2008-04-02 Alan Mackenzie <acm@muc.de>
11466
11467 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
11468 New optimised functions to get the name of the current defun/macro.
11469
11470 * add-log.el (add-log-current-defun): Move the functionality which
11471 gets the current function name for C like modes to cc-cmds.el,
11472 thus optimising for speed.
11473
11474 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
11475
11476 * simple.el (deactivate-mark): When the mark is temporarily
11477 active, restore the original value of transient-mark-mode.
11478 (set-mark-command): First deactivate the mark if was temporarily active.
11479 (exchange-point-and-mark): Reactivate the mark if it was
11480 temporarily active.
11481 (handle-shift-selection): New fun.
11482 (transient-mark-mode): Move var documentation here from buffer.c.
11483 (next-line, previous-line, backward-word, move-end-of-line)
11484 (move-beginning-of-line, forward-to-indentation)
11485 (backward-to-indentation, back-to-indentation)
11486 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
11487
11488 * mouse.el (mouse-set-region-1): Save the old value of
11489 transient-mark-mode.
11490 (mouse-drag-track): Ignore the now-obsolete value `identity' for
11491 transient-mark-mode.
11492
11493 * textmodes/paragraphs.el (forward-paragraph)
11494 (backward-paragraph, forward-sentence, backward-sentence): Add ^
11495 interactive spec.
11496
11497 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
11498
11499 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
11500
11501 * net/tramp.el (tramp-make-tramp-temp-file):
11502 Use `tramp-drop-volume-letter' for the local file name part.
11503
11504 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11505
11506 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
11507 Add menu entries corresponding to all the key bindings.
11508
11509 * emacs-lisp/debug.el (debugger-mode-map):
11510 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
11511 (conf-align-assignments): Only work on the region if it is active.
11512 (conf-quote-normal): Use when instead of if. Remove redundant test.
11513
11514 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11515 for tracing and re-builder.
11516
11517 2008-04-02 Glenn Morris <rgm@gnu.org>
11518
11519 * calendar/appt.el (appt-disp-window-function): Doc fix.
11520 (appt-display-message): Move beep before display.
11521 (appt-check): Make interactive. Reduce the number of lets.
11522 Use string-equal to compare mode-line strings.
11523 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
11524 read-only.
11525 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
11526 (appt-delete): Simplify.
11527
11528 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
11529
11530 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
11531
11532 * calendar/cal-hebrew.el (list-yahrzeit-dates):
11533 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
11534 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
11535
11536 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
11537 (calendar-holiday-marker, mark-visible-calendar-date):
11538 * calendar/diary-lib.el (fancy-diary-display):
11539 Check for font-lock-mode before using faces.
11540
11541 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
11542 (calendar-gregorian-from-absolute): Reduce the number of lets.
11543 (hebrew-holidays-4, generate-calendar-window): Simplify.
11544 (calendar-for-loop): Make obsolete.
11545 (calendar-nth-named-day): Doc fix.
11546
11547 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
11548 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
11549 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
11550 Reduce the number of lets.
11551 (mark-sexp-diary-entries, calendar-mark-complex):
11552 Expand calendar-for-loops.
11553
11554 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
11555
11556 * find-dired.el (find-dired-filter): Fix last patch to handle
11557 multi-line process input. Pad link numbers too.
11558
11559 2008-04-01 Jari Aalto <jari.aalto@cante.net>
11560
11561 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
11562
11563 2008-04-01 Jason Rumney <jasonr@gnu.org>
11564
11565 * international/characters.el (script-list): Add phonetic script,
11566 covering IPA (previously Latin), Phonetic Extensions and
11567 Phonetic Extensions Supplement (both previously unassigned).
11568
11569 * international/fontset.el (setup-default-fontset): Use unicode fonts
11570 that cover bopomofo script for bopomofo.
11571 Likewise for braille and mathematical.
11572 Use unicode scripts that cover the phonetic script for IPA.
11573
11574 2008-04-01 Johan Bockgård <bojohan@gnu.org>
11575
11576 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
11577 return the assigned value.
11578
11579 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11580
11581 * abbrev.el (abbrev-mode): Use define-minor-mode.
11582
11583 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
11584 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
11585 Use map-keymap.
11586 (minor-mode-menu-from-indicator): Use it. Simplify.
11587
11588 * bindings.el (mode-line-mode-menu): Move before (new) first use.
11589 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
11590 Bind the key directly to the menu.
11591 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
11592
11593 2008-04-01 Daiki Ueno <ueno@unixuser.org>
11594
11595 * epa.el (epa-decrypt-region): Explain the reason why this
11596 function should not be used in Lisp programs.
11597 (epa-decrypt-armor-in-region): Ditto.
11598 (epa-verify-region): Ditto.
11599 (epa-verify-cleartext-in-region): Ditto.
11600 (epa-sign-region): Ditto.
11601 (epa-encrypt-region): Ditto.
11602
11603 * epg.el (epg-start-receive-keys): Fix typo in docstring.
11604
11605 * epa.el (epa-select-keys): Show menu even if there is no key in
11606 GnuPG's keyring.
11607
11608 2008-04-01 Glenn Morris <rgm@gnu.org>
11609
11610 * calendar/calendar.el (calendar-make-temp-face): New function.
11611 (mark-visible-calendar-date):
11612 * calendar/diary-lib.el (fancy-diary-display): Use it.
11613
11614 * vc-hooks.el (vc-responsible-backend): Declare as function.
11615
11616 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
11617 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
11618 * calendar/cal-julian.el (holiday-julian): Use it.
11619
11620 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
11621 (calendar-hebrew-date-is-visible-p): Extract some common code into
11622 separate function.
11623 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
11624
11625 * calendar/cal-menu.el (cal-menu-holidays-menu):
11626 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
11627 rather than obsolete alias.
11628
11629 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
11630 for mark characters.
11631 (calendar-unmark): Unmark by removing all overlays, rather than
11632 redrawing.
11633 (calendar-starred-day): Remove.
11634 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
11635 (calendar-cursor-to-date): No need for special star handling now
11636 using overlays.
11637 (calendar-star-date): Use overlays.
11638
11639 * calendar/cal-french.el (calendar-goto-french-date):
11640 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
11641 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
11642 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
11643 * calendar/cal-persia.el (calendar-persian-date-string):
11644 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11645 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
11646 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
11647 * calendar/solar.el (solar-equinoxes-solstices):
11648 Reduce nesting of some lets.
11649
11650 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
11651 (calendar-goto-mayan-long-count-date): Simplify.
11652
11653 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
11654 Simplify by using mapcar.
11655 (calendar-list-holidays): Return holiday-list.
11656 (list-holidays): Use let rather than let*. Remove un-needed locals
11657 `d', `never'.
11658 (calendar-check-holidays): Return result from dolist.
11659 (holiday-float): Use a single let*. Simplify if-and to and.
11660 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
11661 single let*.
11662
11663 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
11664
11665 * calc/calc.el: Autoload `calc-yank'.
11666 (calc-mode-map): Add keybindings for `calc-yank'.
11667 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
11668 assignments for `calc-yank'.
11669
11670 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
11671
11672 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
11673 (vc-status-mark-buffer-changed): Handle the extra field.
11674
11675 * vc-bzr.el (vc-bzr-after-dir-status):
11676 * vc-cvs.el (vc-cvs-after-dir-status):
11677 * vc-hg.el (vc-hg-after-dir-status):
11678 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
11679
11680 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11681
11682 * doc-view.el: Compute displayed pages first (in PDF).
11683 (doc-view-current-converter-processes): Rename from
11684 doc-view-current-converter-process. Update users.
11685 (doc-view-sentinel): Test buffer's liveness.
11686 (doc-view-pdf/ps->png-sentinel): Remove.
11687 (doc-view-start-process): New function.
11688 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
11689 (doc-view-ps->pdf): Use it.
11690 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
11691 New functions.
11692 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
11693 (doc-view-mode): Kill the processes when leaving the mode.
11694
11695 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
11696
11697 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
11698 Use `byte-compile-warning-types'. Add docstring.
11699
11700 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11701
11702 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
11703 (smerge-resolve): Add various resolution heuristics.
11704
11705 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
11706 in 3-way conflicts.
11707
11708 2008-03-31 Glenn Morris <rgm@gnu.org>
11709
11710 * calendar/cal-bahai.el (diary-bahai-mark-entries):
11711 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
11712 * calendar/cal-islam.el (mark-islamic-diary-entries):
11713 Fix argument order in call to diary-mark-entries-1.
11714
11715 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
11716 pre-Bahai dates.
11717 (holiday-bahai): Use an algorithm actually relevant to this calendar
11718 system.
11719
11720 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
11721
11722 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
11723 Use and.
11724
11725 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
11726 in the last fortnight in Julian October.
11727
11728 * calendar/calendar.el (increment-calendar-month): Optionally handle
11729 systems without 12 months per year.
11730
11731 (calendar-date-is-visible-p): Doc fix. Simplify.
11732
11733 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
11734 from dolist.
11735
11736 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
11737
11738 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
11739 (hi-lock-unload-function): New function.
11740
11741 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
11742
11743 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
11744 overwriting when NEWNAME is a local file.
11745
11746 * net/trampver.el: Update release number.
11747
11748 2008-03-30 Alexandre Julliard <julliard@winehq.org>
11749
11750 * vc-git.el: Make vc-status display information about copies,
11751 renames and permission changes.
11752 (vc-git-extra-fileinfo): New defstruct.
11753 (vc-git-escape-file-name, vc-git-file-type-as-string)
11754 (vc-git-rename-as-string, vc-git-permissions-as-string)
11755 (vc-git-status-printer): New functions.
11756 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
11757 (vc-git-after-dir-status-stage1): Look for copies, renames and
11758 permission changes.
11759 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
11760 (vc-git-dir-status): Ask for staged files and renames.
11761
11762 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
11763
11764 * vc.el: Allow backends to display backend specific information in
11765 the vc-status listing.
11766 (vc-status-fileinfo): Add a field for backend specific information.
11767 (vc-status-printer): Rename to ...
11768 (vc-default-status-printer): ... this.
11769 (vc-status-printer): New function.
11770 (vc-update-vc-status-buffer): Set the backend specific file info
11771 if provided.
11772
11773 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11774
11775 * textmodes/remember.el (remember-diary-convert-entry): Revert last
11776 change (ill-conceived).
11777
11778 2008-03-29 Glenn Morris <rgm@gnu.org>
11779
11780 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
11781 * calendar/cal-julian.el (holiday-julian): Simplify.
11782
11783 * calendar/holidays.el (list-holidays): Use or.
11784
11785 2008-03-29 Juri Linkov <juri@jurta.org>
11786
11787 * window.el (split-window-preferred-horizontally): New function.
11788
11789 * cus-start.el (split-window-preferred-function):
11790 Set choice for "vertically" to nil instead of split-window.
11791 Set choice for "horizontally" to split-window-preferred-horizontally
11792 instead of lambda.
11793
11794 2008-03-29 Juri Linkov <juri@jurta.org>
11795
11796 * simple.el (minibuffer-default-add-function): New variable with
11797 the default to minibuffer-default-add-completions.
11798 (minibuffer-default-add-done): New variable. Make it buffer-local.
11799 (minibuffer-default-add-completions): New function.
11800 (goto-history-element): Set minibuffer-default-add-done to t and
11801 call a function in minibuffer-default-add-function when the
11802 specified absolute history position is greater than the length of
11803 the minibuffer-default list and minibuffer-default-add-done is nil.
11804 Change "^End of history; no next item$" to "^End of defaults;
11805 no next item$".
11806
11807 * bindings.el (debug-ignored-errors): Change "^End of history;
11808 no next item$" to "^End of defaults; no next item$".
11809
11810 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11811
11812 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
11813
11814 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
11815 to with-no-warnings.
11816
11817 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
11818
11819 Sync with Tramp 2.1.13.
11820
11821 * net/tramp-ftp.el: Require 'cl when byte-compiling.
11822
11823 * net/trampver.el: Update release number.
11824
11825 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
11826
11827 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
11828 the current backend.
11829
11830 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
11831 (vc-status-refresh): Create a temporary buffer and call the
11832 `dir-status' backend function from that buffer.
11833
11834 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
11835 (vc-bzr-after-dir-status): Don't kill the buffer.
11836
11837 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
11838 (vc-cvs-after-dir-status): Don't kill the buffer.
11839
11840 * vc-git.el (vc-git-dir-status): Don't create a buffer.
11841 (vc-git-after-dir-status-stage2): Don't kill the buffer.
11842
11843 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
11844 (vc-hg-after-dir-status): Don't kill the buffer.
11845
11846 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
11847 (vc-svn-after-dir-status): Don't kill the buffer.
11848
11849 2008-03-29 Glenn Morris <rgm@gnu.org>
11850
11851 * calendar/calendar.el (diary-file, american-date-diary-pattern)
11852 (european-date-diary-pattern, european-calendar-display-form)
11853 (american-calendar-display-form, diary-display-hook): Doc fixes.
11854 (european-calendar-style): Doc fix. Use calendar-set-date-style for
11855 custom :set. Mark as obsolete.
11856 (calendar-date-style, iso-date-diary-pattern)
11857 (iso-calendar-display-form): New user variables.
11858 (diary-date-forms, calendar-date-display-form): Set using
11859 calendar-date-style. Doc fix.
11860 (calendar-set-date-style): New command.
11861 (european-calendar, american-calendar): Use calendar-set-date-style.
11862 Mark as obsolete.
11863
11864 * calendar/diary-lib.el (number): Move declaration where needed.
11865 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
11866 (diary-make-date): New function.
11867 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
11868 Use diary-make-date.
11869 (diary-date-display-form, diary-insert-entry-1): New functions.
11870 (insert-monthly-diary-entry, insert-yearly-diary-entry):
11871 Use diary-insert-entry-1.
11872 (insert-anniversary-diary-entry, insert-block-diary-entry)
11873 (insert-cyclic-diary-entry): Use diary-date-display-form.
11874
11875 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11876 Autoload diary-insert-entry-1.
11877 * calendar/cal-bahai.el (diary-bahai-insert-entry)
11878 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
11879 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
11880 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
11881 * calendar/cal-islam.el (insert-islamic-diary-entry)
11882 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
11883 Use diary-insert-entry-1.
11884
11885 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
11886 (diary-yahrzeit): Doc fix. Use diary-make-date.
11887
11888 * calendar/icalendar.el (icalendar--datetime-to-american-date):
11889 New name for icalendar--datetime-to-noneuropean-date. Make old name
11890 obsolete alias.
11891 (icalendar--datetime-to-iso-date): New function.
11892 (icalendar--datetime-to-diary-date): Doc fix. Respect
11893 calendar-date-style if bound.
11894
11895 * textmodes/remember.el (remember-diary-convert-entry):
11896 Respect calendar-date-style if bound.
11897
11898 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11899
11900 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
11901 (xterm-mouse-handle-delete-frame): Delete.
11902
11903 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
11904 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
11905 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
11906 in xterm-modify-other-keys-terminal-list.
11907
11908 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
11909 are conflicts.
11910
11911 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
11912
11913 * vc.el (vc-update): Check if the buffer is unsaved only if it
11914 actually exists.
11915 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
11916 vc-print-log.
11917
11918 2008-03-28 Magnus Henoch <mange@freemail.hu>
11919
11920 * net/dns.el (dns-write): Use set-buffer-multibyte.
11921
11922 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11923
11924 * vc-bzr.el (vc-bzr-sha1): New fun.
11925 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
11926 (vc-bzr-registered): Use it.
11927
11928 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
11929
11930 * vc.el (vc-status-kill-dir-status-process): Simplify.
11931 (vc-status-refresh): Make sure the buffer is live.
11932 (ring): Don't require it, not used.
11933
11934 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
11935
11936 * progmodes/verilog-mode.el (verilog-auto-inout-module):
11937 Add optional regular expression to AUTOINOUTMODULE.
11938 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
11939 (verilog-auto-inst-param, verilog-auto-reg)
11940 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
11941 (verilog-auto-output-every, verilog-auto-input)
11942 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
11943 (verilog-auto-unused, verilog-auto): Update documentation to use
11944 more obvious instance module names versus cell names.
11945
11946 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
11947
11948 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
11949 kill if a process is running.
11950
11951 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
11952
11953 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
11954
11955 * vc.el: Add new backend function 'status-extra-headers.
11956 (vc-default-status-extra-headers): New function.
11957 (vc-status-headers): Call 'status-extra-headers. Add colors.
11958
11959 * vc-git.el (vc-git-status-extra-headers): New function.
11960
11961 2008-03-28 Glenn Morris <rgm@gnu.org>
11962
11963 * calendar/cal-menu.el (cal-menu-holidays-menu)
11964 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
11965 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
11966 holiday-list is optional.
11967 (calendar-mouse-holidays): Remove un-needed local `l'.
11968
11969 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
11970 Remove un-needed local `date'.
11971 (calendar-cursor-to-visible-date): Use let rather than let*.
11972 Remove un-needed local `first-of-month-weekday'.
11973
11974 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
11975
11976 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
11977 Doc fixes.
11978 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
11979 (diary-header-line-flag, diary-header-line-format): Declare.
11980 (diary-pull-attrs): Check for multiple matches.
11981 (diary-list-entries-2): Simplify finding start of date.
11982 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
11983 pop-up-frames.
11984 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
11985 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
11986
11987 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
11988
11989 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
11990
11991 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
11992
11993 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11994
11995 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
11996
11997 * image-mode.el (image-mode-reapply-winprops): Fix last change.
11998
11999 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
12000
12001 * international/mule-conf.el (define-iso-single-byte-charset):
12002 Don't make latin-iso8859-* supplementary.
12003 (#'set-charset-priority): Don't change the priority of charsets
12004 `unicode' and `emacs'.
12005
12006 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12007
12008 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
12009 temp buffer.
12010
12011 2008-03-27 Glenn Morris <rgm@gnu.org>
12012
12013 * calendar/cal-bahai.el (diary-bahai-list-entries):
12014 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
12015 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
12016
12017 * calendar/calendar.el (diary-file): Doc fix.
12018
12019 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
12020 (list-diary-entries-hook, mark-diary-entries-hook)
12021 (include-other-diary-files, diary-mail-entries)
12022 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
12023 (diary-set-header): New function.
12024 (diary-header-line-flag, diary-header-line-format):
12025 Use diary-set-header for custom :set function.
12026 (diary-set-maybe-redraw): Use symbol-value rather than eval.
12027 (diary-attrtype-convert): Use intern-soft rather than read.
12028 (diary-display-no-entries): New function.
12029 (simple-diary-display, fancy-diary-display): Use it.
12030 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
12031 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
12032
12033 * calendar/holidays.el (list-holidays): Doc fix.
12034
12035 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
12036
12037 * calc/calc-store.el (calc-read-var-name-history): New variable.
12038 (calc-read-var-name): Use `calc-read-var-name-history'.
12039
12040 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12041
12042 * image-mode.el (image-mode-reapply-winprops): Simplify now that
12043 window-configuration-change-hook works buffer-locally.
12044
12045 2008-03-26 Johan Bockgård <bojohan@gnu.org>
12046
12047 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
12048 for Emacs Lisp, not Lisp.
12049
12050 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
12051
12052 * help-fns.el (describe-function-1, describe-variable):
12053 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
12054
12055 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
12056 replacement is provided, don't print "use nil instead".
12057
12058 2008-03-26 Johan Bockgård <bojohan@gnu.org>
12059
12060 * complete.el (PC-do-completion): Use regexp-quote.
12061
12062 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
12063
12064 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
12065 Detect missing files.
12066
12067 * vc-git.el (vc-git-extra-menu-map): New key map.
12068 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
12069 New functions.
12070
12071 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
12072 and 'missing files.
12073
12074 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12075
12076 * calendar/holidays.el (list-holidays): Make Y2 optional.
12077
12078 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
12079 buffers shown to the user.
12080 (appt-disp-window): Disable undo explicitly now that the leading space
12081 is gone.
12082
12083 * simple.el (activate-mark): New function.
12084 (set-mark-command): Use it with region-active-p to clean up the code.
12085 (exchange-point-and-mark): Invert the meaning of C-u when
12086 transient-mark-mode is active.
12087
12088 * dired-aux.el (dired-create-files): Use dolist.
12089
12090 * bindings.el (mode-line-change-eol): Use with-selected-window.
12091
12092 * apropos.el (apropos-command): Include macros.
12093
12094 2008-03-26 Glenn Morris <rgm@gnu.org>
12095
12096 * calendar/cal-bahai.el: Require calendar, not cal-julian.
12097 (calendar-bahai-epoch): Doc fix.
12098
12099 * calendar/cal-china.el: Explicitly require calendar.
12100
12101 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
12102 Require calendar rather than cal-julian.
12103 Autoload calendar-absolute-from-julian.
12104 * calendar/cal-coptic.el (coptic-calendar-epoch):
12105 * calendar/cal-islam.el (calendar-islamic-epoch):
12106 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
12107
12108 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
12109
12110 * calendar/cal-dst.el: Don't require cal-persia.
12111 (calendar-absolute-from-persian): Autoload it.
12112 (dst-adjust-time): Doc fix.
12113
12114 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
12115 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
12116 calendar.
12117
12118 * calendar/cal-menu.el: Require calendar rather than declaring
12119 functions.
12120 * calendar/calendar.el: Provide calendar before requiring cal-menu.
12121
12122 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
12123 calendar-after-frame-setup-hooks. Update callers, make old name an
12124 obsolete alias. Doc fix.
12125 (calendar-frame-1): Doc fix.
12126
12127 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
12128
12129 * calendar/calendar.el (oriental-holidays, solar-holidays):
12130 * calendar/holidays.el (list-holidays): Assume atan always bound.
12131
12132 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
12133 Explicitly require calendar, not cal-julian.
12134 * calendar/lunar.el: Explicitly require cal-dst.
12135
12136 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12137
12138 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
12139
12140 * help-fns.el (describe-function-1, describe-variable): If no
12141 replacement is provided, don't print "use nil instead".
12142
12143 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12144
12145 * proced.el: New file.
12146
12147 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
12148
12149 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
12150
12151 2008-03-25 Juri Linkov <juri@jurta.org>
12152
12153 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
12154 in battery-mode-line-format.
12155
12156 * bindings.el (minibuffer-local-map): For the command
12157 file-cache-minibuffer-complete replace keymap minibuffer-local-map
12158 with map which is already locally bound to minibuffer-local-map.
12159
12160 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12161
12162 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
12163 Remove `sort-first' argument.
12164
12165 * subr.el (redisplay-end-trigger-functions)
12166 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
12167 (process-filter-multibyte-p, set-process-filter-multibyte):
12168 Mark as obsolete.
12169
12170 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
12171
12172 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
12173 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
12174 use the LOCAL arg of `add-hook'.
12175 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
12176 Remove spurious * from defcustom docstrings.
12177 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
12178 Fix typos in messages.
12179 (reb-mode-buffer-p): New function.
12180 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
12181 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
12182 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
12183 Use `unless', `when'.
12184 (re-builder-unload-function): New function.
12185
12186 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
12187
12188 * vc-hooks.el (vc-state): Add documentation for 'missing.
12189
12190 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
12191
12192 * progmodes/verilog-mode.el (verilog-auto-output)
12193 (verilog-auto-input, verilog-auto-inout, verilog-auto)
12194 (verilog-delete-auto): Add optional regular expression to
12195 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
12196 (verilog-signals-matching-regexp): New internal function for
12197 signal matching.
12198
12199 2008-03-25 Johan Bockgård <bojohan@gnu.org>
12200
12201 * info.el (Info-isearch-search): Always return point.
12202
12203 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12204
12205 * diff-mode.el (diff-remembered-defdir): New var.
12206 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
12207
12208 2008-03-25 Glenn Morris <rgm@gnu.org>
12209
12210 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
12211 calendar-bahai-prompt-for-date. Update callers, make old name an
12212 obsolete alias. Doc fix.
12213 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
12214 coptic-prompt-for-date. Update callers, make old name an
12215 obsolete alias. Doc fix.
12216 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
12217 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
12218 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
12219 calendar-islamic-prompt-for-date. Update callers. Doc fix.
12220 * calendar/cal-iso.el (calendar-iso-read-date): New name for
12221 calendar-iso-read-args. Update callers, make old name an obsolete
12222 alias.
12223 * calendar/cal-persia.el (calendar-persian-read-date): New name for
12224 persian-prompt-for-date. Update callers, make old name an
12225 obsolete alias. Doc fix. Move definition before use.
12226
12227 * calendar/cal-x.el (diary-frame-parameters)
12228 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
12229 (calendar-frame-1): Doc fixes.
12230 (make-fancy-diary-buffer): Remove declaration.
12231 (calendar-dedicate-diary): Replace call to deleted function
12232 make-fancy-diary-buffer.
12233 (calendar-frame-setup): New function.
12234 (calendar-one-frame-setup, calendar-only-one-frame-setup)
12235 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
12236 work, and mark as obsolete.
12237 (special-display-buffer-names): Don't mess with this; it's not our
12238 business.
12239 (cal-x-load-hook): Defvar it, and mark as obsolete.
12240
12241 * calendar/calendar.el (calendar-remove-frame-by-deleting):
12242 Default to t. Add to 'calendar group.
12243 (calendar): Doc fix. Use calendar-frame-setup.
12244 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
12245 (generate-calendar-window): Doc fix.
12246
12247 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12248
12249 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
12250
12251 2008-03-24 Drew Adams <drew.adams@oracle.com>
12252
12253 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
12254 New variables.
12255 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
12256 (finder-exit): Ignore errors rather than avoiding them.
12257 Kill *Finder-package* buffer also.
12258
12259 2008-03-24 Andreas Schwab <schwab@suse.de>
12260
12261 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
12262
12263 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
12264
12265 * vc-hg.el (vc-hg-after-dir-status):
12266 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
12267
12268 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
12269 Detect removed files.
12270
12271 * vc.el (vc-status-printer): Use a different face for missing files.
12272 (vc-status-hide-up-to-date): Rename from
12273 vc-status-remove-up-to-date. Update all callers.
12274 (vc-status-mode-map): Bind C-m.
12275
12276 2008-03-24 Alexandre Julliard <julliard@winehq.org>
12277
12278 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
12279 code ...
12280 (vc-git--state-code): ... to this new function.
12281 (vc-git-state): Use it.
12282
12283 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
12284
12285 * textmodes/remember.el (remember-mail-date)
12286 (remember-store-in-mailbox): Write date and From line in such a
12287 way that Mutt can read it.
12288
12289 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
12290
12291 * simple.el (transient-mark-mode): Turn on by default.
12292
12293 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
12294
12295 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
12296 'unregistered for unregistered files.
12297
12298 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
12299
12300 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
12301
12302 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
12303 subdirectories.
12304
12305 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
12306 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
12307 Add :enable for vc-status-refresh.
12308 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
12309 (vc-status-tool-bar-map): Add binding for
12310 vc-status-kill-dir-status-process.
12311 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
12312 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
12313 Reset vc-status-process-buffer.
12314 (vc-status-refresh): Don't run two refreshes at a time.
12315 (vc-status): If the buffer is already in vc-status-mode only refresh.
12316 (vc-status-mark-buffer-changed): Add an optional file parameter.
12317 (vc-resynch-buffer): Use it.
12318 (vc-delete-file): Expand the file name before using it.
12319 Be careful to not create a new buffer with the old file contents.
12320 Update the VC state after performing the operation.
12321
12322 2008-03-23 Andreas Schwab <schwab@suse.de>
12323
12324 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
12325 Fix radio button condition.
12326 [box]: Likewise.
12327 [customize]: Add radio button.
12328
12329 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
12330
12331 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
12332 (calc-user-parse-tables, calc-gnuplot-default-device)
12333 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12334 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12335 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12336 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
12337 (calc-undo-list, calc-redo-list, calc-main-buffer)
12338 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
12339 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
12340 (calc-said-hello, calc-executing-macro, calc-any-selections)
12341 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
12342 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
12343 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
12344 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
12345 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
12346 (calc-create-buffer, calc-quit): Add docstrings.
12347
12348 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
12349
12350 * makefile.w32-in (WINS_ALMOST): Add org.
12351
12352 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
12353
12354 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12355 New functions to implement vc-status support.
12356
12357 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
12358
12359 * vc.el (vc-status-prepare-status-buffer): New function.
12360 (vc-status): Use it.
12361
12362 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
12363 appropriate.
12364
12365 2008-03-22 Alexandre Julliard <julliard@winehq.org>
12366
12367 * vc-git.el (vc-git--empty-db-p)
12368 (vc-git-after-dir-status-stage1-empty-db): New functions.
12369 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
12370 Add support for empty repositories.
12371
12372 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
12373
12374 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12375 Allow "^" in a version name.
12376
12377 * vc-mtn.el (vc-mtn-state): Support the added state.
12378
12379 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
12380
12381 * org: New directory for Org-mode.
12382
12383 * org/org-export-latex.el: Moved from lisp/texmodes.
12384
12385 * org/org-irc.el: Moved from lisp/texmodes.
12386
12387 * org/org-mac-message.el: Moved from lisp/texmodes.
12388
12389 * org/org-mouse.el: Moved from lisp/texmodes.
12390
12391 * org/org-publish.el: Moved from lisp/texmodes.
12392
12393 2008-03-21 Juri Linkov <juri@jurta.org>
12394
12395 * comint.el (comint-dynamic-simple-complete):
12396 Use variable `stub' for the second arg `common-substring'
12397 of `comint-dynamic-list-completions'.
12398 (comint-dynamic-list-filename-completions):
12399 Use variable `filenondir' for the second arg `common-substring'
12400 of `comint-dynamic-list-completions'.
12401 (comint-dynamic-list-completions): Add new optional arg
12402 `common-substring'. Add `common-substring' as the second arg of
12403 the call to `display-completion-list'. Doc fix.
12404
12405 * comint.el (comint-dynamic-complete-as-filename)
12406 (comint-dynamic-list-filename-completions)
12407 (comint-dynamic-simple-complete): Use `minibuffer-message'
12408 to display message "No completions of %s" when a command
12409 is called in the minibuffer.
12410 (comint-dynamic-simple-complete): Don't display other
12411 completion messages when a command is called in the minibuffer.
12412 (comint-dynamic-list-completions): Use `minibuffer-message'
12413 to display message " [Type space to flush ...]" when a command
12414 is called in the minibuffer.
12415
12416 * shell.el (shell-dynamic-complete-command)
12417 (shell-dynamic-complete-environment-variable): Don't display
12418 completion messages when command is called in the minibuffer.
12419
12420 * emacs-lisp/lisp.el (lisp-complete-symbol):
12421 Use `minibuffer-message' to display message "No completions of %s"
12422 when this command is called in the minibuffer.
12423
12424 * bindings.el (standard-mode-line-modes): Put special help-echo
12425 tooltip on recursive edit %[ %] mode-line constructs.
12426
12427 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
12428 "^No dynamic expansion for .* found$" to allow error messages like
12429 "No dynamic expansion for \"%s\" found in this-buffer".
12430
12431 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
12432
12433 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
12434 "psftp".
12435
12436 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12437
12438 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
12439 * vc.el (vc-default-dired-state-info): Use just "modified".
12440 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
12441 (vc-cvs-mode-line-string): Make use of the better default.
12442 (vc-cvs-parse-entry): Use the new `added'.
12443 (vc-cvs-dired-state-info): Remove.
12444 * vc-svn.el (vc-svn-dired-state-info): Remove.
12445 * vc-hg.el (vc-hg-dired-state-info): Remove.
12446 * vc-git.el (vc-git-dired-state-info): Remove.
12447
12448 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
12449
12450 * vc-git.el (vc-git-status-result): New variable.
12451 (vc-git-dir-status): Split out ...
12452 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
12453 ... these new functions and work asynchronously.
12454
12455 2008-03-21 Alexandre Julliard <julliard@winehq.org>
12456
12457 * vc-git.el (vc-git-after-dir-status): Remove.
12458 (vc-git-dired-state-info): Reimplement.
12459
12460 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
12461
12462 * replace.el (occur-mode-map): Add :help.
12463
12464 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
12465 for disassemble.
12466
12467 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
12468 the 'added state.
12469 (vc-status-remove-up-to-date): New function.
12470 (vc-status-mode-map, vc-status-menu-map): Bind it.
12471 (vc-status-printer): Use a different face up-to-date files.
12472 (vc-resynch-buffer): Update the vc-status buffer if it exists.
12473 (Todo): Remove solved entries.
12474
12475 * vc-hg.el (vc-hg-state):
12476 * vc-git.el (vc-git-state):
12477 * vc-cvs.el (vc-cvs-parse-status):
12478 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
12479 state.
12480
12481 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12482
12483 * progmodes/compile.el (compile):
12484 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
12485
12486 * simple.el (minibuffer-local-shell-command-map): New var.
12487 (minibuffer-complete-shell-command, read-shell-command): New funs.
12488 (shell-command, shell-command-on-region): Use them.
12489
12490 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
12491
12492 * vc.el (vc-status-mark-buffer-changed): New function to implement
12493 updating of the *vc-status* buffer when a buffer is saved.
12494 (vc-status-mode): Use it for after-change-hook.
12495 (vc-add-to-vc-status-buffer): Rename to ...
12496 (vc-status-add-entry): ... this.
12497 (Todo): Add new entry.
12498
12499 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12500
12501 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
12502
12503 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
12504
12505 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
12506 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
12507 Remove spurious * from defcustom docstrings.
12508 (icomplete-compute-delay): Fix docstring and remove spurious *.
12509 (icomplete-delay-completions-threshold): Fix typo in docstring and
12510 remove spurious *.
12511 (icomplete-completions): While collecting the list of prospective
12512 candidates, don't overshoot `icomplete-prospects-length'.
12513
12514 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
12515
12516 * textmodes/refbib.el:
12517 * textmodes/reftex.el:
12518 * textmodes/reftex-global.el:
12519 * textmodes/reftex-vars.el:
12520 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
12521 compiler pacifying defvars.
12522 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
12523 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
12524 not needed.
12525
12526 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
12527
12528 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
12529 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
12530 (verilog-customize, verilog-font-customize)
12531 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
12532 (verilog-mode): Update documentation strings to match tool tips.
12533 (verilog-auto-search-do, verilog-auto-re-search-do)
12534 (verilog-skip-forward-comment-or-string): Fix verilog-auto
12535 expansion when a .* appears inside a string.
12536 (verilog-re-search-forward, verilog-re-search-backward):
12537 Add comment to recall how this works.
12538 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
12539
12540 2008-03-20 Glenn Morris <rgm@gnu.org>
12541
12542 * calendar/calendar.el (calendar-other-dates): New function.
12543 (calendar-print-other-dates): Use calendar-other-dates.
12544 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
12545 the declarations it replaces.
12546 (calendar-mouse-print-dates): Use calendar-other-dates.
12547
12548 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
12549 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
12550 (calendar-absolute-from-bahai): Fix the leap-year case.
12551 (calendar-bahai-from-absolute): Re-use the Gregorian month.
12552 (calendar-bahai-date-string, calendar-bahai-print-date):
12553 Handle pre-Bahai dates.
12554
12555 * calendar/cal-china.el (chinese-calendar-celestial-stem)
12556 (chinese-calendar-terrestrial-branch): Make defcustoms.
12557
12558 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
12559 (calendar-mouse-view-diary-entries): Use or.
12560 (calendar-mouse-chinese-date): Remove unused command.
12561 (cal-menu-load-hook): Mark as obsolete.
12562
12563 * calendar/solar.el (calendar-location-name, calendar-latitude)
12564 (calendar-longitude, solar-arctan, sunrise-sunset)
12565 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
12566
12567 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12568
12569 * calc/calc.el: Remove outdated comments.
12570 (defcalcmodevar, calc-mode-var-list-restore-default-values)
12571 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
12572 Add docstrings.
12573
12574 2008-03-19 Jason Rumney <jasonr@gnu.org>
12575
12576 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
12577
12578 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
12579
12580 * net/tls.el (open-tls-stream): Reindent.
12581
12582 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
12583
12584 * net/tramp.el (tramp-let-maybe): Removed.
12585 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
12586 It does not exist under XEmacs.
12587 (tramp-handle-file-truename, tramp-handle-expand-file-name)
12588 (tramp-completion-file-name-handler): Let-bind
12589 `directory-sep-char'.
12590
12591 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
12592 `directory-sep-char'.
12593
12594 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12595
12596 * help-fns.el (describe-function-1): Don't signal "missing arglist"
12597 for autoloaded keymaps.
12598
12599 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
12600 (electric-verilog-terminate-line, verilog-in-struct-region-p)
12601 (verilog-backward-ws&directives, verilog-forward-ws&directives)
12602 (verilog-in-comment-p, verilog-in-star-comment-p)
12603 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
12604 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
12605 (verilog-skip-forward-comment-or-string, verilog-in-paren)
12606 (verilog-skip-forward-comment-p): Use it.
12607
12608 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
12609
12610 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
12611 (org-remember-templates, org-time-stamp-rounding-minutes)
12612 (org-back-over-empty-lines, org-find-base-buffer-visiting)
12613 (org-columns-new): Fix typos in docstrings.
12614
12615 2008-03-19 Glenn Morris <rgm@gnu.org>
12616
12617 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
12618 (tramp-handle-shell-command): Use condition-case rather than
12619 ignore-errors.
12620
12621 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12622
12623 * diff-mode.el (diff-header): Make the color louder.
12624 (diff-refine-change): Tone the color down.
12625
12626 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
12627
12628 * descr-text.el (describe-char): When `describe-char-unidata-list'
12629 is set to show all properties, list them in the right order.
12630
12631 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12632
12633 * international/mule.el (load-with-code-conversion): Avoid setting
12634 default-enable-multibyte-characters.
12635
12636 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
12637
12638 * vc.el (vc-annotate-background): Fix custom type.
12639
12640 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12641
12642 * descr-text.el (describe-char-unidata-list): Allow specifying
12643 just all properties.
12644 (describe-char): Handle that new value.
12645
12646 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
12647
12648 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
12649
12650 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
12651 instead of file name extension to make docs with uncommon
12652 extensions work.
12653
12654 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
12655
12656 * doc-view.el (require): Require cl at compile time because
12657 `assert' needs it.
12658
12659 2008-03-18 Glenn Morris <rgm@gnu.org>
12660
12661 * calendar/calendar.el (initial-calendar-window-hook)
12662 (today-visible-calendar-hook): Doc fixes.
12663
12664 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
12665
12666 * net/tramp.el (tramp-root-regexp): Simplify.
12667 (tramp-completion-file-name-regexp-separate): Don't insist on
12668 leading "[". This prevents method or user or host completion.
12669 (tramp-let-maybe): Autoload it.
12670 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
12671 is an alias for `identity'.
12672 (tramp-handle-write-region): Protect `last-coding-system-used'
12673 over the trailing statements.
12674 (tramp-completion-file-name-handler-post-function): Remove.
12675 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
12676 instead of calling `tramp-drop-volume-letter'.
12677
12678 * net/tramp.el:
12679 * net/tramp-uu.el:
12680 * net/trampver.el: Move coding cookie at the end.
12681
12682 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12683
12684 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
12685 elements which may be something else than characters.
12686
12687 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
12688
12689 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
12690 New functions to implement vc-status support.
12691
12692 * vc.el (vc-default-extra-status-menu)
12693 (vc-add-to-vc-status-buffer): New functions.
12694
12695 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12696 for eldoc and ielm.
12697
12698 2008-03-17 Glenn Morris <rgm@gnu.org>
12699
12700 * calendar/cal-x.el (diary-frame-parameters)
12701 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
12702 Fix custom type; add options.
12703 (calendar-frame, diary-frame): Doc fixes.
12704 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
12705 new functions.
12706 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
12707 Use calendar-frame-1 and calendar-dedicate-diary.
12708 (calendar-one-frame-setup): Also handle only-one-frame case.
12709 (calendar-only-one-frame-setup): Doc fix. Just call
12710 calendar-one-frame-setup.
12711
12712 * calendar/diary-lib.el: Re-order some definitions before their use.
12713 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
12714 (diary-list-entries): Doc fixes.
12715 (make-fancy-diary-display): Remove function.
12716
12717 * calendar/calendar.el (calendar-today-marker)
12718 (initial-calendar-window-hook, today-visible-calendar-hook)
12719 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
12720 (calendar-star-date, calendar-mark-today): Doc fixes.
12721 (today-visible-calendar-hook): Add options.
12722 (calendar-in-read-only-buffer): New macro.
12723 (calendar-basic-setup): Adapt for change in calendar-read-date.
12724 Place holiday let inside if.
12725 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
12726 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
12727 (calendar-print-other-dates): Use one let rather than many.
12728
12729 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
12730 (calendar-print-other-dates):
12731 * calendar/cal-hebrew.el (list-yahrzeit-dates):
12732 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
12733 * calendar/holidays.el (calendar-list-holidays, list-holidays)
12734 (calendar-cursor-holidays):
12735 * calendar/lunar.el (calendar-phases-of-moon): Use
12736 calendar-in-read-only-buffer to replace previous code and disable undo.
12737
12738 2008-03-16 Juri Linkov <juri@jurta.org>
12739
12740 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
12741 and regexp-search-ring-yank-pointer for the HISTPOS argument of
12742 read-from-minibuffer to provide the correct initial minibuffer
12743 history position in isearch-edit-string when it is called from
12744 isearch-ring-adjust.
12745
12746 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
12747 to check if the current buffer is the minibuffer, and in this case
12748 call abort-recursive-edit to kill the minibuffer. Doc fix.
12749 (kill-this-buffer-enabled-p): Allow this function to return non-nil
12750 when the current buffer is the minibuffer.
12751
12752 * simple.el (goto-line): Leave mark at previous position. Doc fix.
12753
12754 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
12755
12756 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
12757 Use non-nil PARENTS attribute of make-directory instead of
12758 explicitly checking existence the current cache directory.
12759
12760 2008-03-16 Daiki Ueno <ueno@unixuser.org>
12761
12762 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
12763 M-x epa-file-select-keys.
12764
12765 2008-03-16 Kenichi Handa <handa@m17n.org>
12766
12767 * international/mule.el (auto-coding-alist):
12768 Use no-conversion-multibyte for archive files.
12769
12770 2008-03-16 Glenn Morris <rgm@gnu.org>
12771
12772 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
12773 New functions.
12774 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
12775 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
12776 Use calendar-mark-1.
12777 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
12778 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
12779 Use calendar-mark-complex.
12780 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
12781 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
12782 Use calendar-mark-1.
12783
12784 * calendar/calendar.el (calendar-mod): Remove.
12785 * calendar/cal-china.el (calendar-chinese-from-absolute)
12786 (calendar-chinese-date-string): Expand calendar-mod calls.
12787 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
12788 Expand calendar-mod calls.
12789
12790 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
12791 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
12792 (diary-bahai-insert-yearly-entry): Use let rather than let*.
12793 Move obsolete aliases after the functions that replaced them.
12794
12795 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
12796 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
12797 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
12798 Use let rather than let*.
12799 (calendar-hebrew-prompt-for-date): New function.
12800 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
12801 (holiday-tisha-b-av-etc): Use unless, let.
12802
12803 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
12804 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
12805
12806 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
12807
12808 * calendar/calendar.el (calendar-for-loop): Add indent spec.
12809
12810 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
12811 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
12812 than concat.
12813 (diary): Remove un-needed let.
12814 (view-other-diary-entries): Rename argument.
12815 (diary-list-entries-2): New function.
12816 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
12817 (print-diary-entries): Use unless.
12818 (diary-mark-entries-1): Change argument order, make all but
12819 markfunc optional. Handle the standard (Gregorian) case.
12820 Use match-string-no-properties. Handle marks.
12821 (mark-diary-entries): Use diary-mark-entries-1.
12822 (diary-font-lock-keywords-1): New macro.
12823 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
12824
12825 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
12826
12827 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
12828 (icalendar-export-hidden-diary-entries): New variable.
12829 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
12830 In case of error, insert full error-val.
12831 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
12832 Use calendar-day-of-week. Return the day number.
12833 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
12834
12835 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
12836
12837 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
12838 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
12839 (icalendar-export-region): Ignore hidden diary entries.
12840 (icalendar--convert-ordinary-to-ical): Fix case where event
12841 spans across midnight boundary.
12842 (icalendar-first-weekday-of-year): New function.
12843 (icalendar--convert-weekly-to-ical): Allow user-selectable start
12844 year for recurring events (Mozilla calendars do not propagate
12845 recurring events forever, so year 2000 start date was not working).
12846 (icalendar--convert-yearly-to-ical): Remove extra spaces in
12847 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
12848
12849 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
12850
12851 * net/tramp.el (tramp-root-regexp): New defconst.
12852 (tramp-completion-file-name-regexp-unified)
12853 (tramp-completion-file-name-regexp-separate)
12854 (tramp-completion-file-name-regexp-url): Use it.
12855 (tramp-do-copy-or-rename-file-via-buffer):
12856 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
12857 t for `insert-file-contents-literally'.
12858 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
12859 Autoload it.
12860 (tramp-completion-file-name-handler-post-function): New defconst.
12861 (tramp-completion-file-name-handler): Use it.
12862 (tramp-maybe-open-connection): Update calls to
12863 `tramp-flush-connection-property' for removed 2nd argument.
12864
12865 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12866
12867 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
12868 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
12869 New functions.
12870
12871 2008-03-15 Glenn Morris <rgm@gnu.org>
12872
12873 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
12874 New functions.
12875 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
12876 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12877 (diary-list-entries-1, diary-mark-entries-1): Autoload.
12878 (diary-bahai-list-entries): Use diary-list-entries-1.
12879 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
12880 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
12881 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12882 (diary-list-entries-1, diary-mark-entries-1): Autoload.
12883 (list-hebrew-diary-entries): Use diary-list-entries-1.
12884 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
12885 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
12886 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12887 (diary-list-entries-1, diary-mark-entries-1): Autoload.
12888 (list-islamic-diary-entries): Use diary-list-entries-1.
12889 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
12890
12891 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
12892
12893 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
12894
12895 * calendar/cal-china.el (number-chinese-months)
12896 (calendar-chinese-from-absolute): Use nth, caar.
12897
12898 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
12899
12900 * calendar/cal-french.el (french-calendar-accents): Doc fix.
12901
12902 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
12903 (calendar-hebrew-month-name-array-leap-year)
12904 (hebrew-calendar-parashiot-names): Make constants.
12905 (diary-parasha): Move definition after constants it uses.
12906
12907 * calendar/cal-html.el (cal-html-insert-link-yearpage)
12908 (cal-html-htmlify-list): Doc fix.
12909 (cal-html-htmlify-entry): Use nth.
12910
12911 * calendar/cal-islam.el (calendar-islamic-month-name-array)
12912 (calendar-islamic-epoch): Make constants.
12913 (calendar-islamic-epoch): Doc fix.
12914
12915 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
12916
12917 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
12918 (cal-tex-month-name): Doc fix.
12919 (cal-tex-last-blank-p): Use zerop.
12920
12921 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
12922 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
12923 (calendar-cursor-to-date): Doc fix.
12924 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
12925 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
12926 (calendar-day-number): Use when.
12927 (generate-calendar-month): Use dotimes.
12928 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
12929 (calendar-set-mark): Reverse conditional.
12930 (calendar-make-alist): Move definition before use.
12931
12932 * calendar/diary-lib.el (diary-face-attrs)
12933 (diary-glob-file-regexp-prefix, diary-selective-display)
12934 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
12935 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
12936 (diary-anniversary, diary-cyclic)
12937 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
12938 (diary-header-line-format): Change wording.
12939 (diary-list-entries): Set `date-start' in let.
12940 (include-other-diary-files, mark-included-diary-files): Use format.
12941 (simple-diary-display, fancy-diary-display): Use cadr, unless.
12942 (mark-diary-entries): Use 1+.
12943 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
12944 (mark-calendar-month): Use dotimes.
12945
12946 * calendar/holidays.el (displayed-month, displayed-year):
12947 Move declarations where needed.
12948 (calendar-list-holidays): Doc fix.
12949
12950 * calendar/parse-time.el (parse-time-string): Simplify.
12951
12952 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
12953 Make constants.
12954 (solar-sunrise-sunset): Rename some local variables for clarity.
12955 (sunrise-sunset): Use zerop.
12956 (solar-mean-equinoxes/solstices): Doc fix.
12957
12958 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
12959 Use nth.
12960 (timeclock-completing-read, timeclock-generate-report): Use zerop.
12961 (timeclock-mean, timeclock-generate-report): Use dolist.
12962
12963 * calendar/todo-mode.el (todo-add-category): Simplify.
12964 (todo-more-important-p, todo-delete-item, todo-file-item):
12965 Use unless, when.
12966 (todo-top-priorities): Use zerop.
12967
12968 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
12969
12970 * buff-menu.el (list-buffers-noselect): Display buffer name in
12971 tooltip instead of mouse binding when it doesn't fit in the list.
12972
12973 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
12974
12975 * faces.el (xw-defined-colors):
12976 * simple.el (widget-convert, shell-mode): Declare as functions
12977 instead of autoloading.
12978
12979 * abbrev.el:
12980 * button.el:
12981 * cus-face.el:
12982 * ediff-hook.el:
12983 * emacs-lisp/backquote.el:
12984 * emacs-lisp/timer.el:
12985 * facemenu.el:
12986 * faces.el:
12987 * menu-bar.el:
12988 * simple.el:
12989 * subr.el:
12990 * textmodes/fill.el:
12991 * textmodes/paragraphs.el: Remove autoloads, redundant when the
12992 files are preloaded.
12993
12994 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
12995
12996 * desktop.el (desktop-create-buffer): Don't catch errors if
12997 debug-on-error is set.
12998
12999 2008-03-14 Eli Zaretskii <eliz@gnu.org>
13000
13001 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
13002 ($(lisp)/calendar/diary-loaddefs.el)
13003 ($(lisp)/calendar/hol-loaddefs.el): New targets.
13004 (LOADDEFS): New macro.
13005 (autoloads): Depend on $(LOADDEFS).
13006
13007 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
13008
13009 * font-lock.el (featurep): Remove test, not useful anymore.
13010 (facemenu-keymap): Move key binding ...
13011 * facemenu.el (facemenu-keymap): ... here.
13012
13013 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
13014 for each file in the list.
13015 (vc-bzr-log-view-mode): Recognize the file marker.
13016
13017 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13018 for checkdoc and profiling.
13019
13020 2008-03-14 Bastien Guerry <bzg@altern.org>
13021
13022 * textmodes/flyspell.el (nxml-mode): Add the right
13023 `flyspell-mode-predicate'.
13024
13025 * wid-edit.el (link): Use 'mouse-face for :follow-link.
13026
13027 2008-03-14 Glenn Morris <rgm@gnu.org>
13028
13029 * calendar/solar.el: Reorder so that functions are defined before use.
13030 (displayed-month, displayed-year): Move declarations where needed.
13031 (solar-get-number): Move definition before use. Use unless.
13032 (solar-equatorial-coordinates): Simplify.
13033 (solar-sunrise-and-sunset): Use let rather than let*.
13034 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
13035
13036 * startup.el (command-line-1): Rename -internal-script back to
13037 -scriptload (reverts previous change).
13038
13039 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
13040 (calendar-bahai-leap-base): Add doc strings.
13041 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
13042 Move definition before use.
13043 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
13044 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
13045 variables outside the loop. Use dolist.
13046 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
13047
13048 * calendar/cal-china.el: Re-order so that functions are defined before
13049 use.
13050 (displayed-month, displayed-year): Move declarations where needed.
13051 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
13052 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13053 Add doc strings.
13054 (chinese-year-cache): Recenter on 2010. Doc fix.
13055 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
13056 Doc fix. Simplify.
13057 (chinese-year-cache-init): New function.
13058 (compute-chinese-year, holiday-chinese-new-year)
13059 (calendar-chinese-date-string, calendar-goto-chinese-date)
13060 (make-chinese-month-assoc-list): Use cadr, nth.
13061 (chinese-months): Remove un-needed let.
13062
13063 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
13064 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
13065 (coptic-prompt-for-date): Move definition before use.
13066
13067 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
13068 (calendar-dst-find-data, calendar-daylight-time-offset)
13069 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13070 (calendar-daylight-savings-starts-time)
13071 (calendar-daylight-savings-ends-time): Use cadr, nth.
13072
13073 * calendar/cal-french.el (french-calendar-epoch)
13074 (calendar-goto-french-date): Doc fix.
13075 (french-calendar-month-name-array)
13076 (french-calendar-multibyte-month-name-array)
13077 (french-calendar-day-name-array, french-calendar-special-days-array):
13078 Add doc strings.
13079
13080 * calendar/cal-hebrew.el (displayed-month, displayed-year)
13081 (original-date): Move declarations where needed.
13082 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
13083 Doc fix.
13084 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
13085 constant variables outside the loop. Use dolist.
13086
13087 * calendar/cal-islam.el (displayed-month, displayed-year)
13088 (original-date): Move declarations where needed.
13089 (islamic-calendar-day-number): Remove unused local variable `day'.
13090 (calendar-goto-islamic-date): Doc fix.
13091 (holiday-islamic): Use unless.
13092 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
13093 constant variables outside the loop. Use dolist.
13094 (mark-islamic-calendar-date-pattern): Move definition before use.
13095 Use unless.
13096 (mark-islamic-diary-entries): Doc fix.
13097 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13098 (insert-yearly-islamic-diary-entry): Use let rather than let*.
13099
13100 * calendar/cal-julian.el (calendar-absolute-from-julian):
13101 Move definition before use. Remove un-needed local `day'.
13102 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
13103
13104 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
13105 (calendar-mayan-tzolkin-names-array): Add doc strings.
13106 (calendar-mayan-long-count-from-absolute): Use a single let.
13107 (calendar-string-to-mayan-long-count): Simplify.
13108 (calendar-next-haab-date, calendar-previous-haab-date)
13109 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
13110 (calendar-previous-calendar-round-date)
13111 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
13112 Doc fix.
13113 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
13114 (calendar-mayan-date-string, calendar-print-mayan-date)
13115 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13116 (calendar-mayan-long-count-common-era): Move definitions before use.
13117
13118 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
13119 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
13120 Doc fix.
13121 (calendar-mouse-goto-date): Move definition before use.
13122
13123 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
13124 Move definition before use.
13125 (calendar-cursor-to-visible-date): Move definition before use.
13126 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
13127 and place inside the conditional.
13128 (calendar-forward-day): Simplify.
13129 (calendar-end-of-month): Use unless.
13130 (calendar-goto-day-of-year): Doc fix.
13131 Relocate obsolete aliases after their replacements.
13132
13133 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
13134
13135 * calendar/diary-lib.el (mark-diary-entries): Move some constant
13136 variables outside the diary-date-forms loop.
13137
13138 * calendar/calendar.el (diary-file): Doc fix.
13139 (calendar-buffer-list): Return buffers rather than strings (fixes
13140 previous change).
13141 (hebrew-holidays-4): Fix typo.
13142
13143 * calendar/holidays.el (displayed-month, displayed-year):
13144 Move declarations where needed.
13145 (calendar-holiday-list, calendar-list-holidays)
13146 (holiday-filter-visible-calendar): Move definitions before use.
13147 (list-holidays): Use cadr.
13148 Relocate obsolete aliases after their replacements.
13149
13150 * calendar/lunar.el (date, displayed-month, displayed-year):
13151 Move declarations where needed.
13152 (lunar-phase-list): Move definition after functions it uses.
13153 (calendar-phases-of-moon, diary-phases-of-moon)
13154 (lunar-new-moon-on-or-after): Use cadr, nth.
13155 (lunar-new-moon-on-or-after): Doc fix.
13156
13157 * textmodes/org-irc.el (top-level): CL not required when compiling.
13158 (org-irc-visit-erc): Replace runtime CL functions.
13159
13160 * textmodes/org-publish.el (declare-function): Add compatibility stub.
13161 (org-publish-delete-dups): Declare as function.
13162
13163 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
13164
13165 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
13166 (vc-bzr-show-log-entry): Make regexp match more cases.
13167 (vc-diff-switches-list): Remove autoload, not needed.
13168
13169 2008-03-14 Juri Linkov <juri@jurta.org>
13170
13171 * isearch.el (isearch-edit-string): Remove one call to
13172 `isearch-push-state' not to push an inconsistent state,
13173 but keep another correct call to `isearch-push-state'.
13174 (isearch-ring-adjust): Call `isearch-push-state' only when
13175 `search-ring-update' is non-nil since `isearch-edit-string'
13176 already pushes its state.
13177 (isearch-message): Improve matching the failed part by checking
13178 if the original message starts with the last successful message.
13179
13180 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
13181 (dired-perm-write): Rename from `dired-warn-writable'.
13182 Change parent face from `font-lock-warning-face' to
13183 `font-lock-comment-delimiter-face'.
13184 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
13185 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
13186 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
13187 with `dired-perm-write-face'.
13188
13189 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
13190
13191 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13192 Create cache dir only if it doesn't already exist.
13193
13194 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13195
13196 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
13197 of \ and '.
13198
13199 2008-03-13 Johan Bockgård <bojohan@gnu.org>
13200
13201 * net/browse-url.el (browse-url-text-xterm):
13202 Unquote browse-url-text-browser.
13203
13204 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
13205
13206 * textmodes/org-mouse.el: Version number change.
13207
13208 * textmodes/org-publish.el (org-publish-expand-components):
13209 Remove null projects from the list of components.
13210 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
13211 Remove unused retrieval of the :publishing-directory property.
13212 (org-publish-file): Bugfix: when using a relative directory as the
13213 publishing directory, convert it to a directory filename.
13214 (org-publish-project): New alias.
13215 (org-publish-get-files): Protect against empty p.
13216 (org-publish-file): Send an error when file is not part of any project.
13217 (org-publish-file): Offer to refresh the list of files in known
13218 project when the current file is not part of any project.
13219 (org-publish-before-export-hook)
13220 (org-publish-after-export-hook): New hooks.
13221 (org-publish-org-to): Use new hooks and kill buffers.
13222 (org-publish-file): Remove the code for killing buffers.
13223 (org-publish-initialize-files-alist): Use interactive.
13224 (org-publish-file): If the publishing function creates a new
13225 buffer, kill it after publishing.
13226 (org-publish-timestamp-filename): Protect ":" in file name path
13227 under windows.
13228
13229 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
13230 change that killed the LaTeX buffer.
13231
13232 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
13233 in the decision tree.
13234 (org-select-remember-template): Clean the code.
13235 (org-prepare-dblock): Add the extra :content parameter.
13236 (org-write-agenda): New output type ".ics" files.
13237 (org-write-agenda): Call `org-icalendar-verify-function', both for
13238 time stamps and for TODO entries.
13239 (org-agenda-collect-markers, org-create-marker-find-array)
13240 (org-check-agenda-marker-table): New functions.
13241 (org-agenda-marker-table): New variable.
13242 (org-export-as-html): Revert the change that killed the html
13243 buffer. Side effects first need to be studied carefully.
13244 (org-get-tags-at): Fix the structure of the condition-case statement.
13245 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
13246 (org-timestamp-change): Fix regular expressions to swallow the
13247 extra character for repeat-shift control.
13248 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
13249 (org-get-legal-level): Alias to `org-get-valid-level'.
13250 (org-dblock-write:clocktable): Add a :link parameter, linking
13251 headlines to their location in the Org agenda files.
13252 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
13253 throwing an error when getting tags before headlines.
13254 (org-timestamp-change, org-modify-ts-extra)
13255 (org-ts-regexp1): Fix timestamp editing.
13256 (org-agenda-custom-commands-local-options): New constant.
13257 (org-agenda-custom-commands):
13258 Use `org-agenda-custom-commands-local-options' to improve customize
13259 type. "htmlize": Removed hack to fix face problem with htmlize,
13260 it no longer seem necessary.
13261 (org-follow-link-hook): New hook.
13262 (org-agenda-custom-commands): Add "Component" as a tag for each
13263 item in a command series.
13264 (org-open-at-point): Run `org-follow-link-hook'.
13265 (org-agenda-schedule): Bugfix: don't display marker type when it
13266 is nil.
13267 (org-store-link): org-irc required.
13268 (org-set-regexps-and-options): Parse the new logging options.
13269 (org-extract-log-state-settings): New function.
13270 (org-todo): Handle the new ways of recording state change stuff.
13271 (org-local-logging): New function.
13272 (org-columns-open-link): Fix bug with opening link in column view.
13273 (org-local-logging): New function.
13274 (org-todo): Make sure that LOGGING properties are honoured.
13275 (org-todo-keywords): Improve docstring.
13276 (org-startup-options): Cleanup startup options.
13277 (org-set-regexps-and-options): Process the "!" markers.
13278 (org-todo): Respect the new logging stuff.
13279 (org-log-note-how): New variable.
13280 (org-add-log-maybe): New parameter HOW that defines how logging
13281 should be done and also overrides PURPOSE. Add a docstring.
13282 (org-add-log-note): Check if we really need to ask for a note.
13283 (org-get-current-options): Digest the new keyword.
13284 (org-agenda-reset-markers): Rename from
13285 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
13286 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
13287 function, without force argument.
13288 (org-buffer-property-keys): Bind local variables s and p.
13289 (org-make-tags-matcher): Allow "" to match an empty or
13290 non-existent property value.
13291 (org-export-as-html): Join unsorted lists when they directly
13292 follow each other. Such lists may be created by headlines that
13293 are converted to lists.
13294 (org-nofm-to-completion): New function.
13295 (org-export-as-html): Use :html-extension instead of
13296 org-export-html-extension.
13297 (org-store-link): Support for links from `rmail-summary-mode'.
13298 (org-columns-new, org-complete, org-set-property): Set the
13299 `include-columns' argument in the call to
13300 `org-buffer-property-keys'.
13301 (org-buffer-property-keys): New argument `include-columns', to
13302 include properties expected by any of the COLUMNS formats in the
13303 current buffer.
13304 (org-cleaned-string-for-export): Get rid of drawers first, so that
13305 they will be removed also in the text before the first headline.
13306 (org-clock-report): Show the clocktable when found.
13307 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
13308 (org-version): With prefix argument, insert `org-version' at point.
13309 (org-agenda-goto): Recenter the window after finding the target
13310 location, to make sure the correct position will be displayed.
13311 (org-agenda-get-deadlines): Don't scale priority with the warning
13312 period.
13313 (org-insert-heading): Don't break line in the middle of the line.
13314 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
13315 be 0.
13316 (org-update-checkbox-count): Revamp to deal with hierarchical
13317 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
13318 (org-remove-timestamp-with-keyword): New function.
13319 (org-schedule, org-deadline):
13320 Use `org-remove-timestamp-with-keyword' to make sure all such time
13321 stamps are removed.
13322 (org-mode): Support for `align'.
13323 (org-agenda-get-deadlines): Make sure priorities increase as the
13324 due date approaches and is passed.
13325 (org-remember-apply-template): Fix problem with tags that
13326 contain "_" or "@".
13327 (org-make-link-regexps): Improve the regular expression for plain links.
13328 (org-agenda-get-closed): List each clocking entry.
13329 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
13330 (org-special-ctrl-k): New option.
13331 (org-kill-line): New function.
13332 (org-archive-all-done): Fix incorrect number of stars in regexp.
13333 (org-refile-get-location): New function.
13334 (org-refile-goto-last-stored): New function.
13335 (org-global-tags-completion-table): Add the value of org-tag-alist
13336 in each buffer, to make sure that also unused tags will be
13337 available for completion.
13338 (org-columns-edit-value)
13339 (org-columns-next-allowed-value): Only update if not in agenda.
13340 (org-clocktable-steps): New function.
13341 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
13342 (org-archive-subtree): Add the outline tree context as a property.
13343 (org-closest-date): New optional argument `prefer'.
13344 (org-goto-auto-isearch): New option.
13345 (org-goto-map, org-get-location): Implement auto-isearch.
13346 (org-goto-local-auto-isearch-map): New variable.
13347 (org-goto-local-search-forward-headings)
13348 (org-goto-local-auto-isearch): New functions.
13349
13350 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
13351
13352 * textmodes/org-irc.el: New file.
13353
13354 2008-03-13 John Wiegley <johnw@gnu.org>
13355
13356 * textmodes/org-mac-message.el: New file.
13357
13358 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
13359
13360 * font-lock.el (font-lock-comment-face): Set the foreground for
13361 the light background 8 colors case.
13362
13363 2008-03-13 Glenn Morris <rgm@gnu.org>
13364
13365 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
13366 generate-autoload-cookie patterns.
13367
13368 * startup.el (command-line-1): Rename -scriptload to -internal-script.
13369
13370 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
13371 (MH_E_SRC): Remove variable.
13372 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
13373 Simplify file header. Use $@ for generated-autoload-file.
13374
13375 * Makefile.in (LOADDEFS): New variable.
13376 (AUTOGENEL): Use $LOADDEFS.
13377 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
13378 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
13379 ($(lisp)/calendar/hol-loaddefs.el): New targets.
13380 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13381 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
13382 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13383 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13384 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
13385 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
13386 Add calendar-specific autoload cookies, and remove any setting of
13387 generated-autoload-file.
13388 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
13389 * calendar/diary-lib.el: Replace explicit autoloads with reading of
13390 diary-loaddefs.
13391 * calendar/holidays.el: Replace explicit autoloads with reading of
13392 hol-loaddefs.
13393
13394 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
13395 (calendar-buffer-list): Simplify.
13396 (generate-calendar-window): Use calendar-mark-holidays rather than
13397 obsolete alias.
13398
13399 * calendar/cal-hebrew.el (list-yahrzeit-dates):
13400 Use cal-hebrew-yahrzeit-buffer.
13401
13402 * calendar/cal-x.el (calendar-only-one-frame-setup)
13403 (calendar-two-frame-setup): Doc fixes.
13404 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
13405
13406 * calendar/appt.el (appt-mode-string): Mark as risky.
13407 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
13408
13409 * calendar/cal-html.el (diary-list-entries):
13410 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
13411 (calendar-iso-from-absolute): Fix autoloads.
13412
13413 * calendar/cal-iso.el (calendar-absolute-from-iso)
13414 (calendar-iso-read-args): Simplify.
13415 (calendar-iso-date-string, calendar-iso-read-args)
13416 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
13417
13418 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
13419 (displayed-month, displayed-year): Move declarations where needed.
13420 (calendar-print-astro-day-number): Doc fix.
13421
13422 * calendar/cal-persia.el (persian-calendar-month-name-array)
13423 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
13424 (persian-prompt-for-date): Remove local variable `today'.
13425
13426 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
13427
13428 * calendar/solar.el (solar-moment, solar-exact-local-noon)
13429 (solar-sunrise-sunset, solar-sunrise-sunset-string)
13430 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
13431 (diary-sabbath-candles, solar-equinoxes/solstices)
13432 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
13433 (solar-time-equation, solar-date-to-et): Simplify.
13434
13435 * mail/supercite.el: Remove the `function' in `(function (lambda'.
13436 Replace `(car (cdr' with cadr'.
13437
13438 * progmodes/f90.el (f90-font-lock-n): New function.
13439 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
13440 Use f90-font-lock-n.
13441 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
13442
13443 * progmodes/f90.el (f90-mode-abbrev-table):
13444 * progmodes/fortran.el (fortran-mode-abbrev-table):
13445 Use newer form of define-abbrev, where supported. No need to bind
13446 abbrevs-changed for system abbrevs.
13447
13448 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13449
13450 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
13451 delete-frame-functions.
13452
13453 * bookmark.el (Info-current-node): Remove.
13454
13455 2008-03-12 Juri Linkov <juri@jurta.org>
13456
13457 * help.el (describe-project): Remove defaliases for view-todo and
13458 describe-project that are now unnecessary after the merge from
13459 emacs--rel--22 that added define-obsolete-function-alias.
13460
13461 * startup.el (inhibit-startup-screen): Revert incomplete
13462 2008-03-10 merge from emacs--rel--22 that partly reverted
13463 2008-02-28 change that added initial message to *scratch* buffer
13464 regardless of the value of `inhibit-startup-screen'.
13465 Now keep this change in the trunk, but not in the 22 branch.
13466
13467 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13468
13469 * international/quail.el (quail-setup-completion-buf, quail-help):
13470 * mail/binhex.el (binhex-decode-region-internal):
13471 * mail/uudecode.el (uudecode-decode-region-internal):
13472 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13473 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13474 setting default-enable-multibyte-characters.
13475
13476 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
13477
13478 * comint.el: Fix up indentation and comment style. Remove `function'.
13479
13480 * international/mule-cmds.el (reset-language-environment)
13481 (set-language-environment-nonascii-translation):
13482 Don't set-unibyte-charset.
13483
13484 * doc-view.el: Remove all cb-args, use closures instead.
13485 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
13486 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
13487 doing an incorrect check). Update all callers to use the new name.
13488 (doc-view-doc->txt): Add missing `txt' argument.
13489
13490 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
13491
13492 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
13493 md5 sum calculation to single-byte.
13494
13495 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13496
13497 * doc-view.el (doc-view-new-window-function): Add assertion.
13498 (doc-view-doc-type): New var.
13499 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
13500 (doc-view-intersection): New fun.
13501 (doc-view-mode): Use it to set the new var.
13502
13503 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
13504
13505 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
13506 (doc-view-already-converted-p): New functions.
13507 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
13508 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
13509 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
13510 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
13511 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
13512 (doc-view-convert-current-doc): Don't hardwire the functions the
13513 sentinels call. Now they're provided by two args CALLBACK and
13514 CB-ARGS to the functions.
13515 (doc-view-search): Use doc-view-doc->txt.
13516 (doc-view-initiate-display): Use doc-view-already-converted-p.
13517 Mention new binding C-c C-t if doc-view-mode doesn't work.
13518
13519 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13520
13521 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
13522
13523 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13524
13525 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
13526 Mark " outside of tags as punctuation.
13527
13528 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
13529
13530 * menu-bar.el (minibuffer-local-map): Use the same command for the
13531 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
13532 Prefer RET over C-j for exit-minibuffer.
13533
13534 * files.el (display-buffer-other-frame): Eliminate problematic code.
13535
13536 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
13537 (menu-bar-select-buffer): Remove.
13538 (menu-bar-select-frame): Make non-interactive and take a frame arg.
13539 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
13540
13541 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
13542
13543 * icomplete.el (icomplete-completions): Remove obsolete code.
13544
13545 * net/net-utils.el (iwconfig-program-options): Doc fix.
13546 (net-utils-run-program, run-network-program): Define as functions.
13547
13548 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
13549
13550 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
13551
13552 2008-03-11 Glenn Morris <rgm@gnu.org>
13553
13554 * faces.el (mode-line-emphasis): New face.
13555 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
13556
13557 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
13558
13559 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
13560
13561 * simple.el (set-mark-command): Doc fix.
13562
13563 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13564
13565 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
13566
13567 * emacs-lisp/autoload.el (autoload-find-destination):
13568 Don't force raw-text.
13569
13570 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
13571 * calendar/cal-loaddefs.el: Don't version control.
13572
13573 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
13574
13575 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
13576 entries and add :help to the existing ones.
13577
13578 2008-03-10 Glenn Morris <rgm@gnu.org>
13579
13580 * calendar/cal-hebrew.el (date, entry, number): Move declarations
13581 to where they are needed.
13582
13583 * calendar/calendar.el (diary-file, hebrew-holidays-1)
13584 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13585 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
13586 (calendar-version): Doc fixes.
13587 (calendar-absolute-from-gregorian): Use zerop.
13588 (calendar-mode-line-format): Make it a defcustom.
13589
13590 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
13591 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
13592 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
13593 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
13594 (mark-included-diary-files, mark-calendar-days-named)
13595 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
13596 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
13597 (insert-monthly-diary-entry, insert-yearly-diary-entry)
13598 (insert-anniversary-diary-entry, insert-block-diary-entry)
13599 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
13600 (diary-font-lock-sexps): Doc fixes.
13601 (diary-remind-message, mark-calendar-month): Use zerop.
13602 (diary-attrtype-convert, diary-pull-attrs): Simplify.
13603 (diary-list-entries): Revert let to let* (previous change).
13604
13605 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
13606
13607 2008-03-10 Kim F. Storm <storm@cua.dk>
13608
13609 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
13610 function aliases for the old names.
13611
13612 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
13613
13614 * iswitchb.el (iswitchb-use-faces): Doc fix.
13615 (iswitchb-buffer-ignore, iswitchb-read-buffer):
13616 Fix typos in docstrings.
13617
13618 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
13619
13620 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
13621 Fix typo.
13622 (verilog-type-font-keywords): Reindent.
13623
13624 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
13625
13626 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
13627 Fix bug in the grouping-keyword regular expression.
13628 (verilog-font-lock-keywords): Allow users to toggle special
13629 highlight of grouping-keywords.
13630 (verilog-highlight-grouping-keywords): The toggle for special
13631 highlighting of grouping keywords.
13632
13633 2008-03-10 Juri Linkov <juri@jurta.org>
13634
13635 * startup.el: Revert 2008-02-28 change that adds initial message
13636 to *scratch* buffer regardless of the value of
13637 `inhibit-startup-screen'.
13638
13639 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
13640
13641 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
13642 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
13643 * progmodes/verilog-mode.el (verilog-mode):
13644 * net/socks.el (socks):
13645 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
13646
13647 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
13648
13649 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
13650 (doc-view-bookmark-make-record): Use them.
13651 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
13652 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
13653
13654 * bookmark.el (bookmark-make-record-function): Change expected return
13655 value to include a suggested bookmark name.
13656 (bookmark-make): Split into bookmark-make-record and bookmark-store.
13657 Fix reversed `overwrite' semantics.
13658 (bookmark-set): Call bookmark-make-record before prompting the user.
13659 Then pass the result to bookmark-store later on.
13660 (bookmark-make-name-function): Remove.
13661 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
13662 * info.el (bookmark-make-name-function): Remove.
13663 (Info-mode): Don't set it.
13664 (Info-bookmark-make-name): Remove.
13665 (Info-bookmark-make-record): Use Info-current-node as suggested default
13666 bookmark name.
13667
13668 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
13669 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
13670 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
13671 (bookmark-annotation-buffer, bookmark-annotation-file)
13672 (bookmark-annotation-point, bookmark-send-annotation)
13673 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
13674 (bookmark-edit-annotation-text-func): Rename from
13675 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
13676 (bookmark-edit-annotation-mode-map): Move initialization into
13677 declaration.
13678
13679 * bookmark.el: Remove spurious * in docstrings.
13680 (bookmark-minibuffer-read-name-map): New var.
13681 (bookmark-set): Use it. Also pass the default value as it should.
13682 (bookmark-send-edited-annotation): Take no chances with text properties.
13683 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
13684 (bookmark-insert-buffer-name): Remove.
13685 (bookmark-buffer-file-name): Signal an error rather than returning nil.
13686
13687 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
13688
13689 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
13690
13691 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
13692
13693 * diff-mode.el (diff-mode-menu): Add :help.
13694
13695 2008-03-09 Glenn Morris <rgm@gnu.org>
13696
13697 * calendar/calendar.el (general-holidays, oriental-holidays)
13698 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
13699 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
13700 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
13701 (calendar-holidays): Restore autoload cookies, because people are
13702 used to using these variables without loading calendar.el.
13703
13704 * calendar/cal-islam.el (diary-islamic-date): Move to end.
13705 (date, number): Declare where needed.
13706
13707 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
13708 (list-sexp-diary-entries): Doc fixes.
13709 (diary-list-entries): Doc fix. Remove free variable `entry'.
13710 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
13711 Simplify setting of `date-holiday-list'.
13712 (mark-diary-entries): Remove free variable `entry'.
13713 (diary-list-entries, include-other-diary-files, fancy-diary-display):
13714 Use let where let* is not needed.
13715
13716 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
13717
13718 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
13719 make-record function, instead paste it in afterwards.
13720 (bookmark-make-record-for-text-file):
13721 * doc-view.el (doc-view-bookmark-make-record):
13722 * info.el (Info-bookmark-make-record): Don't mess with annotations.
13723
13724 2008-03-08 Glenn Morris <rgm@gnu.org>
13725
13726 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
13727
13728 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
13729
13730 * calendar/diary-lib.el (diary-list-entries)
13731 (include-other-diary-files, mark-diary-entries)
13732 (mark-sexp-diary-entries, mark-included-diary-files)
13733 (diary-entry-time, list-sexp-diary-entries): Remove the special
13734 handling of ^M that dates back to the use of selective-display.
13735 (simple-diary-display): Obey setting of pop-up-frames.
13736 (body, entry): Remove unnecessary declarations.
13737
13738 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
13739 (bookmark-get-annotation, bookmark-set-annotation)
13740 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
13741 (bookmark-set-position, bookmark-get-front-context-string)
13742 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
13743 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
13744 * info.el (Info-bookmark-make-record): Don't bother recording point.
13745 (bookmark-get-filename, bookmark-get-front-context-string)
13746 (bookmark-get-rear-context-string, bookmark-get-position):
13747 Don't declare any more.
13748 (bookmark-get-info-node): Remove.
13749 (bookmark-prop-get): Declare.
13750 (Info-bookmark-jump): Use it.
13751
13752 2008-03-08 Johan Bockgård <bojohan@gnu.org>
13753
13754 * subr.el (while-no-input): Don't splice BODY directly into the
13755 `or' form.
13756
13757 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
13758
13759 * diff-mode.el (diff-ignore-whitespace-hunk):
13760 Bind inhibit-read-only before trying to change the buffer.
13761
13762 2008-03-08 Glenn Morris <rgm@gnu.org>
13763
13764 * calendar/appt.el (appt): Move custom group here from calendar.el.
13765 (appt-disp-window, appt-convert-time): Doc fixes.
13766
13767 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
13768 (calendar-bahai-mark-date-pattern):
13769 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
13770 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
13771 * calendar/cal-julian.el (calendar-absolute-from-julian):
13772 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
13773
13774 * calendar/cal-china.el (chinese-calendar): Move custom group here from
13775 calendar.el.
13776 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13777 Make constants.
13778 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
13779 (chinese-calendar-daylight-savings-starts)
13780 (chinese-calendar-daylight-savings-ends)
13781 (chinese-calendar-daylight-savings-starts-time)
13782 (chinese-calendar-daylight-savings-ends-time)
13783 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
13784 Doc fixes.
13785
13786 * calendar/cal-coptic.el (coptic-name): Add doc string.
13787
13788 * calendar/cal-french.el (french-calendar-month-name-array)
13789 (french-calendar-day-name-array, french-calendar-special-days-array):
13790 Add doc strings.
13791
13792 * calendar/cal-bahai.el (diary-bahai-mark-entries)
13793 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13794 (diary-bahai-insert-yearly-entry):
13795 * calendar/cal-dst.el (calendar-next-time-zone-transition)
13796 (calendar-time-zone):
13797 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
13798 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
13799 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
13800 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
13801 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
13802 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
13803 (list-islamic-diary-entries, mark-islamic-diary-entries)
13804 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13805 (insert-yearly-islamic-diary-entry):
13806 * calendar/cal-iso.el (calendar-iso-read-args):
13807 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
13808 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
13809 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13810 (calendar-next-calendar-round-date)
13811 (calendar-mayan-long-count-common-era):
13812 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
13813 (cal-menu-x-popup-menu, calendar-mouse-holidays)
13814 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
13815 (calendar-mouse-goto-date):
13816 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
13817 * calendar/holidays.el (holidays):
13818 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
13819 * calendar/time-date.el (date-to-time, time-subtract, time-add)
13820 (safe-date-to-time): Doc fixes.
13821
13822 * calendar/cal-persia.el (persian-calendar-month-name-array)
13823 (persian-calendar-epoch): Make constants.
13824
13825 * calendar/cal-tex.el (calendar-tex): Move custom group here from
13826 calendar.el.
13827
13828 * calendar/cal-x.el (diary-frame-parameters)
13829 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
13830 (calendar-after-frame-setup-hooks): Make defcustoms.
13831 (calendar-one-frame-setup, calendar-only-one-frame-setup)
13832 (calendar-two-frame-setup): Doc fix.
13833
13834 * calendar/cal-loaddefs.el: New file.
13835
13836 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13837 * calendar/cal-french.el, calendar/cal-html.el:
13838 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13839 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13840 * calendar/cal-tex.el, calendar/cal-x.el:
13841 Unquote lambda functions. Add autoload cookies to functions formerly
13842 autoloaded in calendar.el. Set `generated-autoload-file' to
13843 "cal-loaddefs.el".
13844
13845 * calendar/calendar.el: Move many autoloads to separate file,
13846 cal-loaddefs.el. Move defcustoms to start and re-order.
13847 (calendar-month-name-array, calendar-starred-day): No need to
13848 declare for compiler.
13849 (cal-loaddefs): Require it.
13850 (appt, chinese-calendar, calendar-tex): Move custom groups to the
13851 appropriate file.
13852 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
13853 Reverse logic.
13854 (diary-face, diary-file-name-prefix-function, diary-include-string)
13855 (diary-glob-file-regexp-prefix, diary-face-attrs)
13856 (diary-file-name-prefix, sexp-diary-entry-symbol)
13857 (print-diary-entries-hook, list-diary-entries-hook)
13858 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
13859 (nongregorian-diary-marking-hook, diary-list-include-blanks):
13860 Move to diary-lib.
13861 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
13862 (all-bahai-calendar-holidays): Doc fix.
13863 (calendar-insert-indented): Doc fix. Use when rather than if.
13864 (exit-calendar): Use mapc rather than mapcar.
13865 (calendar-cursor-to-date): Use zerop.
13866 (calendar-mark-ring): Add doc-string.
13867 (calendar-starred-day): Defvar it.
13868 (calendar-mode): Make calendar-starred-day local.
13869 (calendar-star-date): No need to make calendar-starred-day local.
13870
13871 * calendar/diary-lib.el: Move defcustoms to start.
13872 (diary-include-string, diary-list-include-blanks)
13873 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
13874 (diary-file-name-prefix, diary-file-name-prefix-function)
13875 (sexp-diary-entry-symbol, list-diary-entries-hook)
13876 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
13877 (nongregorian-diary-marking-hook, print-diary-entries-hook):
13878 Move here from calendar.el.
13879 (diary-file-name-prefix-function): Use 'identity.
13880 (diary-face): Make it a defcustom, and mark as obsolete.
13881 (top-level): No need to require cal-hebrew, cal-islam when compiling.
13882 (calendar-hebrew-month-name-array-leap-year)
13883 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
13884 Define for compiler.
13885 (diary-font-lock-keywords): Use format rather than concat.
13886 Add bahai-diary-entry-symbol.
13887
13888 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
13889 * calendar/solar.el: Unquote lambda functions.
13890
13891 * calendar/solar.el (calendar-location-name, calendar-latitude)
13892 (calendar-longitude, solar-setup, solar-sin-degrees)
13893 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
13894 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
13895 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
13896 (solar-exact-local-noon, solar-julian-ut-centuries)
13897 (solar-ephemeris-time, solar-date-next-longitude)
13898 (solar-horizontal-coordinates, solar-equatorial-coordinates)
13899 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
13900 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
13901 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
13902 Doc fixes.
13903 (solar-horizontal-coordinates, solar-equatorial-coordinates)
13904 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
13905 (solar-ecliptic-coordinates): Use unless.
13906 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
13907 Use or.
13908
13909 * calendar/timeclock.el: Add doc-strings to all functions.
13910 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
13911 (timeclock-entry-list-length, timeclock-entry-list-projects)
13912 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
13913
13914 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
13915
13916 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
13917 (org-get-entries-from-diary): Require diary-lib.
13918
13919 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
13920
13921 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
13922 Pacify byte-compiler.
13923
13924 2008-03-07 Alan Mackenzie <acm@muc.de>
13925
13926 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
13927 paren/bracket pairs parsed, to solve performance problem.
13928
13929 2008-03-07 Bastien Guerry <bzg@altern.org>
13930
13931 * bookmark.el (bookmark-set): Don't check for
13932 `bookmark-make-name-function' since `bookmark-buffer-file-name'
13933 already takes care of this.
13934 (bookmark-buffer-name, bookmark-buffer-file-name):
13935 Remove Info-mode specific code.
13936
13937 * info.el (bookmark-get-info-node): Define this function in
13938 info.el, not in bookmark.el.
13939 (Info-mode): Set `bookmark-make-name-function' to
13940 `Info-bookmark-make-name' locally.
13941 (Info-bookmark-make-name): New function.
13942
13943 * bookmark.el (bookmark-make-name-function): New variable.
13944
13945 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13946
13947 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
13948 buffer-local, not `bookmark-make-cell-function' (the old name).
13949
13950 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
13951
13952 * doc-view.el (doc-view-bookmark-make-record):
13953 * image-mode.el (image-bookmark-make-record):
13954 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
13955
13956 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
13957
13958 * vc.el (vc-status-menu-map-filter): Return orig-binding if
13959 boundp 'vc-ignore-menu-filter.
13960 (vc-status-tool-bar-map): Make it defvar.
13961 (vc-status-mode): vc-status-tool-bar-map now variable.
13962 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
13963
13964 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13965
13966 Give a better name to part of the bookmark interface.
13967
13968 This was originally a much larger change, but halfway through I
13969 updated and discovered that Stefan Monnier had done the rest.
13970 It looks like he anticipated the new name too, because he used
13971 `the-record' instead of `the-cell' for some internal variable names.
13972
13973 * bookmark.el (bookmark-make-record-function): Was
13974 `bookmark-make-cell-function'.
13975 (bookmark-make, bookmark-send-annotation): Update for above.
13976 (bookmark-make-record-for-text-file):
13977 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
13978
13979 * info.el: Adjust accordingly.
13980 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
13981
13982 * image-mode.el: Adjust accordingly.
13983 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
13984
13985 * doc-view.el: Adjust accordingly.
13986 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
13987
13988 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13989
13990 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
13991 Move initialization into declaration.
13992 (bookmark-get-info-node, bookmark-set-info-node): Remove.
13993 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
13994 (bookmark-info-current-node): Remove.
13995 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
13996 Add relocation fallback. Set bookmark-current-bookmark.
13997 (bookmark-default-handler): Rename from bookmark-jump-noselect.
13998 Remove relocation fallback. Don't set bookmark-current-bookmark.
13999 (bookmark-set): Let it be used even if there's no buffer-file-name
14000 as long as there is a bookmark-make-cell-function.
14001 * info.el (Info-bookmark-jump): Remove relocation fallback.
14002 Don't set bookmark-current-bookmark.
14003
14004 2008-03-07 Glenn Morris <rgm@gnu.org>
14005
14006 * calendar/appt.el (appt-issue-message)
14007 (appt-message-warning-time, appt-audible, appt-visible)
14008 (appt-msg-window, appt-display-mode-line, appt-display-duration)
14009 (appt-display-diary): Remove autoload cookies.
14010
14011 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
14012 Remove leading `*' from defcustom doc-strings.
14013
14014 * calendar/cal-dst.el (calendar-dst): New custom group.
14015 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
14016 (calendar-time-zone, calendar-daylight-time-offset)
14017 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
14018 (calendar-daylight-savings-starts-time)
14019 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
14020 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
14021 Move to start.
14022
14023 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
14024
14025 * calendar/calendar.el (calendar-version): Use emacs-version and
14026 make it obsolete. Move to end.
14027 (calendar-offset, view-diary-entries-initially)
14028 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
14029 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
14030 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14031 (all-bahai-calendar-holidays, calendar-load-hook)
14032 (initial-calendar-window-hook, today-visible-calendar-hook)
14033 (today-invisible-calendar-hook, calendar-move-hook)
14034 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
14035 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
14036 (diary-include-string, sexp-diary-entry-symbol)
14037 (abbreviated-calendar-year, american-date-diary-pattern)
14038 (european-date-diary-pattern, european-calendar-display-form)
14039 (american-calendar-display-form, print-diary-entries-hook)
14040 (list-diary-entries-hook, diary-hook, diary-display-hook)
14041 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14042 (nongregorian-diary-marking-hook, diary-list-include-blanks)
14043 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
14044 (local-holidays, other-holidays, hebrew-holidays-1)
14045 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14046 (hebrew-holidays, christian-holidays, islamic-holidays)
14047 (bahai-holidays, solar-holidays, calendar-setup)
14048 (calendar-week-start-day): Remove autoload cookies.
14049 (diary-glob-file-regexp-prefix): Doc fix.
14050 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
14051 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
14052 (calendar-week-start-day, calendar-debug-sexp): Move to start.
14053
14054 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
14055 (calendar-time-display-form, calendar-latitude)
14056 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
14057 cookies.
14058 (calendar-latitude, calendar-longitude): Move functions after
14059 variables.
14060 (diary-sabbath-candles-minutes): Move to start.
14061 (solar-setup): Use or rather than if.
14062 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
14063 Remove condition-case.
14064 (solar-atn2): Use zerop.
14065 (solar-equinoxes-solstices): Doc fix.
14066
14067 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
14068 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
14069
14070 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
14071 (calendar-longitude, calendar-latitude, calendar-location-name):
14072 Declare for compiler.
14073
14074 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14075
14076 * arc-mode.el (archive-ar-file-header-re): New const.
14077 (archive-ar-summarize, archive-ar-extract): New funs.
14078 (archive-find-type): Recognize ar archives.
14079
14080 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
14081 New functions.
14082
14083 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
14084
14085 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
14086
14087 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14088 Replace :enable (mark-active) with :enable mark-active.
14089
14090 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
14091
14092 * vms-patch.el (make-legal-file-name): New obsolete alias.
14093 (make-valid-file-name): Rename from `make-legal-file-name'.
14094 (make-auto-save-file-name): Use it.
14095
14096 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
14097 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
14098 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
14099
14100 * textmodes/org.el (org-export-html-style): Doc fix.
14101 (org-get-legal-level): New obsolete alias.
14102 (org-get-valid-level): Rename from `org-get-legal-level'.
14103 (org-promote, org-demote, org-archive-subtree)
14104 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
14105
14106 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
14107
14108 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
14109
14110 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
14111 (vc-status-toggle-mark): New functions.
14112 (vc-status-mode): Set tool bar map.
14113
14114 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
14115
14116 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
14117 Reported by Drew Adams <drew.adams@oracle.com>.
14118
14119 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
14120
14121 * subr.el (read-quoted-char): Resolve modifiers of the character
14122 event.
14123
14124 * comint.el (comint-exec-1): Don't change the coding-system for
14125 decoding to dos-like EOL.
14126 (comint-carriage-motion): Fully rewrite.
14127
14128 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
14129
14130 * epg.el (epg-context-include-certs): Reflow docstring.
14131 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
14132 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
14133 (epg-context-set-signers, epg-context-set-sig-notations)
14134 (epg-make-import-status, epg-make-import-result)
14135 (epg-start-delete-keys): Fix typos in docstrings.
14136 (epg-start-sign-keys, epg-sign-keys):
14137 Fix typos in obsolescence declarations.
14138
14139 * iswitchb.el: Don't check for `cadr' and `last'.
14140 (iswitchb-define-mode-map, iswitchb-default-keybindings):
14141 Add obsolescence declaration and remove redundant info from docstring.
14142 (iswitchb-set-common-completion, iswitchb-set-matches)
14143 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
14144 (recentf-list, most-len, most-is-exact):
14145 Don't wrap defvars within `eval-when-compile'.
14146
14147 2008-03-05 Glenn Morris <rgm@gnu.org>
14148
14149 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14150 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14151 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
14152 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
14153 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
14154
14155 * ediff-hook.el (ediff-window-setup-function): Don't autoload
14156 declaration for compiler.
14157 (ediff-xemacs-init-menus): Use when rather than if.
14158
14159 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
14160 if+and to just and.
14161 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
14162 (ediff-delete-overlay): Move the XEmacs test inside the definition.
14163
14164 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
14165
14166 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
14167 test inside XEmacs test.
14168 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
14169 since it was doing nothing on Emacs.
14170 (ediff-make-bullet-proof-overlay): Use when rather than if.
14171
14172 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
14173 (ediff-setup-control-frame): Remove
14174 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
14175 a (featurep 'xemacs) test.
14176
14177 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
14178
14179 * calc/calc-ext.el (calc-extended-command-history): New variable.
14180 (calc-execute-extended-command): Use `calc-extended-command-history'.
14181
14182 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
14183
14184 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
14185 (standard-mode-line-position): Add mouse-face.
14186
14187 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
14188 * progmodes/grep.el (grep-mode-map): Add :help.
14189
14190 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
14191 initialize in one step. Add :help. Use :enable to activate menu
14192 items. Show the key binding for edebug-defun.
14193 (lisp-interaction-mode-map): Add a menu.
14194
14195 * term.el (term-mode-map): Define and initialize in one step.
14196
14197 * ediff-init.el (ediff-color-display-p): Simplify.
14198 (Xor): Remove unused function.
14199 (ediff-with-syntax-table): Simplify for Emacs.
14200
14201 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
14202 menu-bar being loaded, it always is.
14203
14204 2008-03-05 Glenn Morris <rgm@gnu.org>
14205
14206 * textmodes/tex-mode.el (tex-mode): Suppress warning about
14207 multiple definitions when compiling.
14208
14209 2008-03-04 Alan Mackenzie <acm@muc.de>
14210
14211 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
14212
14213 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
14214 doc-string, "c-old-LEN" -> "c-old-END".
14215
14216 2008-03-04 Jason Rumney <jasonr@gnu.org>
14217
14218 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
14219 namespaces.
14220
14221 2008-03-04 Glenn Morris <rgm@gnu.org>
14222
14223 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
14224
14225 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
14226 than mapcar.
14227
14228 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14229
14230 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
14231 (byte-compile-nilconstp): Can't use recursion in a defsubst.
14232
14233 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
14234 so that M-q can fill comments.
14235 (tex-executable-exists-p, tex-compile): Extend with special syntax for
14236 commands implemented in elisp.
14237 (tex-compile-commands): Add an entry to use doc-view for pdf files.
14238 (tex-format-cmd): New function.
14239 (tex-compile): Use it to let the user specify default arguments.
14240 (tex-cmd-bibtex-args): New var.
14241 (tex-cmd-doc-view): New function.
14242
14243 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
14244
14245 * faces.el (face-spec-set): Fix typos in docstring.
14246
14247 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
14248
14249 * bindings.el (mode-line-column-line-number-mode-map): New variable.
14250 (standard-mode-line-position): Use it to add a menu for toggling
14251 column number and line number display.
14252
14253 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14254
14255 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14256 Remove optimization that was working around the form-code-walker bug.
14257
14258 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14259 Walk into the body of lambdas after byte-compile-unfold-lambda.
14260
14261 2008-03-03 Glenn Morris <rgm@gnu.org>
14262
14263 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
14264 value, if set, over frame value.
14265
14266 * simple.el (transient-mark-mode): Don't turn on by default.
14267
14268 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
14269 accidentally removed by the 2007-12-05 merge from Gnus.
14270
14271 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
14272
14273 * progmodes/compile.el (compilation-menu-map): Add menu entries
14274 for useful options.
14275
14276 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
14277 Glenn Morris <rgm@gnu.org>
14278
14279 * emacs-lisp/bytecomp.el (byte-recompile-directory)
14280 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
14281 Give a `bytecomp-' prefix to local variables with common names.
14282
14283 2008-03-01 Glenn Morris <rgm@gnu.org>
14284
14285 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14286 Restore code commented out 2007-11-10.
14287
14288 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
14289
14290 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14291 Delete macro.
14292 * emulation/viper-cmd.el, emulation/viper-ex.el:
14293 * emulation/viper-init.el, emulation/viper-keym.el:
14294 * emulation/viper-mous.el, emulation/viper-util.el:
14295 * emulation/viper.el:
14296 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
14297 featurep test.
14298
14299 Replace obsolete frame-local variables with frame-parameters.
14300 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
14301 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
14302 (viper-vi-state-cursor-color): Only call make-variable-frame-local
14303 on XEmacs.
14304 * emulation/viper-util.el (viper-frame-value): New macro.
14305 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
14306 (viper-R-state-post-command-sentinel)
14307 (viper-replace-state-post-command-sentinel)
14308 (viper-change-state-to-insert, viper-change-state-to-emacs):
14309 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
14310 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
14311 (viper-get-saved-cursor-color-in-insert-mode)
14312 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
14313 Use viper-frame-value for viper-replace-overlay-cursor-color,
14314 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
14315 viper-vi-state-cursor-color values.
14316
14317 * emulation/viper-cmd.el (zmacs-region-stays):
14318 * emulation/viper-util.el (zmacs-region-stays): No need to define
14319 for compiler.
14320
14321 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
14322 mapcar on Emacs.
14323
14324 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
14325 on XEmacs.
14326
14327 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
14328 rather than if.
14329
14330 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14331
14332 * whitespace.el: New version 9.3. As the glyph code generation was
14333 fixed, it is possible now to use character code above ?\x1FFFF in the
14334 display table. Fix `whitespace-indentation-regexp' to not include an
14335 extra ending character. Reported by Michael Welsh Duggan
14336 <mwd@cert.org>. Added hook actions when buffer is written or killed as
14337 the original whitespace package had. Suggested by Eric Cooper
14338 <ecc@cmu.edu>. Doc fix.
14339 (whitespace-action): New option.
14340 (whitespace-display-mappings): Changed default newline visualization to
14341 display downwards arrow, as the glyph code generation was fixed.
14342 (whitespace-unload-function): Assure that all local whitespace mode is
14343 turned off.
14344 (whitespace-global-modes): Fix type customization.
14345 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
14346 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
14347 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
14348 Fix code.
14349 (whitespace-buffer): Command removed.
14350 (whitespace-trailing-regexp, whitespace-mark-x)
14351 (whitespace-display-window, whitespace-action-when-on)
14352 (whitespace-add-local-hook, whitespace-remove-local-hook)
14353 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
14354 (whitespace-action): New funs.
14355 (whitespace-report-list, whitespace-report-text)
14356 (whitespace-report-buffer-name): New consts.
14357 (whitespace-report, whitespace-report-region): New commands.
14358
14359 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14360
14361 * disp-table.el (make-glyph-code): Don't test the result of
14362 `face-id', which already signals an error for invalid faces.
14363 (glyph-face): Simplify.
14364
14365 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
14366 running `desktop-not-loaded-hook' to allow modifying it.
14367 Don't show warning message if `desktop-dirname' was modified.
14368
14369 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
14370
14371 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
14372 we still expect more lines.
14373
14374 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
14375 comment-paragraph filling if the commark doesn't match
14376 comment-start-skip.
14377
14378 2008-03-01 Daiki Ueno <ueno@unixuser.org>
14379
14380 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
14381 the `imap' variant.
14382
14383 2008-03-01 Jason Rumney <jasonr@gnu.org>
14384
14385 * files.el (make-auto-save-file-name): Encode more characters in
14386 non-file buffer names. Use url-encoding.
14387
14388 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14389
14390 * net/net-utils.el (ftp-program): Fix typo in docstring.
14391 (ifconfig-program-options, netstat-program-options)
14392 (arp-program-options, route-program-options, nslookup-program-options)
14393 (ftp-program-options, smbclient-program-options)
14394 (dns-lookup-program-options, arp, route): Doc fixes.
14395
14396 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
14397 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
14398 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
14399 Fix typos in docstrings.
14400 (gdb-pending-triggers): Reflow docstring.
14401 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
14402
14403 2008-03-01 Alan Mackenzie <acm@muc.de>
14404
14405 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
14406 typing "#" at EOB.
14407
14408 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14409
14410 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
14411
14412 2008-02-29 Kim F. Storm <storm@cua.dk>
14413
14414 * emulation/cua-base.el (cua-remap-control-v)
14415 (cua-remap-control-z): New defcustoms.
14416 (cua-mode): Add them to set-after property.
14417 (cua--init-keymaps): Use them.
14418 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
14419
14420 * help.el (view-emacs-todo): Rename from view-todo.
14421 (describe-gnu-project): Rename from describe-project. Users changed.
14422 (view-help-file): New helper function.
14423 (describe-distribution, describe-copying, describe-gnu-project)
14424 (view-todo, view-order-manuals, view-emacs-problems): Use it.
14425 (view-emacs-debugging, view-external-packages): New commands.
14426 (help-map): Move describe-distribution to C-h C-o (ordering).
14427 Move view-emacs-problems to C-h C-p (problems).
14428 Bind view-emacs-debugging to C-h C-d (debugging).
14429 Bind view-external-packages to C-h C-e (extras).
14430 (help-for-help-internal): Cleanup and align descriptions.
14431 Remove command names to reduce clutter.
14432
14433 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
14434
14435 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
14436 and quieter face (not a warning).
14437
14438 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
14439
14440 * vc.el (vc-status-crt-marked): New variable.
14441 (vc-status-mode): Make it local.
14442 (vc-status-refresh): Use it to save the marked files.
14443 (vc-update-vc-status-buffer): Use it to restore the marked files.
14444
14445 * vc-svn.el (vc-svn-after-dir-status):
14446 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
14447
14448 2008-02-29 Glenn Morris <rgm@gnu.org>
14449
14450 * allout.el (allout-topic-encryption-bullet)
14451 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
14452 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
14453 from 22.0 to 22.1.
14454
14455 * net/imap.el (imap-ping-server):
14456 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
14457 Change defcustom :version from 23.0 to 23.1.
14458
14459 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
14460
14461 * desktop.el (desktop-save): Save the buffer name if the
14462 uniquified base name is empty.
14463
14464 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
14465
14466 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
14467 correctly when user has "set print address off".
14468
14469 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
14470
14471 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
14472 version number of the next major Emacs release, not 23.0.
14473
14474 * longlines.el (longlines-unload-function): New function.
14475
14476 2008-02-28 Juri Linkov <juri@jurta.org>
14477
14478 * startup.el (normal-splash-screen): Add argument `concise'.
14479 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
14480 to the created buffer. If `concise' is non-nil, call
14481 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
14482 (display-startup-screen): Add argument `concise' to the call to
14483 `normal-splash-screen'.
14484
14485 2008-02-28 Kim F. Storm <storm@cua.dk>
14486
14487 * startup.el (startup-echo-area-message): Check for about-emacs.
14488
14489 2008-02-28 Juri Linkov <juri@jurta.org>
14490
14491 * startup.el: Always add initial message to *scratch* buffer if
14492 `initial-scratch-message' is non-nil regardless of the value of
14493 `inhibit-startup-screen'.
14494 (inhibit-startup-screen, initial-scratch-message): Doc fix.
14495 (command-line-1): Move code that inserts `initial-scratch-message'
14496 up before the if-form that checks for `inhibit-startup-screen'.
14497 Suggested by Jonathan Rockway <jon@jrock.us>.
14498
14499 2008-02-28 Juri Linkov <juri@jurta.org>
14500
14501 * cus-edit.el (custom-mode-map, custom-mode-link-map):
14502 Rename `custom-mode' to `Custom-mode' in docstrings.
14503 (custom-buffer-create-internal, customize-browse):
14504 Rename `custom-mode' to `Custom-mode'.
14505 (custom-mode-hook): Rename to `Custom-mode-hook'.
14506 (Custom-mode-hook): Renamed from `custom-mode-hook'.
14507 (custom-mode): Rename to `Custom-mode'.
14508 (Custom-mode): Renamed from `custom-mode'. Doc fix.
14509 (custom-mode): Add backward-compatible non-interactive variant of
14510 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
14511 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
14512
14513 * info-look.el: Rename `custom-mode' to `Custom-mode'.
14514
14515 * emulation/viper.el (viper-emacs-state-mode-list):
14516 Rename `custom-mode' to `Custom-mode'.
14517
14518 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
14519 Capitalize "Tagged Files".
14520 (minibuffer-local-map): Add menu items for next/previous
14521 history elements and isearch history forward/backward.
14522
14523 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
14524 `hs-isearch-open' with t instead of `comment' in :selected
14525 for "Code and Comment blocks" menu item.
14526
14527 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14528
14529 * uniquify.el (uniquify-buffer-base-name): Undo last change.
14530 Should be done in desktop.el instead.
14531
14532 2008-02-28 Glenn Morris <rgm@gnu.org>
14533
14534 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
14535
14536 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
14537
14538 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
14539 (Info-menu, Info-goto-node): Remove declarations.
14540 (report-emacs-bug-info): Use info rather than Info-goto-node.
14541
14542 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
14543 (idlwave-convert-xml-system-routine-info): Don't require xml.
14544 (idlwave-show-commentary, idlwave-shell-show-commentary):
14545 Don't require finder.
14546 (idlwave-info): Don't require info. Use info rather than
14547 Info-goto-node.
14548
14549 * textmodes/org.el (Info-goto-node): Remove declaration.
14550 (org-info): Use info rather than Info-goto-node.
14551
14552 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
14553 (reftex-info): Don't require info. Use info rather than Info-goto-node.
14554
14555 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
14556
14557 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
14558 the menu.
14559
14560 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
14561 (vc-finish-logentry): Check for vc-status-mode, not only for
14562 vc-dired-mode.
14563
14564 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
14565
14566 * isearch.el (isearch-printing-char): Don't check
14567 keyboard-coding-system.
14568 Call isearch-process-search-multibyte-characters only when
14569 current-input-method is non-nil.
14570
14571 2008-02-27 Kim F. Storm <storm@cua.dk>
14572
14573 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
14574 (glyph-char, glyph-face): Handle cons encoding.
14575
14576 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
14577
14578 * uniquify.el (uniquify-buffer-base-name): If the base name is an
14579 empty string, return nil to allow the caller to default to the
14580 buffer name. Reported by Martin Fischer <parozusa@web.de>.
14581
14582 * tool-bar.el (tool-bar-setup): Doc fix.
14583
14584 * mail/supercite.el (sc-describe):
14585 Fix typos in obsolescence declaration.
14586
14587 2008-02-27 Glenn Morris <rgm@gnu.org>
14588
14589 * autoinsert.el (auto-insert-alist): Change permission text to
14590 match FSF's GPLv3 form.
14591
14592 * mail/supercite.el (sc-cite-original): Doc fix.
14593 (sc-version): Make obsolete.
14594 (sc-describe): Show the SC info page. Make obsolete.
14595
14596 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14597
14598 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
14599 when using transient-mark-mode.
14600 (default-indicate-unused-lines): Remove unused var.
14601
14602 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
14603
14604 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
14605 and previous.
14606
14607 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
14608
14609 2008-02-26 Glenn Morris <rgm@gnu.org>
14610
14611 * net/net-utils.el (top-level): Don't require comint when compiling.
14612 (nslookup-font-lock-keywords): Don't require font-lock.
14613 Use font-lock faces rather than variables.
14614 (nslookup, ftp, smbclient, network-service-connection):
14615 Don't require comint.
14616 (comint-prompt-regexp, comint-input-autoexpand)
14617 (comint-input-ring): Declare for compiler.
14618 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
14619 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
14620
14621 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
14622 doc-string.
14623
14624 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14625
14626 * doc-view.el (doc-view-current-page): Add a `win' argument.
14627
14628 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14629
14630 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
14631 Demote it to plain defvar.
14632 (doc-view-conversion-refresh-interval): Reduce interval.
14633 (doc-view-goto-page): Allow moving to pages not yet rendered.
14634 (doc-view-goto-page): Construct a file name rather than extracting it
14635 from doc-view-current-files.
14636 (doc-view-kill-proc): Ignore errors from kill-process.
14637 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
14638 (doc-view-insert-image): Use appropriate text if the page hasn't been
14639 rendered yet. Adjust scrolling so the text is displayed.
14640 (doc-view-display): Detect not just that a page is available, but also
14641 that it wasn't available before, so as to avoid refreshing all pages
14642 repeatedly.
14643 (doc-view-mode): Make doc-view-cache-directory if needed.
14644
14645 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14646
14647 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
14648 toggle-read-only.
14649
14650 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
14651 refering to a missing required field with the OPT prefix.
14652 Make unwindform more robust.
14653
14654 * textmodes/bibtex.el: Remove support for hideshow minor mode as
14655 it duplicates the bibtex support in progmodes/hideshow.el.
14656 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
14657 entries that do not start at the beginning of a line.
14658
14659 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
14660
14661 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
14662
14663 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
14664
14665 * help-fns.el (describe-variable): Add phrases about
14666 initialization file with and without customization;
14667 use new button type help-info-variable.
14668
14669 * help-mode.el (help-info-variable):
14670 New button able to read Info files for help-fns.el.
14671
14672 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
14673
14674 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
14675 (grep-mode): Use grep-mode-tool-bar-map.
14676
14677 * progmodes/compile.el (tool-bar): Require tool-bar.
14678 (compilation-mode-tool-bar-map): New variable.
14679 (compilation-mode): Use compilation-mode-tool-bar-map.
14680
14681 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
14682
14683 2008-02-25 Glenn Morris <rgm@gnu.org>
14684
14685 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
14686
14687 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14688
14689 * diff-mode.el (diff-file-junk-re): New const.
14690 (diff-beginning-of-file-and-junk): Use it.
14691 (diff-file-kill): Make sure we were really inside a file diff.
14692
14693 * diff-mode.el: Make it more robust in the presence of empty context
14694 lines in unified hunks.
14695 (diff-valid-unified-empty-line): New var.
14696 (diff-unified->context, diff-sanity-check-hunk): Obey it.
14697 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
14698 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
14699 (diff-hunk-header-re-unified): New const.
14700 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
14701 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
14702 (diff-sanity-check-hunk): Use it.
14703
14704 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
14705 Index: line, don't search backward for the previous one.
14706
14707 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
14708
14709 * international/fontset.el (setup-default-fontset): Add non-OTF
14710 lao font for lao script.
14711
14712 * language/tibetan.el: Register tibetan-composition-function in
14713 composition-function-table.
14714
14715 * language/tibet-util.el (tibetan-composition-function):
14716 Adjust for the new calling way (argument changed). Try font-shape-text
14717 if possible.
14718
14719 * language/lao.el: Register lao-composition-function in
14720 composition-function-table.
14721
14722 * language/lao-util.el (lao-composition-function): Adjust for the new
14723 calling way (argument changed). Try font-shape-text if possible.
14724
14725 2008-02-25 Jason Rumney <jasonr@gnu.org>
14726
14727 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
14728
14729 2008-02-25 Juri Linkov <juri@jurta.org>
14730
14731 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
14732 background, "red4" for a dark background, "red" for 16 and
14733 8 colors, "grey" for grayscale, and inverse video otherwise.
14734 Add :version tag.
14735 (isearch-message): Keep the original isearch-message intact, and
14736 add text properties to it where necessary. Add `isearch-error' to
14737 the condition that checks if isearch is unsuccessful.
14738
14739 2008-02-24 Juri Linkov <juri@jurta.org>
14740
14741 * progmodes/compile.el (compilation-handle-exit):
14742 Use compilation-error face instead of font-lock-warning-face.
14743 Display the same message in the minibuffer as is inserted
14744 at the end of the compilation buffer.
14745
14746 2008-02-24 Glenn Morris <rgm@gnu.org>
14747
14748 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
14749 multiple file case.
14750
14751 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
14752
14753 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
14754 multiple file case. Use a single `let' rather than two.
14755
14756 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
14757
14758 * progmodes/compile.el (compilation-start): Specify a face for
14759 mode-line-process.
14760 (compilation-handle-exit): Specify a face and a tooltip for
14761 mode-line-process.
14762
14763 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14764
14765 * hilit-chg.el: Remove spurious * in defcustom docstrings.
14766 (hilit-chg-make-ov): Simplify.
14767 (hilit-chg-fixup): Use remove-overlays.
14768 (hilit-chg-set-face-on-change): Remove redundant call to
14769 `remove-text-properties'.
14770
14771 * dired.el (dired-mark-prompt): Don't count/display the t element.
14772 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
14773
14774 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
14775
14776 * progmodes/verilog-mode.el (eval-when-compile): Don't define
14777 add-submenu.
14778 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
14779 Remove. Move contents to the only use ...
14780 (verilog-menu): ... here.
14781 (verilog-statement-menu): Remove. Move contents to the only use ...
14782 (verilog-stmt-menu): ... here.
14783 (verilog-mark-defun): Simply call mark-defun for emacs.
14784 (occur-pos-list): Declare for byte compiler.
14785 (mode-popup-menu): Don't defvar.
14786 (verilog-add-statement-menu): Remove.
14787 (verilog-mode-hook): Don't add verilog-add-statement-menu.
14788 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
14789
14790 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
14791
14792 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
14793 conditional.
14794 (verilog-font-grouping-keywords-face): Make the begin..end
14795 keywords standout more than other verilog keywords.
14796 (verilog-type-font-keywords): Move the begin..end out of this list
14797 to facilitate making them to (potentially) stand out more.
14798 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
14799 function & task blocks.
14800 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
14801 initial, function & task blocks.
14802 (verilog-forward-sexp): Handle the new "disable fork" statement of
14803 IEEE-1800 Verilog.
14804 (verilog-beg-block-re-ordered): Handle the new "disable fork"
14805 statement of IEEE-1800 Verilog.
14806 (verilog-calc-1): Handle the new "disable fork" statement of
14807 IEEE-1800 Verilog.
14808 (verilog-disable-fork-re): Add const to help handle the new
14809 "disable fork" statement of IEEE-1800 Verilog.
14810 (verilog-declaration-core-re): Add port directions by themselves,
14811 with no qualification, as base item of a declaration.
14812 (verilog-pretty-declarations): Add new flag to ask it to refrain
14813 from printing to the message buffer.
14814 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
14815 printing to the message buffer. Improve handling of the many
14816 types of expression line up.
14817 (verilog-just-one-space): Remove printing of an empty message.
14818 (verilog-get-lineup-indent): Rework to support the better handling
14819 of expression lineup for verilog-pretty-expr.
14820 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
14821
14822 2008-02-24 Alan Mackenzie <acm@muc.de>
14823
14824 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
14825 yesterday's commit.
14826
14827 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
14828
14829 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
14830 to mouse-set-point in buffers that aren't associated with files.
14831
14832 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
14833
14834 2008-02-24 Alan Mackenzie <acm@muc.de>
14835
14836 Set of changes so that "obtrusive" syntactic elements in a
14837 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
14838 unmatched paren) don't interact syntactically with stuff outside
14839 the CPP line.
14840
14841 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
14842 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
14843 off-by-one bug.
14844 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
14845 a bit of refactoring.
14846 (c-awk-extend-and-syntax-tablify-region): Takes some of the
14847 functionality of c-awk-advise-fl-for-awk-region, which has been
14848 refactored away.
14849
14850 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
14851 (c-clear-char-property-with-value): New function and macro which
14852 remove text-properties `equal' to a supplied value.
14853
14854 * progmodes/cc-engine.el: Comment about text properties amended.
14855
14856 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
14857 parens around "error\\|warning".
14858
14859 * progmodes/cc-langs.el (c-get-state-before-change-function)
14860 (c-before-font-lock-function, c-anchored-cpp-prefix):
14861 New language variables.
14862 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
14863
14864 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
14865 syntax-table text properties.
14866 (c-common-init): Call language specific before/after-change
14867 functions at mode initialisation.
14868 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
14869 (c-extend-region-for-CPP, c-neutralize-CPP-line)
14870 (c-neutralize-syntax-in-CPP): New functions.
14871 (c-before-change, c-after-change): Call the new language specific
14872 change functions defined in cc-langs.el.
14873 (c-advise-fl-for-region): New macro.
14874 (awk-mode): Remove AWK specific stuff which has been refactored
14875 into language independent stuff.
14876
14877 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
14878
14879 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
14880 (gdb): (Re)set gdb-flush-pending-output to nil here...
14881 (gdb-init-1): ...instead of here (before gdb-prompt).
14882
14883 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14884
14885 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
14886 Recognize ''' just like any other char-constant.
14887
14888 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14889
14890 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
14891 careful enough. Detect the uid-change all within the main loop.
14892
14893 2008-02-24 Stefan Monnier <monnier@pastel.home>
14894
14895 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
14896
14897 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14898
14899 * hilit-chg.el (highlight-save-buffer-state): New macro.
14900 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
14901 (hilit-chg-clear): Use it to preserve the modified-p flag.
14902 (highlight-changes-rotate-faces): Don't mess with the undo-list.
14903
14904 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14905
14906 * font-lock.el (font-lock-set-defaults): Unset previously set variables
14907 when needed.
14908
14909 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
14910
14911 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
14912 from gnus-button-url-regexp.
14913
14914 2008-02-24 Eli Zaretskii <eliz@gnu.org>
14915
14916 * progmodes/compile.el (compilation-next-error): Doc fix.
14917 (compilation-find-file): Doc fix.
14918
14919 2008-02-24 Glenn Morris <rgm@gnu.org>
14920
14921 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
14922 Add obsolete aliases to the old names.
14923
14924 2008-02-24 Richard Stallman <rms@gnu.org>
14925
14926 * net/net-utils.el (ifconfig): Rename from ipconfig.
14927 (ipconfig): Alias to ifconfig.
14928 (ifconfig-program): Rename from ipconfig-program.
14929 (ifconfig-program-options): Rename from ipconfig-program-options.
14930
14931 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
14932
14933 * progmodes/verilog-mode.el (verilog-declaration-core-re):
14934 Add port directions by themselves, with no qualification, as base
14935 item of a declaration.
14936 (verilog-pretty-declarations): Add new flag that inhibits printing
14937 to the message buffer.
14938 (verilog-pretty-expr): Add new flag that inhibits printing to the
14939 message buffer. Improve handling of the many types of expression
14940 line up.
14941 (verilog-just-one-space): Don't print an empty message.
14942 (verilog-get-lineup-indent): Rework to support the better handling
14943 of expression lineup for verilog-pretty-expr.
14944 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
14945 (verilog-mode-version, verilog-mode-release-date): Update.
14946
14947 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14948
14949 * subr.el (cancel-change-group): Don't move point.
14950
14951 2008-02-23 Markus Triska <markus.triska@gmx.at>
14952
14953 * linum.el (linum-after-config): Update all visible windows.
14954
14955 2008-02-23 Glenn Morris <rgm@gnu.org>
14956
14957 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
14958 Add :help for Solitaire and Tetris.
14959
14960 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
14961
14962 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
14963 (smtpmail-code-conv-from): Doc fix. Fix custom type.
14964 (smtpmail-queue-index-file): Make it a defcustom.
14965 (smtpmail-queue-index): Delete.
14966 (smtpmail-send-it, smtpmail-send-queued-mail):
14967 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
14968 smtpmail-queue-index.
14969
14970 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
14971 Add :version.
14972
14973 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
14974
14975 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
14976 New variables.
14977 (iwconfig): New function.
14978
14979 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
14980
14981 * vc.el (vc-find-revision): Make vc-parent-buffer local before
14982 setting it.
14983 (vc-status-menu-map): Do not define using easy-menu.
14984 (vc-status-menu-map): New defalias.
14985 (vc-status-mode-map): Hook up the menu.
14986 (top-level): Update TODO.
14987
14988 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
14989
14990 * vc-bzr.el (vc-bzr-init-version): Rename to ...
14991 (vc-bzr-init-revision): ... this.
14992
14993 2008-02-23 Jason Rumney <jasonr@gnu.org>
14994
14995 * makefile.w32-in (WINS_ALMOST): Remove term.
14996 (WINS): Add term here.
14997 (custom-deps, finder-data): Use WINS_ALMOST.
14998
14999 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
15000
15001 * faces.el (font-weight-table): Fix value of `semi-light'.
15002
15003 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
15004
15005 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
15006 Make those tables bijective.
15007
15008 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
15009
15010 Finish pdbtrack integration cleanup, settling missing-functions
15011 byte compiler warnings appropriately.
15012
15013 * progmodes/python.el (python-point): Remove this - beginning-of-line
15014 was all that was necessary for `python-pdbtrack-overlay-arrow'.
15015 (python-end-of-def-or-class, python-beginning-of-def-or-class)
15016 (python-goto-initial-line): Drop these - they were only needed for
15017 python-point.
15018 (python-comint-output-filter-function): Use condition-case and
15019 beginning-of-line directly, instead of python-mode.el functions
15020 which require all sorts of baggage.
15021 (point-safe): Unnecessary - we're using condition-case directly,
15022 instead.
15023 (python-execute-file): Include for python-shell, which I'm leaving
15024 in keeping despite it being unnecessary for pdb tracking.
15025
15026 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
15027
15028 * progmodes/scheme.el (scheme-font-lock-keywords-2):
15029 Add SRFI 11 support.
15030 (let-values, let*-values): Specify scheme-indent-function.
15031
15032 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
15033
15034 * vc.el (vc-exec-after): Move setting mode-line-process in the
15035 busy case ...
15036 (vc-set-mode-line-busy-indicator): ... in this new function.
15037 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
15038 (vc-update-vc-status-buffer): Reset mode-line-process.
15039 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
15040 mark/unmark all the files with the same state as the current one.
15041 With a prefix argument mark/unmark all files.
15042 (vc-status-mode-menu): Adjust strings.
15043 (vc-update-vc-status-buffer): Only do something when the argument
15044 is not nil.
15045 (vc-status-kill-dir-status-process): New function.
15046 (vc-status-mode-map): Bind it.
15047 (vc-status-process-buffer): New variable.
15048 (vc-status-mode): Make it local.
15049 (vc-status-refresh): Set it.
15050
15051 * vc-hg.el (vc-hg-dir-status):
15052 * vc-git.el (vc-git-dir-status):
15053 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
15054 command is run.
15055
15056 2008-02-22 Glenn Morris <rgm@gnu.org>
15057
15058 * json.el (top-level): No need to require thingatpt.
15059 (json-read-keyword): Use thing-at-point rather than word-at-point.
15060
15061 * time.el (top-level): No need to require time-date when compiling.
15062
15063 * emacs-lisp/copyright.el (copyright-update-year):
15064 Fix subexpression numbering for the case when years are split over
15065 lines, and for the replace case.
15066
15067 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
15068 (tpu-caar, tpu-cadr): Delete functions.
15069 (zmacs-regions): No need to declare for compiler.
15070 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
15071 (tpu-spell-check): Rewrite, and handle mark after point.
15072 (tpu-special-insert): Use or rather than if.
15073
15074 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
15075 rather than spell-region.
15076
15077 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
15078 warnings about spell-region.
15079
15080 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
15081
15082 * ldefs-boot.el: Regenerated.
15083
15084 * loadup.el: Don't load language/devanagari, language/kannada,
15085 language/malayalam, and language/tamil. Load language/sinhala.
15086
15087 * language/indian.el (indian-font-foundry)
15088 (indian-script-language-alist, indian-font-char-index-table)
15089 (indian-font-char, indian-font-char-range, indian-script-table)
15090 (indian-default-script, indian-composable-pattern): Delete them.
15091 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
15092 language environments moved to here.
15093 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
15094 New language environments.
15095
15096 * language/devanagari.el, language/devan-util.el,
15097 * language/kannada.el, language/knd-util.el, language/malayalam.el,
15098 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
15099 Delete them.
15100
15101 * language/sinhala.el: New file.
15102
15103 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
15104
15105 Update Nick Robert's port of pdb tracking from python-mode.el.
15106
15107 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
15108 Clarify docstring.
15109 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
15110 tracking is happening.
15111 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
15112 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
15113 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
15114 Tracking is plugged in to all comint buffers once python.el is loaded.
15115 (python-pdbtrack-overlay-arrow): Toggle activation of
15116 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
15117 (python-pdbtrack-track-stack-file): Use new
15118 `python-pdbtrack-get-source-buffer' for more flexible access to
15119 debugging source files.
15120 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
15121 according to pdb stack trace, optionally using new
15122 `python-pdbtrack-grub-for-buffer' if file is not locally available.
15123 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
15124 named buffer, or having function with indicated name.
15125 (python-shell): Remove comint-output-filter-functions hook
15126 addition, it's being done elsewhere. Wrap long line.
15127
15128 2008-02-21 Michael Olson <mwolson@gnu.org>
15129
15130 * json.el: Replace XEmacs compatibility code to get rid of
15131 compiler warnings.
15132
15133 * time.el: Fix compiler warning.
15134
15135 2008-02-21 Edward O'Connor <ted@oconnor.cx>
15136
15137 * json.el: New file (JavaScript Object Notation parser / generator).
15138
15139 2008-02-21 Dave Love <fx@gnu.org>
15140
15141 * progmodes/sym-comp.el: New file.
15142
15143 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
15144 Require sym-comp. Add Python buffer to same-window-buffer-names.
15145 Fixup whitespaces.
15146 (python-font-lock-keywords): Add highlighting for Python builtins.
15147 (python-font-lock-syntactic-keywords): Rewrite.
15148 (python-quote-syntax): Use syntax-ppss-context instead of parsing
15149 ppss directly.
15150 (python-mode-map): Add binding for python-find-function.
15151 (python-calculate-indentation): Clean up the logic.
15152 (python-beginning-of-defun): Explicitly set return value.
15153 (python-beginning-of-statement): Stop looping if we get stuck
15154 going backwards.
15155 (python-next-statement): Stop looping if we somehow end up inside
15156 a string while advancing.
15157 (python-preoutput-continuation, python-version-checked): New vars.
15158 (python-check-version): New function.
15159 (run-python): Set default command to python-command instead of
15160 python-python-command.
15161 (run-python): Use python-check-version. Give PYTHONPATH
15162 precedence over data-directory in the process environment.
15163 Load function definitions in python process after.
15164 (python-check-comint-prompt): New function.
15165 (python-send-command, python-send-receive): Use it.
15166 (python-complete-symbol, python-try-complete): Functions deleted.
15167 Use symbol-complete instead of python-complete-symbol throughout.
15168 (python-fill-paragraph): Further refine the fenced-string regexp.
15169 (def-python-skeleton): Expand to the original abbrev instead if in
15170 a comment or string. Tweak skeletons for `if', `while', `for',
15171 `try/except', `try/finally', `name'.
15172 (python-pea-hook, python-abbrev-pc-hook): New functions.
15173 (python-abbrev-syntax-table): New var.
15174 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
15175 Use symbol-completion-try-complete for hippie expansion.
15176 Turn on font lock unconditionally.
15177 (python-mode-hook): Defcustom it. No need to use make-local
15178 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
15179 option, since it's buffer-local.
15180
15181 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
15182
15183 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
15184
15185 2008-02-21 Drew Adams <drew.adams@oracle.com>
15186
15187 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
15188 "Turn off" and a "Help" entry when the minor mode has no menu.
15189
15190 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
15191
15192 * vc.el (vc-status-mark, vc-status-unmark): New functions.
15193 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
15194 vc-status-mark-file and vc-status-unmark-file.
15195 (vc-status-mark-unmark): New function.
15196 (vc-status-previous-line, vc-status-next-line): No longer interactive.
15197
15198 2008-02-21 Glenn Morris <rgm@gnu.org>
15199
15200 * composite.el (encode-composition-rule): Fix typo in error message.
15201 (composition-function-table, auto-composition-mode): Doc fixes.
15202
15203 * subr.el (sit-for): Fix obsolete form for nil second argument.
15204
15205 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
15206 (spell-string): Make obsolete, in favor of ispell.
15207
15208 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
15209
15210 * language/devanagari.el: Don't setup composition-function-table
15211 here.
15212 ("Devanagari"): Change charset, coding-system, coding-priority to
15213 Unicode-based ones. Don't require the feature devan-util.
15214
15215 * composite.el (compose-chars-after): Fix arguments for a function
15216 in composition-function-table.
15217 (auto-compose-region): Likewise.
15218
15219 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
15220 for Ethiopic.
15221 (ps-mule-plot-string): Ignore glyph-string based compositions.
15222
15223 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
15224
15225 * doc-view.el: Allow different windows to show different pages.
15226 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
15227 (doc-view-current-image, doc-view-current-overlay): Remove variables,
15228 add them back as macros instead, using image-mode-winprops instead.
15229 Update all users of those variables.
15230 (doc-view-new-window-function): New function to create a new overlay
15231 for each new window.
15232 (doc-view-mode): Use it and image-mode-setup-winprops.
15233 (doc-view-clone-buffer-hook): Rewrite accordingly.
15234
15235 * image-mode.el: Extend [hv]scroll support to per-window properties.
15236 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
15237 (image-mode-winprops-alist): New var to replace them.
15238 (image-mode-new-window-functions): New hook.
15239 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
15240 New funs.
15241 (image-set-window-vscroll, image-set-window-hscroll): Use them.
15242 Remove the `window' argument, update callers.
15243 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
15244 Use the new functions.
15245 (image-mode-reapply-winprops): New fun.
15246 (image-mode): Use it.
15247
15248 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
15249
15250 * calc/calc-math.el (math-sin-raw): Add optional argument
15251 to keep track of original argument.
15252 (math-cos-raw): Use optional argument when calling math-sin-raw.
15253 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
15254 with close to original precision.
15255
15256 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15257
15258 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
15259 args in calls of sit-for.
15260
15261 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
15262
15263 * vc-svn.el (vc-svn-program): Fix typo in docstring.
15264 (vc-svn-checkin): Fix typo in error message.
15265
15266 * help-mode.el: Require easymenu when compiling.
15267
15268 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
15269
15270 * help-mode.el (help-mode-menu): New menu.
15271
15272 2008-02-20 Glenn Morris <rgm@gnu.org>
15273
15274 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
15275 on Windows.
15276
15277 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
15278
15279 * ps-mule.el (ps-mule-encode-region): Return a single string.
15280 (ps-mule-plot-string): Adjust for the above change.
15281 (ps-mule-encode-header-string): Likewise.
15282
15283 * international/latin1-disp.el (latin1-display): Don't use
15284 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
15285 standard-display-table.
15286 (latin1-display-identities): Adjust for the change of what is
15287 returned by (get-language-info charset 'charset).
15288
15289 * international/mule-util.el (char-displayable-p): Fix for Latin-1
15290 characters and terminal case.
15291
15292 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
15293
15294 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
15295
15296 * progmodes/python.el: Also require comint when loading.
15297 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
15298 Replace python-shell with run-python on menu bar.
15299 (python-shell-map): New map.
15300 (python-default-interpreter, python-python-command-args)
15301 (python-jython-command-args, python-pdbtrack-do-tracking-p):
15302 New options.
15303 (python-which-shell, python-which-args, python-which-bufname):
15304 New buffer local variables.
15305 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
15306
15307 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
15308 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
15309 New constants.
15310
15311 Pdbtrack features:
15312
15313 (python-point, python-end-of-def-or-class)
15314 (python-beginning-of-def-or-class, python-goto-initial-line)
15315 (python-comint-output-filter-function)
15316 (python-pdbtrack-overlay-arrow)
15317 (python-pdbtrack-track-stack-file, python-toggle-shells)
15318 (python-shell, python-pdbtrack-toggle-stack-tracking)
15319 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
15320 New functions.
15321
15322 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15323
15324 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
15325 when the argument is nil.
15326
15327 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
15328
15329 * vc.el (dir-status): Add a brief description.
15330
15331 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
15332
15333 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
15334 If non-nil, reverse the sense of the check.
15335
15336 * vc-rcs.el (vc-rcs-root): New func.
15337 * vc-cvs.el (vc-cvs-root): New func.
15338 * vc-svn.el (vc-svn-root): New func.
15339 * vc-sccs.el (vc-sccs-root): New func.
15340
15341 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
15342
15343 * language/japan-util.el (setup-japanese-environment-internal):
15344 Call use-cjk-char-width-table.
15345
15346 * language/japanese.el ("Japanese"): Set exit-function to
15347 use-default-char-width-table.
15348
15349 * international/characters.el: Delete occurrences of non-Unicode
15350 tibetan and ethiopic characters.
15351 (cjk-char-width-table): New variable.
15352 (use-cjk-char-width-table, use-default-char-width-table):
15353 New functions.
15354
15355 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
15356
15357 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
15358 (vc-status-mode-menu): Add a :filter.
15359 (vc-status-printer): Add faces.
15360
15361 * vc-hg.el (vc-hg-extra-status-menu): New function.
15362 (vc-hg-dir-status): Clean up the buffer before using it.
15363
15364 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15365
15366 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
15367 (gdb): Initialize it here instead.
15368
15369 * files.el (locate-dominating-file): Fix thinko in last change.
15370 Reported by Bruce Stephens <bruce.stephens@isode.com>.
15371
15372 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
15373
15374 * vc.el (vc-status-mode-menu): New menu for vc-status.
15375
15376 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
15377
15378 * progmodes/verilog-mode.el (customize): Fix typo in error message.
15379 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
15380 (verilog-mode-auto, verilog-indent-level-module)
15381 (verilog-minimum-comment-distance, verilog-library-flags)
15382 (verilog-library-directories, verilog-library-files)
15383 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
15384 (verilog-xemacs-menu, verilog-set-compile-command)
15385 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
15386 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
15387 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
15388 (verilog-batch-inject-auto, verilog-batch-indent)
15389 (verilog-continued-line, verilog-type-keywords)
15390 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
15391 (verilog-read-inst-pins, verilog-read-arg-pins)
15392 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
15393 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
15394 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
15395 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
15396 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
15397 (verilog-mode-version, verilog-mode-release-date)
15398 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
15399 (verilog-simulator, verilog-compiler)
15400 (verilog-auto-sense-defines-constant, verilog-company)
15401 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
15402 Fix typos in docstrings.
15403 (verilog-set-auto-endcomments, verilog-calculate-indent)
15404 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
15405 Reflow docstrings.
15406 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
15407 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
15408 (electric-verilog-forward-sexp, verilog-in-case-region-p)
15409 (verilog-in-struct-region-p, verilog-in-generate-region-p)
15410 (verilog-leap-to-head, verilog-current-indent-level)
15411 (verilog-case-indent-level, verilog-cpp-keywords)
15412 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
15413 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
15414 (verilog-signals-not-in, verilog-symbol-detick-text)
15415 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
15416 (verilog-forward-close-paren, verilog-backward-open-paren)
15417 (verilog-backward-open-bracket): Doc fixes.
15418
15419 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
15420 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
15421 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
15422 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
15423 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
15424 Fix typos in docstrings.
15425
15426 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
15427
15428 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
15429
15430 * info.el (Info-read-node-name): Removed unused `default' arg.
15431
15432 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
15433
15434 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
15435
15436 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
15437
15438 * image-mode.el (image-get-display-property): New fun.
15439 (image-forward-hscroll, image-next-line, image-eol, image-eob)
15440 (image-mode, image-minor-mode, image-toggle-display-text)
15441 (image-toggle-display): Use it.
15442
15443 2008-02-18 Jason Rumney <jasonr@gnu.org>
15444
15445 * international/mule.el (xml-find-file-coding-system): Don't warn
15446 about utf-16 with BOM.
15447
15448 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
15449
15450 * international/mule.el (sgml-xml-auto-coding-function): Detect and
15451 warn if file encoding is not utf-8 and encoding not specified.
15452 (xml-find-file-coding-system): New function.
15453 * international/mule-conf.el (file-coding-system-alist): Use it.
15454
15455 2008-02-17 Glenn Morris <rgm@gnu.org>
15456
15457 * international/mule-cmds.el (set-locale-environment):
15458 Pass `frame' to getenv for LC_MESSAGES.
15459
15460 2008-02-17 Juri Linkov <juri@jurta.org>
15461
15462 * time.el (emacs-init-time): Use format instead of format-seconds.
15463
15464 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15465
15466 * textmodes/bibtex.el (bibtex-search-entry): Rename from
15467 bibtex-find-entry. Add autoload cookie.
15468 (bibtex-find-entry): Alias for bibtex-search-entry.
15469 (bibtex-search-crossref): Rename from bibtex-find-crossref.
15470 (bibtex-find-crossref): Alias for bibtex-search-crossref.
15471 (bibtex-clean-entry): atomic-change-group removed.
15472 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
15473 to locate buffer location where error occurred.
15474 Make error messages more specific.
15475 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
15476
15477 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
15478
15479 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
15480 top level.
15481
15482 * simple.el (transient-mark-mode): Add an :init-value.
15483
15484 * startup.el (command-line): Use custom-reevaluate-setting for
15485 transient-mark-mode.
15486
15487 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
15488
15489 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
15490
15491 2008-02-16 Juri Linkov <juri@jurta.org>
15492
15493 * startup.el (after-init-time): New variable.
15494 (command-line): Set `after-init-time' to the current time.
15495
15496 * time.el (emacs-init-time): New function.
15497
15498 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
15499
15500 * files.el (locate-dominating-file): Remove initial loop because it's
15501 not careful enough. Detect the uid-change all within the main loop.
15502
15503 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
15504
15505 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
15506
15507 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
15508
15509 * vc.el (vc-annotate): Add new argument.
15510 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
15511
15512 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
15513 Move make-variable-buffer-local code after the corresponding defvar.
15514 (hs-minor-mode-map): Define and initialize in one step.
15515 (hs-minor-mode): Change from defun to define-minor-mode.
15516
15517 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
15518
15519 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
15520 (gdb-ready): Move declaration...
15521
15522 * progmodes/gdb-ui.el (gdb-ready): ...to here.
15523 (gdb-early-user-input): New variable.
15524 (gdb): Reset gdb-flush-pending-output to nil and set
15525 comint-input-sender here (before gdb-prompt), instead of...
15526 (gdb-init-1): ...here.
15527 (gdb-send): If Emacs is not ready, defer user input to...
15528 (gdb-prompt): ...here.
15529
15530 2008-02-16 Glenn Morris <rgm@gnu.org>
15531
15532 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
15533
15534 * startup.el (emacs-startup-time): Rename to `before-init-time'.
15535 (before-init-time): New name for `emacs-startup-time'.
15536 (command-line): Use before-init-time rather than emacs-startup-time.
15537 * time.el (emacs-uptime): Use before-init-time rather than
15538 emacs-startup-time.
15539
15540 * composite.el (composition-function-table): Doc fix.
15541
15542 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
15543 in favor of `%z' specifier.
15544 (emacs-uptime): Move to time.el.
15545 * time.el (emacs-uptime): Move here from time-date.el. Add optional
15546 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
15547 argument of format-seconds.
15548
15549 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
15550
15551 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
15552
15553 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
15554
15555 * ielm.el (ielm-is-whitespace): Remove.
15556 (ielm-is-whitespace-or-comment): New function.
15557 (ielm-eval-input): Use it.
15558
15559 2008-02-15 Jason Rumney <jasonr@gnu.org>
15560
15561 * term/mac-win.el: Fix coding tag.
15562
15563 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
15564
15565 * vc-hooks.el (vc-menu-map):
15566 * bindings.el (mode-line-mode-menu): Add tooltips.
15567
15568 * bindings.el (help-echo): Add more tooltips. Use a less
15569 telegraphic style for existing tooltips.
15570
15571 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
15572
15573 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
15574 from the auto-generated one.
15575
15576 2008-02-14 Glenn Morris <rgm@gnu.org>
15577
15578 * mail/rmail-spam-filter.el (rmail-spam-filter):
15579 Let-bind message-spam-status.
15580
15581 * mail/smtpmail.el (password-cache-add): Declare as function.
15582
15583 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
15584
15585 * mail/smtpmail.el: Use password-cache.
15586
15587 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
15588
15589 * uniquify.el (uniquify-buffer-base-name): New function.
15590 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15591
15592 * desktop.el (uniquify-managed): Don't defvar.
15593 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
15594 `uniquify-managed'. Return also the buffer's base name.
15595 (desktop-save): When saving the buffer info, filter out the base name,
15596 and save it as buffer name if the buffer is managed by uniquify.
15597 (uniquify-item-base): Don't declare; not called anymore.
15598
15599 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
15600
15601 * vc.el (vc-annotate-find-revision-at-line): New function.
15602 (vc-annotate-mode-map): Bind it.
15603 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
15604 some entries.
15605
15606 2008-02-14 Glenn Morris <rgm@gnu.org>
15607
15608 * calendar/time-date.el (format-seconds): New function.
15609 (emacs-uptime): Use format-seconds.
15610
15611 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
15612 Remove `LC_ALL=C', since it's included in $(emacs) now.
15613
15614 2008-02-14 Zhang Wei <id.brep@gmail.com>
15615
15616 * textmodes/org-publish.el (org-publish-timestamp-filename):
15617 Replace colon characters in filename too.
15618
15619 2008-02-13 Bastien Guerry <bzg@altern.org>
15620
15621 * mail/rmail.el (rmail-header-name): New face.
15622 (rmail-font-lock-keywords): Use rmail-header-name.
15623
15624 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
15625 against X-Spam-Status header field.
15626 (rmail-spam-filter): Also check X-Spam-Status header field.
15627
15628 2008-02-14 Mark A. Hershberger <mah@everybody.org>
15629
15630 * progmodes/flymake.el (flymake-allowed-file-name-masks):
15631 Add support for .pm files and .php files.
15632 (flymake-err-line-patterns): Add pattern for PHP errors.
15633 (flymake-php-init): New function. PHP support for flymake.
15634
15635 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15636 Add regular expression for PHP errors.
15637
15638 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
15639
15640 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
15641 This DTRT even on w32 machines.
15642 (ange-ftp-cf1): Quote FILENAME.
15643
15644 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
15645
15646 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
15647 (smerge-auto-combine): New fun.
15648
15649 2008-02-12 Juri Linkov <juri@jurta.org>
15650
15651 * startup.el (fancy-startup-screen, normal-splash-screen):
15652 Set default-directory to command-line-default-directory.
15653
15654 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
15655 after reading the desktop.
15656
15657 * progmodes/compile.el (compilation-auto-jump):
15658 Call compile-goto-error only when compilation-auto-jump-to-first-error
15659 is non-nil.
15660 (compilation-scroll-output): Replace :type 'boolean with a choice
15661 that has three options including a third option `first-error'.
15662 Doc fix.
15663 (compilation-start, compilation-forget-errors): Add an alternate
15664 condition comparing compilation-scroll-output with `first-error'
15665 in addition to compilation-auto-jump-to-first-error (to call
15666 compilation-auto-jump in the proper place).
15667
15668 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15669
15670 * international/mule.el (sgml-html-meta-auto-coding-function):
15671 Make sure the search limit is ahead.
15672
15673 * tar-mode.el: Fix broken indentation.
15674 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
15675 Use with-current-buffer.
15676
15677 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
15678
15679 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
15680 it is already automatically buffer-local.
15681
15682 2008-02-12 Drew Adams <drew.adams@oracle.com>
15683
15684 * help.el (describe-key): Join some split lines to facilitate filling.
15685 * help-fns.el (describe-function-1): Fill text of overlong lines.
15686
15687 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
15688
15689 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
15690 Use unibyte-string instead of string-make-unibyte.
15691
15692 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
15693
15694 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15695
15696 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
15697 works also for buffers w/o buffer-file-name. Update callers.
15698 (doc-view-clone-buffer-hook): New fun.
15699 (doc-view-mode): Use it for indirect clones. Mark the overlays with
15700 the `doc-view' property so they can be recognized.
15701
15702 * simple.el (clone-indirect-buffer-hook): New hook.
15703 (clone-indirect-buffer): Run it.
15704
15705 2008-02-11 Michael Olson <mwolson@gnu.org>
15706
15707 * epa-setup.el:
15708 * epg-package-info.el: Files removed.
15709
15710 2008-02-11 Daiki Ueno <ueno@unixuser.org>
15711
15712 * epa.el (epa-menu-mode): Merge into epa-mode.
15713 (epa-menu-items): Rename the label "EasyPG Assistant" to
15714 "Encryption/Decryption".
15715
15716 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
15717 (epa-dired-mode-map): Rename from epa-dired-map.
15718 (epa-global-dired-mode): Rename the global minor mode.
15719
15720 2008-02-11 Drew Adams <drew.adams@oracle.com>
15721
15722 * isearch.el (isearch-fail): New face.
15723 (isearch-message): Highlight failure part of input.
15724
15725 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15726
15727 * ibuffer.el (ibuffer-header-line-format): New var.
15728 (ibuffer-mode): Set it instead of header-line-format.
15729 (ibuffer-update): Use it to set header-line-format.
15730
15731 * international/mule-cmds.el (ucs-insert): Inherit surrounding
15732 properties like self-insert-command.
15733
15734 2008-02-11 Drew Adams <drew.adams@oracle.com>
15735
15736 * progmodes/etags.el: Add many doc strings.
15737
15738 2008-02-11 Jason Rumney <jasonr@gnu.org>
15739
15740 * ldefs-boot.el: Regenerated.
15741
15742 2008-02-11 Glenn Morris <rgm@gnu.org>
15743
15744 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15745 Shorten some names.
15746
15747 * ffap.el (ffap-rfc-directories): Add :version.
15748
15749 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
15750
15751 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
15752 files, and backup files of same.
15753
15754 2008-02-11 Kevin Ryde <user42@zip.com.au>
15755
15756 * ffap.el (ffap-rfc-directories): New variable.
15757 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
15758
15759 * info.el (Info-next-reference, Info-prev-reference)
15760 (Info-try-follow-nearest-node): Move to and follow https:// links too.
15761
15762 * simple.el (completion-list-mode): Show full completion-list-mode-map
15763 in the docstring.
15764
15765 2008-02-11 Sam Steingold <sds@gnu.org>
15766
15767 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
15768
15769 2008-02-11 Glenn Morris <rgm@gnu.org>
15770
15771 * startup.el (emacs-startup-time): New variable.
15772 (command-line): Set emacs-startup-time.
15773
15774 * calendar/time-date.el (emacs-uptime): New function.
15775
15776 2008-02-10 Bastien Guerry <bzg@altern.org>
15777
15778 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
15779 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
15780 it is nil.
15781
15782 2008-02-10 Daiki Ueno <ueno@unixuser.org>
15783
15784 * epg-config.el: Expand the contents of epg-package-info.el.
15785 (epg-package-name): New constant.
15786 (epg-version-number): New constant.
15787 (epg-bug-report-address): New constant.
15788
15789 * epa-mail.el (epa-mail-mode): Add autoload cookie.
15790 (epa-global-mail-mode): New global minor mode.
15791
15792 * epa-file.el (epa-file-mode): New global minor mode.
15793
15794 * epa-dired.el (epa-dired-mode): New global minor mode.
15795
15796 * epa.el (epa-menu): New variable.
15797 (epa-menu-items): New variable.
15798 (epa-menu-mode): New global minor mode.
15799 (epa-global-minor-modes): New user option.
15800 (epa-mode): New global minor mode.
15801
15802 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
15803
15804 * net/dbus.el: Remove `no-byte-compile' cookie.
15805 (dbus-call-method, dbus-register-signal, dbus-debug)
15806 (dbus-registered-functions-table): Declare them with
15807 `declare-function' or `defvar', respectively.
15808 (top): Don't assert any longer. Require 'cl when compiling.
15809 Apply `ignore-errors' but `dbus-ignore-errors'.
15810
15811 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
15812
15813 * diff-mode.el (diff-add-change-log-entries-other-window):
15814 Use add-change-log-entry.
15815
15816 2008-02-09 Jason Rumney <jasonr@gnu.org>
15817
15818 * button.el (button-map):
15819 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
15820 * ldefs-boot.el: Regenerate.
15821
15822 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15823
15824 * epa.el (epa-faces, epa):
15825 * epa-file.el (epa-file):
15826 * epg-config.el (epg): Add :version.
15827
15828 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
15829
15830 * vc.el (vc-exec-after): Append CODE to previous fragments.
15831 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
15832 take MESSAGES instead of VERBOSE; use it when non-nil.
15833 (vc-diff-internal): Compute messages once; use them;
15834 update call to vc-diff-finish.
15835
15836 2008-02-09 Michael Olson <mwolson@gnu.org>
15837
15838 * net/tramp.el (tramp-process-sentinel): Avoid error when process
15839 buffer has been killed, such as by
15840 `tramp-cleanup-all-connections'.
15841
15842 2008-02-09 Miles Bader <miles@gnu.org>
15843
15844 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
15845
15846 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
15847
15848 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
15849 splitter in context hunks.
15850
15851 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
15852
15853 * international/fontset.el (setup-default-fontset): Fix arabic otf
15854 font specification.
15855
15856 2008-02-08 Daiki Ueno <ueno@unixuser.org>
15857
15858 * epa-dired.el:
15859 * epa-file.el:
15860 * epa-mail.el:
15861 * epa-setup.el:
15862 * epa.el:
15863 * epg-config.el:
15864 * epg-package-info.el:
15865 * epg.el: Initial check-in of EasyPG.
15866
15867 2008-02-08 Glenn Morris <rgm@gnu.org>
15868
15869 * woman.el (woman-locale): New defcustom.
15870 (woman-expand-locale, woman-manpath-add-locales): New functions.
15871 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
15872
15873 * international/mule-cmds.el (locale-translate): New function,
15874 with old code extracted from set-locale-environment.
15875 (set-locale-environment): Use locale-translate. Set woman-locale.
15876
15877 * cus-start.el (selection-coding-system): Remove, since it's now
15878 defined in select.el rather than in xselect.c.
15879 * select.el (selection-coding-system): Make it a defcustom, and
15880 add the properties from cus-start.el. Bump :version.
15881
15882 * custom.el (custom-theme-set-variables): Sort symbols that are
15883 dependencies before symbols that depend on them.
15884 (custom-enabled-themes): Set after custom-theme-directory.
15885
15886 * pcmpl-unix.el (top-level): Move provide statement to end.
15887 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
15888 `*' from doc-string. Allow to be nil.
15889 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
15890 Allow to be nil. Add :version.
15891 (pcmpl-ssh-hosts): Move definition before use. Handle lines
15892 without hostnames, and multiple hostnames per line.
15893
15894 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
15895
15896 2008-02-08 Phil Hagelberg <phil@evri.com>
15897
15898 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
15899 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
15900
15901 2008-02-07 Timo Savola <timo.savola@iki.fi>
15902
15903 * startup.el (command-line-x-option-alist): Add --parent-id.
15904
15905 * term/x-win.el (x-handle-parent-id): New function.
15906
15907 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15908
15909 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
15910 "Font Menu".
15911
15912 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
15913
15914 * net/dbus.el (dbus-interface-peer): New defconst.
15915 (dbus-ping): New defun.
15916
15917 2008-02-06 Sam Steingold <sds@gnu.org>
15918
15919 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
15920
15921 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15922
15923 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
15924 Just return nil and let the C code provide a fallback.
15925
15926 2008-02-05 Glenn Morris <rgm@gnu.org>
15927
15928 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
15929 tramp-flush-connection-property for removed 2nd argument.
15930
15931 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
15932
15933 * diff-mode.el (diff-add-change-log-entries-other-window):
15934 Rename from diff-create-changelog. Change users.
15935 Minor change to hopefully work with plain diffs.
15936 (diff-mode-map): Add binding for it.
15937
15938 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
15939
15940 * diff-mode.el: Add new TODO entry.
15941 (diff-create-changelog): New function.
15942 (diff-mode-menu): Bind it.
15943
15944 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
15945
15946 * international/mule-diag.el (print-fontset-element): Handle the
15947 case of inhibiting the fallback fonts.
15948
15949 2008-02-04 Kim F. Storm <storm@cua.dk>
15950
15951 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
15952 (ido-magic-delete-char): Use prefix arg.
15953
15954 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
15955
15956 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
15957 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
15958 of today, the most recent libpng is 1.2.24).
15959
15960 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
15961
15962 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
15963
15964 * net/dbus.el (top): Check (featurep 'dbusbind).
15965
15966 * net/tramp.el (tramp-process-sentinel): New defun.
15967 (tramp-do-copy-or-rename-file-out-of-band)
15968 (tramp-maybe-open-connection): Use it as process sentinel.
15969 (tramp-handle-delete-directory): Don't use the "-f" option; it
15970 isn't portable.
15971 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
15972 after the command.
15973 (tramp-handle-shell-command): Set `mode-line-process' in the
15974 asynchronous case.
15975
15976 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
15977
15978 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
15979 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
15980 Use `tramp-process-sentinel' as process sentinel.
15981
15982 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
15983
15984 * whitespace.el (global-whitespace-mode): Revert last change.
15985 (whitespace-unload-function): Force `global-whitespace-mode'
15986 to deactivate local modes in a slightly less intrusive way.
15987
15988 2008-02-02 Eli Zaretskii <eliz@gnu.org>
15989
15990 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
15991
15992 2008-02-02 Glenn Morris <rgm@gnu.org>
15993
15994 * international/latin1-disp.el (latin1-display):
15995 * progmodes/fortran.el (fortran-comment-indent-char):
15996 * progmodes/idlw-shell.el (top-level):
15997 * term/mac-win.el (mac-keyboard-translate-char):
15998 * whitespace.el (whitespace-char-valid-p):
15999 * wid-edit.el (widget-key-sequence-read-event):
16000 Use characterp rather than char-valid-p.
16001
16002 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
16003 to capitalized-find-word-boundary. Doc fix. Update callers.
16004 (capitalized-next-word-boundary-function-table): Rename to
16005 capitalized-find-word-boundary-function-table. Doc fix. Update users.
16006
16007 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
16008 string-to-int.
16009
16010 * ps-def.el (declare-function): Add compatibility definition.
16011 (ps-plot-with-face, ps-plot-string): Declare as functions.
16012 (ps-bold-faces, ps-italic-faces): Declare variables.
16013
16014 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
16015 (ps-mule-end-job): Declare as functions.
16016
16017 * wid-edit.el (widget-string-complete): Use assoc-string rather
16018 than assoc-ignore-case.
16019
16020 See ChangeLog.13 for earlier changes.
16021
16022 ;; Local Variables:
16023 ;; coding: utf-8
16024 ;; add-log-time-zone-rule: t
16025 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
16026 ;; End:
16027
16028 Copyright (C) 2008 Free Software Foundation, Inc.
16029
16030 This file is part of GNU Emacs.
16031
16032 GNU Emacs is free software: you can redistribute it and/or modify
16033 it under the terms of the GNU General Public License as published by
16034 the Free Software Foundation, either version 3 of the License, or
16035 (at your option) any later version.
16036
16037 GNU Emacs is distributed in the hope that it will be useful,
16038 but WITHOUT ANY WARRANTY; without even the implied warranty of
16039 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16040 GNU General Public License for more details.
16041
16042 You should have received a copy of the GNU General Public License
16043 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
16044
16045 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc